@servicenow/sdk - v4.7.0
    Preparing search index...
    sysauto: {
        allowWebServiceAccess: true;
        extends: "sys_metadata";
        extensible: true;
        label: "Scheduled Job";
        name: "sysauto";
        schema: {
            active: Typed;
            advanced: Typed;
            business_calendar: Typed;
            condition: Typed;
            conditional: Typed;
            entered_run_end: Typed;
            entered_run_start: Typed;
            entered_time: Typed;
            max_drift: Typed;
            name: Typed;
            offset: Typed;
            offset_type: Typed;
            repeat_every: Typed;
            run_as: Typed;
            run_as_tz: Typed;
            run_dayofmonth: Typed;
            run_dayofweek: Typed;
            run_daysofweek: Typed;
            run_end: Typed;
            run_month: Typed;
            run_period: Typed;
            run_start: Typed;
            run_time: Typed;
            run_type: Typed;
            run_weekinmonth: Typed;
            sys_id: Typed;
            time_zone: Typed;
            upgrade_safe: Typed;
        };
        textIndex: true;
    }

    Type Declaration

    • ReadonlyallowWebServiceAccess: true
    • Readonlyextends: "sys_metadata"
    • Readonlyextensible: true
    • Readonlylabel: "Scheduled Job"
    • Readonlyname: "sysauto"
    • Readonlyschema: {
          active: Typed;
          advanced: Typed;
          business_calendar: Typed;
          condition: Typed;
          conditional: Typed;
          entered_run_end: Typed;
          entered_run_start: Typed;
          entered_time: Typed;
          max_drift: Typed;
          name: Typed;
          offset: Typed;
          offset_type: Typed;
          repeat_every: Typed;
          run_as: Typed;
          run_as_tz: Typed;
          run_dayofmonth: Typed;
          run_dayofweek: Typed;
          run_daysofweek: Typed;
          run_end: Typed;
          run_month: Typed;
          run_period: Typed;
          run_start: Typed;
          run_time: Typed;
          run_type: Typed;
          run_weekinmonth: Typed;
          sys_id: Typed;
          time_zone: Typed;
          upgrade_safe: Typed;
      }
    • ReadonlytextIndex: true