v1

latestOpenAPI 3.1.02026-07-178140423.0 KB
Encryption Keys
Encryption Keys

Get Public Encryption Key By Id

Retrieve the public encryption key by its ID.

get/account-service/api/data-protect/keys/public/{id}

Path parameters

idinteger required

Response

Successful Response

idinteger nullable

The unique identifier of the resource

statusinteger nullable

The status of the resource

createTimestring

The creation time of the resource

updateTimestring

The last update time of the resource

publicKeyValuestring nullable

The public key

privateKeyValuestring nullable

The private key

keyStatus'ACTIVE' | 'PASSIVE' | 'DISABLED' | 'DELETED'
keyType'MSG_PROTECT_SHIELD' | 'MSG_PROTECT_PLUGIN'