SiteAuthSettingsV2 Class
Configuration settings for the Azure App Service Authentication / Authorization V2 feature.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.web.v2021_01_01.models._models_py3.ProxyOnlyResourceSiteAuthSettingsV2
Constructor
SiteAuthSettingsV2(*, kind: Optional[str] = None, platform: Optional[azure.mgmt.web.v2021_01_01.models._models_py3.AuthPlatform] = None, global_validation: Optional[azure.mgmt.web.v2021_01_01.models._models_py3.GlobalValidation] = None, identity_providers: Optional[azure.mgmt.web.v2021_01_01.models._models_py3.IdentityProviders] = None, login: Optional[azure.mgmt.web.v2021_01_01.models._models_py3.Login] = None, http_settings: Optional[azure.mgmt.web.v2021_01_01.models._models_py3.HttpSettings] = None, **kwargs)
Parameters
- platform
- AuthPlatform
The configuration settings of the platform of App Service Authentication/Authorization.
- global_validation
- GlobalValidation
The configuration settings that determines the validation flow of users using App Service Authentication/Authorization.
- identity_providers
- IdentityProviders
The configuration settings of each of the identity providers used to configure App Service Authentication/Authorization.
- login
- Login
The configuration settings of the login flow of users using App Service Authentication/Authorization.
- http_settings
- HttpSettings
The configuration settings of the HTTP requests for authentication and authorization requests made against App Service Authentication/Authorization.
Variables
- id
- str
Resource Id.
- name
- str
Resource Name.
- type
- str
Resource type.
Feedback
Submit and view feedback for