Skip to content

Commit 7891afb

Browse files
authored
Update operators
1 parent b068652 commit 7891afb

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

includes/key-management-policy-grammar.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,13 @@ value =
1818

1919
(* The operators supported for claim value comparison *)
2020
operator =
21-
"equals:";
21+
"equals:" |
22+
"notEquals:" |
23+
"less:" |
24+
"lessOrEquals:" |
25+
"greater:" |
26+
"greaterOrEquals:" |
27+
"exists:";
2228

2329
(* A JSON condition that evaluates the value of a claim *)
2430
claim_condition =

0 commit comments

Comments
 (0)