All Products
Search
Document Center

Function Compute:HTTPTriggerConfig

Last Updated:Feb 26, 2026

Parameter

Type

Description

Example

object

HTTP trigger configuration.

authType

string

Authentication type. Default value is function, which means authentication is required.

anonymous, function

methods

array

List of HTTP request methods. Multiple methods can be supported at the same time.

string

Name of an HTTP request method.

GET, POST

disableURLInternet

boolean

Toggle to disable access through the default public endpoint. When set to true, requests to the function's default public URL return a 403 error. When set to false, this setting has no effect.

authConfig

string

Authentication configuration.