All Products
Search
Document Center

Function Compute:HTTPTriggerConfig

Last Updated:Sep 19, 2024
ParameterTypeDescriptionExample
object

The HTTP trigger configurations.

authTypestring

The authentication type. The default value is function, which specifies that authentication is required.

anonymous, function
methodsarray

The request methods. You can specify multiple methods at the same time.

string

The request method.

Valid values:

  • HEAD
  • DELETE
  • POST
  • GET
  • OPTIONS
  • PUT
  • PATCH
GET, POST
disableURLInternetboolean

Specifies whether to disable access to the default Internet domain. If you set this parameter to true, a 403 error is returned if you access the default public URL provided by the function. A value of false does not affect the running of the function.

authConfigstring

The authentication configuration.