ConnectorResourceFormat interface
コネクタ リソースの形式。
- Extends
プロパティ
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
継承されたプロパティの詳細
id
name
type
リソースの種類。 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。
type?: string
プロパティ値
string