Connection interface
來自清單的回應和獲取連接作
屬性
| credentials | 連接使用的憑據 |
| id | 由服務生成的連接的唯一標識碼 |
| is |
是否將連接標記為其類型的預設連接 |
| metadata | 連接的元數據 |
| name | 由使用者提供的連接的友好名稱。 |
| target | 要用於此服務的連線 URL |
| type | 線上的類別 |
屬性詳細資料
credentials
id
由服務生成的連接的唯一標識碼
id: string
屬性值
string
isDefault
是否將連接標記為其類型的預設連接
isDefault: boolean
屬性值
boolean
metadata
連接的元數據
metadata: Record<string, string>
屬性值
Record<string, string>
name
由使用者提供的連接的友好名稱。
name: string
屬性值
string
target
要用於此服務的連線 URL
target: string
屬性值
string