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

    Interface EventStreamCloudEventGroupDeletedObject2

    Tenant group with updated_at timestamp

    interface EventStreamCloudEventGroupDeletedObject2 {
        id: string;
        name: string;
        external_id?: string;
        created_at: string;
        type: "tenant";
        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: "tenant"
    updated_at: string

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