Back to Node Auth0

Interface OrganizationMemberRoleAssigned

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

5.9.11.5 KB
Original Source

Interface OrganizationMemberRoleAssigned

SSE message for organization.member.role.assigned.

interface OrganizationMemberRoleAssigned {
offset: string;
event: EventStreamCloudEventOrgMemberRoleAssignedCloudEvent;
type: "organization.member.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: EventStreamCloudEventOrgMemberRoleAssignedCloudEvent

type

type: "organization.member.role.assigned"

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties offseteventtype