Auth0 Node.js SDK - v5.0.0
    Preparing search index...

    Interface CreateEventStreamWebHookRequestContent

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

    Properties

    name?: string

    Name of the event stream.

    subscriptions?: EventStreamSubscription[]

    List of event types subscribed to in this stream.