AutomationSource

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Type of data that will trigger this automation. Must be one of Alerts, Assessments, AssessmentsSnapshot, RegulatoryComplianceAssessment, RegulatoryComplianceAssessmentSnapshot, SecureScoreControls, SecureScoreControlsSnapshot, SecureScores, SecureScoresSnapshot, SubAssessments or SubAssessmentsSnapshot. Note. assessments are also referred to as recommendations

Link copied to clipboard

A set of rules which evaluate upon event and data interception. This is defined in one or more rule_set blocks as defined below.