TestimoX

API Reference

Class

AdmxExplorerPolicyMdmArtifact

Namespace ADPlayground.Gpo.GpoLocal
Assembly ADPlayground
Modifiers sealed

Lightweight MDM/Policy CSP projection used by the static ADMX explorer.

Inheritance

  • Object
  • AdmxExplorerPolicyMdmArtifact

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Constructors

public AdmxExplorerPolicyMdmArtifact() #

Properties

public Boolean HasCandidate { get; set; } #

True when a candidate OMA-URI could be inferred.

public Boolean HasCompletePayload { get; set; } #

True when enough information exists to build a complete payload.

public Boolean IsInferredCandidate { get; set; } #

True when the candidate is inferred rather than sourced from an explicit contract.

public String ScopeSegment { get; set; } #

MDM scope segment used by the candidate path.

public String PolicyCspAreaName { get; set; } #

Policy CSP area segment derived for the candidate path.

public String OmaUri { get; set; } #

Candidate OMA-URI for this policy state.

public String PayloadXml { get; set; } #

Raw XML fragment payload for enabled or disabled state, when available.

public String SyncMlReplace { get; set; } #

Full SyncML replace command candidate, when available.

public String SyncMlDelete { get; set; } #

Full SyncML delete command candidate for not-configured state, when available.

public IReadOnlyList<AdmxPolicyMdmDataEntry> DataEntries { get; set; } #

ADMX parameter entries projected into SyncML data elements.

public IReadOnlyList<String> Notes { get; set; } #

Advisory notes for the inferred MDM projection.