AutomationSourceResponse

data class AutomationSourceResponse(val eventSource: String? = null, val ruleSets: List<AutomationRuleSetResponse>? = null)

The source event types which evaluate the security automation set of rules. For example - security alerts and security assessments. To learn more about the supported security events data models schemas - please visit https://aka.ms/ASCAutomationSchemas.

Constructors

Link copied to clipboard
constructor(eventSource: String? = null, ruleSets: List<AutomationRuleSetResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val eventSource: String? = null

A valid event source type.

Link copied to clipboard

A set of rules which evaluate upon event interception. A logical disjunction is applied between defined rule sets (logical 'or').