TestimoX

API Reference

Class

UserCompactView

Namespace ADPlayground.Users
Assembly ADPlayground
Modifiers sealed

Compact view with a few key user security indicators.

Inheritance

  • Object
  • UserCompactView

Constructors

Properties

public String SamAccountName { get; set; } #

Legacy logon name (DOMAIN\user).

public String DomainName { get; set; } #

DNS domain containing the user object.

public Boolean Enabled { get; set; } #

Indicates whether the account is enabled.

public Boolean PasswordNeverExpires { get; set; } #

True when the password policy exempts the account from expiration.

public Boolean HasSpn { get; set; } #

True when at least one service principal name is registered for the user.

public Boolean IsAdmin { get; set; } #

Indicates membership in privileged administrative groups.