Uses of Class
com.azure.resourcemanager.appservice.models.GlobalValidation
-
Packages that use GlobalValidation Package Description com.azure.resourcemanager.appservice.fluent.models Package containing the inner data models for WebSiteManagementClient.com.azure.resourcemanager.appservice.models 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 GlobalValidation Modifier and Type Method Description GlobalValidationSiteAuthSettingsV2Inner. globalValidation()Get the globalValidation property: The configuration settings that determines the validation flow of users using App Service Authentication/Authorization.GlobalValidationSiteAuthSettingsV2Properties. 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 GlobalValidation Modifier and Type Method Description SiteAuthSettingsV2InnerSiteAuthSettingsV2Inner. withGlobalValidation(GlobalValidation globalValidation)Set the globalValidation property: The configuration settings that determines the validation flow of users using App Service Authentication/Authorization.SiteAuthSettingsV2PropertiesSiteAuthSettingsV2Properties. 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
Methods in com.azure.resourcemanager.appservice.models that return GlobalValidation Modifier and Type Method Description GlobalValidationGlobalValidation. withExcludedPaths(List<String> excludedPaths)Set the excludedPaths property: The paths for which unauthenticated flow would not be redirected to the login page.GlobalValidationGlobalValidation. withRedirectToProvider(String redirectToProvider)Set the redirectToProvider property: The default authentication provider to use when multiple providers are configured.GlobalValidationGlobalValidation. withRequireAuthentication(Boolean requireAuthentication)Set the requireAuthentication property: <code>true</code> if the authentication flow is required any request is made; otherwise, <code>false</code>.GlobalValidationGlobalValidation. withUnauthenticatedClientAction(UnauthenticatedClientActionV2 unauthenticatedClientAction)Set the unauthenticatedClientAction property: The action to take when an unauthenticated client attempts to access the app.
-