Global Validation Response
data class GlobalValidationResponse(val excludedPaths: List<String>? = null, val redirectToProvider: String? = null, val requireAuthentication: Boolean? = null, val unauthenticatedClientAction: String? = null)
The configuration settings that determines the validation flow of users using App Service Authentication/Authorization.