FilterableApiKeyProps

The filters to apply on the retrieved API keys.

qstringOptional
Search through the api key names and redacted keys using this search term.
idstring | string[]Optional
The IDs to filter the API keys by.
tokenstring | string[]Optional
The tokens to filter the API keys by.
titlestring | string[]Optional
The titles to filter the API keys by.
typeApiKeyTypeOptional
Filter the API keys by their type.
revoked_atOperatorMap<null | Date>Optional
An array of filters to apply on the entity, where each item in the array is joined with an "and" condition.
An array of filters to apply on the entity, where each item in the array is joined with an "or" condition.
Was this page helpful?
Edit this page