Back to Node Auth0

Interface CreateEventStreamWebHookRequestContent

docs/interfaces/management.Management.CreateEventStreamWebHookRequestContent.html

5.9.11.5 KB
Original Source

Interface CreateEventStreamWebHookRequestContent

interface CreateEventStreamWebHookRequestContent {
name?: string;
subscriptions?: EventStreamSubscription[];
destination: EventStreamWebhookDestination;
status?: Management.EventStreamStatusEnum;
}

Index

Properties

name?subscriptions?destinationstatus?

Properties

Optionalname

name?: string

Name of the event stream.

Optionalsubscriptions

subscriptions?: EventStreamSubscription[]

List of event types subscribed to in this stream.

destination

destination: EventStreamWebhookDestination

Optionalstatus

status?: Management.EventStreamStatusEnum

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties namesubscriptionsdestinationstatus