Auth0 Node.js SDK - v6.4.0
    Preparing search index...

    Interface EventStreamCloudEventGroupRoleDeletedPreviousObject

    The event content as it was prior to the change described by this event, when applicable.

    interface EventStreamCloudEventGroupRoleDeletedPreviousObject {
        group: EventStreamCloudEventGroupRoleDeletedPreviousObjectGroup;
        role: EventStreamCloudEventGroupRoleDeletedPreviousObjectRole;
        created_at: string;
    }
    Index
    created_at: string

    The time at which the role was assigned to the group.