encryptionSpec property

EncryptionSpec? encryptionSpec
getter/setter pair

Customer-managed encryption key spec for a Dataset.

If set, this Dataset and all of its sub-resources will be secured by this key. If empty, the Dataset is secured by the default Google encryption key.

Optional.

Implementation

EncryptionSpec? encryptionSpec;