Salesforce Service Cloud Linked Service Args
data class SalesforceServiceCloudLinkedServiceArgs(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 extendedProperties: 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<SalesforceServiceCloudLinkedServiceArgs>
Linked service for Salesforce Service Cloud.
Constructors
Link copied to clipboard
fun SalesforceServiceCloudLinkedServiceArgs(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, extendedProperties: 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)