Back to Node Auth0

Interface EventStreamActionResponseContent

docs/interfaces/management.Management.EventStreamActionResponseContent.html

5.9.12.0 KB
Original Source

Interface EventStreamActionResponseContent

interface EventStreamActionResponseContent {
id?: string;
name?: string;
subscriptions?: EventStreamSubscription[];
destination?: EventStreamActionDestination;
status?: Management.EventStreamStatusEnum;
created_at?: string;
updated_at?: string;
}

Index

Properties

id?name?subscriptions?destination?status?created_at?updated_at?

Properties

Optionalid

id?: string

Unique identifier for the event stream.

Optionalname

name?: string

Name of the event stream.

Optionalsubscriptions

subscriptions?: EventStreamSubscription[]

List of event types subscribed to in this stream.

Optionaldestination

destination?: EventStreamActionDestination

Optionalstatus

status?: Management.EventStreamStatusEnum

Optionalcreated_at

created_at?: string

Timestamp when the event stream was created.

Optionalupdated_at

updated_at?: string

Timestamp when the event stream was last updated.

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties idnamesubscriptionsdestinationstatuscreated_atupdated_at