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.
Constructor
SiteAuthSettingsV2(*, kind: str | None = None, platform: _models.AuthPlatform | None = None, global_validation: _models.GlobalValidation | None = None, identity_providers: _models.IdentityProviders | None = None, login: _models.Login | None = None, http_settings: _models.HttpSettings | None = None, **kwargs: Any)Keyword-Only Parameters
| Name | Description | 
|---|---|
| kind | Kind of resource. Default value: None | 
| platform | The configuration settings of the platform of App Service Authentication/Authorization. Default value: None | 
| global_validation | The configuration settings that determines the validation flow of users using App Service Authentication/Authorization. Default value: None | 
| identity_providers | The configuration settings of each of the identity providers used to configure App Service Authentication/Authorization. Default value: None | 
| login | The configuration settings of the login flow of users using App Service Authentication/Authorization. Default value: None | 
| http_settings | The configuration settings of the HTTP requests for authentication and authorization requests made against App Service Authentication/Authorization. Default value: None | 
Variables
| Name | Description | 
|---|---|
| id | Resource Id. | 
| name | Resource Name. | 
| kind | Kind of resource. | 
| type | Resource type. | 
| platform | The configuration settings of the platform of App Service Authentication/Authorization. | 
| global_validation | The configuration settings that determines the validation flow of users using App Service Authentication/Authorization. | 
| identity_providers | The configuration settings of each of the identity providers used to configure App Service Authentication/Authorization. | 
| login | The configuration settings of the login flow of users using App Service Authentication/Authorization. | 
| http_settings | The configuration settings of the HTTP requests for authentication and authorization requests made against App Service Authentication/Authorization. |