ItsmReceiverResponse

data class ItsmReceiverResponse(val connectionId: String, val name: String, val region: String, val ticketConfiguration: String, val workspaceId: String)

An Itsm receiver.

Constructors

Link copied to clipboard
constructor(connectionId: String, name: String, region: String, ticketConfiguration: String, workspaceId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Unique identification of ITSM connection among multiple defined in above workspace.

Link copied to clipboard

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

Link copied to clipboard

Region in which workspace resides. Supported values:'centralindia','japaneast','southeastasia','australiasoutheast','uksouth','westcentralus','canadacentral','eastus','westeurope'

Link copied to clipboard

JSON blob for the configurations of the ITSM action. CreateMultipleWorkItems option will be part of this blob as well.

Link copied to clipboard

OMS LA instance identifier.