Package version:

Interface Automation

The security automation resource.

Hierarchy

Properties

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

description?: string

The security automation description.

etag?: string

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

id?: string

Resource Id NOTE: This property will not be serialized. It can only be populated by the server.

isEnabled?: boolean

Indicates whether the security automation is enabled.

kind?: string

Kind of the resource

location?: string

Location where the resource is stored

name?: string

Resource name NOTE: This property will not be serialized. It can only be populated by the server.

scopes?: AutomationScope[]

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?: AutomationSource[]

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

tags?: {
    [propertyName: string]: string;
}

A list of key value pairs that describe the resource.

Type declaration

  • [propertyName: string]: string
type?: string

Resource type NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc