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.

etag

Entity tag is used for comparing two or more entities from the same requested resource.

isEnabled

Indicates whether the security automation is enabled.

kind

Kind of the resource

location

The geo-location where the resource lives

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.

tags

Resource tags.

Inherited Properties

id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

name

The name of the resource

systemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

type

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

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

etag

Entity tag is used for comparing two or more entities from the same requested resource.

etag?: string

Property Value

string

isEnabled

Indicates whether the security automation is enabled.

isEnabled?: boolean

Property Value

boolean

kind

Kind of the resource

kind?: string

Property Value

string

location

The geo-location where the resource lives

location?: string

Property Value

string

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

tags

Resource tags.

tags?: Record<string, string>

Property Value

Record<string, string>

Inherited Property Details

id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

id?: string

Property Value

string

Inherited From ProxyResource.id

name

The name of the resource

name?: string

Property Value

string

Inherited From ProxyResource.name

systemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

systemData?: SystemData

Property Value

Inherited From ProxyResource.systemData

type

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

type?: string

Property Value

string

Inherited From ProxyResource.type