Schema
scim_resource_type
Type:
object
description
Type:
string
All schema constraints and annotations
{
"example": "User",
"type": "string"
}endpoint
Type:
string
All schema constraints and annotations
{
"example": "/Users",
"type": "string"
}id
Type:
string
All schema constraints and annotations
{
"example": "User",
"type": "string"
}name
Type:
string
All schema constraints and annotations
{
"example": "User",
"type": "string"
}schema
Type:
string
All schema constraints and annotations
{
"example": "urn:ietf:params:scim:schemas:core:2.0:User",
"type": "string"
}schemas
Type:
array
Array item
Type:
string
All schema constraints and annotations
{
"type": "string"
}All schema constraints and annotations
{
"example": [
"urn:ietf:params:scim:schemas:core:2.0:ResourceType"
],
"items": {
"type": "string"
},
"type": "array"
}All schema constraints and annotations
{
"examples": [
{
"description": "User",
"endpoint": "/Users",
"id": "User",
"name": "User",
"schema": "urn:ietf:params:scim:schemas:core:2.0:User",
"schemas": [
"urn:ietf:params:scim:schemas:core:2.0:ResourceType"
]
}
],
"properties": {
"description": {
"example": "User",
"type": "string"
},
"endpoint": {
"example": "/Users",
"type": "string"
},
"id": {
"example": "User",
"type": "string"
},
"name": {
"example": "User",
"type": "string"
},
"schema": {
"example": "urn:ietf:params:scim:schemas:core:2.0:User",
"type": "string"
},
"schemas": {
"example": [
"urn:ietf:params:scim:schemas:core:2.0:ResourceType"
],
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
}