API Reference
Class
AdmxExplorerPolicyScopeArtifact
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
- Property AdmxCatalogPolicy.ScopeArtifacts
Constructors
public AdmxExplorerPolicyScopeArtifact() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.