مشاركة عبر


AuthConfig type

إعدادات التكوين لميزة مصادقة / تخويل خدمة Azure ContainerApp.

type AuthConfig = ProxyResource & {
  globalValidation?: GlobalValidation
  httpSettings?: HttpSettings
  identityProviders?: IdentityProviders
  login?: Login
  platform?: AuthPlatform
}