API Reference
View (ForestConfigurationPartitionOwnerPostureService)
Aggregated configuration-partition owner posture view.
Inheritance
- Object
- View
Constructors
Inherited Methods
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<Item> NonCompliantSiteLinks { get; set; } #Non-compliant site-link objects.
public IReadOnlyList<String> Errors { get; set; } #Errors encountered while querying configuration objects.
public Diagnostics Diagnostics { get; set; } #Evaluation diagnostics.