GoogleApi.Dataform.V1beta1.Model.DataEncryptionState (google_api_dataform v0.8.0)
View SourceDescribes encryption state of a resource.
Attributes
-
kmsKeyVersionName(type:String.t, default:nil) - Required. The KMS key version name with which data of a resource is encrypted.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dataform.V1beta1.Model.DataEncryptionState{ kmsKeyVersionName: String.t() | nil }