WebhookReceiverResponse

data class WebhookReceiverResponse(val identifierUri: String? = null, val managedIdentity: String? = null, val name: String, val objectId: String? = null, val serviceUri: String, val tenantId: String? = null, val useAadAuth: Boolean? = null, val useCommonAlertSchema: Boolean? = null)

A webhook receiver.

Constructors

Link copied to clipboard
constructor(identifierUri: String? = null, managedIdentity: String? = null, name: String, objectId: String? = null, serviceUri: String, tenantId: String? = null, useAadAuth: Boolean? = null, useCommonAlertSchema: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val identifierUri: String? = null

Indicates the identifier uri for aad auth.

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 webhook receiver. Names must be unique across all receivers within a tenant action group.

Link copied to clipboard
val objectId: String? = null

Indicates the webhook app object Id for aad auth.

Link copied to clipboard

The URI where webhooks should be sent.

Link copied to clipboard
val tenantId: String? = null

Indicates the tenant id for aad auth.

Link copied to clipboard
val useAadAuth: Boolean? = null

Indicates whether or not use AAD authentication.

Link copied to clipboard

Indicates whether to use common alert schema.