RoleFilter
RoleFilter
JSON Example
{
"enabled": false,
"match_label": {
"key": "string",
"values": [
"string"
]
},
"match_operation": "string",
"name": "string"
}
boolean
enabled
Optional
Constraints: default: true
Enable this filter. Field introduced in 20.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
string
match_operation
Optional
Constraints: default: ROLE_FILTER_EQUALS
Label match operation criteria. Enum options - ROLE_FILTER_EQUALS, ROLE_FILTER_DOES_NOT_EQUAL, ROLE_FILTER_GLOB_MATCH, ROLE_FILTER_GLOB_DOES_NOT_MATCH. Field introduced in 20.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
string
name
Optional
Name for the filter. Field introduced in 20.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.