ConnectorResourceFormat interface
连接器资源格式。
属性
| connector |
连接器的 ID。 注意:此属性不会序列化。 它只能由服务器填充。 |
| connector |
连接器的名称。 |
| connector |
连接器属性。 |
| connector |
连接器的类型。 |
| created | 创建的时间。 注意:此属性不会序列化。 它只能由服务器填充。 |
| description | 连接器的说明。 |
| display |
连接器的显示名称。 |
| is |
如果这是内部连接器。 |
| last |
上次修改时间。 注意:此属性不会序列化。 它只能由服务器填充。 |
| state | 连接器的状态。 注意:此属性不会序列化。 它只能由服务器填充。 |
| tenant |
中心名称。 注意:此属性不会序列化。 它只能由服务器填充。 |
继承属性
| id | 资源 ID。 注意:此属性不会序列化。 它只能由服务器填充。 |
| name | 资源名称。 注意:此属性不会序列化。 它只能由服务器填充。 |
| type | 资源类型。 注意:此属性不会序列化。 它只能由服务器填充。 |
属性详细信息
connectorId
连接器的 ID。 注意:此属性不会序列化。 它只能由服务器填充。
connectorId?: number
属性值
number
connectorName
连接器的名称。
connectorName?: string
属性值
string
connectorProperties
连接器属性。
connectorProperties?: {[propertyName: string]: Record<string, unknown>}
属性值
{[propertyName: string]: Record<string, unknown>}
connectorType
连接器的类型。
connectorType?: string
属性值
string
created
创建的时间。 注意:此属性不会序列化。 它只能由服务器填充。
created?: Date
属性值
Date
description
连接器的说明。
description?: string
属性值
string
displayName
连接器的显示名称。
displayName?: string
属性值
string
isInternal
如果这是内部连接器。
isInternal?: boolean
属性值
boolean
lastModified
上次修改时间。 注意:此属性不会序列化。 它只能由服务器填充。
lastModified?: Date
属性值
Date
state
tenantId
中心名称。 注意:此属性不会序列化。 它只能由服务器填充。
tenantId?: string
属性值
string