ArmRoleReceiverResponse

data class ArmRoleReceiverResponse(val name: String, val roleId: String, val useCommonAlertSchema: Boolean? = null)

An arm role receiver.

Constructors

Link copied to clipboard
constructor(name: String, roleId: String, useCommonAlertSchema: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the arm role receiver. Names must be unique across all receivers within an action group.

Link copied to clipboard

The arm role id.

Link copied to clipboard

Indicates whether to use common alert schema.