Freigeben über


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.