Back to Node Auth0

Interface GroupUpdated

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

5.9.11.3 KB
Original Source

Interface GroupUpdated

SSE message for group.updated.

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

type

type: "group.updated"

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties offseteventtype