Back to Node Auth0

Interface UpdateEventStreamRequestContent

docs/interfaces/management.Management.UpdateEventStreamRequestContent.html

5.9.11.5 KB
Original Source

Interface UpdateEventStreamRequestContent

Example

{}Copy

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

Index

Properties

name?subscriptions?destination?status?

Properties

Optionalname

name?: string

Name of the event stream.

Optionalsubscriptions

subscriptions?: EventStreamSubscription[]

List of event types subscribed to in this stream.

Optionaldestination

destination?: EventStreamDestinationPatch

Optionalstatus

status?: Management.EventStreamStatusEnum

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties namesubscriptionsdestinationstatus