API Reference
Class
ServiceAccountPrincipalInfo
Represents a principal (computer or group) allowed to use a managed service account.
Inheritance
- Object
- ServiceAccountPrincipalInfo
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Constructors
public ServiceAccountPrincipalInfo() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Domain { get; set; } #Gets or sets the domain of the principal.
public String SamAccountName { get; set; } #Gets or sets the SAM account name.
public String PrincipalType { get; set; } #Gets or sets the principal type, e.g. Computer or Group.
public Nullable<DateTime> PasswordLastSet { get; set; } #Gets or sets when the password was last set.
public Nullable<Int32> PasswordAgeInDays { get; set; } #Gets or sets the age of the password in days.
public Nullable<DateTime> LastLogonTimestamp { get; set; } #Gets or sets the last logon timestamp.
public Nullable<Int32> LastLogonAgeInDays { get; set; } #Gets or sets the age of the last logon in days.
public Boolean Enabled { get; set; } #Gets or sets a value indicating whether the principal is enabled.