justifyAction resource type

Namespace: microsoft.graph.security

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.

Indicates that a justification is required for the specified operation. The evaluateApplication, evaluateClassificationResults, or evaluateRemoval APIs might return the justifyAction. Justification is provided via labelingOptions. The previous call should be repeated, but with the downgradeJustification property of labelingOptions set with a justification message, provided via user input or application logic.

Inherits from informationProtectionAction.

Properties

None.

Relationships

None.

JSON representation

The following is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.security.justifyAction"
}