@servicenow/sdk - v4.4.1
    Preparing search index...
    topic: {
        actions: ["read", "update", "create"];
        allowWebServiceAccess: true;
        attributes: {
            domain_master: "taxonomy";
            synch_attachments: true;
            update_synch: true;
        };
        extends: "sys_metadata";
        label: "Topic";
        name: "topic";
        schema: {
            active: Typed;
            apply_to_child_topics: Typed;
            available_for: Typed;
            banner_image: Typed;
            banner_image_url: Typed;
            description: Typed;
            enable_user_criteria_check: Typed;
            icon: Typed;
            icon_url: Typed;
            name: Typed;
            not_available_for: Typed;
            order: Typed;
            parent_topic: Typed;
            sys_id: Typed;
            taxonomy: Typed;
            template: Typed;
            topic_based_navigation: Typed;
            topic_contributor: Typed;
            topic_manager: Typed;
            topic_path: Typed;
        };
    }

    Type Declaration

    • Readonlyactions: ["read", "update", "create"]
    • ReadonlyallowWebServiceAccess: true
    • Readonlyattributes: { domain_master: "taxonomy"; synch_attachments: true; update_synch: true }
    • Readonlyextends: "sys_metadata"
    • Readonlylabel: "Topic"
    • Readonlyname: "topic"
    • Readonlyschema: {
          active: Typed;
          apply_to_child_topics: Typed;
          available_for: Typed;
          banner_image: Typed;
          banner_image_url: Typed;
          description: Typed;
          enable_user_criteria_check: Typed;
          icon: Typed;
          icon_url: Typed;
          name: Typed;
          not_available_for: Typed;
          order: Typed;
          parent_topic: Typed;
          sys_id: Typed;
          taxonomy: Typed;
          template: Typed;
          topic_based_navigation: Typed;
          topic_contributor: Typed;
          topic_manager: Typed;
          topic_path: Typed;
      }