google_api_secret_manager v0.6.0 GoogleApi.SecretManager.V1.Model.Replication View Source
A policy that defines the replication configuration of data.
Attributes
automatic(type:GoogleApi.SecretManager.V1.Model.Automatic.t, default:nil) - The Secret will automatically be replicated without any restrictions.userManaged(type:GoogleApi.SecretManager.V1.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
Link to this type
t()
View Sourcet() :: %GoogleApi.SecretManager.V1.Model.Replication{
automatic: GoogleApi.SecretManager.V1.Model.Automatic.t(),
userManaged: GoogleApi.SecretManager.V1.Model.UserManaged.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.