SchemaAttribute
Schema attribute definition as defined in RFC 7643 Section 7
Suggested canonical values for the attribute
Indicates if the attribute is case-sensitive
The attribute's human-readable description
Indicates if the attribute is multi-valued
Indicates when the attribute value can be modified
Possible values: [readOnly, readWrite, immutable, writeOnly]
The attribute's name
For reference attributes, the SCIM resource types that may be referenced
Indicates if the attribute is required
Indicates when the attribute is returned
Possible values: [always, never, default, request]
Sub-attributes for complex attributes
The attribute's data type
Possible values: [string, boolean, decimal, integer, dateTime, reference, complex]
Indicates how uniqueness is enforced
Possible values: [none, server, global]
{
"canonicalValues": [
"string"
],
"caseExact": true,
"description": "string",
"multiValued": true,
"mutability": "readOnly",
"name": "string",
"referenceTypes": [
"string"
],
"required": true,
"returned": "always",
"subAttributes": [
null
],
"type": "string",
"uniqueness": "none"
}