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

    Interface EventStreamCloudEventGroupDeletedObject0

    Connection group with updated_at timestamp

    interface EventStreamCloudEventGroupDeletedObject0 {
        id: string;
        name: string;
        external_id?: string;
        created_at: string;
        type: "connection";
        connection_id: string;
        updated_at: string;
    }
    Index

    Properties

    id: string

    The unique identifier for the group.

    name: string

    The name of the group.

    external_id?: string

    The external identifier for the group.

    created_at: string

    Date and time when this entity was created (ISO_8601 format).

    type: "connection"
    connection_id: string

    The connection ID associated with the group.

    updated_at: string

    Date and time when this entity was last updated/modified (ISO_8601 format).