Skip to content

Latest commit

 

History

History
58 lines (45 loc) · 1.35 KB

conditionalaccesslocations.md

File metadata and controls

58 lines (45 loc) · 1.35 KB
title description ms.localizationpriority author ms.reviewer ms.subservice doc_type
conditionalAccessLocations resource type
Represents locations included in and excluded from the policy scope.
medium
lisaychuang
conditionalaccesspm
entra-sign-in
resourcePageType

conditionalAccessLocations resource type

Namespace: microsoft.graph

Represents locations included in and excluded from the policy scope.

Properties

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

JSON representation

The following is a JSON representation of the resource.

Relationships

None.

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