kmsKeyVersion property

String? kmsKeyVersion
getter/setter pair

The CryptoKeyVersion resource name for the configured Cloud KMS key.

The format is: projects/[PROJECT_ID]/locations/[LOCATION]/keyRings/[KEYRING]/cryptoKeys/[KEY]/cryptoKeyVersions/[VERSION] For example: projects/my-project/locations/us-central1/keyRings/my-ring/cryptoKeys/my-key/cryptoKeyVersions/1 This read-only field is used to convey the specific configured CryptoKeyVersion of the kms_key that has been configured. It is populated when the CMEK settings are bound to a single key version.

Output only.

Implementation

core.String? kmsKeyVersion;