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. |
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python