AutomationSource interface
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.
Properties
event |
A valid event source type. |
rule |
A set of rules which evaluate upon event interception. A logical disjunction is applied between defined rule sets (logical 'or'). |
Property Details
eventSource
A valid event source type.
eventSource?: string
Property Value
string
ruleSets
A set of rules which evaluate upon event interception. A logical disjunction is applied between defined rule sets (logical 'or').
ruleSets?: AutomationRuleSet[]
Property Value
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript