Skip to content

Latest commit

 

History

History
55 lines (42 loc) · 1.87 KB

File metadata and controls

55 lines (42 loc) · 1.87 KB
title crossTenantAccessPolicyTargetConfiguration resource type
description Defines the target of a cross-tenant access policy setting configuration.
author jkdouglas
ms.localizationpriority medium
ms.subservice entra-sign-in
doc_type resourcePageType
ms.date 07/22/2024

crossTenantAccessPolicyTargetConfiguration resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Defines the target of a cross-tenant access policy setting configuration.

This resource is used by the following properties:

Properties

Property Type Description
accessType crossTenantAccessPolicyTargetConfigurationAccessType Defines whether access is allowed or blocked. The possible values are: allowed, blocked, unknownFutureValue.
targets crossTenantAccessPolicyTarget collection Specifies whether to target users, groups, or applications with this rule.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.crossTenantAccessPolicyTargetConfiguration",
  "accessType": "String",
  "targets": [
    {
      "@odata.type": "microsoft.graph.crossTenantAccessPolicyTarget"
    }
  ]
}