Back to Node Auth0

Interface EventStreamCloudEventContext

docs/interfaces/management.Management.EventStreamCloudEventContext.html

5.9.11.8 KB
Original Source

Interface EventStreamCloudEventContext

Information about the context in which the event was produced. This may include things like HTTP request details, client information, connection information, etc.

Note: This field may not be present on all events, depending on the event type and the context in which it was generated.

interface EventStreamCloudEventContext {
client?: EventStreamCloudEventContextClient;
connection?: EventStreamCloudEventContextConnection;
request?: EventStreamCloudEventContextRequest;
tenant: EventStreamCloudEventContextTenant;
}

Index

Properties

client?connection?request?tenant

Properties

Optionalclient

client?: EventStreamCloudEventContextClient

Optionalconnection

connection?: EventStreamCloudEventContextConnection

Optionalrequest

request?: EventStreamCloudEventContextRequest

tenant

tenant: EventStreamCloudEventContextTenant

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties clientconnectionrequesttenant