LdapUser

LdapUser
LdapUser

Information about a user in an LDAP directory

JSON Example
{
    "baseDn": "string",
    "dn": "string",
    "id": "string",
    "mail": "string",
    "name": "string",
    "roleAssignments": false,
    "userId": "string"
}
string
baseDn
Required  

Base distinguished name directory in which the user exists

string
dn
Required  

Full distinguished name of the user

string As uuid As uuid
id
Optional

Unique identifier of the user if provisioned in VIDB

string
mail
Optional

Email address of the user in UPN format

string
name
Required  

Name of the user

boolean
roleAssignments
Optional

Indicates if the user has role assignments

string
userId
Required  

User ID defined in LDAP directory