你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
HttpFunctionsAuthLevelMixin Class
Interface to extend for enabling function app level http authorization level setting
- Inheritance
-
HttpFunctionsAuthLevelMixin
Constructor
HttpFunctionsAuthLevelMixin(auth_level: AuthLevel | str, *args, **kwargs)
Parameters
Name | Description |
---|---|
auth_level
Required
|
|
Attributes
auth_level
Authorization level of the function app. Will be applied to the http trigger functions which do not have authorization level specified.
Returns
Type | Description |
---|---|
Authorization level of the function app. |