Uses of Class
com.azure.resourcemanager.appcontainers.models.GlobalValidation
-
Packages that use GlobalValidation Package Description com.azure.resourcemanager.appcontainers.fluent.models Package containing the inner data models for ContainerAppsApiClient.com.azure.resourcemanager.appcontainers.models 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 GlobalValidation Modifier and Type Method Description GlobalValidation
AuthConfigInner. globalValidation()
Get the globalValidation property: The configuration settings that determines the validation flow of users using Service Authentication/Authorization.GlobalValidation
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 GlobalValidation Modifier and Type Method Description AuthConfigInner
AuthConfigInner. withGlobalValidation(GlobalValidation globalValidation)
Set the globalValidation property: The configuration settings that determines the validation flow of users using Service Authentication/Authorization.AuthConfigProperties
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 GlobalValidation Modifier and Type Method Description GlobalValidation
AuthConfig. globalValidation()
Gets the globalValidation property: The configuration settings that determines the validation flow of users using Service Authentication/Authorization.GlobalValidation
GlobalValidation. withExcludedPaths(List<String> excludedPaths)
Set the excludedPaths property: The paths for which unauthenticated flow would not be redirected to the login page.GlobalValidation
GlobalValidation. withRedirectToProvider(String redirectToProvider)
Set the redirectToProvider property: The default authentication provider to use when multiple providers are configured.GlobalValidation
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 GlobalValidation Modifier and Type Method Description AuthConfig.DefinitionStages.WithCreate
AuthConfig.DefinitionStages.WithGlobalValidation. withGlobalValidation(GlobalValidation globalValidation)
Specifies the globalValidation property: The configuration settings that determines the validation flow of users using Service Authentication/Authorization..AuthConfig.Update
AuthConfig.UpdateStages.WithGlobalValidation. withGlobalValidation(GlobalValidation globalValidation)
Specifies the globalValidation property: The configuration settings that determines the validation flow of users using Service Authentication/Authorization..
-