| title | authorizationSystemResource resource type |
|---|---|
| description | Represents a resource in an authorization system onboarded to Permissions Management. |
| 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 a resource in an authorization system onboarded to Permissions Management. The following resource types are derived from this base type: awsAuthorizationSystemResource, azureAuthorizationSystemResource, and gcpAuthorizationSystemResource.
Inherits from entity.
None.
| Property | Type | Description |
|---|---|---|
| displayName | String | The name of the resource. Read-only. Supports $filter (eq,contains). |
| externalId | String | The ID of the resource as defined by the authorization system provider. Read-only. Supports $filter (eq). |
| id | String | The ID for the resource as defined by Permissions Management. Inherited from entity. Read-only. |
| resourceType | String | The type of the resource. Read-only. Supports $filter (eq). |
| Relationship | Type | Description |
|---|---|---|
| authorizationSystem | authorizationSystem | The authorization system that the resource exists in. |
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.authorizationSystemResource",
"id": "String (identifier)",
"externalId": "String",
"displayName": "String",
"resourceType": "String"
}