NSX-T Data Center REST API
LdapIdentitySourceSearchResultItem (type)
{ "id": "LdapIdentitySourceSearchResultItem", "module_id": "LdapIdentitySources", "properties": { "common_name": { "description": "The Common Name (CN) of the entry, if available.", "title": "Common Name (CN) of entry", "type": "string" }, "dn": { "description": "Distinguished name (DN) of the entry.", "title": "DN of the entry", "type": "string" }, "principal_name": { "description": "For Active Directory (AD) users, this will be the user principal name (UPN), in the format user@domain. For non-AD users, this will be the user's uid property, followed by \"@\" and the domain of the directory. For groups, this will be the group's common name, followed by \"@\" and the domain of the directory.", "title": "The principal name of the user or group, if available", "type": "string" }, "type": { "description": "Describes the type of the entry", "enum": [ "USER", "GROUP" ], "title": "Type of the entry", "type": "string" } }, "type": "object" }