Back to Node Auth0

Interface OrganizationGroupRoleAssigned

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

5.9.11.5 KB
Original Source

Interface OrganizationGroupRoleAssigned

SSE message for organization.group.role.assigned.

interface OrganizationGroupRoleAssigned {
offset: string;
event: EventStreamCloudEventOrgGroupRoleAssignedCloudEvent;
type: "organization.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: EventStreamCloudEventOrgGroupRoleAssignedCloudEvent

type

type: "organization.group.role.assigned"

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties offseteventtype