API Reference
AdmxCatalogPolicy
Policy summary extracted from ADMX with presentation metadata and registry mapping.
Inheritance
- Object
- AdmxCatalogPolicy
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 AdmxCatalogFile.Policies
- Method AdmxExplorerBundle.LoadPolicy
- Method AdmxExplorerBundle.LoadPolicy
- Property AdmxExplorerExport.Policies
- Property AdmxExplorerSourcePayload.Policies
Accepted by parameters
Constructors
public AdmxCatalogPolicy() #Inherited Methods
public override Boolean Equals(Object obj) #BooleanParameters
- obj Object
Properties
public String Id { get; set; } #Stable identifier composed from source ADMX and policy name.
public String Name { get; set; } #Internal ADMX policy name.
public String DisplayName { get; set; } #Localized display name (primary language).
public AdmxPolicyClass PolicyClass { get; set; } #ADMX policy class declared by the source template.
public String PolicyClassName { get; set; } #Textual policy class name for JSON/static consumers.
public String CategoryPath { get; set; } #Category path (e.g., Windows Components\BitLocker Drive Encryption).
public IReadOnlyList<String> CategorySegments { get; set; } #Category path split into segments for breadcrumb or tree consumers.
public String SupportedOn { get; set; } #SupportedOn label.
public String SourceAdmx { get; set; } #Source ADMX filename.
public String SourceDirectory { get; set; } #Directory containing the source ADMX file.
public String Explain { get; set; } #Localized explain text, when present.
public IReadOnlyList<AdmxCatalogElement> Elements { get; set; } #Presentation elements for the policy.
public IReadOnlyList<String> RegistryKeys { get; set; } #Distinct registry keys touched by the policy and its state mappings.
public IReadOnlyList<String> RegistryValues { get; set; } #Distinct registry value names touched by the policy and its state mappings.
public AdmxCatalogPolicyLevelMap LevelMap { get; set; } #On/Off mapping to registry values or lists.
public IReadOnlyList<AdmxExplorerPolicyScopeArtifact> ScopeArtifacts { get; set; } #Scope-aware registry and MDM deployment projections derived from the typed policy model.
public AdmxIntuneReadinessSummary IntuneReadiness { get; set; } #Intune custom ADMX import readiness summary for this policy.
public String SearchText { get; set; } #Precomputed free-text search content for static explorer consumers.