View Source GoogleApi.SecretManager.V1.Model.ReplicationStatus (google_api_secret_manager v0.19.0)
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.
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.ReplicationStatus{
automatic: GoogleApi.SecretManager.V1.Model.AutomaticStatus.t() | nil,
userManaged: GoogleApi.SecretManager.V1.Model.UserManagedStatus.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.