API Reference
Class
View (ServiceAccountAdminCountPostureService)
Aggregated service-account adminCount posture view.
Inheritance
- Object
- View
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 Boolean CollectionSucceeded { get; set; } #Gets a value indicating whether collection completed.
public String CollectionError { get; set; } #Collection error details when collection fails.
public Int32 AccountCount { get; set; } #Total rows before row limiting.
public Int32 EnabledAccountCount { get; set; } #Enabled accounts in the result set.
public Int32 ManagedServiceAccountCount { get; set; } #Managed service accounts in the result set.
public Boolean Truncated { get; set; } #Gets a value indicating whether output rows were truncated.
public IReadOnlyList<Item> Items { get; set; } #All service-like accounts carrying adminCount.
public IReadOnlyList<Item> EnabledAccounts { get; set; } #Enabled service-like accounts carrying adminCount.