ActivityLogAlertActionGroup Class

A pointer to an Azure Action Group.

All required parameters must be populated in order to send to Azure.

Inheritance
ActivityLogAlertActionGroup

Constructor

ActivityLogAlertActionGroup(*, action_group_id: str, webhook_properties: Optional[Dict[str, str]] = None, **kwargs)

Variables

action_group_id
str

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

webhook_properties
dict[str, str]

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