AzNsActionGroupResponse

data class AzNsActionGroupResponse(val actionGroup: List<String>? = null, val customWebhookPayload: String? = null, val emailSubject: String? = null)

Azure action group

Constructors

Link copied to clipboard
constructor(actionGroup: List<String>? = null, customWebhookPayload: String? = null, emailSubject: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val actionGroup: List<String>? = null

Azure Action Group reference.

Link copied to clipboard

Custom payload to be sent for all webhook URI in Azure action group

Link copied to clipboard
val emailSubject: String? = null

Custom subject override for all email ids in Azure action group