resourceAction resource type

Namespace: microsoft.graph

Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.

Set of allowed and not allowed actions for a resource.

Properties

Property Type Description
allowedResourceActions String collection Allowed Actions
notAllowedResourceActions String collection Not Allowed Actions.

Relationships

None

JSON Representation

Here is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.resourceAction",
  "allowedResourceActions": [
    "String"
  ],
  "notAllowedResourceActions": [
    "String"
  ]
}