AutomationProperties interface

A set of properties that defines the behavior of the automation configuration. To learn more about the supported security events data models schemas - please visit https://aka.ms/ASCAutomationSchemas.

Properties

actions

A collection of the actions which are triggered if all the configured rules evaluations, within at least one rule set, are true.

description

The security automation description.

isEnabled

Indicates whether the security automation is enabled.

scopes

A collection of scopes on which the security automations logic is applied. Supported scopes are the subscription itself or a resource group under that subscription. The automation will only apply on defined scopes.

sources

A collection of the source event types which evaluate the security automation set of rules.

Property Details

actions

A collection of the actions which are triggered if all the configured rules evaluations, within at least one rule set, are true.

actions?: AutomationActionUnion[]

Property Value

description

The security automation description.

description?: string

Property Value

string

isEnabled

Indicates whether the security automation is enabled.

isEnabled?: boolean

Property Value

boolean

scopes

A collection of scopes on which the security automations logic is applied. Supported scopes are the subscription itself or a resource group under that subscription. The automation will only apply on defined scopes.

scopes?: AutomationScope[]

Property Value

sources

A collection of the source event types which evaluate the security automation set of rules.

sources?: AutomationSource[]

Property Value