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

    Interface EventStreamCloudEventGroupMemberDeletedObjectGroup2

    Reference to a tenant group

    interface EventStreamCloudEventGroupMemberDeletedObjectGroup2 {
        id: string;
        external_id?: string;
        type: "tenant";
    }
    Index

    Properties

    Properties

    id: string

    The unique identifier for the group.

    external_id?: string

    The external identifier for the group.

    type: "tenant"