cURL
curl --request PATCH \ --url https://api.eu.bronto.io/encryption-keys/{keyId} \ --header 'Content-Type: application/json' \ --header 'X-BRONTO-API-KEY: <api-key>' \ --data ' { "name": "<string>", "status": "ACTIVE" } '
{ "org_id": "<string>", "id": "<string>", "name": "<string>", "provider": "AWS_KMS", "status": "KEY_STATUS_UNSPECIFIED", "aws_kms": { "alias_arn": "<string>", "region": "<string>" } }
Update an encryption key’s display name and/or status. Only name and status can be updated. Status can only transition from CREATED to ACTIVE.
The unique identifier of the encryption key
Update request for encryption key. Only name and status can be updated. Status can only transition from CREATED to ACTIVE.
User-facing name for this key
Key status. Only CREATED keys can be transitioned to ACTIVE status.
ACTIVE
The updated encryption key
Organization ID
Key ID
AWS_KMS
KEY_STATUS_UNSPECIFIED
CREATED
DISABLED
Show child attributes