rolePermission resource type
In this article
Namespace: microsoft.graph
Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.
Contains the set of ResourceActions determining the allowed and not allowed permissions for each role.
Property | Type | Description |
---|---|---|
resourceActions | resourceAction collection | Resource Actions each containing a set of allowed and not allowed permissions. |
None
Here is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.rolePermission",
"resourceActions": [
{
"@odata.type": "microsoft.graph.resourceAction",
"allowedResourceActions": [
"String"
],
"notAllowedResourceActions": [
"String"
]
}
]
}