ActionGroupResponse

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

A pointer to an Azure Action Group.

Constructors

Link copied to clipboard
fun ActionGroupResponse(actionGroupId: String, actionProperties: Map<String, String>? = null, 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

Predefined list of properties and configuration items for the action group.

Link copied to clipboard

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