API Reference
Class
PasswordItem
A single row describing a privileged account with password age exceeding the threshold.
Inheritance
- Object
- PasswordItem
Constructors
public PasswordItem(String SamAccountName, String DistinguishedName, String OrganizationalUnit, Int32 PasswordAgeDays, Boolean PasswordNeverExpires, Boolean Enabled) #A single row describing a privileged account with password age exceeding the threshold.
Parameters
- SamAccountName System.String
- User sAMAccountName.
- DistinguishedName System.String
- User distinguished name (DN).
- OrganizationalUnit System.String
- Parent OU/container of the account.
- PasswordAgeDays System.Int32
- Password age in days.
- PasswordNeverExpires System.Boolean
- True when the account is configured with Password Never Expires.
- Enabled System.Boolean
- True when the account is enabled.
Methods
public PasswordItem <Clone>$() #Returns:
PasswordItempublic Void Deconstruct(out String SamAccountName, out String DistinguishedName, out String OrganizationalUnit, out Int32 PasswordAgeDays, out Boolean PasswordNeverExpires, out Boolean Enabled) #Returns:
VoidParameters
- SamAccountName String
- DistinguishedName String
- OrganizationalUnit String
- PasswordAgeDays Int32
- PasswordNeverExpires Boolean
- Enabled Boolean
public override Int32 GetHashCode() #Returns:
Int32public override String ToString() #Returns:
StringInherited Methods
Properties
public String SamAccountName { get; set; } #User sAMAccountName.
public String DistinguishedName { get; set; } #User distinguished name (DN).
public String OrganizationalUnit { get; set; } #Parent OU/container of the account.
public Int32 PasswordAgeDays { get; set; } #Password age in days.
public Boolean PasswordNeverExpires { get; set; } #True when the account is configured with Password Never Expires.
public Boolean Enabled { get; set; } #True when the account is enabled.