conditionalAccessFilter resource type

Namespace: microsoft.graph

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