AuthConfig type
Configuration settings for the Azure ContainerApp Service Authentication / Authorization feature.
type AuthConfig = ProxyResource & {
globalValidation?: GlobalValidation
httpSettings?: HttpSettings
identityProviders?: IdentityProviders
login?: Login
platform?: AuthPlatform
}