kmsProjectId property

String? kmsProjectId
getter/setter pair

The gcp project id of the project where the kms key stored.

If empty, the kms key is stored at the same project as customer's project and ecrypted with CMEK, otherwise, the kms key is stored in the tenant project and encrypted with GMEK

Optional.

Implementation

core.String? kmsProjectId;