Uses of Class
com.azure.resourcemanager.appcontainers.models.GlobalValidation
Packages that use GlobalValidation
Package
Description
Package containing the inner data models for ContainerAppsApiClient.
Package containing the data models for ContainerAppsApiClient.
-
Uses of GlobalValidation in com.azure.resourcemanager.appcontainers.fluent.models
Methods in com.azure.resourcemanager.appcontainers.fluent.models that return GlobalValidationModifier and TypeMethodDescriptionAuthConfigInner.globalValidation()
Get the globalValidation property: The configuration settings that determines the validation flow of users using Service Authentication/Authorization.AuthConfigProperties.globalValidation()
Get the globalValidation property: The configuration settings that determines the validation flow of users using Service Authentication/Authorization.Methods in com.azure.resourcemanager.appcontainers.fluent.models with parameters of type GlobalValidationModifier and TypeMethodDescriptionAuthConfigInner.withGlobalValidation
(GlobalValidation globalValidation) Set the globalValidation property: The configuration settings that determines the validation flow of users using Service Authentication/Authorization.AuthConfigProperties.withGlobalValidation
(GlobalValidation globalValidation) Set the globalValidation property: The configuration settings that determines the validation flow of users using Service Authentication/Authorization. -
Uses of GlobalValidation in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return GlobalValidationModifier and TypeMethodDescriptionstatic GlobalValidation
GlobalValidation.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of GlobalValidation from the JsonReader.AuthConfig.globalValidation()
Gets the globalValidation property: The configuration settings that determines the validation flow of users using Service Authentication/Authorization.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.withUnauthenticatedClientAction
(UnauthenticatedClientActionV2 unauthenticatedClientAction) Set the unauthenticatedClientAction property: The action to take when an unauthenticated client attempts to access the app.Methods in com.azure.resourcemanager.appcontainers.models with parameters of type GlobalValidationModifier and TypeMethodDescriptionAuthConfig.DefinitionStages.WithGlobalValidation.withGlobalValidation
(GlobalValidation globalValidation) Specifies the globalValidation property: The configuration settings that determines the validation flow of users using Service Authentication/Authorization..AuthConfig.UpdateStages.WithGlobalValidation.withGlobalValidation
(GlobalValidation globalValidation) Specifies the globalValidation property: The configuration settings that determines the validation flow of users using Service Authentication/Authorization..