View Source GoogleApi.HealthCare.V1beta1.Model.EncryptionSpec (google_api_health_care v0.55.0)
Represents a customer-managed encryption key spec that can be applied to a resource.
Attributes
-
kmsKeyName
(type:String.t
, default:nil
) - Required. The resource name of customer-managed encryption key that is used to secure a resource and its sub-resources. Only the key in the same location as this dataset is allowed to be used for encryption. Format is:projects/{project}/locations/{location}/keyRings/{keyRing}/cryptoKeys/{key}
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.HealthCare.V1beta1.Model.EncryptionSpec{ kmsKeyName: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.