Share via


AlertConfiguration interface

Alert configuration.

Properties

alertConfigurationType

The alert configuration type.

alertDefinition

The alert definition. NOTE: This property will not be serialized. It can only be populated by the server.

alertDefinitionId

The alert definition ID. NOTE: This property will not be serialized. It can only be populated by the server.

id

The alert configuration ID. NOTE: This property will not be serialized. It can only be populated by the server.

isEnabled

True if the alert is enabled, false will disable the scanning for the specific alert.

name

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

scope

The alert scope. NOTE: This property will not be serialized. It can only be populated by the server.

type

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

Property Details

alertConfigurationType

The alert configuration type.

alertConfigurationType?: string

Property Value

string

alertDefinition

The alert definition. NOTE: This property will not be serialized. It can only be populated by the server.

alertDefinition?: AlertDefinition

Property Value

alertDefinitionId

The alert definition ID. NOTE: This property will not be serialized. It can only be populated by the server.

alertDefinitionId?: string

Property Value

string

id

The alert configuration ID. NOTE: This property will not be serialized. It can only be populated by the server.

id?: string

Property Value

string

isEnabled

True if the alert is enabled, false will disable the scanning for the specific alert.

isEnabled?: boolean

Property Value

boolean

name

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

name?: string

Property Value

string

scope

The alert scope. NOTE: This property will not be serialized. It can only be populated by the server.

scope?: string

Property Value

string

type

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

type?: string

Property Value

string