Table of Contents

Class ActiveDirectoryGroup

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents an Active Directory group.

public class ActiveDirectoryGroup : ActiveDirectoryObjectBase, IComparable<ActiveDirectoryObjectBase>
Inheritance
ActiveDirectoryGroup
Implements
Inherited Members

Constructors

ActiveDirectoryGroup()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.ActiveDirectoryGroup class.

public ActiveDirectoryGroup()

Properties

GroupCategory

Gets or sets the group category.

public ActiveDirectoryGroupCategory GroupCategory { get; set; }

Property Value

ActiveDirectoryGroupCategory

GroupCategoryString

Gets the group category a human readable string.

public string GroupCategoryString { get; set; }

Property Value

string

GroupScope

Gets or sets the group scope.

public ActiveDirectoryGroupScope GroupScope { get; set; }

Property Value

ActiveDirectoryGroupScope

GroupScopeString

Gets the group scope as a human readable string.

public string GroupScopeString { get; set; }

Property Value

string

IsBuiltIn

Gets or sets whether the group is a built-in security group.

public BooleanOption IsBuiltIn { get; set; }

Property Value

BooleanOption

ManagedBy

Gets or sets the manager of the group.

public ActiveDirectoryAccountReference ManagedBy { get; set; }

Property Value

ActiveDirectoryAccountReference

Members

Gets or sets the accounts which are members of the group.

public ActiveDirectoryAccountReferences Members { get; set; }

Property Value

ActiveDirectoryAccountReferences

Memberships

Gets or sets the groups to which the group is a member.

public ActiveDirectoryAccountReferences Memberships { get; set; }

Property Value

ActiveDirectoryAccountReferences

Notes

Gets or sets the notes assigned to the group.

public string Notes { get; set; }

Property Value

string

SamAccountName

Gets or sets the SAM account name for the group.

public string SamAccountName { get; set; }

Property Value

string

SecurityIdentifier

Gets or sets the security identifier of the group in SDDL format.

public string SecurityIdentifier { get; set; }

Property Value

string

Methods

Clone()

Creates a clone of this CENTREL.XIA.Configuration.Types.ActiveDirectoryGroup object.

public ActiveDirectoryGroup Clone()

Returns

ActiveDirectoryGroup

A clone of this CENTREL.XIA.Configuration.Types.ActiveDirectoryGroup object.