Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SalesforceMarketingCloudLinkedService

Package version

Salesforce Marketing Cloud linked service.

Hierarchy

Indexable

[property: string]: any

Describes unknown properties. The value of an unknown property can be of "any" type.

Index

Properties

Optional annotations

annotations: any[]

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

clientId

clientId: any

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

Optional clientSecret

clientSecret: SecretBaseUnion

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

Optional connectVia

The integration runtime reference.

Optional connectionProperties

connectionProperties: any

Properties used to connect to Salesforce Marketing Cloud. It is mutually exclusive with any other properties in the linked service. Type: object.

Optional description

description: undefined | string

Linked service description.

Optional encryptedCredential

encryptedCredential: any

The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string).

Optional parameters

parameters: undefined | {}

Parameters for linked service.

type

type: "SalesforceMarketingCloud"

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

Optional useEncryptedEndpoints

useEncryptedEndpoints: any

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

Optional useHostVerification

useHostVerification: any

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).

Optional usePeerVerification

usePeerVerification: any

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).

Generated using TypeDoc