Skip to content

Latest commit

 

History

History
54 lines (43 loc) · 2.46 KB

File metadata and controls

54 lines (43 loc) · 2.46 KB
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

tenantGovernance resource type

Namespace: microsoft.graph.tenantGovernanceServices

[!INCLUDE beta-disclaimer]

Container for Microsoft Entra Tenant Governance capabilities.

Inherits from microsoft.graph.entity.

Methods

None.

Properties

Property Type Description
id String A unique identifier for the tenant governance container. Inherited from microsoft.graph.entity.

Relationships

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.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.tenantGovernanceServices.tenantGovernance",
  "id": "String (identifier)"
}