google_api_secret_manager v0.8.0 GoogleApi.SecretManager.V1beta1.Model.Replication View Source
A policy that defines the replication configuration of data.
Attributes
-
automatic(type:GoogleApi.SecretManager.V1beta1.Model.Automatic.t, default:nil) - The Secret will automatically be replicated without any restrictions. -
userManaged(type:GoogleApi.SecretManager.V1beta1.Model.UserManaged.t, default:nil) - The Secret will only be replicated into the locations specified.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.SecretManager.V1beta1.Model.Replication{
automatic: GoogleApi.SecretManager.V1beta1.Model.Automatic.t(),
userManaged: GoogleApi.SecretManager.V1beta1.Model.UserManaged.t()
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.