次の方法で共有


OpenApiAuthType type

OpenApi エンドポイントの認証タイプ。 使用できるタイプは次のとおりです。

  • 匿名 (認証不要)
  • 接続(AI Foundryでの設定時にエンドポイントへのconnection_idが必要)
  • Managed_Identity (ID ベースの認証には対象ユーザーが必要)
type OpenApiAuthType = "anonymous" | "connection" | "managed_identity"