Skip to content

Latest commit

 

History

History
43 lines (36 loc) · 1.45 KB

File metadata and controls

43 lines (36 loc) · 1.45 KB
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

resourcePermission resource type

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.

Properties

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.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.tenantGovernanceServices.resourcePermission",
  "id": "String",
  "name": "String",
  "type": "String"
}