Available on crate feature
admin only.Expand description
API keys: retrieve / list / update.
Note: the Admin API does not expose create / delete for API
keys – those live in the Console UI. Update can change the name or
lifecycle status (active / inactive / archived).
Structs§
- ApiKey
- An API key record (the secret value itself is never returned).
- ApiKey
Creator - Actor (user or service account) that created an API key.
- ApiKeys
- Namespace handle for API-key endpoints.
- List
ApiKeys Params - Filters for
ApiKeys::list. - Update
ApiKey Request - Request body for
POST /v1/organizations/api_keys/{id}(update). Both fields are optional; passNoneto leave a field unchanged.
Enums§
- ApiKey
Status - Lifecycle status of an API key (response).
- Write
ApiKey Status - Subset of
ApiKeyStatusvalid as a write value (noexpired).