CdmUser
Represents an Active Directory user. The following properties are defined for this object.
Property | Type | Description |
Class |
string |
Class of the Active Directory object. |
DistinguishedName |
string |
Distinguished name of the Active Directory object. |
Enabled |
Boolean |
True if the Active Directory user is enabled. |
GivenName |
string |
Given name of the Active Directory user. |
Guid |
Guid |
GUID of the Active Directory object. |
IsAllADUser |
Boolean |
True if the user is an Active Directory domain user account. |
Name |
string |
Name of the Active Directory object. |
SamAccountName |
string |
SAM account name of the Active Directory principal. |
Sid |
SecurityIdentifier |
SID of the Active Directory principal |
Surname |
string |
Surname of the Active Directory user. |
UserPrincipalName |
string |
User principal name of the Active Directory user. |