ClientTokenSearchGroupings

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"
            ]
        }
    ]
}
allOf
Optional

Search terms to query, ALL of which must match for the search to be successful

anyOf
Optional

Search terms to query, ANY of which must match for the search to be successful

Property Of