Class OracleCloudStorageLinkedServiceResponse


  • public final class OracleCloudStorageLinkedServiceResponse
    extends java.lang.Object
    • 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.
      • 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).
      • 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'.