2023-06-29
▼ ▲ cloudkms.projects.locations.keyRings.cryptoKeys.cryptoKeyVersions.rawDecrypt
Path : v1/{+name}:rawDecrypt
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/keyRings/{keyRingsId}/cryptoKeys/{cryptoKeysId}/cryptoKeyVersions/{cryptoKeyVersionsId}:rawDecrypt
Parameter Order : name
Scopes :
HTTP Method : POST
Parameters :
name
Pattern : ^projects/[^/]+/locations/[^/]+/keyRings/[^/]+/cryptoKeys/[^/]+/cryptoKeyVersions/[^/]+$
Type : string
Location : path
Description : Required. The resource name of the CryptoKeyVersion to use for decryption.
Required : Yes
Description : Decrypts data that was originally encrypted using a raw cryptographic mechanism. The CryptoKey.purpose must be RAW_ENCRYPT_DECRYPT.
▼ ▲ cloudkms.projects.locations.keyRings.cryptoKeys.cryptoKeyVersions.rawEncrypt
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/keyRings/{keyRingsId}/cryptoKeys/{cryptoKeysId}/cryptoKeyVersions/{cryptoKeyVersionsId}:rawEncrypt
Description : Encrypts data using portable cryptographic primitives. Most users should choose Encrypt and Decrypt rather than their raw counterparts. The CryptoKey.purpose must be RAW_ENCRYPT_DECRYPT.
Path : v1/{+name}:rawEncrypt
Description : Required. The resource name of the CryptoKeyVersion to use for encryption.