API Reference
Class
GpoAnalysisSection
Named analysis section grouping settings by ADMX category path patterns (wildcards).
Inheritance
- Object
- GpoAnalysisSection
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.Sections
Constructors
public GpoAnalysisSection() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Name { get; set; } #Section identifier (e.g., WindowsUpdate, Defender, Firewall).
public String GpoPath { get; set; } #Optional Group Policy Editor path hint (e.g., Policies -> Administrative Templates -> ...).
public IReadOnlyList<String> CategoryPatterns { get; set; } #Wildcard patterns applied to ADMX category paths to include settings in this section.
public IReadOnlyList<GpoAnalysisSettingRow> Settings { get; set; } #Matched policy settings with GPO context.