@servicenow/sdk - v4.4.1
    Preparing search index...
    kb_knowledge_base: {
        actions: ["read", "update", "create"];
        allowClientScripts: true;
        allowNewFields: true;
        allowUiActions: true;
        allowWebServiceAccess: true;
        display: "title";
        label: "Knowledge Base";
        name: "kb_knowledge_base";
        schema: {
            active: Typed;
            application: Typed;
            approval_description: Typed;
            article_validity: Typed;
            card_color: Typed;
            checklist: Typed;
            data_policy: Typed;
            description: Typed;
            disable_category_editing: Typed;
            disable_commenting: Typed;
            disable_mark_as_helpful: Typed;
            disable_rating: Typed;
            disable_suggesting: Typed;
            enable_socialqa: Typed;
            icon: Typed;
            kb_managers: Typed;
            kb_publish_flow: Typed;
            kb_retire_flow: Typed;
            kb_version: Typed;
            mandatory_fields: Typed;
            order: Typed;
            owner: Typed;
            question_annotation: Typed;
            retire_workflow: Typed;
            sys_created_by: Typed;
            sys_created_on: Typed;
            sys_domain: Typed;
            sys_domain_path: Typed;
            sys_id: Typed;
            sys_mod_count: Typed;
            sys_updated_by: Typed;
            sys_updated_on: Typed;
            table: Typed;
            template: Typed;
            title: Typed;
            workflow: Typed;
        };
    }

    Type Declaration

    • Readonlyactions: ["read", "update", "create"]
    • ReadonlyallowClientScripts: true
    • ReadonlyallowNewFields: true
    • ReadonlyallowUiActions: true
    • ReadonlyallowWebServiceAccess: true
    • Readonlydisplay: "title"
    • Readonlylabel: "Knowledge Base"
    • Readonlyname: "kb_knowledge_base"
    • Readonlyschema: {
          active: Typed;
          application: Typed;
          approval_description: Typed;
          article_validity: Typed;
          card_color: Typed;
          checklist: Typed;
          data_policy: Typed;
          description: Typed;
          disable_category_editing: Typed;
          disable_commenting: Typed;
          disable_mark_as_helpful: Typed;
          disable_rating: Typed;
          disable_suggesting: Typed;
          enable_socialqa: Typed;
          icon: Typed;
          kb_managers: Typed;
          kb_publish_flow: Typed;
          kb_retire_flow: Typed;
          kb_version: Typed;
          mandatory_fields: Typed;
          order: Typed;
          owner: Typed;
          question_annotation: Typed;
          retire_workflow: Typed;
          sys_created_by: Typed;
          sys_created_on: Typed;
          sys_domain: Typed;
          sys_domain_path: Typed;
          sys_id: Typed;
          sys_mod_count: Typed;
          sys_updated_by: Typed;
          sys_updated_on: Typed;
          table: Typed;
          template: Typed;
          title: Typed;
          workflow: Typed;
      }