API Reference
Class
UserCompactView
Compact view with a few key user security indicators.
Inheritance
- Object
- UserCompactView
Constructors
public UserCompactView() #Inherited Methods
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.