ActivityLogAlertActionGroup interface

A pointer to an Azure Action Group.

Properties

actionGroupId

The resourceId of the action group. This cannot be null or empty.

webhookProperties

the dictionary of custom properties to include with the post operation. These data are appended to the webhook payload.

Property Details

actionGroupId

The resourceId of the action group. This cannot be null or empty.

actionGroupId: string

Property Value

string

webhookProperties

the dictionary of custom properties to include with the post operation. These data are appended to the webhook payload.

webhookProperties?: {[propertyName: string]: string}

Property Value

{[propertyName: string]: string}