Generates a new AES encryption keystore using cryptographically secure random number generation for immediate use in production encryption.
KeystoreGenerationCommandResponse containing details of the generated keystore.
The access token received from the authorization server in the OAuth 2.0 flow.
Returns the ID and details of the newly generated keystore.
Standard response structure containing operation status and error information. Standard command response indicating the result of a data modification. Represents the response containing generated key material for client consumption.
True if the operation completed successfully; false if an error occurred.
true
Result code indicating the outcome of the operation.
Unknown, Success, BadRequest, Unauthorized, NotFound, Error 200
Human-readable error message when an error occurs.
null
The generated key encoded in base64 format.
The generated initialization vector encoded in base64 format.