SiteAuthSettingsV2Properties Class

SiteAuthSettingsV2 resource specific properties.

Constructor

SiteAuthSettingsV2Properties(*args: Any, **kwargs: Any)

Variables

Name Description
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.

Attributes

global_validation

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

global_validation: _models.GlobalValidation | None

http_settings

The configuration settings of the HTTP requests for authentication and authorization requests made against App Service Authentication/Authorization.

http_settings: _models.HttpSettings | None

identity_providers

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

identity_providers: _models.IdentityProviders | None

login

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

login: _models.Login | None

platform

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

platform: _models.AuthPlatform | None