SiteAuthSettingsV2Inner Class

public final class SiteAuthSettingsV2Inner
extends ProxyOnlyResource

Configuration settings for the Azure App Service Authentication / Authorization V2 feature.

Constructor Summary

Constructor Description
SiteAuthSettingsV2Inner()

Creates an instance of SiteAuthSettingsV2Inner class.

Method Summary

Modifier and Type Method and Description
static SiteAuthSettingsV2Inner fromJson(JsonReader jsonReader)

Reads an instance of SiteAuthSettingsV2Inner from the JsonReader.

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.

String id()

Get the id property: Fully qualified resource Id for the resource.

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.

String name()

Get the name property: The name of the resource.

AuthPlatform platform()

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

JsonWriter toJson(JsonWriter jsonWriter)
String type()

Get the type property: The type of the resource.

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.

Methods inherited from ProxyOnlyResource

Methods inherited from java.lang.Object

Constructor Details

SiteAuthSettingsV2Inner

public SiteAuthSettingsV2Inner()

Creates an instance of SiteAuthSettingsV2Inner class.

Method Details

fromJson

public static SiteAuthSettingsV2Inner fromJson(JsonReader jsonReader)

Reads an instance of SiteAuthSettingsV2Inner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of SiteAuthSettingsV2Inner if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If the deserialized JSON object was missing any required properties.

globalValidation

public GlobalValidation globalValidation()

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

Returns:

the globalValidation value.

httpSettings

public HttpSettings 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.

id

public String id()

Get the id property: Fully qualified resource Id for the resource.

Overrides:

SiteAuthSettingsV2Inner.id()

Returns:

the id value.

identityProviders

public IdentityProviders 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.

login

public Login login()

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

Returns:

the login value.

name

public String name()

Get the name property: The name of the resource.

Overrides:

SiteAuthSettingsV2Inner.name()

Returns:

the name value.

platform

public AuthPlatform platform()

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

Returns:

the platform value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

SiteAuthSettingsV2Inner.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

type

public String type()

Get the type property: The type of the resource.

Overrides:

SiteAuthSettingsV2Inner.type()

Returns:

the type value.

validate

public void validate()

Validates the instance.

Overrides:

SiteAuthSettingsV2Inner.validate()

withGlobalValidation

public SiteAuthSettingsV2Inner withGlobalValidation(GlobalValidation globalValidation)

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 SiteAuthSettingsV2Inner object itself.

withHttpSettings

public 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.

Parameters:

httpSettings - the httpSettings value to set.

Returns:

the SiteAuthSettingsV2Inner object itself.

withIdentityProviders

public SiteAuthSettingsV2Inner withIdentityProviders(IdentityProviders identityProviders)

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 SiteAuthSettingsV2Inner object itself.

withKind

public SiteAuthSettingsV2Inner withKind(String kind)

Set the kind property: Kind of resource.

Overrides:

SiteAuthSettingsV2Inner.withKind(String kind)

Parameters:

kind

withLogin

public SiteAuthSettingsV2Inner withLogin(Login login)

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 SiteAuthSettingsV2Inner object itself.

withPlatform

public SiteAuthSettingsV2Inner withPlatform(AuthPlatform platform)

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

Parameters:

platform - the platform value to set.

Returns:

the SiteAuthSettingsV2Inner object itself.

Applies to