scimCore

Type:
scimCore
Namespace:
http://www.vmware.com/vchs/iam/v2.0
Description:
Base type for User , Company etc. This encapsulates common information listed below which are extended by User , Company etc types. Contains: meta : Meta element encapsulates creation and modification details of any given resource. schemas: 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. state: Indicates the current state of the resource. Supported values : {ACTIVE , INACTIVE}
Since:
5.7
Schema:
User.xsd
Media type(s):
None
Extends:
anyType
XML Representation:
<scimCore xmlns="http://www.vmware.com/vchs/iam/v2.0" xmlns:MetaTypes_v2.0="http://www.vmware.com/vchs/iam/MetaTypes/v2.0" id="xs:string">
    <MetaTypes_v2.0:meta>
        <created> xs:date </created>
        <modified> xs:date </modified>
    </MetaTypes_v2.0:meta>
    <schemas> xs:string </schemas>
    <state> xs:string </state>
</scimCore>

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".