@servicenow/sdk - v4.4.1
    Preparing search index...
    cmdb_ci: {
        actions: ["read", "update", "create"];
        allowClientScripts: true;
        allowNewFields: true;
        allowUiActions: true;
        allowWebServiceAccess: true;
        extends: "cmdb";
        extensible: true;
        label: "Configuration Item";
        name: "cmdb_ci";
        schema: {
            asset: Typed;
            asset_tag: Typed;
            assigned: Typed;
            assigned_to: Typed;
            assignment_group: Typed;
            attestation_score: Typed;
            attestation_status: Typed;
            attested: Typed;
            attested_by: Typed;
            attested_date: Typed;
            attributes: Typed;
            business_unit: Typed;
            can_print: Typed;
            category: Typed;
            change_control: Typed;
            checked_in: Typed;
            checked_out: Typed;
            comments: Typed;
            company: Typed;
            correlation_id: Typed;
            cost: Typed;
            cost_cc: Typed;
            cost_center: Typed;
            delivery_date: Typed;
            department: Typed;
            discovery_source: Typed;
            dns_domain: Typed;
            due: Typed;
            due_in: Typed;
            duplicate_of: Typed;
            environment: Typed;
            fault_count: Typed;
            first_discovered: Typed;
            fqdn: Typed;
            gl_account: Typed;
            install_date: Typed;
            install_status: Typed;
            invoice_number: Typed;
            ip_address: Typed;
            justification: Typed;
            last_discovered: Typed;
            lease_id: Typed;
            life_cycle_stage: Typed;
            life_cycle_stage_status: Typed;
            location: Typed;
            mac_address: Typed;
            maintenance_schedule: Typed;
            managed_by: Typed;
            managed_by_group: Typed;
            manufacturer: Typed;
            model_id: Typed;
            model_number: Typed;
            monitor: Typed;
            name: Typed;
            operational_status: Typed;
            order_date: Typed;
            owned_by: Typed;
            po_number: Typed;
            product_instance_id: Typed;
            purchase_date: Typed;
            schedule: Typed;
            serial_number: Typed;
            short_description: Typed;
            skip_sync: Typed;
            start_date: Typed;
            subcategory: Typed;
            support_group: Typed;
            supported_by: Typed;
            sys_class_name: Typed;
            sys_class_path: 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;
            unverified: Typed;
            vendor: Typed;
            warranty_expiration: Typed;
        };
    }

    Type Declaration

    • Readonlyactions: ["read", "update", "create"]
    • ReadonlyallowClientScripts: true
    • ReadonlyallowNewFields: true
    • ReadonlyallowUiActions: true
    • ReadonlyallowWebServiceAccess: true
    • Readonlyextends: "cmdb"
    • Readonlyextensible: true
    • Readonlylabel: "Configuration Item"
    • Readonlyname: "cmdb_ci"
    • Readonlyschema: {
          asset: Typed;
          asset_tag: Typed;
          assigned: Typed;
          assigned_to: Typed;
          assignment_group: Typed;
          attestation_score: Typed;
          attestation_status: Typed;
          attested: Typed;
          attested_by: Typed;
          attested_date: Typed;
          attributes: Typed;
          business_unit: Typed;
          can_print: Typed;
          category: Typed;
          change_control: Typed;
          checked_in: Typed;
          checked_out: Typed;
          comments: Typed;
          company: Typed;
          correlation_id: Typed;
          cost: Typed;
          cost_cc: Typed;
          cost_center: Typed;
          delivery_date: Typed;
          department: Typed;
          discovery_source: Typed;
          dns_domain: Typed;
          due: Typed;
          due_in: Typed;
          duplicate_of: Typed;
          environment: Typed;
          fault_count: Typed;
          first_discovered: Typed;
          fqdn: Typed;
          gl_account: Typed;
          install_date: Typed;
          install_status: Typed;
          invoice_number: Typed;
          ip_address: Typed;
          justification: Typed;
          last_discovered: Typed;
          lease_id: Typed;
          life_cycle_stage: Typed;
          life_cycle_stage_status: Typed;
          location: Typed;
          mac_address: Typed;
          maintenance_schedule: Typed;
          managed_by: Typed;
          managed_by_group: Typed;
          manufacturer: Typed;
          model_id: Typed;
          model_number: Typed;
          monitor: Typed;
          name: Typed;
          operational_status: Typed;
          order_date: Typed;
          owned_by: Typed;
          po_number: Typed;
          product_instance_id: Typed;
          purchase_date: Typed;
          schedule: Typed;
          serial_number: Typed;
          short_description: Typed;
          skip_sync: Typed;
          start_date: Typed;
          subcategory: Typed;
          support_group: Typed;
          supported_by: Typed;
          sys_class_name: Typed;
          sys_class_path: 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;
          unverified: Typed;
          vendor: Typed;
          warranty_expiration: Typed;
      }