View Source GoogleApi.SecretManager.V1.Model.Replication (google_api_secret_manager v0.19.0)

A policy that defines the replication and encryption 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

Specs

t() :: %GoogleApi.SecretManager.V1.Model.Replication{
  automatic: GoogleApi.SecretManager.V1.Model.Automatic.t() | nil,
  userManaged: GoogleApi.SecretManager.V1.Model.UserManaged.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.