GoogleApi.SecretManager.V1.Model.Replica (google_api_secret_manager v0.23.0)
View SourceRepresents a Replica for this Secret.
Attributes
-
customerManagedEncryption
(type:GoogleApi.SecretManager.V1.Model.CustomerManagedEncryption.t
, default:nil
) - Optional. The customer-managed encryption configuration of the User-Managed Replica. If no configuration is provided, Google-managed default encryption is used. Updates to the Secret encryption configuration only apply to SecretVersions added afterwards. They do not apply retroactively to existing SecretVersions. -
location
(type:String.t
, default:nil
) - The canonical IDs of the location to replicate data. For example:"us-east1"
.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.SecretManager.V1.Model.Replica{ customerManagedEncryption: GoogleApi.SecretManager.V1.Model.CustomerManagedEncryption.t() | nil, location: String.t() | nil }