API Reference
Class
AdmxExplorerPolicyStateArtifact
State-specific deployment projection for a policy and scope combination.
Inheritance
- Object
- AdmxExplorerPolicyStateArtifact
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 AdmxExplorerPolicyStateArtifact() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public PolicyState State { get; set; } #Requested policy state.
public String StateName { get; set; } #Textual state name for JSON/static consumers.
public IReadOnlyList<AdmxPolicyArtifactOperation> Operations { get; set; } #Registry operations emitted for this policy state.
public String RegFileContent { get; set; } #Generated Windows Registry Editor file content for this policy state.
public String PowerShellScript { get; set; } #Generated PowerShell remediation script for this policy state.
public AdmxExplorerPolicyIntuneArtifact Intune { get; set; } #Lightweight Intune remediation metadata for this policy state.
public AdmxExplorerPolicyMdmArtifact Mdm { get; set; } #Candidate MDM/Policy CSP projection for this policy state.