API Reference
Class
GpoAnalysisUnknownRow
A single unmapped registry value row enriched with parent GPO identity for analysis/reporting.
Inheritance
- Object
- GpoAnalysisUnknownRow
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property GpoAnalysisReport.Unknown
Constructors
public GpoAnalysisUnknownRow() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String GpoName { get; set; } #GPO display name.
public String GpoDistinguishedName { get; set; } #GPO distinguished name (when available).
public GpoRegistryValueDetail Value { get; set; } #Raw registry value without an ADMX mapping.
public IReadOnlyList<GpoAnalysisUnknownCandidatePolicy> Candidates { get; set; } #Candidate ADMX policies that may relate to this registry value (best-effort; empty when disabled/unavailable). Useful for triage when a value is unmapped due to missing ADMX files or mapping gaps.