@servicenow/sdk - v4.4.1
    Preparing search index...
    interface sys_ws_operation {
        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
            | ExplicitKey<"sys_ws_definition">
            | TableBrand<"sys_ws_definition">
            | Record<"sys_ws_definition">,
            { referenceTable: "sys_ws_definition" },
        >;
        web_service_version: Typed<
            | string
            | ExplicitKey<"sys_ws_version">
            | TableBrand<"sys_ws_version">
            | Record<"sys_ws_version">,
            { referenceTable: "sys_ws_version" },
        >;
    }

    Hierarchy (View Summary)

    Index

    Properties

    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
        | ExplicitKey<"sys_ws_definition">
        | TableBrand<"sys_ws_definition">
        | Record<"sys_ws_definition">,
        { referenceTable: "sys_ws_definition" },
    >
    web_service_version: Typed<
        | string
        | ExplicitKey<"sys_ws_version">
        | TableBrand<"sys_ws_version">
        | Record<"sys_ws_version">,
        { referenceTable: "sys_ws_version" },
    >