GoogleApi.SecretManager.V1beta1.Model.Replication (google_api_secret_manager v0.23.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

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

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.