@espressif/rainmaker-base-cdf
    Preparing search index...

    Interface ESPRMUserInfo

    Represents transformed user information for internal use.

    interface ESPRMUserInfo {
        customData?: Record<string, any>;
        mfa: boolean;
        name?: string;
        phoneNumber?: string;
        pictureUrl?: string;
        superAdmin?: boolean;
        tags?: string[];
        userId: string;
        username: string;
    }
    Index

    Properties

    customData?: Record<string, any>
    mfa: boolean
    name?: string
    phoneNumber?: string
    pictureUrl?: string
    superAdmin?: boolean
    tags?: string[]
    userId: string
    username: string