Auth0 Node.js SDK - v5.9.0
    Preparing search index...

    Interface EventStreamCloudEventGroupMemberDeletedObjectGroup0

    Reference to a connection group

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

    Properties

    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.