| title | resourcePermission resource type |
|---|---|
| description | Represents a permission required by an application to access a resource. |
| author | hafowler |
| ms.date | 03/10/2026 |
| ms.localizationpriority | medium |
| ms.subservice | entra-tenant-governance |
| doc_type | resourcePageType |
Namespace: microsoft.graph.tenantGovernanceServices
[!INCLUDE beta-disclaimer]
Represents a permission required by an application to access a resource. This is used when defining the permissions needed by multi-tenant applications provisioned in governed tenants. This resource is defined in the permissions property of requiredResourceAccess.
| Property | Type | Description |
|---|---|---|
| id | String | The unique identifier of the permission. |
| name | String | The name of the permission. |
| type | permissionType | The type of permission. The possible values are: role, scope, unknownFutureValue. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.tenantGovernanceServices.resourcePermission",
"id": "String",
"name": "String",
"type": "String"
}