Keys
Create Key
Create KMS key
POST
Body
application/json
The ID of the project to create the key in.
The name of the key to be created. Must be slug-friendly.
Required string length:
1 - 32
An optional description of the key.
Maximum length:
500
The type of key to be created, either encrypt-decrypt or sign-verify, based on your intended use for the key.
Available options:
encrypt-decrypt
, sign-verify
The algorithm to use when performing cryptographic operations with the key.
Available options:
aes-256-gcm
, aes-128-gcm
, RSA_4096
, ECC_NIST_P256
Response
200
application/json
Default Response