Skip to content

Latest commit

 

History

History
59 lines (46 loc) · 1.42 KB

File metadata and controls

59 lines (46 loc) · 1.42 KB
title conditionalAccessFilter resource type
description Represents filter in the policy scope.
ms.localizationpriority medium
author SanDeo-MSFT
ms.subservice entra-sign-in
doc_type resourcePageType
ms.date 07/22/2024

conditionalAccessFilter resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents filter in the policy scope.

Properties

Property Type Description
mode filterMode Mode to use for the filter. Possible values are include or exclude.
rule String Rule syntax is similar to that used for membership rules for groups in Microsoft Entra ID. For details, see rules with multiple expressions

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "mode": "String",
  "rule": "String"
}