Skip to content

Latest commit

 

History

History
60 lines (47 loc) · 1.65 KB

File metadata and controls

60 lines (47 loc) · 1.65 KB
title conditionalAccessLocations resource type
description Represents locations included in and excluded from the scope of a conditional access policy.
ms.localizationpriority medium
author lisaychuang
ms.reviewer conditionalaccesspm
ms.subservice entra-sign-in
doc_type resourcePageType
ms.date 07/22/2024

conditionalAccessLocations resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents locations included in and excluded from the scope of a conditional access policy. Locations can be countries and regions or IP addresses.

Properties

Property Type Description
includeLocations String collection Location IDs in scope of policy unless explicitly excluded, All, or AllTrusted.
excludeLocations String collection Location IDs excluded from scope of policy.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "excludeLocations": ["String"],
  "includeLocations": ["String"]
}