Class OdbcLinkedServiceResponse


  • public final class OdbcLinkedServiceResponse
    extends java.lang.Object
    • Method Detail

      • annotations

        public java.util.List<java.lang.Object> annotations()
        Returns:
        List of tags that can be used for describing the linked service.
      • authenticationType

        public java.util.Optional<java.lang.Object> authenticationType()
        Returns:
        Type of authentication used to connect to the ODBC data store. Possible values are: Anonymous and Basic. Type: string (or Expression with resultType string).
      • connectionString

        public java.lang.Object connectionString()
        Returns:
        The non-access credential portion of the connection string as well as an optional encrypted credential. Type: string, or SecureString, or AzureKeyVaultSecretReference, or Expression with resultType string.
      • 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.
      • type

        public java.lang.String type()
        Returns:
        Type of linked service. Expected value is 'Odbc'.
      • userName

        public java.util.Optional<java.lang.Object> userName()
        Returns:
        User name for Basic authentication. Type: string (or Expression with resultType string).