Creates a new keystore entry with pre-generated encryption key material for use in encrypting sensitive data.
model (KeystoreCreateModel, required) — Keystore details including:
key (string, required) — Base64-encoded AES encryption key.activationDate (datetime, required) — Date when keystore becomes active.expirationDate (datetime, required) — Date when keystore expires.description (string, optional) — Descriptive identifier for the key.KeystoreCommandResponse containing the ID of the newly created keystore entry.
The access token received from the authorization server in the OAuth 2.0 flow.
The keystore creation request containing encryption key details and activation dates.
Base structure for command requests that modify data. Represents a command used to create a new key store entry for administrative purposes.
Key
Returns the ID of the newly created keystore entry.
Standard response structure containing operation status and error information. Standard command response indicating the result of a data modification. Create response containing the identifier of the newly created entity. Represents the response returned after a key store entry is created or updated.
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
Unique identifier of the newly created entity.
"3fa85f64-5717-4562-b3fc-2c963f66afa6"