v1

latestOpenAPI 3.1.02026-07-178140423.0 KB
Encryption Keys
Encryption Keys

Create Encryption Key

Create a new AI encryption key.

post/account-service/api/data-protect/keys/generate

Query parameters

key_type'MSG_PROTECT_SHIELD' | 'MSG_PROTECT_PLUGIN'

The type of the key to create

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'