HttpFunctionsAuthLevelMixin Class
Interface to extend for enabling function app level http authorization level setting
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. |
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Python