Back to Node Auth0

Interface OrganizationDeleted

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

5.9.11.3 KB
Original Source

Interface OrganizationDeleted

SSE message for organization.deleted.

interface OrganizationDeleted {
offset: string;
event: EventStreamCloudEventOrgDeletedCloudEvent;
type: "organization.deleted";
}

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

type

type: "organization.deleted"

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties offseteventtype