AuthConfig type
Azure ContainerApp Service Kimlik Doğrulaması / Yetkilendirme özelliği için yapılandırma ayarları.
type AuthConfig = ProxyResource & {
globalValidation?: GlobalValidation
httpSettings?: HttpSettings
identityProviders?: IdentityProviders
login?: Login
platform?: AuthPlatform
}