TenantGovernance-Invitation.Read.All
Allows the application to list and read all Tenant Governance invitations on behalf of the signed-in user.
Merill's Note
For an app to access data in Microsoft Graph, the user or administrator must grant it the permissions it needs. This article lists all the Microsoft Graph APIs and your tenant data that can be accessed by the application (vendor/developer) if you consent to the
TenantGovernance-Invitation.Read.Allpermission.If you need to create an audit report of the permissions granted to all the apps in your tenant, you can run the
Export-MsIdAppConsentGrantReportcommand. See How To: Run a quick OAuth app audit of your tenant
| Category | Application | Delegated |
|---|---|---|
| Identifier | 3f4f98e9-6faf-4e5f-814b-ed2ed8a4ec9e | fda068e8-0524-485e-8d7f-b5bc29b0dae9 |
| DisplayText | Read Tenant Governance invitations | Read Tenant Governance invitations |
| Description | Allows the application to list and read all Tenant Governance invitations without a signed-in user. | Allows the application to list and read all Tenant Governance invitations on behalf of the signed-in user. |
| AdminConsentRequired | Yes | Yes |
Graph Methods
→ API supports delegated access (access on behalf of a user)
→ API supports app-only access (access without a user)
| Methods |
|---|
Resources
Granting this permission allows the calling application to access (and/or update) the following information in your tenant.
Graph reference: governanceInvitation
| Property | Type | Description |
|---|---|---|
| createdDateTime | DateTimeOffset | The date and time when the invitation was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. Supports $filter (lt, le, gt, ge, eq, ne) and $orderBy. |
| expirationDateTime | DateTimeOffset | The date and time when the invitation expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. Supports $filter (lt, le, gt, ge, eq, ne) and $orderBy. |
| governedTenantId | String | The Microsoft Entra tenant ID of the governed tenant. Supports $filter (eq, ne) and $orderBy. |
| governedTenantName | String | The display name of the governed tenant. Supports $filter (eq, ne) and $orderBy. |
| governingTenantId | String | The Microsoft Entra tenant ID of the governing tenant. Supports $filter (eq, ne) and $orderBy. |
| governingTenantName | String | The display name of the governing tenant. Supports $filter (eq, ne) and $orderBy. |
| id | String | The unique identifier for the governance invitation. Inherited from entity. Supports $filter (eq, ne) and $orderBy. |