OpenApiAuthType type
Authentifizierungstyp für den OpenApi-Endpunkt. Folgende Typen sind zulässig:
- Anonym (keine Authentifizierung erforderlich)
- Projektverbindung (erfordert project_connection_id zum Endpunkt, wie es in AI Foundry eingerichtet ist)
- Managed_Identity (erfordert Zielgruppe für identitätsbasierte Authentifizierung)
type OpenApiAuthType = "anonymous" | "project_connection" | "managed_identity"