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

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.

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.UserManagedStatus{
  replicas: [GoogleApi.SecretManager.V1.Model.ReplicaStatus.t()] | nil
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.