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
GroupCategoryString
Gets the group category a human readable string.
public string GroupCategoryString { get; set; }
Property Value
GroupScope
Gets or sets the group scope.
public ActiveDirectoryGroupScope GroupScope { get; set; }
Property Value
GroupScopeString
Gets the group scope as a human readable string.
public string GroupScopeString { get; set; }
Property Value
IsBuiltIn
Gets or sets whether the group is a built-in security group.
public BooleanOption IsBuiltIn { get; set; }
Property Value
ManagedBy
Gets or sets the manager of the group.
public ActiveDirectoryAccountReference ManagedBy { get; set; }
Property Value
Members
Gets or sets the accounts which are members of the group.
public ActiveDirectoryAccountReferences Members { get; set; }
Property Value
Memberships
Gets or sets the groups to which the group is a member.
public ActiveDirectoryAccountReferences Memberships { get; set; }
Property Value
Notes
Gets or sets the notes assigned to the group.
public string Notes { get; set; }
Property Value
SamAccountName
Gets or sets the SAM account name for the group.
public string SamAccountName { get; set; }
Property Value
SecurityIdentifier
Gets or sets the security identifier of the group in SDDL format.
public string SecurityIdentifier { get; set; }
Property Value
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.