TestimoX

API Reference

Class

AdmxExplorerPolicyScopeArtifact

Namespace ADPlayground.Gpo.GpoLocal
Assembly ADPlayground
Modifiers sealed

Scope-specific deployment projection for a policy exported to the static ADMX explorer.

Inheritance

  • Object
  • AdmxExplorerPolicyScopeArtifact

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

Constructors

public AdmxExplorerPolicyScopeArtifact() #

Properties

public PolicyScope Scope { get; set; } #

Effective policy scope.

public String ScopeName { get; set; } #

Textual scope name for JSON/static consumers.

public String RegistryHive { get; set; } #

Registry hive used by this scope projection.

public String RegistryKey { get; set; } #

Primary registry key used by this scope projection, when available.

public IReadOnlyList<AdmxExplorerPolicyStateArtifact> States { get; set; } #

State-specific deployment projections for this scope.