managedAppDiagnosticStatus resource type
Namespace: microsoft.graph
Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.
Represents diagnostics status.
Properties
Property | Type | Description |
---|---|---|
validationName | String | The validation friendly name |
state | String | The state of the operation |
mitigationInstruction | String | Instruction on how to mitigate a failed validation |
Relationships
None
JSON Representation
Here is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.managedAppDiagnosticStatus",
"validationName": "String",
"state": "String",
"mitigationInstruction": "String"
}