TestimoX

API Reference

Class

ServiceAccountPrincipalInfo

Namespace ADPlayground
Assembly ADPlayground

Represents a principal (computer or group) allowed to use a managed service account.

Inheritance

  • Object
  • ServiceAccountPrincipalInfo

Constructors

public ServiceAccountPrincipalInfo() #

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.