Package-level declarations

Types

Link copied to clipboard

The log type that this config enables.

Link copied to clipboard

Immutable. The immutable purpose of this CryptoKey.

Link copied to clipboard

The current state of the CryptoKeyVersion.

Link copied to clipboard

Required. Algorithm to use when creating a CryptoKeyVersion based on this template. For backwards compatibility, GOOGLE_SYMMETRIC_ENCRYPTION is implied if both this field is omitted and CryptoKey.purpose is ENCRYPT_DECRYPT.

Link copied to clipboard

ProtectionLevel to use when creating a CryptoKeyVersion based on this template. Immutable. Defaults to SOFTWARE.

Link copied to clipboard

Optional. Describes who can perform control plane operations on the EKM. If unset, this defaults to MANUAL.

Link copied to clipboard

Required. Immutable. The wrapping method to be used for incoming key material.

Link copied to clipboard

Required. Immutable. The protection level of the ImportJob. This must match the protection_level of the version_template on the CryptoKey you attempt to import into.