API Reference
Class
Item (AdminRecentLoginEvaluator)
Per-user row describing an admin account that logged in within the recent threshold.
Inheritance
- Object
- Item
Constructors
public Item(String SamAccountName, String DistinguishedName, String OrganizationalUnit, Int32 LastLogonDays, Boolean Enabled, Boolean ProtectedUsersMember) #Per-user row describing an admin account that logged in within the recent threshold.
Parameters
- SamAccountName System.String
- User sAMAccountName.
- DistinguishedName System.String
- User distinguished name (DN).
- OrganizationalUnit System.String
- Parent OU/container of the account.
- LastLogonDays System.Int32
- Days since last logon (0 means today).
- Enabled System.Boolean
- True when the account is enabled.
- ProtectedUsersMember System.Boolean
- True when the account is a member of Protected Users group.
Methods
public Item <Clone>$() #Returns:
Itempublic Void Deconstruct(out String SamAccountName, out String DistinguishedName, out String OrganizationalUnit, out Int32 LastLogonDays, out Boolean Enabled, out Boolean ProtectedUsersMember) #Returns:
VoidParameters
- SamAccountName String
- DistinguishedName String
- OrganizationalUnit String
- LastLogonDays Int32
- Enabled Boolean
- ProtectedUsersMember 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 LastLogonDays { get; set; } #Days since last logon (0 means today).
public Boolean Enabled { get; set; } #True when the account is enabled.
public Boolean ProtectedUsersMember { get; set; } #True when the account is a member of Protected Users group.