ApiKeyLifecycleResponse
Response for API key revoke operations.
- actionType: stringenumrequired
Whether the requested credential was revoked or rotated.
values- revoked
The requested key was revoked.
- rotated
The requested key was rotated and a replacement key was created.
- replacementType: object ยท ApiKeyCreateResponse
Response returned when creating or rotating an API key.
- idType: stringrequired
ID of the API key.
- secretType: stringrequired
The secret key for API authentication.
This value is returned only when creating or rotating an API key. Store it securely before the response is discarded.

