TestimoX

API Reference

Class

View (ServiceAccountAdminCountPostureService)

Namespace ADPlayground.Users.ServiceAccountAdminCountPostureService
Assembly ADPlayground
Modifiers sealed

Aggregated service-account adminCount posture view.

Inheritance

  • Object
  • View

Constructors

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.