@servicenow/sdk - v4.4.1
    Preparing search index...
    sc_category: {
        allowWebServiceAccess: true;
        attributes: {
            kagami_csindex_enabled: true;
            synch_attachments: true;
            text_index_translations: true;
            update_synch: true;
        };
        display: "title";
        extends: "sys_metadata";
        extensible: true;
        label: "Category";
        name: "sc_category";
        schema: {
            active: Typed;
            description: Typed;
            entitlement_script: Typed;
            header_icon: Typed;
            homepage_image: Typed;
            homepage_renderer: Typed;
            icon: Typed;
            image: Typed;
            location: Typed;
            mobile_hide_description: Typed;
            mobile_picture: Typed;
            mobile_subcategory_render_type: Typed;
            module: Typed;
            order: Typed;
            parent: Typed;
            roles: Typed;
            sc_catalog: Typed;
            sys_id: Typed;
            title: Typed;
        };
        textIndex: true;
    }

    Type Declaration

    • ReadonlyallowWebServiceAccess: true
    • Readonlyattributes: {
          kagami_csindex_enabled: true;
          synch_attachments: true;
          text_index_translations: true;
          update_synch: true;
      }
    • Readonlydisplay: "title"
    • Readonlyextends: "sys_metadata"
    • Readonlyextensible: true
    • Readonlylabel: "Category"
    • Readonlyname: "sc_category"
    • Readonlyschema: {
          active: Typed;
          description: Typed;
          entitlement_script: Typed;
          header_icon: Typed;
          homepage_image: Typed;
          homepage_renderer: Typed;
          icon: Typed;
          image: Typed;
          location: Typed;
          mobile_hide_description: Typed;
          mobile_picture: Typed;
          mobile_subcategory_render_type: Typed;
          module: Typed;
          order: Typed;
          parent: Typed;
          roles: Typed;
          sc_catalog: Typed;
          sys_id: Typed;
          title: Typed;
      }
    • ReadonlytextIndex: true