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_03_01.models._models_py3.ProxyOnlyResource
SiteAuthSettingsV2

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
str

Kind of resource.

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.

Variables

Name Description
id
str

Resource Id.

name
str

Resource Name.

kind
str

Kind of resource.

type
str

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.