| title | permissionsDefinitionAuthorizationSystem resource type |
|---|---|
| description | Represents the authorization system that the permissions will be requested on. |
| 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]
Represents the authorization system that the permissions will be requested on.
| Property | Type | Description |
|---|---|---|
| authorizationSystemId | String | ID of the authorization system retrieved from the customer cloud environment. |
| authorizationSystemType | String | The type of authorization system. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.permissionsDefinitionAuthorizationSystem",
"authorizationSystemId": "String",
"authorizationSystemType": "String"
}