FilterableApiKeyProps
The filters to apply on the retrieved API keys.
id
string | string[]The IDs to filter the API keys by.
token
string | string[]The tokens to filter the API keys by.
title
string | string[]The titles to filter the API keys by.
type
ApiKeyTypeFilter 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?