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. |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python