API Reference
Class
AdmxIntuneReadinessIssue
One Intune custom ADMX import compatibility issue.
Inheritance
- Object
- AdmxIntuneReadinessIssue
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 AdmxIntuneReadinessReport.Issues
Constructors
public AdmxIntuneReadinessIssue() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Id { get; set; } #Stable issue identifier.
public String Severity { get; set; } #Severity label such as Warning or Informational.
public String Category { get; set; } #Issue category.
public String SourceAdmx { get; set; } #Source ADMX file name or path.
public String SourceAdml { get; set; } #Source ADML file name or path.
public String PolicyName { get; set; } #Policy name affected by the issue, when known.
public String PresentationId { get; set; } #Presentation identifier affected by the issue, when known.
public String ElementId { get; set; } #Presentation element identifier affected by the issue, when known.
public String Message { get; set; } #Human-readable issue message.
public String Detail { get; set; } #Additional diagnostic detail.