Back to Node Auth0

Interface OrganizationConnectionRemoved

docs/interfaces/management.Management.EventStreamSubscribeEventsResponseContent.OrganizationConnectionRemoved.html

5.9.11.5 KB
Original Source

Interface OrganizationConnectionRemoved

SSE message for organization.connection.removed.

interface OrganizationConnectionRemoved {
offset: string;
event: EventStreamCloudEventOrgConnectionRemovedCloudEvent;
type: "organization.connection.removed";
}

Hierarchy (View Summary)

Index

Properties

offseteventtype

Properties

offset

offset: string

Opaque cursor representing position in the stream. Pass as the from query parameter to resume.

event

event: EventStreamCloudEventOrgConnectionRemovedCloudEvent

type

type: "organization.connection.removed"

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties offseteventtype