EloquaLinkedService |
EloquaLinkedService.withAnnotations(List<Object> annotations) |
Set the annotations property: List of tags that can be used for describing the linked service.
|
EloquaLinkedService |
EloquaLinkedService.withConnectVia(IntegrationRuntimeReference connectVia) |
Set the connectVia property: The integration runtime reference.
|
EloquaLinkedService |
EloquaLinkedService.withDescription(String description) |
Set the description property: Linked service description.
|
EloquaLinkedService |
EloquaLinkedService.withEncryptedCredential(Object encryptedCredential) |
Set the encryptedCredential property: The encrypted credential used for authentication.
|
EloquaLinkedService |
EloquaLinkedService.withEndpoint(Object endpoint) |
Set the endpoint property: The endpoint of the Eloqua server.
|
EloquaLinkedService |
EloquaLinkedService.withParameters(Map<String,ParameterSpecification> parameters) |
Set the parameters property: Parameters for linked service.
|
EloquaLinkedService |
EloquaLinkedService.withPassword(SecretBase password) |
Set the password property: The password corresponding to the user name.
|
EloquaLinkedService |
EloquaLinkedService.withUseEncryptedEndpoints(Object useEncryptedEndpoints) |
Set the useEncryptedEndpoints property: Specifies whether the data source endpoints are encrypted using HTTPS.
|
EloquaLinkedService |
EloquaLinkedService.withUseHostVerification(Object useHostVerification) |
Set the useHostVerification property: Specifies whether to require the host name in the server's certificate to
match the host name of the server when connecting over SSL.
|
EloquaLinkedService |
EloquaLinkedService.withUsePeerVerification(Object usePeerVerification) |
Set the usePeerVerification property: Specifies whether to verify the identity of the server when connecting over
SSL.
|
EloquaLinkedService |
EloquaLinkedService.withUsername(Object username) |
Set the username property: The site name and user name of your Eloqua account in the form: sitename/username.
|