Click or drag to resize
Galactic API

SecurityPrincipal Properties

The SecurityPrincipal type exposes the following members.

Properties
  NameDescription
Public propertyCommonName
The Common Name (CN) of the object in Active Directory.
(Inherited from ActiveDirectoryObject.)
Public propertyCreateTimeStamp
The time the object was created in UTC.
(Inherited from ActiveDirectoryObject.)
Public propertyDescription
A description of the security principal.
Public propertyDistinguishedName
The Distinguished Name (DN) of the object in Active Directory.
(Inherited from ActiveDirectoryObject.)
Public propertyEMailAddress
The principal's e-mail address.
Public propertyEmailAddresses
A list of the principal's e-mail addresses.
Public propertyExchangeAlias
The principal's Microsoft Exchange Alias.
Public propertyGroups
The distinguished names of groups that this principal is a member of.
Public propertyGUID
The GUID of the object in Active Directory.
(Inherited from ActiveDirectoryObject.)
Public propertyIsGroup
Indicates if this principal is a Group.
Public propertyIsUser
Indicates if this principal is a User.
Public propertyOrganizationalUnit
The distinguished name of the organizational unit or parent object containing the object.
(Inherited from ActiveDirectoryObject.)
Public propertyPrimaryEmailAddress
The principal's primary e-mail address.
Public propertySAMAccountName
The principal's SAM Account Name.
Public propertySchemaClasses
The schema class types that identify the type of object this is in Active Directory. Examples: group, user, etc.
(Inherited from ActiveDirectoryObject.)
Public propertyTargetAddress
The principal's target e-mail address. Used by Exchange for routing e-mail to its final destination which may lie outside of the organization. Allows for an object to appear in the GAL even though its e-mail address may be outside of Exchange. Also used when routing e-mail to the Microsoft Office365 cloud from an on-premises Exchange server.
Public propertyUserPrincipalName
The User Principal Name of the principal.
Top
See Also