docs/interfaces/management.Management.EventStreamCloudEventOrgGroupRoleDeletedCloudEvent.html
Represents an event that occurs when a role is removed from an organization group.
interface EventStreamCloudEventOrgGroupRoleDeletedCloudEvent {
specversion: string;
type: "organization.group.role.deleted";
source: string;
id: string;
time: string;
data: EventStreamCloudEventOrgGroupRoleDeletedData;
a0tenant: string;
a0stream: string;
a0purpose?: "test";
}
specversiontypesourceidtimedataa0tenanta0streama0purpose?
specversion: string
The version of the CloudEvents specification which the event uses.
type: "organization.group.role.deleted"
source: string
The source of the event. This will take the form 'urn:auth0:.'.
id: string
A unique identifier for the event.
time: string
An ISO-8601 timestamp indicating when the event physically occurred.
data: EventStreamCloudEventOrgGroupRoleDeletedData
a0tenant: string
The auth0 tenant ID to which the event is associated.
a0stream: string
The auth0 event stream ID of the stream the event was delivered on.
Optionala0purposea0purpose?: "test"
Member Visibility
ThemeOSLightDark
Properties specversiontypesourceidtimedataa0tenanta0streama0purpose