Skip to content

Latest commit

 

History

History
57 lines (43 loc) · 1.77 KB

File metadata and controls

57 lines (43 loc) · 1.77 KB
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

downgradeJustification resource type (deprecated)

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.

Properties

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.

JSON representation

The following JSON representation shows the resource type.

{
  "isDowngradeJustified": true,
  "justificationMessage": "String"
}