attributeGroup LdapIdentity
namespace http://api.de.n2.tibco.com
used by
element XmlLdapReference/SecondaryLdapEntry
complexType XmlLdapReference
attributes
Name  Type  Use  Default  Fixed  Annotation
ldap-alias  xs:string  required      
documentation
Alias by which the LDAP connection is registered within Directory Engine. Used to look up that connection so that the attribute's value can be read.       
ldap-dn  xs:string  required      
documentation
Distinguished Name (DN) that uniquely identifies an LDAP entry. Used to look up that entry so that the attribute values can be read. 
annotation
documentation
LDAP directory entry identifier, using the entry's LDAP shared resource alias and Distinguished Name (DN).
     
source <xs:attributeGroup name="LdapIdentity">
 
<xs:annotation>
   
<xs:documentation>LDAP directory entry identifier, using the entry's LDAP shared resource alias and Distinguished Name (DN).
     
</xs:documentation>
 
</xs:annotation>
 
<xs:attribute name="ldap-alias" type="xs:string" use="required">
   
<xs:annotation>
     
<xs:documentation>Alias by which the LDAP connection is registered within Directory Engine. Used to look up that connection so that the attribute's value can be read.        </xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="ldap-dn" type="xs:string" use="required">
   
<xs:annotation>
     
<xs:documentation>Distinguished Name (DN) that uniquely identifies an LDAP entry. Used to look up that entry so that the attribute values can be read.  </xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:attributeGroup>

attribute LdapIdentity/@ldap-alias
type xs:string
properties
use required
annotation
documentation
Alias by which the LDAP connection is registered within Directory Engine. Used to look up that connection so that the attribute's value can be read.       
source <xs:attribute name="ldap-alias" type="xs:string" use="required">
 
<xs:annotation>
   
<xs:documentation>Alias by which the LDAP connection is registered within Directory Engine. Used to look up that connection so that the attribute's value can be read.        </xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute LdapIdentity/@ldap-dn
type xs:string
properties
use required
annotation
documentation
Distinguished Name (DN) that uniquely identifies an LDAP entry. Used to look up that entry so that the attribute values can be read. 
source <xs:attribute name="ldap-dn" type="xs:string" use="required">
 
<xs:annotation>
   
<xs:documentation>Distinguished Name (DN) that uniquely identifies an LDAP entry. Used to look up that entry so that the attribute values can be read.  </xs:documentation>
 
</xs:annotation>
</xs:attribute>

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