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

View Source

The replication status of a SecretVersion using user-managed replication. Only populated if the parent Secret has a user-managed replication policy.

Attributes

  • replicas (type: list(GoogleApi.SecretManager.V1.Model.ReplicaStatus.t), default: nil) - Output only. The list of replica statuses for the SecretVersion.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.SecretManager.V1.Model.UserManagedStatus{
  replicas: [GoogleApi.SecretManager.V1.Model.ReplicaStatus.t()] | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.