OpenApiAuthType type
Authentifizierungstyp für den OpenApi-Endpunkt. Zulässige Typen sind:
- Anonym (keine Authentifizierung erforderlich)
- Verbindung (erfordert connection_id zum Endpunkt, wie in AI Foundry eingerichtet)
- Managed_Identity (erfordert Zielgruppe für identitätsbasierte Authentifizierung)
type OpenApiAuthType = "anonymous" | "connection" | "managed_identity"