Back to Node Auth0

Interface OrganizationUpdated

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

5.9.11.3 KB
Original Source

Interface OrganizationUpdated

SSE message for organization.updated.

interface OrganizationUpdated {
offset: string;
event: EventStreamCloudEventOrgUpdatedCloudEvent;
type: "organization.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: EventStreamCloudEventOrgUpdatedCloudEvent

type

type: "organization.updated"

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties offseteventtype