Back to Node Auth0

Interface GroupCreated

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

5.9.11.3 KB
Original Source

Interface GroupCreated

SSE message for group.created.

interface GroupCreated {
offset: string;
event: EventStreamCloudEventGroupCreatedCloudEvent;
type: "group.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: EventStreamCloudEventGroupCreatedCloudEvent

type

type: "group.created"

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties offseteventtype