API Reference
View (ForestOptionalFeaturePostureService)
Aggregated forest optional-feature posture view.
Inheritance
- Object
- View
Constructors
Inherited Methods
Properties
public String ForestName { get; set; } #Forest root DNS name evaluated.
public Boolean RecycleBinEnabled { get; set; } #True when the AD Recycle Bin is enabled.
public String RecycleBinState { get; set; } #Current Recycle Bin state label.
public Boolean LegacyLapsSchemaExtended { get; set; } #True when legacy LAPS schema attributes are present.
public Boolean LegacyLapsConfidentialBitSet { get; set; } #True when the legacy LAPS confidential bit is set.
public Boolean WindowsLapsSchemaExtended { get; set; } #True when all required Windows LAPS schema attributes are present.
public Int32 WindowsLapsAttributeCount { get; set; } #Total required Windows LAPS schema attributes detected.
public Int32 WindowsLapsRequiredAttributeCount { get; set; } #Total required Windows LAPS schema attributes expected by the curated overview.
public Boolean PrivilegedAccessManagementFeatureEnabled { get; set; } #True when the PAM optional feature is enabled for the forest.
public Boolean PrivilegedAccessManagementFeaturePresent { get; set; } #True when the PAM optional-feature object exists in the forest.
public Int32 PrivilegedAccessManagementEnabledScopeCount { get; set; } #Total scopes returned by the PAM enabled-feature backlink.
public Boolean HasQueryIssues { get; set; } #True when one or more query issues were observed while building the view.
public Int32 QueryIssueCount { get; set; } #Total number of query issues.
public IReadOnlyList<FeatureItem> Features { get; set; } #Curated feature rows for reporting.
public IReadOnlyList<IssueItem> Issues { get; set; } #Captured query issues for reporting.
public Diagnostics Diagnostics { get; set; } #Evaluation diagnostics.