SalesforceMarketingCloudLinkedServiceResponse

data class SalesforceMarketingCloudLinkedServiceResponse(val annotations: List<Any>? = null, val clientId: Any? = null, val clientSecret: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, val connectVia: IntegrationRuntimeReferenceResponse? = null, val connectionProperties: Any? = null, val description: String? = null, val encryptedCredential: String? = null, val parameters: Map<String, ParameterSpecificationResponse>? = null, val type: String, val useEncryptedEndpoints: Any? = null, val useHostVerification: Any? = null, val usePeerVerification: Any? = null)

Salesforce Marketing Cloud linked service.

Constructors

constructor(annotations: List<Any>? = null, clientId: Any? = null, clientSecret: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, connectVia: IntegrationRuntimeReferenceResponse? = null, connectionProperties: Any? = null, description: String? = null, encryptedCredential: String? = null, parameters: Map<String, ParameterSpecificationResponse>? = null, type: String, useEncryptedEndpoints: Any? = null, useHostVerification: Any? = null, usePeerVerification: Any? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val annotations: List<Any>? = null

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

Link copied to clipboard
val clientId: Any? = null

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

The integration runtime reference.

Link copied to clipboard
val description: String? = null

Linked service description.

Link copied to clipboard

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

Link copied to clipboard

Parameters for linked service.

Link copied to clipboard

Type of linked service. Expected value is 'SalesforceMarketingCloud'.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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