| 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 |
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.
| 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. |
None.
The following JSON representation shows the resource type.
{
"excludeLocations": ["String"],
"includeLocations": ["String"]
}