WebhookProperties interface
Webhook properties.
Properties
content |
content type |
delivery |
webhook deliveryStatus NOTE: This property will not be serialized. It can only be populated by the server. |
enable |
whether to enable ssl verification |
events | under which event notification should be sent. |
payload |
webhook payload url |
provisioning |
Azure Resource Provisioning State NOTE: This property will not be serialized. It can only be populated by the server. |
send |
whether to send notification under any event. |
status | Webhook status. |
tenant |
Tenant id. NOTE: This property will not be serialized. It can only be populated by the server. |
update |
whether to update webhookKey. |
webhook |
Webhook id in database. NOTE: This property will not be serialized. It can only be populated by the server. |
webhook |
webhook secret token. If not set, this field value is null; otherwise, please set a string value. |
webhook |
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