@servicenow/sdk - v4.4.1
    Preparing search index...
    sys_user: {
        actions: ["read", "update", "create"];
        allowClientScripts: true;
        allowNewFields: true;
        allowUiActions: true;
        allowWebServiceAccess: true;
        attributes: {
            "all_tables.text_index_translations": true;
            allow_data_replicate: true;
            display_image: "photo";
            global_search_config_handler: "UserConfig";
            ih_process_sync_enabled: true;
            iterativeDelete: true;
            kagami_csindex_enabled: true;
            metadata_link_exempt: true;
            ref_ac_columns: "email";
            ref_ac_columns_search: true;
            ref_ac_order_by: "name";
            ref_auto_completer: "AJAXTableCompleter";
            slushbucket_omit_embedded: true;
        };
        label: "User";
        name: "sys_user";
        schema: {
            accumulated_roles: Typed;
            active: Typed;
            avatar: Typed;
            building: Typed;
            calendar_integration: Typed;
            city: Typed;
            company: Typed;
            cost_center: Typed;
            country: Typed;
            date_format: Typed;
            default_perspective: Typed;
            department: Typed;
            edu_status: Typed;
            email: Typed;
            employee_number: Typed;
            enable_multifactor_authn: Typed;
            failed_attempts: Typed;
            fax: Typed;
            federated_id: Typed;
            first_name: Typed;
            gender: Typed;
            hashed_user_id: Typed;
            home_phone: Typed;
            identity_type: Typed;
            internal_integration_user: Typed;
            introduction: Typed;
            last_login: Typed;
            last_login_device: Typed;
            last_login_time: Typed;
            last_name: Typed;
            last_password: Typed;
            ldap_server: Typed;
            location: Typed;
            locked_out: Typed;
            manager: Typed;
            manager_hp1: Typed;
            middle_name: Typed;
            mobile_phone: Typed;
            name: Typed;
            notification: Typed;
            password_needs_reset: Typed;
            phone: Typed;
            photo: Typed;
            preferred_language: Typed;
            roles: Typed;
            schedule: Typed;
            source: Typed;
            state: Typed;
            street: Typed;
            sys_class_name: 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;
            time_format: Typed;
            time_zone: Typed;
            title: Typed;
            user_name: Typed;
            user_password: Typed;
            vip: Typed;
            web_service_access_only: Typed;
            zip: Typed;
        };
        textIndex: true;
    }

    Type Declaration

    • Readonlyactions: ["read", "update", "create"]
    • ReadonlyallowClientScripts: true
    • ReadonlyallowNewFields: true
    • ReadonlyallowUiActions: true
    • ReadonlyallowWebServiceAccess: true
    • Readonlyattributes: {
          "all_tables.text_index_translations": true;
          allow_data_replicate: true;
          display_image: "photo";
          global_search_config_handler: "UserConfig";
          ih_process_sync_enabled: true;
          iterativeDelete: true;
          kagami_csindex_enabled: true;
          metadata_link_exempt: true;
          ref_ac_columns: "email";
          ref_ac_columns_search: true;
          ref_ac_order_by: "name";
          ref_auto_completer: "AJAXTableCompleter";
          slushbucket_omit_embedded: true;
      }
    • Readonlylabel: "User"
    • Readonlyname: "sys_user"
    • Readonlyschema: {
          accumulated_roles: Typed;
          active: Typed;
          avatar: Typed;
          building: Typed;
          calendar_integration: Typed;
          city: Typed;
          company: Typed;
          cost_center: Typed;
          country: Typed;
          date_format: Typed;
          default_perspective: Typed;
          department: Typed;
          edu_status: Typed;
          email: Typed;
          employee_number: Typed;
          enable_multifactor_authn: Typed;
          failed_attempts: Typed;
          fax: Typed;
          federated_id: Typed;
          first_name: Typed;
          gender: Typed;
          hashed_user_id: Typed;
          home_phone: Typed;
          identity_type: Typed;
          internal_integration_user: Typed;
          introduction: Typed;
          last_login: Typed;
          last_login_device: Typed;
          last_login_time: Typed;
          last_name: Typed;
          last_password: Typed;
          ldap_server: Typed;
          location: Typed;
          locked_out: Typed;
          manager: Typed;
          manager_hp1: Typed;
          middle_name: Typed;
          mobile_phone: Typed;
          name: Typed;
          notification: Typed;
          password_needs_reset: Typed;
          phone: Typed;
          photo: Typed;
          preferred_language: Typed;
          roles: Typed;
          schedule: Typed;
          source: Typed;
          state: Typed;
          street: Typed;
          sys_class_name: 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;
          time_format: Typed;
          time_zone: Typed;
          title: Typed;
          user_name: Typed;
          user_password: Typed;
          vip: Typed;
          web_service_access_only: Typed;
          zip: Typed;
      }
    • ReadonlytextIndex: true