Oracle Cloud Storage Linked Service Response
data class OracleCloudStorageLinkedServiceResponse(val accessKeyId: Any? = null, val annotations: List<Any>? = null, val connectVia: IntegrationRuntimeReferenceResponse? = null, val description: String? = null, val encryptedCredential: String? = null, val parameters: Map<String, ParameterSpecificationResponse>? = null, val secretAccessKey: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, val serviceUrl: Any? = null, val type: String)
Linked service for Oracle Cloud Storage.
Constructors
Link copied to clipboard
fun OracleCloudStorageLinkedServiceResponse(accessKeyId: Any? = null, annotations: List<Any>? = null, connectVia: IntegrationRuntimeReferenceResponse? = null, description: String? = null, encryptedCredential: String? = null, parameters: Map<String, ParameterSpecificationResponse>? = null, secretAccessKey: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, serviceUrl: Any? = null, type: String)