Class OracleServiceCloudLinkedServiceResponse
- java.lang.Object
-
- com.pulumi.azurenative.datafactory.outputs.OracleServiceCloudLinkedServiceResponse
-
public final class OracleServiceCloudLinkedServiceResponse extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
OracleServiceCloudLinkedServiceResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.Object>
annotations()
static OracleServiceCloudLinkedServiceResponse.Builder
builder()
static OracleServiceCloudLinkedServiceResponse.Builder
builder(OracleServiceCloudLinkedServiceResponse defaults)
java.util.Optional<IntegrationRuntimeReferenceResponse>
connectVia()
java.util.Optional<java.lang.String>
description()
java.util.Optional<java.lang.String>
encryptedCredential()
java.lang.Object
host()
java.util.Map<java.lang.String,ParameterSpecificationResponse>
parameters()
com.pulumi.core.Either<AzureKeyVaultSecretReferenceResponse,SecureStringResponse>
password()
java.lang.String
type()
java.util.Optional<java.lang.Object>
useEncryptedEndpoints()
java.util.Optional<java.lang.Object>
useHostVerification()
java.util.Optional<java.lang.Object>
usePeerVerification()
java.lang.Object
username()
-
-
-
Method Detail
-
annotations
public java.util.List<java.lang.Object> annotations()
- Returns:
- List of tags that can be used for describing the linked service.
-
connectVia
public java.util.Optional<IntegrationRuntimeReferenceResponse> connectVia()
- Returns:
- The integration runtime reference.
-
description
public java.util.Optional<java.lang.String> description()
- Returns:
- Linked service description.
-
encryptedCredential
public java.util.Optional<java.lang.String> encryptedCredential()
- Returns:
- The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
-
host
public java.lang.Object host()
- Returns:
- The URL of the Oracle Service Cloud instance.
-
parameters
public java.util.Map<java.lang.String,ParameterSpecificationResponse> parameters()
- Returns:
- Parameters for linked service.
-
password
public com.pulumi.core.Either<AzureKeyVaultSecretReferenceResponse,SecureStringResponse> password()
- Returns:
- The password corresponding to the user name that you provided in the username key.
-
type
public java.lang.String type()
- Returns:
- Type of linked service. Expected value is 'OracleServiceCloud'.
-
useEncryptedEndpoints
public java.util.Optional<java.lang.Object> useEncryptedEndpoints()
- Returns:
- Specifies whether the data source endpoints are encrypted using HTTPS. The default value is true. Type: boolean (or Expression with resultType boolean).
-
useHostVerification
public java.util.Optional<java.lang.Object> useHostVerification()
- Returns:
- 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).
-
usePeerVerification
public java.util.Optional<java.lang.Object> usePeerVerification()
- Returns:
- 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).
-
username
public java.lang.Object username()
- Returns:
- The user name that you use to access Oracle Service Cloud server.
-
builder
public static OracleServiceCloudLinkedServiceResponse.Builder builder()
-
builder
public static OracleServiceCloudLinkedServiceResponse.Builder builder(OracleServiceCloudLinkedServiceResponse defaults)
-
-