public final class SiteAuthSettingsV2Inner extends ProxyOnlyResource
| Constructor and Description |
|---|
SiteAuthSettingsV2Inner() |
| 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.
|
SiteAuthSettingsV2Inner |
withGlobalValidation(GlobalValidation globalValidation)
Set the globalValidation property: The configuration settings that determines the validation flow of users using
App Service Authentication/Authorization.
|
SiteAuthSettingsV2Inner |
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.
|
SiteAuthSettingsV2Inner |
withIdentityProviders(IdentityProviders identityProviders)
Set the identityProviders property: The configuration settings of each of the identity providers used to
configure App Service Authentication/Authorization.
|
SiteAuthSettingsV2Inner |
withKind(String kind)
Set the kind property: Kind of resource.
|
SiteAuthSettingsV2Inner |
withLogin(Login login)
Set the login property: The configuration settings of the login flow of users using App Service
Authentication/Authorization.
|
SiteAuthSettingsV2Inner |
withPlatform(AuthPlatform platform)
Set the platform property: The configuration settings of the platform of App Service
Authentication/Authorization.
|
kindpublic SiteAuthSettingsV2Inner withKind(String kind)
withKind in class ProxyOnlyResourcekind - the kind value to set.public AuthPlatform platform()
public SiteAuthSettingsV2Inner withPlatform(AuthPlatform platform)
platform - the platform value to set.public GlobalValidation globalValidation()
public SiteAuthSettingsV2Inner withGlobalValidation(GlobalValidation globalValidation)
globalValidation - the globalValidation value to set.public IdentityProviders identityProviders()
public SiteAuthSettingsV2Inner withIdentityProviders(IdentityProviders identityProviders)
identityProviders - the identityProviders value to set.public Login login()
public SiteAuthSettingsV2Inner withLogin(Login login)
login - the login value to set.public HttpSettings httpSettings()
public SiteAuthSettingsV2Inner withHttpSettings(HttpSettings httpSettings)
httpSettings - the httpSettings value to set.public void validate()
validate in class ProxyOnlyResourceIllegalArgumentException - thrown if the instance is not valid.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.