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

Possible values are : ACTIVE, EXPIRED, UNKNOWN,
array of string
tokenType
Optional
Constraints: minItems: 1 maxItems: 2147483647

One or more API token types to match

Possible values are : API_CLIENT, USER, UNKNOWN,
Property Of