TestimoX

API Reference

Class

AdmxIntuneReadinessSummary

Namespace ADPlayground.Gpo.GpoLocal
Assembly ADPlayground
Modifiers sealed

Policy-level Intune readiness summary suitable for catalog and website projections.

Inheritance

  • Object
  • AdmxIntuneReadinessSummary

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

public AdmxIntuneReadinessSummary() #

Properties

public Boolean IsReady { get; set; } #

True when this policy has no detected Intune import compatibility issues.

public Int32 IssueCount { get; set; } #

Total number of detected issues for this policy.

public Int32 RepairActionCount { get; set; } #

Total number of preview repair actions for this policy.

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

Stable issue identifiers detected for this policy.

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

Human-readable readiness notes for this policy.