GoogleApi.SecretManager.V1.Model.ReplicationStatus (google_api_secret_manager v0.23.0)

View Source

The replication status of a SecretVersion.

Attributes

  • automatic (type: GoogleApi.SecretManager.V1.Model.AutomaticStatus.t, default: nil) - Describes the replication status of a SecretVersion with automatic replication. Only populated if the parent Secret has an automatic replication policy.
  • userManaged (type: GoogleApi.SecretManager.V1.Model.UserManagedStatus.t, default: nil) - Describes the replication status of a SecretVersion with user-managed replication. Only populated if the parent Secret has a user-managed replication policy.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.SecretManager.V1.Model.ReplicationStatus{
  automatic: GoogleApi.SecretManager.V1.Model.AutomaticStatus.t() | nil,
  userManaged: GoogleApi.SecretManager.V1.Model.UserManagedStatus.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.