共用方式為


AuthConfig type

Azure ContainerApp Service 驗證/授權功能的組態設定。

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