OpenApiAuthType type
OpenApi エンドポイントの認証タイプ。 使用できる型は次のとおりです。
- 匿名 (認証不要)
- Project接続 (AI Foundry でのセットアップとしてエンドポイントへのproject_connection_idが必要)
- Managed_Identity (ID ベースの認証には対象ユーザーが必要)
type OpenApiAuthType = "anonymous" | "project_connection" | "managed_identity"