HttpsTriggerResponse

data class HttpsTriggerResponse(val securityLevel: String, val url: String)

Describes HttpsTrigger, could be used to connect web hooks to function.

Constructors

Link copied to clipboard
fun HttpsTriggerResponse(securityLevel: String, url: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The security level for the function.

Link copied to clipboard
val url: String

The deployed url for the function.