| title | downgradeJustification resource type (deprecated) |
|---|---|
| description | Represents user input on why downgrade was performed. Deprecated. |
| ms.localizationpriority | medium |
| author | tommoser |
| ms.subservice | security |
| doc_type | resourcePageType |
| ms.date | 03/21/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
[!INCLUDE informationprotection-deprecate]
Represents user input on why downgrade was performed. Downgrade justification might be required based on label policy configuration in Office Security and Compliance Center.
| Property | Type | Description |
|---|---|---|
| isDowngradeJustified | Boolean | Indicates whether the downgrade is or isn't justified. |
| justificationMessage | String | Message that indicates why a downgrade is justified. The message appears in administrative logs. |
The following JSON representation shows the resource type.
{
"isDowngradeJustified": true,
"justificationMessage": "String"
}