company

Element:
company
Type:
company
Namespace:
http://www.vmware.com/vchs/iam/v2.0
Description:
Encapsulates the information about the company. contains: accountNumber : Account number of this company, description : Brief description about this company, name : Name of this company.
Since:
5.7
Schema:
User.xsd
Media type(s):
None
Extends:
scimCore
XML Representation:
<company 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>
    <accountNumber> xs:string </accountNumber>
    <description> xs:string </description>
    <name> xs:string </name>
</company>

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
accountNumber string No 5.7 Account number for this company.
description string No 5.7 Description for this company.
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.
name string No 5.7 Name of this company.
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".