Name | Type | Description | Notes |
---|---|---|---|
in | string[] | Array of resource values that should be included in the results (multiple values). | [optional] |
not_in | 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] |
is_not | string | Results omit this value (single value). | [optional] |
has_value | string | Value is NOT null. The value for this parameter is an empty string. | [optional] |
is_unknown | string | Value is null. The value for this parameter is an empty string. | [optional] |
starts_with | string | Value starts with the specified string. | [optional] |
ends_with | string | Value ends with the specified string. | [optional] |
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.