Ciele
Anbieter

Create a federated cloud Provider Connection

POST/api/v1/providers/federated

Erfordert einen API-Schlüssel der Organisation mit der Berechtigung „manageMembers“.

AuthorizationBearer <token>

In: header

Request Body

application/json

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/api/v1/providers/federated" \  -H "Content-Type: application/json" \  -d '{    "kind": "google_vertex",    "projectId": "string",    "location": "string",    "workloadIdentityAudience": "string"  }'
{  "hasCredential": true,  "type": "api_key",  "id": "string",  "provider": "anthropic",  "organizationId": "string",  "createdAt": "string",  "config": {    "property1": null,    "property2": null  },  "displayName": "string",  "keyHint": "string",  "createdBy": null,  "preferredForEmbedding": true}
{  "error": {    "code": "string",    "message": "string"  }}
{  "error": {    "code": "string",    "message": "string"  }}
{  "error": {    "code": "string",    "message": "string"  }}
{  "error": {    "code": "string",    "message": "string"  }}
{  "error": {    "code": "string",    "message": "string"  }}
{  "error": {    "code": "string",    "message": "string"  }}