Google Ad Words Linked Service Response
data class GoogleAdWordsLinkedServiceResponse(val annotations: List<Any>? = null, val authenticationType: String? = null, val clientCustomerID: 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 developerToken: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, val email: Any? = null, val encryptedCredential: String? = null, val googleAdsApiVersion: Any? = null, val keyFilePath: Any? = null, val loginCustomerID: Any? = null, val parameters: Map<String, ParameterSpecificationResponse>? = null, val privateKey: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, val refreshToken: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, val supportLegacyDataTypes: Any? = null, val trustedCertPath: Any? = null, val type: String, val useSystemTrustStore: Any? = null)
Google AdWords service linked service.
Constructors
Link copied to clipboard
fun GoogleAdWordsLinkedServiceResponse(annotations: List<Any>? = null, authenticationType: String? = null, clientCustomerID: Any? = null, clientId: Any? = null, clientSecret: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, connectVia: IntegrationRuntimeReferenceResponse? = null, connectionProperties: Any? = null, description: String? = null, developerToken: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, email: Any? = null, encryptedCredential: String? = null, googleAdsApiVersion: Any? = null, keyFilePath: Any? = null, loginCustomerID: Any? = null, parameters: Map<String, ParameterSpecificationResponse>? = null, privateKey: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, refreshToken: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, supportLegacyDataTypes: Any? = null, trustedCertPath: Any? = null, type: String, useSystemTrustStore: Any? = null)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
(Deprecated) The full path of the .pem file containing trusted CA certificates for verifying the server when connecting over SSL. This property can only be set when using SSL on self-hosted IR. The default value is the cacerts.pem file installed with the IR. Type: string (or Expression with resultType string).