Automation interface
The 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
etag | Entity tag is used for comparing two or more entities from the same requested resource. |
id | Resource Id NOTE: This property will not be serialized. It can only be populated by the server. |
kind | Kind of the resource |
location | Location where the resource is stored |
name | Resource name NOTE: This property will not be serialized. It can only be populated by the server. |
tags | A list of key value pairs that describe the resource. |
type | Resource type NOTE: This property will not be serialized. It can only be populated by the server. |
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
etag
Entity tag is used for comparing two or more entities from the same requested resource.
etag?: string
Property Value
string
Inherited From TrackedResource.etag
id
Resource Id NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From TrackedResource.id
kind
location
Location where the resource is stored
location?: string
Property Value
string
Inherited From TrackedResource.location
name
Resource name NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From TrackedResource.name
tags
A list of key value pairs that describe the resource.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
Inherited From TrackedResource.tags
type
Resource type NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From TrackedResource.type
Azure SDK for JavaScript