VMware Cloud Director API - SamlAttributeMapping

VMware Cloud Director API - SamlAttributeMapping

SamlAttributeMappingType

Element:
SamlAttributeMapping
Type:
SamlAttributeMappingType
Namespace:
http://www.vmware.com/vcloud/v1.5
Description:
Contains the names of the SAML attributes that are used to populate the user profiles.
Since:
31.0
Schema:
vCloudEntities.xsd
Media type(s):
None
Extends:
ResourceType
XML Representation:
<SamlAttributeMapping xmlns="http://www.vmware.com/vcloud/v1.5" 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"/>
    <EmailAttributeName> xs:string </EmailAttributeName>
    <UserNameAttributeName> xs:string </UserNameAttributeName>
    <FirstNameAttributeName> xs:string </FirstNameAttributeName>
    <SurnameAttributeName> xs:string </SurnameAttributeName>
    <FullNameAttributeName> xs:string </FullNameAttributeName>
    <GroupAttributeName> xs:string </GroupAttributeName>
    <RoleAttributeName> xs:string </RoleAttributeName>
</SamlAttributeMapping>

Attributes

Attribute Type Required Modifiable Since Deprecated Description
href anyURI No always 31.0 The URI of the entity.
type string No always 31.0 The MIME type of the entity.

Elements

Element Type Required Modifiable Since Deprecated Description
EmailAttributeName string No always 31.0 The name of the SAML attribute that returns the email address of the user.
FirstNameAttributeName string No always 31.0 The name of the SAML attribute that returns the first name of the user.
FullNameAttributeName string No always 31.0 The name of the SAML attribute that returns the full name of the user.
GroupAttributeName string No always 31.0 The name of the SAML attribute that returns the identifiers of all the groups of which the user is a member.
Link LinkType No none 31.0 A reference to an entity or operation associated with this object.
RoleAttributeName string No always 31.0 The name of the SAML attribute that returns the identifiers of all roles of the user.
SurnameAttributeName string No always 31.0 The name of the SAML attribute that returns the surname of the user.
UserNameAttributeName string No always 31.0 The name of the SAML attribute that returns the user name.
VCloudExtension VCloudExtensionType No always 31.0 An optional extension element that can contain an arbitrary number of elements and attributes. Not related to extension services.