WebUserLogin data structure

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

Specification:

<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>

Example