Parameter | Type | Description | Example |
---|---|---|---|
object | The HTTP trigger configurations. | ||
authConfig | string | The authentication configurations. | {"JWKS":{"foo":"bar"},"TokenLookup":"header:Authorization:Bearer,cookie:AuthorizationCookie","ClaimPassBy":"query:uid:uid,header:name:name"} |
authType | string | The authentication type. Valid values:
Note
The default value is function
| anonymous |
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 have affect the running of the function. | true |
methods | array | The list of request methods. Multiple methods are supported. | |
string | The request method. Valid values:
| GET |