complexType XmlLdapAttributeMapping
diagram deservices_wsdl_diagrams/deservices_wsdl_p2829.png
namespace http://base.api.de.bpm.tibco.com
attributes
Name  Type  Use  Default  Fixed  Annotation
resource-attr-guid  xs:string  required      
documentation
The GUID of the Resource Attribute as defined in the organization model.
ldap-attribute  xs:string  required      
documentation
LDAP attribute that is to be mapped to the identified resource attribute. Whenever a value is required for the resource attribute, it will be provided by this LDAP attribute.
annotation
documentation
Mapping between a Resource Attribute, which is defined in the organization model and identified by its GUID, and an LDAP attribute, which is identified by its name.
source <xs:complexType name="XmlLdapAttributeMapping">
 
<xs:annotation>
   
<xs:documentation>Mapping between a Resource Attribute, which is defined in the organization model and identified by its GUID, and an LDAP attribute, which is identified by its name.</xs:documentation>
 
</xs:annotation>
 
<xs:attribute name="resource-attr-guid" type="xs:string" use="required">
   
<xs:annotation>
     
<xs:documentation>The GUID of the Resource Attribute as defined in the organization model.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="ldap-attribute" type="xs:string" use="required">
   
<xs:annotation>
     
<xs:documentation>LDAP attribute that is to be mapped to the identified resource attribute. Whenever a value is required for the resource attribute, it will be provided by this LDAP attribute.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:complexType>

attribute XmlLdapAttributeMapping/@resource-attr-guid
type xs:string
properties
use required
annotation
documentation
The GUID of the Resource Attribute as defined in the organization model.
source <xs:attribute name="resource-attr-guid" type="xs:string" use="required">
 
<xs:annotation>
   
<xs:documentation>The GUID of the Resource Attribute as defined in the organization model.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute XmlLdapAttributeMapping/@ldap-attribute
type xs:string
properties
use required
annotation
documentation
LDAP attribute that is to be mapped to the identified resource attribute. Whenever a value is required for the resource attribute, it will be provided by this LDAP attribute.
source <xs:attribute name="ldap-attribute" type="xs:string" use="required">
 
<xs:annotation>
   
<xs:documentation>LDAP attribute that is to be mapped to the identified resource attribute. Whenever a value is required for the resource attribute, it will be provided by this LDAP attribute.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

WSDL documentation generated by XMLSpy WSDL Editor http://www.altova.com/xmlspy