...
Name | Type | Required? | Description |
---|---|---|---|
attibuteID | String | Y | The name of the attribute whose values are to be counted |
minimum | Non-negative (>=0) Integer | Y | The minimum number of values allowed |
maximum | Non-negative (>=0) Integer | Y | The minimum maximum number of values allowed |
The policy returns true iff the number of values is >= 'minimum' and the number of values is <= 'maximum'.
...