cURL
curl --request GET \ --url https://api.eu.bronto.io/encryption-keys/{keyId} \ --header 'X-BRONTO-API-KEY: <api-key>'
{ "org_id": "<string>", "id": "<string>", "name": "<string>", "provider": "AWS_KMS", "status": "KEY_STATUS_UNSPECIFIED", "aws_kms": { "alias_arn": "<string>", "region": "<string>" } }
The unique identifier of the encryption key
The encryption key details
Organization ID
Key ID
User-facing name for this key
AWS_KMS
KEY_STATUS_UNSPECIFIED
CREATED
ACTIVE
DISABLED
Show child attributes