Skip to content

Latest commit

 

History

History
56 lines (44 loc) · 2.69 KB

File metadata and controls

56 lines (44 loc) · 2.69 KB
title tenantGovernanceSetting resource type
description Represents the tenant governance settings that control related tenant discovery and invitation capabilities.
author hafowler
ms.date 03/10/2026
ms.localizationpriority medium
ms.subservice entra-tenant-governance
doc_type resourcePageType

tenantGovernanceSetting resource type

Namespace: microsoft.graph.tenantGovernanceServices

[!INCLUDE beta-disclaimer]

Represents the tenant governance settings that control related tenant discovery and invitation capabilities. This is a singleton resource.

Inherits from microsoft.graph.entity.

Methods

Method Return type Description
Get microsoft.graph.tenantGovernanceServices.tenantGovernanceSetting Read the properties of the tenantGovernanceSetting singleton.
Update microsoft.graph.tenantGovernanceServices.tenantGovernanceSetting Update the canReceiveInvitations property of the tenant governance settings.
Enable related tenants None Enable the related tenants feature for tenant discovery.

Properties

Property Type Description
canReceiveInvitations Boolean Indicates whether the tenant can receive governance invitations. When set to false, the tenant cannot receive new governance invitations. When set to true, other tenants can send your tenant invitations by providing your tenant id or domain name. Default value is false.
isRelatedTenantsEnabled Boolean Indicates whether the related tenants feature is enabled for tenant discovery. When set to false, related tenant APIs don't work. This property can be enabled by calling the enableRelatedTenants action. Default value is false.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.tenantGovernanceServices.tenantGovernanceSetting",
  "isRelatedTenantsEnabled": "Boolean",
  "canReceiveInvitations": "Boolean"
}