Back to Node Auth0

Interface OrganizationConnectionUpdated

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

5.9.11.5 KB
Original Source

Interface OrganizationConnectionUpdated

SSE message for organization.connection.updated.

interface OrganizationConnectionUpdated {
offset: string;
event: EventStreamCloudEventOrgConnectionUpdatedCloudEvent;
type: "organization.connection.updated";
}

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: EventStreamCloudEventOrgConnectionUpdatedCloudEvent

type

type: "organization.connection.updated"

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties offseteventtype