@servicenow/sdk - v4.7.0
    Preparing search index...

    Variable sys_alias_templatesConst

    sys_alias_templates: {
        allowWebServiceAccess: true;
        extends: "sys_metadata";
        label: "Connection & Credential Templates";
        name: "sys_alias_templates";
        schema: {
            default_data_template: Typed;
            dynamic_data_schema: Typed;
            name: Typed;
            on_edit_script: Typed;
            post_process_script: Typed;
            pre_edit_script: Typed;
            sys_id: Typed;
            test_action: Typed;
        };
    }

    Type Declaration

    • ReadonlyallowWebServiceAccess: true
    • Readonlyextends: "sys_metadata"
    • Readonlylabel: "Connection & Credential Templates"
    • Readonlyname: "sys_alias_templates"
    • Readonlyschema: {
          default_data_template: Typed;
          dynamic_data_schema: Typed;
          name: Typed;
          on_edit_script: Typed;
          post_process_script: Typed;
          pre_edit_script: Typed;
          sys_id: Typed;
          test_action: Typed;
      }