Vault Monitoring
data class VaultMonitoring(val alertsForAllJobFailuresEnabled: Boolean? = null, val alertsForCriticalOperationFailuresEnabled: Boolean? = null)
Constructors
Link copied to clipboard
fun VaultMonitoring(alertsForAllJobFailuresEnabled: Boolean? = null, alertsForCriticalOperationFailuresEnabled: Boolean? = null)
Types
Properties
Link copied to clipboard
Enabling/Disabling alerts from the older (classic alerts) solution. Defaults to true
. More details could be found here.