Retrieve a page of project connections, optionally filtered by parameters.
Authorizations
a valid bearer token
Path Parameters
The unique identifier of the project where the connection will be created
^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$Query Parameters
A comma separated list of auth providers. If specified alongside 'platformConnectionType', they act as an AND filter, so only connections that match one of the specified platform connection types and one of the specified providers will be returned.
Comma-separated list of connection names whose overrides are to be deleted from this environment. Its important to note that specifying too many connection names may exceed URL length limits and result in a 400 Bad Request response. Consider splitting large deletions into multiple requests.
Response
Successfully retrieved connection
The authentication provider
"salesforce"
The authentication type
GENERIC_SECRET, CLOUD_PROVIDER_SECRET, OAUTH_USER_TOKENS, OAUTH_AUTHORIZATION_CODE, OAUTH_CLIENT_CRED, COMPOSITE_TOKEN, OAUTH_1_0_X_ADS "GENERIC_SECRET"
Provides the definition of the values of the connection which will vary by connection type. Includes:
- Location of any sensitive values (secret location and name)
- Any non-sensitive values (url, username)
The user who created the connection
The date and time when the connection was created
The name of the connection
"my-secret"
The different types of connection that can be created:
COMPONENT_BASIC— connect a component to a data source, API, or SaaS application using a secret stored in your secrets manager.CLOUD_PLATFORM_CREDENTIALS— give a project access to a cloud provider (AWS, Azure, GCP) using cloud credentials stored in your secrets manager.
COMPONENT_BASIC, CLOUD_PLATFORM_CREDENTIALS "COMPONENT_BASIC"
The project ID this connection belongs to
