AzureFunctionReceiverResponse

data class AzureFunctionReceiverResponse(val functionAppResourceId: String, val functionName: String, val httpTriggerUrl: String, val managedIdentity: String? = null, val name: String, val useCommonAlertSchema: Boolean? = null)

An azure function receiver.

Constructors

Link copied to clipboard
constructor(functionAppResourceId: String, functionName: String, httpTriggerUrl: String, managedIdentity: String? = null, name: String, useCommonAlertSchema: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The azure resource id of the function app.

Link copied to clipboard

The function name in the function app.

Link copied to clipboard

The http trigger url where http request sent to.

Link copied to clipboard
val managedIdentity: String? = null

The principal id of the managed identity. The value can be "None", "SystemAssigned"

Link copied to clipboard

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

Link copied to clipboard

Indicates whether to use common alert schema.