cryptoKeyBackend property

String? cryptoKeyBackend
getter/setter pair

The resource name of the backend environment where the key material for all CryptoKeyVersions associated with this CryptoKey reside and where all related cryptographic operations are performed.

Only applicable if CryptoKeyVersions have a ProtectionLevel of EXTERNAL_VPC, with the resource name in the format projects / * /locations / * /ekmConnections / * . Note, this list is non-exhaustive and may apply to additional ProtectionLevels in the future.

Immutable.

Implementation

core.String? cryptoKeyBackend;