Skip to content

Latest commit

 

History

History
53 lines (41 loc) · 1.8 KB

File metadata and controls

53 lines (41 loc) · 1.8 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

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"
    }
  ]
}