| title | permissionsDefinition resource type |
|---|---|
| description | An abstract type that represents information about the permissions request, such as the authorization system, the identities making the request, and the actions that the identities need the permissions for. |
| author | mrudulahg01 |
| ms.reviewer | ciem_pm |
| ms.localizationpriority | medium |
| ms.subservice | entra-permissions-management |
| doc_type | resourcePageType |
| ms.date | 04/18/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
[!INCLUDE permissions-management-retirement-note]
An abstract type that represents information about the permissions request, such as the authorization system, the identities making the request, and the actions for which the identities need the permissions.
This resource type is inherited by the following objects:
- awsPermissionsDefinition resource type
- singleResourceAzurePermissionsDefinition resource type
- singleResourceGcpPermissionsDefinition resource type
| Property | Type | Description |
|---|---|---|
| authorizationSystemInfo | permissionsDefinitionAuthorizationSystem | Information relating to the authorization system and permissions assigned. |
| Relationship | Type | Description |
|---|---|---|
| identityInfo | permissionsDefinitionAuthorizationSystemIdentity | The identity receiving the actionInfo. |
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.permissionsDefinition",
"authorizationSystemInfo": {
"@odata.type": "microsoft.graph.permissionsDefinitionAuthorizationSystem"
}
}