Class WebhookNotificationWithStreamConditionsRequest

Export

WebhookNotificationWithStreamConditionsRequest

Hierarchy (view full)

Constructors

Properties

category?: string

Memberof

Notification

conditions?: AbstractCondition

Memberof

WebhookNotificationWithStreamConditionsRequest

customData?: {
    [key: string]: any;
}

User-specific meta data. This can hold anything.

Type declaration

  • [key: string]: any

Memberof

Notification

eventType?: string

Memberof

Notification

id?: string

Id of the resource (required)

Memberof

BitmovinResponse

insecureSsl?: boolean

Skip verification of the SSL certificate

Memberof

WebhookNotification

HTTP method used for the webhook

Memberof

WebhookNotification

muted?: boolean

Memberof

Notification

resolve?: boolean

Notify when condition resolves after it was met

Memberof

Notification

resourceId?: string

Specific resource, e.g. encoding id

Memberof

Notification

resourceType?: string

Memberof

Notification

signature?: WebhookSignature

Signature used for the webhook

Memberof

WebhookNotification

triggeredAt?: Date

Last time the notification was triggered

Memberof

Notification

type?: string

Memberof

Notification

url?: string

The destination URL where the webhook data is send to (required)

Memberof

WebhookNotification