@camunda8/orchestration-cluster-api
    Preparing search index...

    Type Alias CamundaUserResult

    type CamundaUserResult = {
        authorizedComponents: string[];
        c8Links: { [key: string]: string };
        canLogout: boolean;
        displayName: string | null;
        email: string | null;
        groups: string[];
        roles: string[];
        salesPlanType: string | null;
        tenants: TenantResult[];
        username: Username;
    }
    Index

    Properties

    authorizedComponents: string[]

    The web components the user is authorized to use.

    c8Links: { [key: string]: string }

    The links to the components in the C8 stack.

    canLogout: boolean

    Flag for understanding if the user is able to perform logout.

    displayName: string | null

    The display name of the user.

    email: string | null

    The email of the user.

    groups: string[]

    The groups assigned to the user.

    roles: string[]

    The roles assigned to the user.

    salesPlanType: string | null

    The plan of the user.

    tenants: TenantResult[]

    The tenants the user is a member of.

    username: Username

    The username of the user.