GoogleApi.SecretManager.V1.Model.UserManagedStatus (google_api_secret_manager v0.23.0)
View SourceThe 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 }