Salesforce Linked Service Args
data class SalesforceLinkedServiceArgs(val annotations: Output<List<Any>>? = null, val apiVersion: Output<Any>? = null, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val description: Output<String>? = null, val encryptedCredential: Output<String>? = null, val environmentUrl: Output<Any>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val password: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val securityToken: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val type: Output<String>, val username: Output<Any>? = null) : ConvertibleToJava<SalesforceLinkedServiceArgs>
Linked service for Salesforce.
Constructors
Link copied to clipboard
fun SalesforceLinkedServiceArgs(annotations: Output<List<Any>>? = null, apiVersion: Output<Any>? = null, connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, description: Output<String>? = null, encryptedCredential: Output<String>? = null, environmentUrl: Output<Any>? = null, parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, password: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, securityToken: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, type: Output<String>, username: Output<Any>? = null)