ActivityLogAlertCriteriaServiceHealth

data class ActivityLogAlertCriteriaServiceHealth(val events: List<String>? = null, val locations: List<String>? = null, val services: List<String>? = null)

Constructors

Link copied to clipboard
constructor(events: List<String>? = null, locations: List<String>? = null, services: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val events: List<String>? = null

Events this alert will monitor Possible values are Incident, Maintenance, Informational, ActionRequired and Security.

Link copied to clipboard
val locations: List<String>? = null

Locations this alert will monitor. For example, West Europe.

Link copied to clipboard
val services: List<String>? = null

Services this alert will monitor. For example, Activity Logs & Alerts, Action Groups. Defaults to all Services.