View Source GoogleApi.SecretManager.V1.Model.UserManagedStatus (google_api_secret_manager v0.20.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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.