Skip to content

Latest commit

 

History

History
45 lines (33 loc) · 1.4 KB

File metadata and controls

45 lines (33 loc) · 1.4 KB
title conditionalAccessExternalTenants resource type
description An abstract type that represents external tenants in a policy scope.
ms.localizationpriority medium
author SanDeo-MSFT
ms.subservice entra-sign-in
doc_type resourcePageType
ms.date 07/22/2024

conditionalAccessExternalTenants resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

An abstract type that represents external tenants in a policy scope.

Base type of conditionalAccessAllExternalTenants and conditionalAccessEnumeratedExternalTenants.

Properties

Property Type Description
membershipKind conditionalAccessExternalTenantsMembershipKind The membership kind. The possible values are: all, enumerated, unknownFutureValue. The enumerated member references an conditionalAccessEnumeratedExternalTenants object.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.conditionalAccessExternalTenants",
  "membershipKind": "String"
}