-
Notifications
You must be signed in to change notification settings - Fork 2
multivalued condition
Ryan Newington edited this page Jun 6, 2016
·
1 revision
The SSH MA provides the ability to evaluate the values in a multi-valued attribute array when using a multi-valued attribute rule. The following values are supported;
Value | Description |
---|---|
Any |
The evaluation is successful if any of the values meet the specified condition |
All |
The evaluation is successful only if all the values meet the specified condition |
One |
The evaluation is successful only if one of the values meet the specified condition |
None |
The evaluation is successful only if none of the values meet the specified condition |