Class GroupPolicyLocalUser
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents an Active Directory Group Policy local user.
public class GroupPolicyLocalUser : GroupPolicyLocalAccountBase, IComparable<GroupPolicyPreferenceBase>
- Inheritance
-
GroupPolicyLocalUser
- Implements
- Inherited Members
Constructors
GroupPolicyLocalUser()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.GroupPolicyLocalUser class.
public GroupPolicyLocalUser()
Properties
AccountDisabled
Gets or sets whether the account is disabled.
public BooleanOption AccountDisabled { get; set; }
Property Value
AccountTypeString
Gets or sets the account type as a human readable string.
public override string AccountTypeString { get; set; }
Property Value
ExpiryDate
Gets or sets the expiry date of the account.
public DateTime ExpiryDate { get; set; }
Property Value
FullName
Gets or sets the full name for the user account.
public string FullName { get; set; }
Property Value
NewName
Gets or sets the new name for the user account.
public string NewName { get; set; }
Property Value
Password
Gets or sets the encrypted password of the user account (deprecated).
public string Password { get; set; }
Property Value
PasswordNeverExpires
Gets or sets whether the password never expires.
public BooleanOption PasswordNeverExpires { get; set; }
Property Value
UserCannotChangePassword
Gets or sets whether the user cannot change password.
public BooleanOption UserCannotChangePassword { get; set; }
Property Value
UserMustChangePassword
Gets or sets whether the user must change password at next logon.
public BooleanOption UserMustChangePassword { get; set; }
Property Value
Username
Gets or sets the username of the user account.
public string Username { get; set; }