Class OracleCloudStorageLinkedServiceResponse
- java.lang.Object
-
- com.pulumi.azurenative.datafactory.outputs.OracleCloudStorageLinkedServiceResponse
-
public final class OracleCloudStorageLinkedServiceResponse extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
OracleCloudStorageLinkedServiceResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<java.lang.Object>
accessKeyId()
java.util.List<java.lang.Object>
annotations()
static OracleCloudStorageLinkedServiceResponse.Builder
builder()
static OracleCloudStorageLinkedServiceResponse.Builder
builder(OracleCloudStorageLinkedServiceResponse defaults)
java.util.Optional<IntegrationRuntimeReferenceResponse>
connectVia()
java.util.Optional<java.lang.String>
description()
java.util.Optional<java.lang.Object>
encryptedCredential()
java.util.Map<java.lang.String,ParameterSpecificationResponse>
parameters()
java.util.Optional<com.pulumi.core.Either<AzureKeyVaultSecretReferenceResponse,SecureStringResponse>>
secretAccessKey()
java.util.Optional<java.lang.Object>
serviceUrl()
java.lang.String
type()
-
-
-
Method Detail
-
accessKeyId
public java.util.Optional<java.lang.Object> accessKeyId()
- Returns:
- The access key identifier of the Oracle Cloud Storage Identity and Access Management (IAM) user. Type: string (or Expression with resultType string).
-
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.Object> encryptedCredential()
- Returns:
- The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string).
-
parameters
public java.util.Map<java.lang.String,ParameterSpecificationResponse> parameters()
- Returns:
- Parameters for linked service.
-
secretAccessKey
public java.util.Optional<com.pulumi.core.Either<AzureKeyVaultSecretReferenceResponse,SecureStringResponse>> secretAccessKey()
- Returns:
- The secret access key of the Oracle Cloud Storage Identity and Access Management (IAM) user.
-
serviceUrl
public java.util.Optional<java.lang.Object> serviceUrl()
- Returns:
- This value specifies the endpoint to access with the Oracle Cloud Storage Connector. This is an optional property; change it only if you want to try a different service endpoint or want to switch between https and http. Type: string (or Expression with resultType string).
-
type
public java.lang.String type()
- Returns:
- Type of linked service. Expected value is 'OracleCloudStorage'.
-
builder
public static OracleCloudStorageLinkedServiceResponse.Builder builder()
-
builder
public static OracleCloudStorageLinkedServiceResponse.Builder builder(OracleCloudStorageLinkedServiceResponse defaults)
-
-