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