ClientTokenSearchGroupings
ClientTokenSearchGroupings
Groupings of search conditions to match in API client and API token lists
JSON Example
{
"allOf": [
{
"field": "string",
"operator": "string",
"terms": [
"string"
]
}
],
"anyOf": [
{
"field": "string",
"operator": "string",
"terms": [
"string"
]
}
]
}
array of
ClientTokenSearchTerm
allOf
Optional
Search terms to query, ALL of which must match for the search to be successful
array of
ClientTokenSearchTerm
anyOf
Optional
Search terms to query, ANY of which must match for the search to be successful