Schema
scim_schema_attribute
Type:
object
caseExact
Type:
boolean
All schema constraints and annotations
{
"example": false,
"type": "boolean"
}description
Type:
string
All schema constraints and annotations
{
"example": "Unique identifier for the User, typically used by the user to directly authenticate to the service provider. Each User MUST include a non-empty userName value. This identifier MUST be unique across the service provider's entire set of Users.",
"type": "string"
}multiValued
Type:
boolean
All schema constraints and annotations
{
"example": false,
"type": "boolean"
}mutability
Type:
string
All schema constraints and annotations
{
"example": "readWrite",
"type": "string"
}name
Type:
string
All schema constraints and annotations
{
"example": "userName",
"type": "string"
}required
Type:
boolean
All schema constraints and annotations
{
"example": true,
"type": "boolean"
}returned
Type:
string
All schema constraints and annotations
{
"example": "default",
"type": "string"
}type
Type:
string
All schema constraints and annotations
{
"enum": [
"string",
"boolean",
"complex"
],
"example": "string",
"type": "string"
}uniqueness
Type:
string
All schema constraints and annotations
{
"example": "server",
"type": "string"
}All schema constraints and annotations
{
"properties": {
"caseExact": {
"example": false,
"type": "boolean"
},
"description": {
"example": "Unique identifier for the User, typically used by the user to directly authenticate to the service provider. Each User MUST include a non-empty userName value. This identifier MUST be unique across the service provider's entire set of Users.",
"type": "string"
},
"multiValued": {
"example": false,
"type": "boolean"
},
"mutability": {
"example": "readWrite",
"type": "string"
},
"name": {
"example": "userName",
"type": "string"
},
"required": {
"example": true,
"type": "boolean"
},
"returned": {
"example": "default",
"type": "string"
},
"type": {
"enum": [
"string",
"boolean",
"complex"
],
"example": "string",
"type": "string"
},
"uniqueness": {
"example": "server",
"type": "string"
}
},
"type": "object"
}