Back to Node Auth0

Interface GroupRoleAssigned

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

5.9.11.4 KB
Original Source

Interface GroupRoleAssigned

SSE message for group.role.assigned.

interface GroupRoleAssigned {
offset: string;
event: EventStreamCloudEventGroupRoleAssignedCloudEvent;
type: "group.role.assigned";
}

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

type

type: "group.role.assigned"

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties offseteventtype