Get Scheduled Alert Rule Result
data class GetScheduledAlertRuleResult(val alertDetailsOverride: AlertDetailsOverrideResponse? = null, val alertRuleTemplateName: String? = null, val customDetails: Map<String, String>? = null, val description: String? = null, val displayName: String, val enabled: Boolean, val entityMappings: List<EntityMappingResponse>? = null, val etag: String? = null, val eventGroupingSettings: EventGroupingSettingsResponse? = null, val id: String, val incidentConfiguration: IncidentConfigurationResponse? = null, val kind: String, val lastModifiedUtc: String, val name: String, val query: String, val queryFrequency: String, val queryPeriod: String, val severity: String, val suppressionDuration: String, val suppressionEnabled: Boolean, val systemData: SystemDataResponse, val tactics: List<String>? = null, val techniques: List<String>? = null, val templateVersion: String? = null, val triggerOperator: String, val triggerThreshold: Int, val type: String)
Represents scheduled alert rule.
Constructors
Link copied to clipboard
fun GetScheduledAlertRuleResult(alertDetailsOverride: AlertDetailsOverrideResponse? = null, alertRuleTemplateName: String? = null, customDetails: Map<String, String>? = null, description: String? = null, displayName: String, enabled: Boolean, entityMappings: List<EntityMappingResponse>? = null, etag: String? = null, eventGroupingSettings: EventGroupingSettingsResponse? = null, id: String, incidentConfiguration: IncidentConfigurationResponse? = null, kind: String, lastModifiedUtc: String, name: String, query: String, queryFrequency: String, queryPeriod: String, severity: String, suppressionDuration: String, suppressionEnabled: Boolean, systemData: SystemDataResponse, tactics: List<String>? = null, techniques: List<String>? = null, templateVersion: String? = null, triggerOperator: String, triggerThreshold: Int, type: String)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard