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

    Interface EventStreamCloudEventGroupCreatedObject2

    Represents a tenant group entity.

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