Skip to main content
Skip to main content

FilterableApiKeyProps

The filters to apply on the retrieved API keys.

idstring | string[]
The IDs to filter the API keys by.
tokenstring | string[]
The tokens to filter the API keys by.
titlestring | string[]
The titles to filter the API keys by.
Filter the API keys by their type.
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 section helpful?