Uses of Class
com.azure.resourcemanager.appservice.models.GlobalValidation
Packages that use GlobalValidation
Package
Description
Package containing the inner data models for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of GlobalValidation in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return GlobalValidationModifier and TypeMethodDescriptionSiteAuthSettingsV2Inner.globalValidation()Get the globalValidation property: The configuration settings that determines the validation flow of users using App Service Authentication/Authorization.SiteAuthSettingsV2Properties.globalValidation()Get the globalValidation property: The configuration settings that determines the validation flow of users using App Service Authentication/Authorization.Methods in com.azure.resourcemanager.appservice.fluent.models with parameters of type GlobalValidationModifier and TypeMethodDescriptionSiteAuthSettingsV2Inner.withGlobalValidation(GlobalValidation globalValidation) Set the globalValidation property: The configuration settings that determines the validation flow of users using App Service Authentication/Authorization.SiteAuthSettingsV2Properties.withGlobalValidation(GlobalValidation globalValidation) Set the globalValidation property: The configuration settings that determines the validation flow of users using App Service Authentication/Authorization. -
Uses of GlobalValidation in com.azure.resourcemanager.appservice.models
Classes in com.azure.resourcemanager.appservice.models that implement interfaces with type arguments of type GlobalValidationModifier and TypeClassDescriptionfinal classThe configuration settings that determines the validation flow of users using App Service Authentication/Authorization.Methods in com.azure.resourcemanager.appservice.models that return GlobalValidationModifier and TypeMethodDescriptionstatic GlobalValidationGlobalValidation.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of GlobalValidation from the JsonReader.GlobalValidation.withExcludedPaths(List<String> excludedPaths) Set the excludedPaths property: The paths for which unauthenticated flow would not be redirected to the login page.GlobalValidation.withRedirectToProvider(String redirectToProvider) Set the redirectToProvider property: The default authentication provider to use when multiple providers are configured.GlobalValidation.withRequireAuthentication(Boolean requireAuthentication) Set the requireAuthentication property: <code>true</code> if the authentication flow is required any request is made; otherwise, <code>false</code>.GlobalValidation.withUnauthenticatedClientAction(UnauthenticatedClientActionV2 unauthenticatedClientAction) Set the unauthenticatedClientAction property: The action to take when an unauthenticated client attempts to access the app.