AutomationUpdateModel interface
The update model of security automation resource.
- Extends
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. |
is |
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. |
Inherited Properties
tags | A list of key value pairs that describe the resource. |
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
Inherited Property Details
tags
A list of key value pairs that describe the resource.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
Inherited From Tags.tags
Azure SDK for JavaScript