CdaAdPrincipal
Represents an Active Directory principal. The principal can be an Active Directory user, group, or computer account. You can use the Class
property to identify the type of principal. Only the account name for the principal is stored in the database. The following properties are defined for this object.
Property | Type | Description |
Class |
String |
Principal type of the Active Directory object. |
DistinguishedName |
String |
Distinguished name of the Active Directory object. |
Domain |
String |
Domain name for the Active Directory principal. |
GUID |
Guid |
Globally unique identifier (GUID) for the Active Directory object. |
Name |
String |
Name of the Active Directory object. |
SamAccountName |
String |
The |
SID |
Security identifier |
The security identifier (SID) for the Active Directory principal. |