Parameter | Type | Description | Example |
---|---|---|---|
object | The HTTP trigger configurations. | ||
authType | string | The authentication type. The default value is function, which specifies that authentication is required. | anonymous, function |
methods | array | The request methods. You can specify multiple methods at the same time. | |
method | string | The request method. Valid values:
| GET, POST |
disableURLInternet | boolean | 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. | |
authConfig | string | The authentication configuration. |