kmsKey property
- @Deprecated('Not supported. Member documentation may have more information.')
getter/setter pair
The Cloud KMS CryptoKey name or CryptoKeyVersion name.
This field only presents for the purpose of backward compatibility. Use
the kms_keys
field to retrieve Cloud KMS key information. This field is
available only when the resource's Protobuf contains it and will only be
populated for
these resource types
for backward compatible purposes. To search against the kms_key
: * Use a
field query. Example: kmsKey:key
* Use a free text query. Example: key
Implementation
@core.Deprecated(
'Not supported. Member documentation may have more information.',
)
core.String? kmsKey;