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

    Interface EventStreamCloudEventGroupMemberDeletedPreviousObjectGroup0

    Reference to a connection group

    interface EventStreamCloudEventGroupMemberDeletedPreviousObjectGroup0 {
        id: string;
        external_id?: string;
        type: "connection";
        connection_id: string;
    }
    Index
    id: string

    The unique identifier for the group.

    external_id?: string

    The external identifier for the group.

    type: "connection"
    connection_id: string

    The connection ID associated with the group.