Global Validation Args
data class GlobalValidationArgs(val excludedPaths: Output<List<String>>? = null, val redirectToProvider: Output<String>? = null, val unauthenticatedClientAction: Output<UnauthenticatedClientActionV2>? = null) : ConvertibleToJava<GlobalValidationArgs>
The configuration settings that determines the validation flow of users using ContainerApp Service Authentication/Authorization.
Constructors
Link copied to clipboard
constructor(excludedPaths: Output<List<String>>? = null, redirectToProvider: Output<String>? = null, unauthenticatedClientAction: Output<UnauthenticatedClientActionV2>? = null)
Properties
Link copied to clipboard
The paths for which unauthenticated flow would not be redirected to the login page.
Link copied to clipboard
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".
Link copied to clipboard
The action to take when an unauthenticated client attempts to access the app.