Connection interface
Response from the list and get connections operations
Properties
| credentials | The credentials used by the connection |
| id | A unique identifier for the connection, generated by the service |
| is |
Whether the connection is tagged as the default connection of its type |
| metadata | Metadata of the connection |
| name | The friendly name of the connection, provided by the user. |
| target | The connection URL to be used for this service |
| type | Category of the connection |
Property Details
credentials
The credentials used by the connection
credentials: BaseCredentialsUnion
Property Value
id
A unique identifier for the connection, generated by the service
id: string
Property Value
string
isDefault
Whether the connection is tagged as the default connection of its type
isDefault: boolean
Property Value
boolean
metadata
Metadata of the connection
metadata: Record<string, string>
Property Value
Record<string, string>
name
The friendly name of the connection, provided by the user.
name: string
Property Value
string
target
The connection URL to be used for this service
target: string
Property Value
string