@servicenow/sdk - v4.4.1
    Preparing search index...
    pa_dashboards: {
        allowWebServiceAccess: true;
        attributes: { text_index_translations: true; update_synch: true };
        extends: "analytics_dashboard";
        label: "Dashboard";
        name: "pa_dashboards";
        schema: {
            breakdown_source: Typed;
            color: Typed;
            disable_multiple_element: Typed;
            experience_dashboard: Typed;
            group: Typed;
            groups: Typed;
            is_breakdown: Typed;
            managed_breakdown: Typed;
            managed_publisher: Typed;
            no_bulk_migration: Typed;
            no_tabs: Typed;
            notification_link_label: Typed;
            notification_link_url: Typed;
            notification_text: Typed;
            order: Typed;
            owner: Typed;
            restrict_to_roles: Typed;
            role_override: Typed;
            roles: Typed;
            should_migrate_permissions: Typed;
            sys_id: Typed;
            users: Typed;
            visible_to: Typed;
        };
    }

    Type Declaration

    • ReadonlyallowWebServiceAccess: true
    • Readonlyattributes: { text_index_translations: true; update_synch: true }
    • Readonlyextends: "analytics_dashboard"
    • Readonlylabel: "Dashboard"
    • Readonlyname: "pa_dashboards"
    • Readonlyschema: {
          breakdown_source: Typed;
          color: Typed;
          disable_multiple_element: Typed;
          experience_dashboard: Typed;
          group: Typed;
          groups: Typed;
          is_breakdown: Typed;
          managed_breakdown: Typed;
          managed_publisher: Typed;
          no_bulk_migration: Typed;
          no_tabs: Typed;
          notification_link_label: Typed;
          notification_link_url: Typed;
          notification_text: Typed;
          order: Typed;
          owner: Typed;
          restrict_to_roles: Typed;
          role_override: Typed;
          roles: Typed;
          should_migrate_permissions: Typed;
          sys_id: Typed;
          users: Typed;
          visible_to: Typed;
      }