Back to Node Auth0

Interface OrganizationCreated

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

5.9.11.3 KB
Original Source

Interface OrganizationCreated

SSE message for organization.created.

interface OrganizationCreated {
offset: string;
event: EventStreamCloudEventOrgCreatedCloudEvent;
type: "organization.created";
}

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

type

type: "organization.created"

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties offseteventtype