WebhookProperties interface

Webhook properties.

Properties

contentType

content type

deliveryStatus

webhook deliveryStatus NOTE: This property will not be serialized. It can only be populated by the server.

enableSslVerification

whether to enable ssl verification

events

under which event notification should be sent.

payloadUrl

webhook payload url

provisioningState

Azure Resource Provisioning State NOTE: This property will not be serialized. It can only be populated by the server.

sendAllEvents

whether to send notification under any event.

status

Webhook status.

tenantId

Tenant id. NOTE: This property will not be serialized. It can only be populated by the server.

updateWebhookKey

whether to update webhookKey.

webhookId

Webhook id in database. NOTE: This property will not be serialized. It can only be populated by the server.

webhookKey

webhook secret token. If not set, this field value is null; otherwise, please set a string value.

webhookKeyEnabled

whether webhookKey is enabled. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

contentType

content type

contentType?: string

Property Value

string

deliveryStatus

webhook deliveryStatus NOTE: This property will not be serialized. It can only be populated by the server.

deliveryStatus?: string

Property Value

string

enableSslVerification

whether to enable ssl verification

enableSslVerification?: string

Property Value

string

events

under which event notification should be sent.

events?: string[]

Property Value

string[]

payloadUrl

webhook payload url

payloadUrl?: string

Property Value

string

provisioningState

Azure Resource Provisioning State NOTE: This property will not be serialized. It can only be populated by the server.

provisioningState?: string

Property Value

string

sendAllEvents

whether to send notification under any event.

sendAllEvents?: string

Property Value

string

status

Webhook status.

status?: string

Property Value

string

tenantId

Tenant id. NOTE: This property will not be serialized. It can only be populated by the server.

tenantId?: string

Property Value

string

updateWebhookKey

whether to update webhookKey.

updateWebhookKey?: string

Property Value

string

webhookId

Webhook id in database. NOTE: This property will not be serialized. It can only be populated by the server.

webhookId?: string

Property Value

string

webhookKey

webhook secret token. If not set, this field value is null; otherwise, please set a string value.

webhookKey?: string

Property Value

string

webhookKeyEnabled

whether webhookKey is enabled. NOTE: This property will not be serialized. It can only be populated by the server.

webhookKeyEnabled?: string

Property Value

string