Skip to content

Commit cc7cbe8

Browse files
authored
Merge pull request #101424 from ArvindHarinder1/patch-72
Greater than integer requirement
2 parents 3443bda + 5c069f1 commit cc7cbe8

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

articles/active-directory/manage-apps/define-conditional-rules-for-provisioning-user-accounts.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,12 @@ Scoping filters are configured as part of the attribute mappings for each Azure
8989
g. **REGEX MATCH**. Clause returns "true" if the evaluated attribute matches a regular expression pattern. For example: ([1-9][0-9]) matches any number between 10 and 99.
9090

9191
h. **NOT REGEX MATCH**. Clause returns "true" if the evaluated attribute doesn't match a regular expression pattern.
92-
92+
93+
i. **Greater_Than.** Clause returns "true" if the evaluated attribute is greater than the value. The value specified on the scoping filter must be an integer and the attribute on the user must be an integer [0,1,2,...].
94+
95+
j. **Greater_Than_OR_EQUALS.** Clause returns "true" if the evaluated attribute is greater than or equal to the value. The value specified on the scoping filter must be an integer and the attribute on the user must be an integer [0,1,2,...].
96+
97+
9398
>[!IMPORTANT]
9499
> The Includes and IsMemberOf filters are not supported. They will soon be removed from the UI.
95100

0 commit comments

Comments
 (0)