TestimoX

API Reference

Class

AdmxCatalogPolicy

Namespace ADPlayground.Gpo.GpoLocal
Assembly ADPlayground
Modifiers sealed

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.

Accepted by parameters

Constructors

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.