API Reference
Class
Item (ServiceAccountAdminCountPostureService)
Service-like account row carrying adminCount.
Inheritance
- Object
- Item
Constructors
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String DomainName { get; set; } #Domain DNS name.
public String ObjectClass { get; set; } #Directory object class.
public String SamAccountName { get; set; } #SAM account name.
public String UserPrincipalName { get; set; } #User principal name when available.
public String DistinguishedName { get; set; } #Directory distinguished name.
public Boolean Enabled { get; set; } #Gets a value indicating whether the account is enabled.
public Int32 ServicePrincipalNameCount { get; set; } #Number of SPNs on the account.
public Boolean ManagedServiceAccount { get; set; } #Gets a value indicating whether the account is a managed service account.
public Nullable<DateTime> WhenChanged { get; set; } #Last modification timestamp when available.