ConnectorResourceFormat interface

コネクタ リソースの形式。

Extends

プロパティ

connectorId

コネクタの ID。 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。

connectorName

コネクタの名前。

connectorProperties

コネクタのプロパティ。

connectorType

コネクタの種類。

created

作成された時刻。 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。

description

コネクタの説明。

displayName

コネクタの表示名。

isInternal

これが内部コネクタの場合。

lastModified

最後に変更された時刻。 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。

state

コネクタの状態。 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。

tenantId

ハブの名前。 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。

継承されたプロパティ

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

コネクタの状態。 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。

state?: ConnectorStates

プロパティ値

tenantId

ハブの名前。 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。

tenantId?: string

プロパティ値

string

継承されたプロパティの詳細

id

リソースの ID 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。

id?: string

プロパティ値

string

ProxyResource.idから継承

name

リソース名。 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。

name?: string

プロパティ値

string

ProxyResource.nameから継承

type

リソースの種類。 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。

type?: string

プロパティ値

string

ProxyResource.typeから継承