Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.graph
Important
APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
Note
Effective April 1, 2025, Microsoft Entra Permissions Management will no longer be available for purchase, and on October 1, 2025, we'll retire and discontinue support of this product. More information can be found here.
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.
Methods
None.
Properties
| 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). |
Relationships
| Relationship | Type | Description |
|---|---|---|
| authorizationSystem | authorizationSystem | The authorization system that the resource exists in. |
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.authorizationSystemResource",
"id": "String (identifier)",
"externalId": "String",
"displayName": "String",
"resourceType": "String"
}