GoogleApi.SecretManager.V1beta1.Model.Replication (google_api_secret_manager v0.23.0)
View SourceA 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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.SecretManager.V1beta1.Model.Replication{ automatic: GoogleApi.SecretManager.V1beta1.Model.Automatic.t() | nil, userManaged: GoogleApi.SecretManager.V1beta1.Model.UserManaged.t() | nil }