Class ActiveDirectoryManagedServiceAccount
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents an Active Directory managed service account.
public class ActiveDirectoryManagedServiceAccount : ActiveDirectoryObjectBase, IComparable<ActiveDirectoryObjectBase>
- Inheritance
-
ActiveDirectoryManagedServiceAccount
- Implements
- Inherited Members
Constructors
ActiveDirectoryManagedServiceAccount()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.ActiveDirectoryManagedServiceAccount class.
public ActiveDirectoryManagedServiceAccount()
Properties
AccountType
Gets or sets managed service account type.
public ActiveDirectoryManagedServiceAccountType AccountType { get; set; }
Property Value
AccountTypeString
Gets the managed service account type.
public string AccountTypeString { get; set; }
Property Value
IsEnabled
Gets or sets whether the managed service account is enabled.
public BooleanOption IsEnabled { get; set; }
Property Value
Memberships
Gets or sets the groups to which the managed service account is a member.
public ActiveDirectoryAccountReferences Memberships { get; set; }
Property Value
SamAccountName
Gets or sets the SAM account name for the managed service account.
public string SamAccountName { get; set; }
Property Value
SecurityIdentifier
Gets or sets the security identifier of the managed service account in SDDL format.
public string SecurityIdentifier { get; set; }
Property Value
Methods
Clone()
Creates a clone of this CENTREL.XIA.Configuration.Types.ActiveDirectoryManagedServiceAccount object.
public ActiveDirectoryManagedServiceAccount Clone()
Returns
- ActiveDirectoryManagedServiceAccount
A clone of this CENTREL.XIA.Configuration.Types.ActiveDirectoryManagedServiceAccount object.