ResponsysLinkedService interface

Responsys linked service.

Extends

Properties

clientId

The client ID associated with the Responsys application. Type: string (or Expression with resultType string).

clientSecret

The client secret associated with the Responsys application. Type: string (or Expression with resultType string).

encryptedCredential

The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.

endpoint

The endpoint of the Responsys server.

type

Polymorphic discriminator, which specifies the different types this object can be

useEncryptedEndpoints

Specifies whether the data source endpoints are encrypted using HTTPS. The default value is true. Type: boolean (or Expression with resultType boolean).

useHostVerification

Specifies whether to require the host name in the server's certificate to match the host name of the server when connecting over SSL. The default value is true. Type: boolean (or Expression with resultType boolean).

usePeerVerification

Specifies whether to verify the identity of the server when connecting over SSL. The default value is true. Type: boolean (or Expression with resultType boolean).

Inherited Properties

annotations

List of tags that can be used for describing the linked service.

connectVia

The integration runtime reference.

description

Linked service description.

parameters

Parameters for linked service.

Property Details

clientId

The client ID associated with the Responsys application. Type: string (or Expression with resultType string).

clientId: any

Property Value

any

clientSecret

The client secret associated with the Responsys application. Type: string (or Expression with resultType string).

clientSecret?: SecretBaseUnion

Property Value

encryptedCredential

The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.

encryptedCredential?: string

Property Value

string

endpoint

The endpoint of the Responsys server.

endpoint: any

Property Value

any

type

Polymorphic discriminator, which specifies the different types this object can be

type: "Responsys"

Property Value

"Responsys"

useEncryptedEndpoints

Specifies whether the data source endpoints are encrypted using HTTPS. The default value is true. Type: boolean (or Expression with resultType boolean).

useEncryptedEndpoints?: any

Property Value

any

useHostVerification

Specifies whether to require the host name in the server's certificate to match the host name of the server when connecting over SSL. The default value is true. Type: boolean (or Expression with resultType boolean).

useHostVerification?: any

Property Value

any

usePeerVerification

Specifies whether to verify the identity of the server when connecting over SSL. The default value is true. Type: boolean (or Expression with resultType boolean).

usePeerVerification?: any

Property Value

any

Inherited Property Details

annotations

List of tags that can be used for describing the linked service.

annotations?: any[]

Property Value

any[]

Inherited From LinkedService.annotations

connectVia

The integration runtime reference.

connectVia?: IntegrationRuntimeReference

Property Value

Inherited From LinkedService.connectVia

description

Linked service description.

description?: string

Property Value

string

Inherited From LinkedService.description

parameters

Parameters for linked service.

parameters?: {[propertyName: string]: ParameterSpecification}

Property Value

{[propertyName: string]: ParameterSpecification}

Inherited From LinkedService.parameters