Auth0 Node.js SDK - v5.0.0
Preparing search index...
management
Management
CreateEventStreamWebHookRequestContent
Interface CreateEventStreamWebHookRequestContent
interface
CreateEventStreamWebHookRequestContent
{
name
?:
string
;
subscriptions
?:
EventStreamSubscription
[]
;
destination
:
EventStreamWebhookDestination
;
status
?:
Management
.
EventStreamStatusEnum
;
}
Index
Properties
name?
subscriptions?
destination
status?
Properties
Optional
name
name
?:
string
Name of the event stream.
Optional
subscriptions
subscriptions
?:
EventStreamSubscription
[]
List of event types subscribed to in this stream.
destination
destination
:
EventStreamWebhookDestination
Optional
status
status
?:
Management
.
EventStreamStatusEnum
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
name
subscriptions
destination
status
Auth0 Node.js SDK - v5.0.0
Loading...
Name of the event stream.