@servicenow/sdk - v4.9.0
    Preparing search index...

    Base configuration shared by all NAP deployment modes

    interface NowAssistPanelConfigBase {
        enabled: true;
        roles?: (string | Role | Record<"sys_user_role">)[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    enabled: true

    Enable NAP deployment

    roles?: (string | Role | Record<"sys_user_role">)[]

    Roles that can access this skill in the Now Assist Panel. Optional in both modes.

    • Simple mode: if omitted, defaults to 'now_assist_panel_user' (the universal panel-access role). Provide additional roles to broaden access.
    • Advanced mode: if omitted, roles are left empty and the conditionScript alone governs access. No default role is injected.

    In simple mode, omitting 'now_assist_panel_user' from provided roles raises a warning; advanced mode does not warn.

    roles: ['now_assist_panel_user', 'access_analyzer_ai_user']