Edit

Share via


restrictAccessAction resource type

Namespace: microsoft.graph

Represents a DLP action that explicitly restricts access to the content that triggered the rule match."

Inherits from restrictAccessActionBase.

Properties

Property Type Description
action microsoft.graph.security.dlpAction The type of DLP action. Inherited from dlpActionInfo.The possible values are: notifyUser, blockAccess, deviceRestriction, browserRestriction, unknownFutureValue, restrictAccess, generateAlert, generateIncidentReportAction, sPBlockAnonymousAccess, sPRuntimeAccessControl, sPSharingNotifyUser, sPSharingGenerateIncidentReport. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: restrictAccess , generateAlert , generateIncidentReportAction , sPBlockAnonymousAccess , sPRuntimeAccessControl , sPSharingNotifyUser , sPSharingGenerateIncidentReport.
restrictionAction microsoft.graph.security.restrictionAction Action for the app to take. Inherited from restrictAccessActionBase. The possible values are: warn, audit, block.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.restrictAccessAction",
  "action": "String",
  "restrictionAction": "String"
}