public final class SiteAuthSettingsV2Properties extends Object
| Constructor and Description |
|---|
SiteAuthSettingsV2Properties() |
| Modifier and Type | Method and Description |
|---|---|
GlobalValidation |
globalValidation()
Get the globalValidation property: The configuration settings that determines the validation flow of users using
App Service Authentication/Authorization.
|
HttpSettings |
httpSettings()
Get the httpSettings property: The configuration settings of the HTTP requests for authentication and
authorization requests made against App Service Authentication/Authorization.
|
IdentityProviders |
identityProviders()
Get the identityProviders property: The configuration settings of each of the identity providers used to
configure App Service Authentication/Authorization.
|
Login |
login()
Get the login property: The configuration settings of the login flow of users using App Service
Authentication/Authorization.
|
AuthPlatform |
platform()
Get the platform property: The configuration settings of the platform of App Service
Authentication/Authorization.
|
void |
validate()
Validates the instance.
|
SiteAuthSettingsV2Properties |
withGlobalValidation(GlobalValidation globalValidation)
Set the globalValidation property: The configuration settings that determines the validation flow of users using
App Service Authentication/Authorization.
|
SiteAuthSettingsV2Properties |
withHttpSettings(HttpSettings httpSettings)
Set the httpSettings property: The configuration settings of the HTTP requests for authentication and
authorization requests made against App Service Authentication/Authorization.
|
SiteAuthSettingsV2Properties |
withIdentityProviders(IdentityProviders identityProviders)
Set the identityProviders property: The configuration settings of each of the identity providers used to
configure App Service Authentication/Authorization.
|
SiteAuthSettingsV2Properties |
withLogin(Login login)
Set the login property: The configuration settings of the login flow of users using App Service
Authentication/Authorization.
|
SiteAuthSettingsV2Properties |
withPlatform(AuthPlatform platform)
Set the platform property: The configuration settings of the platform of App Service
Authentication/Authorization.
|
public AuthPlatform platform()
public SiteAuthSettingsV2Properties withPlatform(AuthPlatform platform)
platform - the platform value to set.public GlobalValidation globalValidation()
public SiteAuthSettingsV2Properties withGlobalValidation(GlobalValidation globalValidation)
globalValidation - the globalValidation value to set.public IdentityProviders identityProviders()
public SiteAuthSettingsV2Properties withIdentityProviders(IdentityProviders identityProviders)
identityProviders - the identityProviders value to set.public Login login()
public SiteAuthSettingsV2Properties withLogin(Login login)
login - the login value to set.public HttpSettings httpSettings()
public SiteAuthSettingsV2Properties withHttpSettings(HttpSettings httpSettings)
httpSettings - the httpSettings value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.