ActionGroupResponse

data class ActionGroupResponse(val actionGroupId: String, val webhookProperties: Map<String, String>? = null)

A pointer to an Azure Action Group.

Constructors

Link copied to clipboard
constructor(actionGroupId: String, webhookProperties: Map<String, String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The resource ID of the Action Group. This cannot be null or empty.

Link copied to clipboard

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