Skip to content

Latest commit

 

History

History
50 lines (37 loc) · 1.08 KB

File metadata and controls

50 lines (37 loc) · 1.08 KB
title tenantReference resource type
description Represents the information used to identify a Microsoft Entra tenant.
author jkdouglas
ms.reviewer mapamu
ms.localizationpriority medium
ms.subservice entra-sign-in
doc_type resourcePageType
ms.date 07/22/2024

tenantReference resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents the information used to identify a Microsoft Entra tenant. This type is only used in the context of an outboundSharedUserProfile.

Methods

None.

Properties

Property Type Description
tenantId String The identifier of the Microsoft Entra tenant. Read-only. Key.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.tenantReference",
  "tenantId": "String"
}