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

    Variable sys_ws_operationConst

    sys_ws_operation: {
        extends: "sys_metadata";
        name: "sys_ws_operation";
        schema: {
            active: Typed<boolean, {}>;
            consumes: Typed<string, {}>;
            consumes_customized: Typed<boolean, {}>;
            enforce_acl: Typed<
                string
                | string[]
                | Record<"sys_security_acl">[],
                { referenceTable: "sys_security_acl" },
            >;
            http_method: Typed<string, {}>;
            name: Typed<string, {}>;
            operation_script: Typed<string | ScriptModule<Function>, {}>;
            operation_uri: Typed<string, {}>;
            produces: Typed<string, {}>;
            produces_customized: Typed<boolean, {}>;
            relative_path: Typed<string, {}>;
            request_example: Typed<string, {}>;
            requires_acl_authorization: Typed<boolean, {}>;
            requires_authentication: Typed<boolean, {}>;
            requires_snc_internal_role: Typed<boolean, {}>;
            short_description: Typed<string, {}>;
            web_service_definition: Typed<
                | string
                | Record<"sys_ws_definition">
                | ExplicitKey<"sys_ws_definition">
                | TableBrand<"sys_ws_definition">,
                { referenceTable: "sys_ws_definition" },
            >;
            web_service_version: Typed<
                | string
                | Record<"sys_ws_version">
                | ExplicitKey<"sys_ws_version">
                | TableBrand<"sys_ws_version">,
                { referenceTable: "sys_ws_version" },
            >;
        };
    } = ...

    Type Declaration

    • Readonlyextends: "sys_metadata"
    • Readonlyname: "sys_ws_operation"
    • Readonlyschema: {
          active: Typed<boolean, {}>;
          consumes: Typed<string, {}>;
          consumes_customized: Typed<boolean, {}>;
          enforce_acl: Typed<
              string
              | string[]
              | Record<"sys_security_acl">[],
              { referenceTable: "sys_security_acl" },
          >;
          http_method: Typed<string, {}>;
          name: Typed<string, {}>;
          operation_script: Typed<string | ScriptModule<Function>, {}>;
          operation_uri: Typed<string, {}>;
          produces: Typed<string, {}>;
          produces_customized: Typed<boolean, {}>;
          relative_path: Typed<string, {}>;
          request_example: Typed<string, {}>;
          requires_acl_authorization: Typed<boolean, {}>;
          requires_authentication: Typed<boolean, {}>;
          requires_snc_internal_role: Typed<boolean, {}>;
          short_description: Typed<string, {}>;
          web_service_definition: Typed<
              | string
              | Record<"sys_ws_definition">
              | ExplicitKey<"sys_ws_definition">
              | TableBrand<"sys_ws_definition">,
              { referenceTable: "sys_ws_definition" },
          >;
          web_service_version: Typed<
              | string
              | Record<"sys_ws_version">
              | ExplicitKey<"sys_ws_version">
              | TableBrand<"sys_ws_version">,
              { referenceTable: "sys_ws_version" },
          >;
      }