Element |
Description |
Type |
Occurrences |
ldapDomain |
LDAP Domain (if login type is LDAP) |
string |
1 |
login |
Login ID |
string |
1 |
type |
Login type (WEB of LDAP) |
string |
1 |
<xs:complexType name="WebUserLogin">
<xs:sequence>
<xs:element name="ldapDomain" nillable="true" type="xs:string"/>
<xs:element name="login" nillable="true" type="xs:string"/>
<xs:element name="type" nillable="true" type="xs:string"/>
</xs:sequence>
</xs:complexType>