Attributes
Attribute | Type | Required | Modifiable | Since | Deprecated | Description |
---|---|---|---|---|---|---|
id | string | No | 5.7 | id attribute signfies the id of type extending the ScimCore type. Example for User this would correspond to userId , for company this would correspond to companyId. |
Elements
Element | Type | Required | Modifiable | Since | Deprecated | Description |
---|---|---|---|---|---|---|
meta | metainfo | No | 5.7 | Meta element encapsulates creation and modification details of any given resource. Contains: created : datetime of type XMLGregorian , signifies create time of the resource. modified: datetime of type XMLGregorian , signifies last modificiation time of the resource. | ||
schemas | string | No | 5.7 | state: Indicates the current state of the resource. Supported values : {ACTIVE , INACTIVE} | ||
state | string | No | 5.7 | The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User. SCIM provides a schema for representing Users, identified using the following URI: "urn:scim:schemas:core:2.0:User". |