WebhookSubscriptionResponse Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Response for Subscribe to Event triggers
public class WebhookSubscriptionResponse
type WebhookSubscriptionResponse = class
Public Class WebhookSubscriptionResponse
- Inheritance
-
WebhookSubscriptionResponse
Constructors
| Name | Description |
|---|---|
| WebhookSubscriptionResponse() | |
Properties
| Name | Description |
|---|---|
| AuthType |
auth Type of the webhook event |
| CreatedTimestamp |
created time stamp of the webhook event |
| EventType |
event Type of the webhook event |
| Id |
identity of the webhook event |
| SharedSecret |
shared Secret of the webhook event |
| TargetUrl |
target Url of the webhook event |
| UpdatedTimestamp |
updated time stamp of the webhook event |