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.ProxyOnlyResource
SiteAuthSettingsV2

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

kind
str
Required

Kind of resource.

platform
AuthPlatform
Required

The configuration settings of the platform of App Service Authentication/Authorization.

global_validation
GlobalValidation
Required

The configuration settings that determines the validation flow of users using App Service Authentication/Authorization.

identity_providers
IdentityProviders
Required

The configuration settings of each of the identity providers used to configure App Service Authentication/Authorization.

login
Login
Required

The configuration settings of the login flow of users using App Service Authentication/Authorization.

http_settings
HttpSettings
Required

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.