VMware Cloud Director API - UserRecord

VMware Cloud Director API - UserRecord

QueryResultUserRecordType

Element:
UserRecord
Type:
QueryResultUserRecordType
Namespace:
http://www.vmware.com/vcloud/v1.5
Description:
Type for a single user query result in records format.
Since:
1.5
Deprecated:
38.1
Schema:
queryRecordView.xsd
Media type(s):
None
Extends:
QueryResultRecordType
XML Representation:
<UserRecord xmlns="http://www.vmware.com/vcloud/v1.5" href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string"
        fullName="xs:string" isEnabled="xs:boolean" numberOfDeployedVMs="xs:int" numberOfStoredVMs="xs:int"
        isLdapUser="xs:boolean" isExternal="xs:boolean" identityProviderType="xs:string" isLocked="xs:boolean"
        roleNames="xs:string">
    <Link href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string"
            rel="xs:string" model="xs:string"/>
    <Metadata href="xs:anyURI" type="xs:string">
        <Link href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string"
                rel="xs:string" model="xs:string"/>
        <MetadataEntry href="xs:anyURI" type="xs:string">
            <Link href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string"
                    rel="xs:string" model="xs:string"/>
            <Domain visibility="xs:string"/>
            <Key> xs:string </Key>
            <TypedValue/>
        </MetadataEntry>
    </Metadata>
</UserRecord>

Attributes

Attribute Type Required Modifiable Since Deprecated Description Filter Sort
href anyURI No always 1.5 Contains the URI to the resource. Yes Yes
id string No always 1.5 The resource identifier, expressed in URN format. The value of this attribute uniquely identifies the resource, persists for the life of the resource, and is never reused. Yes Yes
type string No always 1.5 Contains the type of the resource. Yes Yes
name string No none 1.5 The name of this user. Yes Yes
fullName string No none 1.5 The full name of this user. Yes Yes
isEnabled boolean No none 1.5 True if this entity is enabled Yes No
numberOfDeployedVMs int No none 1.5 Number of deployed VMs Yes No
numberOfStoredVMs int No none 1.5 Number of stored VMs Yes No
isLdapUser boolean No none 1.5 35.0 If the identity provider type is INTEGRATED, true if the user was imported from LDAP Yes Yes
isExternal boolean No none 35.0 On creation, specifies whether this user should be imported from the organization's LDAP service or created locally. Ignored if ProviderType is SAML or OAUTH. On retrieval, indicates whether the user is local or imported. Yes No
identityProviderType string No none 5.1 Shows the identity provider type of the user Yes Yes
isLocked boolean No none 31.0 True if user account is locked Yes Yes
roleNames string No none 31.0 User role names Yes No

Elements

Element Type Required Modifiable Since Deprecated Description
Link LinkType No none 1.5 Contains a link to an operation associated with a specific relation type.
Metadata MetadataType No 5.1