Class Webhook
Webhook
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Bitmovin.Api.Sdk.Models
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public class Webhook : BitmovinResource
Properties
InsecureSsl
Skip verification of the SSL certificate
Declaration
public bool? InsecureSsl { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
Method
HTTP method used for the webhook
Declaration
public WebhookHttpMethod? Method { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<WebhookHttpMethod> |
Schema
JSON schema of the webhook payload
Declaration
public object Schema { get; }
Property Value
Type | Description |
---|---|
System.Object |
Signature
Signature used for the webhook
Declaration
public WebhookSignature Signature { get; set; }
Property Value
Type | Description |
---|---|
WebhookSignature |
Url
Webhook URL (required)
Declaration
public string Url { get; set; }
Property Value
Type | Description |
---|---|
System.String |