| 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 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents filter in the policy scope.
| 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 |
None.
The following JSON representation shows the resource type.
{
"mode": "String",
"rule": "String"
}