downgradeJustification resource type
Namespace: microsoft.graph
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
Represents user input on why downgrade was performed. Downgrade justification might be required based on label policy configuration in Office Security and Compliance Center.
Properties
Property | Type | Description |
---|---|---|
isDowngradeJustified | Boolean | Indicates whether the downgrade is or is not justified. |
justificationMessage | String | Message that indicates why a downgrade is justified. The message will appear in administrative logs. |
JSON representation
The following is a JSON representation of the resource.
{
"isDowngradeJustified": true,
"justificationMessage": "String"
}
Feedback
Submit and view feedback for