ClientTokenSearchTerm

ClientTokenSearchTerm
ClientTokenSearchTerm

Search term matching logic to apply to a given field in API client and API token lists

JSON Example
{
    "field": "string",
    "operator": "string",
    "terms": [
        "string"
    ]
}
string
field
Required

Fields that can be searched in API client and API token lists

Possible values are : CLIENT_NAME, CLIENT_ID, TOKEN_NAME, PRINCIPAL_NAME, ROLES, ROLE_NAME, ROLE_DISPLAY_NAME, UNKNOWN,
string
operator
Required

The operator to use when searching fields in API client and API token lists

Possible values are : LIKE, EQUALS, EMPTY, NOT_EMPTY, UNKNOWN,
array of string
terms
Optional

Strings to search in the given field; a match with any of these terms produces a successful search result