Auth0 Node.js SDK - v5.0.0
Preparing search index...
management
Management
UpdateEventStreamRequestContent
Interface UpdateEventStreamRequestContent
Example
{}
Copy
interface
UpdateEventStreamRequestContent
{
name
?:
string
;
subscriptions
?:
EventStreamSubscription
[]
;
destination
?:
EventStreamDestinationPatch
;
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.
Optional
destination
destination
?:
EventStreamDestinationPatch
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...
Example