OrgLdapGroupAttributesType

Type:
OrgLdapGroupAttributesType
Namespace:
http://www.vmware.com/vcloud/v1.5
Description:
Defines how a group is imported from LDAP.
Since:
0.9
Deprecated:
5.1
Schema:
vCloudEntities.xsd
Media type(s):
None
Extends:
VCloudExtensibleType
XML Representation:
<OrgLdapGroupAttributesType xmlns="http://www.vmware.com/vcloud/v1.5">
    <ObjectClass> xs:string </ObjectClass>
    <ObjectIdentifier> xs:string </ObjectIdentifier>
    <GroupName> xs:string </GroupName>
    <Membership> xs:string </Membership>
    <MembershipIdentifier> xs:string </MembershipIdentifier>
    <BackLinkIdentifier> xs:string </BackLinkIdentifier>
</OrgLdapGroupAttributesType>

Elements

Element Type Required Modifiable Since Deprecated Description
BackLinkIdentifier string No none 0.9 LDAP group attribute used to identify a group member.
GroupName string Yes always 0.9 LDAP attribute to use for the group name. For example, cn.
Membership string Yes always 0.9 LDAP attribute to use when getting the members of a group. For example, member.
MembershipIdentifier string Yes always 0.9 LDAP attribute that identifies a group as a member of another group. For example, dn.
ObjectClass string Yes always 0.9 LDAP objectClass of which imported groups are members. For example, group.
ObjectIdentifier string Yes always 0.9 LDAP attribute to use as the unique identifier for a group. For example, objectGuid.
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.