Class GlobalValidationArgs


  • public final class GlobalValidationArgs
    extends com.pulumi.resources.ResourceArgs
    The configuration settings that determines the validation flow of users using ContainerApp Service Authentication/Authorization.
    • Method Detail

      • excludedPaths

        public java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>> excludedPaths()
        Returns:
        The paths for which unauthenticated flow would not be redirected to the login page.
      • redirectToProvider

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> redirectToProvider()
        Returns:
        The default authentication provider to use when multiple providers are configured. This setting is only needed if multiple providers are configured and the unauthenticated client action is set to "RedirectToLoginPage".
      • unauthenticatedClientAction

        public java.util.Optional<com.pulumi.core.Output<UnauthenticatedClientActionV2>> unauthenticatedClientAction()
        Returns:
        The action to take when an unauthenticated client attempts to access the app.