API Reference
Class
AuditUser
Represents an audited user account.
Inheritance
- Object
- AuditUser
Constructors
public AuditUser() #Inherited Methods
Properties
public String SamAccountName { get; set; } #Gets or sets the user's sAMAccountName.
public String DisplayName { get; set; } #Gets or sets the user's display name.
public String UserPrincipalName { get; set; } #Gets or sets the user's userPrincipalName.
public Nullable<DateTime> WhenCreated { get; set; } #Gets or sets the time the account was created.
public Nullable<DateTime> LastLogon { get; set; } #Gets or sets the lastLogon attribute value.
public Nullable<DateTime> LastLogonTimestamp { get; set; } #Gets or sets the lastLogonTimestamp attribute value.
public Nullable<DateTime> PasswordLastSet { get; set; } #Gets or sets when the password was last set.
public Boolean Enabled { get; set; } #Gets or sets a value indicating whether the account is enabled.
public String Description { get; set; } #Gets or sets the user description.
public List<String> MemberOf { get; set; } #Gets or sets group memberships.
public AuditCategory Category { get; } #Gets the audit category for this model.
public Nullable<DateTime> MostRecentLogon { get; } #Gets the most recent logon between LastLogon and LastLogonTimestamp.
public Int32 LastLogonDays { get; } #Gets the number of days since the most recent logon, or -1 if never logged on.
public Int32 PasswordAgeDays { get; } #Gets the number of days since the password was last set, or -1 if unknown.