| title | tenantGovernance resource type |
|---|---|
| description | Container for Microsoft Entra Tenant Governance capabilities. |
| author | hafowler |
| ms.date | 03/19/2026 |
| ms.localizationpriority | medium |
| ms.subservice | entra-tenant-governance |
| doc_type | resourcePageType |
Namespace: microsoft.graph.tenantGovernanceServices
[!INCLUDE beta-disclaimer]
Container for Microsoft Entra Tenant Governance capabilities.
Inherits from microsoft.graph.entity.
None.
| Property | Type | Description |
|---|---|---|
| id | String | A unique identifier for the tenant governance container. Inherited from microsoft.graph.entity. |
| Relationship | Type | Description |
|---|---|---|
| governanceInvitations | microsoft.graph.tenantGovernanceServices.governanceInvitation collection | Collection of governance invitations associated with the tenant. |
| governancePolicyTemplates | microsoft.graph.tenantGovernanceServices.governancePolicyTemplate collection | Collection of governance policy templates associated with the tenant. |
| governanceRelationships | microsoft.graph.tenantGovernanceServices.governanceRelationship collection | Collection of governance relationships associated with the tenant. |
| governanceRequests | microsoft.graph.tenantGovernanceServices.governanceRequest collection | Collection of governance requests associated with the tenant. |
| relatedTenants | microsoft.graph.tenantGovernanceServices.relatedTenant collection | Collection of related tenants associated with the tenant. |
| settings | microsoft.graph.tenantGovernanceServices.tenantGovernanceSetting | Settings for the tenant governance container. |
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.tenantGovernanceServices.tenantGovernance",
"id": "String (identifier)"
}