@microsoft/opentelemetry
    Preparing search index...

    Interface UserDetails

    Details about the human user caller.

    interface UserDetails {
        callerClientIp?: string;
        tenantId?: string;
        userEmail?: string;
        userId?: string;
        userName?: string;
    }
    Index
    callerClientIp?: string

    Client IP address of the caller.

    tenantId?: string

    Identifier of the tenant the user belongs to.

    userEmail?: string

    Email address of the user.

    userId?: string

    Unique identifier of the user.

    userName?: string

    Display name of the user.