| Name | Type | Description | Notes |
|---|---|---|---|
| in | string[] | Array of resource values that should be included in the results (multiple values). | [optional] |
| notIn | string[] | Array of resource values that should be included in the results (multiple values). | [optional] |
| is | string | Value is exactly this value (single value). | [optional] |
| isNot | string | Results omit this value (single value). | [optional] |
| hasValue | string | Value is NOT null. The value for this parameter is an empty string. | [optional] |
| isUnknown | string | Value is null. The value for this parameter is an empty string. | [optional] |
| startsWith | string | Value starts with the specified string. | [optional] |
| endsWith | string | Value ends with the specified string. | [optional] |