Class SiteAuthSettingsV2Properties
java.lang.Object
com.azure.resourcemanager.appservice.fluent.models.SiteAuthSettingsV2Properties
- All Implemented Interfaces:
com.azure.json.JsonSerializable<SiteAuthSettingsV2Properties>
public final class SiteAuthSettingsV2Properties
extends Object
implements com.azure.json.JsonSerializable<SiteAuthSettingsV2Properties>
SiteAuthSettingsV2 resource specific properties.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of SiteAuthSettingsV2Properties class. -
Method Summary
Modifier and TypeMethodDescriptionstatic SiteAuthSettingsV2Properties
fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of SiteAuthSettingsV2Properties from the JsonReader.Get the globalValidation property: The configuration settings that determines the validation flow of users using App Service Authentication/Authorization.Get the httpSettings property: The configuration settings of the HTTP requests for authentication and authorization requests made against App Service Authentication/Authorization.Get the identityProviders property: The configuration settings of each of the identity providers used to configure App Service Authentication/Authorization.login()
Get the login property: The configuration settings of the login flow of users using App Service Authentication/Authorization.platform()
Get the platform property: The configuration settings of the platform of App Service Authentication/Authorization.com.azure.json.JsonWriter
toJson
(com.azure.json.JsonWriter jsonWriter) void
validate()
Validates the instance.withGlobalValidation
(GlobalValidation globalValidation) Set the globalValidation property: The configuration settings that determines the validation flow of users using App Service Authentication/Authorization.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.withIdentityProviders
(IdentityProviders identityProviders) Set the identityProviders property: The configuration settings of each of the identity providers used to configure App Service Authentication/Authorization.Set the login property: The configuration settings of the login flow of users using App Service Authentication/Authorization.withPlatform
(AuthPlatform platform) Set the platform property: The configuration settings of the platform of App Service Authentication/Authorization.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.azure.json.JsonSerializable
toJson, toJson, toJsonBytes, toJsonString
-
Constructor Details
-
SiteAuthSettingsV2Properties
public SiteAuthSettingsV2Properties()Creates an instance of SiteAuthSettingsV2Properties class.
-
-
Method Details
-
platform
Get the platform property: The configuration settings of the platform of App Service Authentication/Authorization.- Returns:
- the platform value.
-
withPlatform
Set the platform property: The configuration settings of the platform of App Service Authentication/Authorization.- Parameters:
platform
- the platform value to set.- Returns:
- the SiteAuthSettingsV2Properties object itself.
-
globalValidation
Get the globalValidation property: The configuration settings that determines the validation flow of users using App Service Authentication/Authorization.- Returns:
- the globalValidation value.
-
withGlobalValidation
Set the globalValidation property: The configuration settings that determines the validation flow of users using App Service Authentication/Authorization.- Parameters:
globalValidation
- the globalValidation value to set.- Returns:
- the SiteAuthSettingsV2Properties object itself.
-
identityProviders
Get the identityProviders property: The configuration settings of each of the identity providers used to configure App Service Authentication/Authorization.- Returns:
- the identityProviders value.
-
withIdentityProviders
Set the identityProviders property: The configuration settings of each of the identity providers used to configure App Service Authentication/Authorization.- Parameters:
identityProviders
- the identityProviders value to set.- Returns:
- the SiteAuthSettingsV2Properties object itself.
-
login
Get the login property: The configuration settings of the login flow of users using App Service Authentication/Authorization.- Returns:
- the login value.
-
withLogin
Set the login property: The configuration settings of the login flow of users using App Service Authentication/Authorization.- Parameters:
login
- the login value to set.- Returns:
- the SiteAuthSettingsV2Properties object itself.
-
httpSettings
Get the httpSettings property: The configuration settings of the HTTP requests for authentication and authorization requests made against App Service Authentication/Authorization.- Returns:
- the httpSettings value.
-
withHttpSettings
Set the httpSettings property: The configuration settings of the HTTP requests for authentication and authorization requests made against App Service Authentication/Authorization.- Parameters:
httpSettings
- the httpSettings value to set.- Returns:
- the SiteAuthSettingsV2Properties object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
toJson
- Specified by:
toJson
in interfacecom.azure.json.JsonSerializable<SiteAuthSettingsV2Properties>
- Throws:
IOException
-
fromJson
public static SiteAuthSettingsV2Properties fromJson(com.azure.json.JsonReader jsonReader) throws IOException Reads an instance of SiteAuthSettingsV2Properties from the JsonReader.- Parameters:
jsonReader
- The JsonReader being read.- Returns:
- An instance of SiteAuthSettingsV2Properties if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.
- Throws:
IOException
- If an error occurs while reading the SiteAuthSettingsV2Properties.
-