OrgLdapUserAttributesType

Type:
OrgLdapUserAttributesType
Namespace:
http://www.vmware.com/vcloud/v1.5
Description:
Defines how LDAP attributes are used when importing a user.
Since:
0.9
Schema:
vCloudEntities.xsd
Media type(s):
None
Extends:
VCloudExtensibleType
XML Representation:
<OrgLdapUserAttributesType xmlns="http://www.vmware.com/vcloud/v1.5">
    <ObjectClass> xs:string </ObjectClass>
    <ObjectIdentifier> xs:string </ObjectIdentifier>
    <UserName> xs:string </UserName>
    <Email> xs:string </Email>
    <FullName> xs:string </FullName>
    <GivenName> xs:string </GivenName>
    <Surname> xs:string </Surname>
    <Telephone> xs:string </Telephone>
    <GroupMembershipIdentifier> xs:string </GroupMembershipIdentifier>
    <GroupBackLinkIdentifier> xs:string </GroupBackLinkIdentifier>
</OrgLdapUserAttributesType>

Elements

Element Type Required Modifiable Since Deprecated Description
Email string Yes always 0.9 LDAP attribute to use for the user's email address. For example, mail.
FullName string Yes always 0.9 LDAP attribute to use for the user's full name. For example, displayName.
GivenName string Yes always 0.9 LDAP attribute to use for the user's given name. For example, givenName.
GroupBackLinkIdentifier string No always 0.9 LDAP attribute that returns the identifiers of all the groups of which the user is a member.
GroupMembershipIdentifier string Yes always 0.9 LDAP attribute that identifies a user as a member of a group. For example, dn.
ObjectClass string Yes always 0.9 LDAP objectClass of which imported users are members. For example, user or person
ObjectIdentifier string Yes always 0.9 LDAP attribute to use as the unique identifier for a user. For example, objectGuid.
Surname string Yes always 0.9 LDAP attribute to use for the user's surname. For example, sn.
Telephone string Yes always 0.9 LDAP attribute to use for the user's telephone number. For example, telephoneNumber.
UserName string Yes always 0.9 LDAP attribute to use when looking up a user name to import. For example, userPrincipalName or samAccountName.
VCloudExtension VCloudExtensionType No always 0.9 An optional extension element that can contain an arbitrary number of elements and attributes. Not related to extension services.