ClientTokenFilters

ClientTokenFilters
ClientTokenFilters

Field values that can be used to filter API client and API token data

JSON Example
{
    "tokenStatus": [
        "string"
    ],
    "tokenType": [
        "string"
    ]
}
array of string
tokenStatus
Optional
Constraints: minItems: 1 maxItems: 2147483647

One or more API token status values to match

Enumeration: ACTIVE, EXPIRED, UNKNOWN
array of string
tokenType
Optional
Constraints: minItems: 1 maxItems: 2147483647

One or more API token types to match

Enumeration: API_CLIENT, USER, UNKNOWN
Property Of