Click or drag to resize
Galactic API

Group Properties

The Group type exposes the following members.

Properties
  NameDescription
Public propertyAllUserMembers
Does a recursive lookup to find all users that are a member of this group by way of subgroup membership.
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.
(Inherited from SecurityPrincipal.)
Public propertyDistinguishedName
The Distinguished Name (DN) of the object in Active Directory.
(Inherited from ActiveDirectoryObject.)
Public propertyEMailAddress
The principal's e-mail address.
(Inherited from SecurityPrincipal.)
Public propertyEmailAddresses
A list of the principal's e-mail addresses.
(Inherited from SecurityPrincipal.)
Public propertyExchangeAlias
The principal's Microsoft Exchange Alias.
(Inherited from SecurityPrincipal.)
Public propertyGroupMembers
Groups that are members of the group.
Public propertyGroups
The distinguished names of groups that this principal is a member of.
(Inherited from SecurityPrincipal.)
Public propertyGUID
The GUID of the object in Active Directory.
(Inherited from ActiveDirectoryObject.)
Public propertyIsGroup
Indicates if this principal is a Group.
(Inherited from SecurityPrincipal.)
Public propertyIsUser
Indicates if this principal is a User.
(Inherited from SecurityPrincipal.)
Public propertyMembers
The members of the group.
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.
(Inherited from SecurityPrincipal.)
Public propertySAMAccountName
The principal's SAM Account Name.
(Inherited from SecurityPrincipal.)
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.
(Inherited from SecurityPrincipal.)
Public propertyUserMembers
Users who are members of the group.
Public propertyUserPrincipalName
The User Principal Name of the principal.
(Inherited from SecurityPrincipal.)
Top
See Also