TestimoX

API Reference

Class

View (ForestConfigurationPartitionOwnerPostureService)

Namespace ADPlayground.Forests.ForestConfigurationPartitionOwnerPostureService
Assembly ADPlayground
Modifiers sealed

Aggregated configuration-partition owner posture view.

Inheritance

  • Object
  • View

Constructors

Properties

public String ForestName { get; set; } #

Forest DNS name used for evaluation.

public String RootDomainName { get; set; } #

Forest root domain DNS name used for LDAP queries.

public String ConfigurationNamingContext { get; set; } #

Configuration naming context evaluated by the service.

public Boolean AllowWellKnownAdministrativeOwners { get; set; } #

True when well-known administrative owners are treated as compliant.

public EvaluationScope Scope { get; set; } #

Traversal mode used when collecting the posture view.

public Int32 ObjectCount { get; set; } #

Total configuration objects projected.

public Int32 CompliantCount { get; set; } #

Total compliant configuration objects.

public Int32 NonCompliantCount { get; set; } #

Total non-compliant configuration objects.

public Int32 AdministrativeOwnerCount { get; set; } #

Total objects owned by administrative principals.

public Int32 WellKnownAdministrativeOwnerCount { get; set; } #

Total objects owned by well-known administrative principals.

public Int32 NotAdministrativeOwnerCount { get; set; } #

Total objects owned by non-administrative principals.

public Int32 UnknownOwnerCount { get; set; } #

Total objects whose owner classification could not be determined.

public Int32 SiteOwnerIssueCount { get; set; } #

Total site objects with non-compliant owners.

public Int32 SubnetOwnerIssueCount { get; set; } #

Total subnet objects with non-compliant owners.

public Int32 SiteLinkOwnerIssueCount { get; set; } #

Total site-link objects with non-compliant owners.

public Int32 QueryIssueCount { get; set; } #

Total query issues captured during evaluation.

public IReadOnlyList<Item> Items { get; set; } #

All projected configuration objects.

public IReadOnlyList<Item> NonCompliantSites { get; set; } #

Non-compliant site objects.

public IReadOnlyList<Item> NonCompliantSubnets { get; set; } #

Non-compliant subnet objects.

public IReadOnlyList<String> Errors { get; set; } #

Errors encountered while querying configuration objects.

public Diagnostics Diagnostics { get; set; } #

Evaluation diagnostics.