| title | governanceInvitation resource type |
|---|---|
| description | Represents an invitation sent by a governing tenant to establish a governance relationship with a governed tenant. |
| 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 an invitation sent by a future governed tenant to a future governing tenant. This invitation authorizes the governing tenant to send a governance request to the governed tenant to establish a governance relationship. The invitation expires after 30 days.
Inherits from microsoft.graph.entity.
| Method | Return type | Description |
|---|---|---|
| List | microsoft.graph.tenantGovernanceServices.governanceInvitation collection | Get a list of the governanceInvitation objects and their properties. |
| Create | microsoft.graph.tenantGovernanceServices.governanceInvitation | Create a new governance invitation. |
| Get | microsoft.graph.tenantGovernanceServices.governanceInvitation | Read the properties of a governanceInvitation object. |
| Delete | None | Delete a governance invitation. |
| 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. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.tenantGovernanceServices.governanceInvitation",
"id": "String (identifier)",
"governingTenantId": "String",
"governedTenantId": "String",
"governingTenantName": "String",
"governedTenantName": "String",
"createdDateTime": "String (timestamp)",
"expirationDateTime": "String (timestamp)"
}