ConnectorResourceFormat interface

The connector resource format.

Extends

Properties

connectorId

ID of the connector. NOTE: This property will not be serialized. It can only be populated by the server.

connectorName

Name of the connector.

connectorProperties

The connector properties.

connectorType

Type of connector.

created

The created time. NOTE: This property will not be serialized. It can only be populated by the server.

description

Description of the connector.

displayName

Display name of the connector.

isInternal

If this is an internal connector.

lastModified

The last modified time. NOTE: This property will not be serialized. It can only be populated by the server.

state

State of connector. NOTE: This property will not be serialized. It can only be populated by the server.

tenantId

The hub name. NOTE: This property will not be serialized. It can only be populated by the server.

Inherited Properties

id

Resource ID. NOTE: This property will not be serialized. It can only be populated by the server.

name

Resource name. NOTE: This property will not be serialized. It can only be populated by the server.

type

Resource type. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

connectorId

ID of the connector. NOTE: This property will not be serialized. It can only be populated by the server.

connectorId?: number

Property Value

number

connectorName

Name of the connector.

connectorName?: string

Property Value

string

connectorProperties

The connector properties.

connectorProperties?: {[propertyName: string]: Record<string, unknown>}

Property Value

{[propertyName: string]: Record<string, unknown>}

connectorType

Type of connector.

connectorType?: string

Property Value

string

created

The created time. NOTE: This property will not be serialized. It can only be populated by the server.

created?: Date

Property Value

Date

description

Description of the connector.

description?: string

Property Value

string

displayName

Display name of the connector.

displayName?: string

Property Value

string

isInternal

If this is an internal connector.

isInternal?: boolean

Property Value

boolean

lastModified

The last modified time. NOTE: This property will not be serialized. It can only be populated by the server.

lastModified?: Date

Property Value

Date

state

State of connector. NOTE: This property will not be serialized. It can only be populated by the server.

state?: ConnectorStates

Property Value

tenantId

The hub name. NOTE: This property will not be serialized. It can only be populated by the server.

tenantId?: string

Property Value

string

Inherited Property Details

id

Resource ID. NOTE: This property will not be serialized. It can only be populated by the server.

id?: string

Property Value

string

Inherited From ProxyResource.id

name

Resource name. NOTE: This property will not be serialized. It can only be populated by the server.

name?: string

Property Value

string

Inherited From ProxyResource.name

type

Resource type. NOTE: This property will not be serialized. It can only be populated by the server.

type?: string

Property Value

string

Inherited From ProxyResource.type