Back to Node Auth0

Interface GroupRoleDeleted

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

5.9.11.3 KB
Original Source

Interface GroupRoleDeleted

SSE message for group.role.deleted.

interface GroupRoleDeleted {
offset: string;
event: EventStreamCloudEventGroupRoleDeletedCloudEvent;
type: "group.role.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: EventStreamCloudEventGroupRoleDeletedCloudEvent

type

type: "group.role.deleted"

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties offseteventtype