Class CreateAzureDataLakeStorageConnectionDetails


  • @Generated(value="OracleSDKGenerator",
               comments="API Version: 20200407")
    public final class CreateAzureDataLakeStorageConnectionDetails
    extends CreateConnectionDetails
    The information about a new Azure Data Lake Storage Connection.
    Note: Objects should always be created or deserialized using the CreateAzureDataLakeStorageConnectionDetails.Builder. This model distinguishes fields that are null because they are unset from fields that are explicitly set to null. This is done in the setter methods of the CreateAzureDataLakeStorageConnectionDetails.Builder, which maintain a set of all explicitly set fields called CreateAzureDataLakeStorageConnectionDetails.Builder.__explicitlySet__. The hashCode() and equals(Object) methods are implemented to take the explicitly set fields into account. The constructor, on the other hand, does not take the explicitly set fields into account (since the constructor cannot distinguish explicit null from unset null).
    • Method Detail

      • getAccountName

        public String getAccountName()
        Sets the Azure storage account name.
        Returns:
        the value
      • getAccountKey

        public String getAccountKey()
        Azure storage account key.

        This property is required when ‘authenticationType’ is set to ‘SHARED_KEY’. e.g.: pa3WbhVATzj56xD4DH1VjOUhApRGEGHvOo58eQJVWIzX+j8j4CUVFcTjpIqDSRaSa1Wo2LbWY5at+AStEgLOIQ== Deprecated: This field is deprecated and replaced by “accountKeySecretId”. This field will be removed after February 15 2026.

        Returns:
        the value
      • getAccountKeySecretId

        public String getAccountKeySecretId()
        The OCID of the Secret where the account key is stored.

        Note: When provided, ‘accountKey’ field must not be provided.

        Returns:
        the value
      • getSasToken

        public String getSasToken()
        Credential that uses a shared access signature (SAS) to authenticate to an Azure Service.

        This property is required when ‘authenticationType’ is set to ‘SHARED_ACCESS_SIGNATURE’. e.g.: ?sv=2020-06-08&ss=bfqt&srt=sco&sp=rwdlacupyx&se=2020-09-10T20:27:28Z&st=2022-08-05T12:27:28Z&spr=https&sig=C1IgHsiLBmTSStYkXXGLTP8it0xBrArcgCqOsZbXwIQ%3D Deprecated: This field is deprecated and replaced by “sasTokenSecretId”. This field will be removed after February 15 2026.

        Returns:
        the value
      • getSasTokenSecretId

        public String getSasTokenSecretId()
        The OCID of the Secret where the sas token is stored.

        Note: When provided, ‘sasToken’ field must not be provided.

        Returns:
        the value
      • getAzureTenantId

        public String getAzureTenantId()
        Azure tenant ID of the application.

        This property is required when ‘authenticationType’ is set to ‘AZURE_ACTIVE_DIRECTORY’. e.g.: 14593954-d337-4a61-a364-9f758c64f97f

        Returns:
        the value
      • getClientId

        public String getClientId()
        Azure client ID of the application.

        This property is required when ‘authenticationType’ is set to ‘AZURE_ACTIVE_DIRECTORY’. e.g.: 06ecaabf-8b80-4ec8-a0ec-20cbf463703d

        Returns:
        the value
      • getClientSecret

        public String getClientSecret()
        Azure client secret (aka application password) for authentication.

        This property is required when ‘authenticationType’ is set to ‘AZURE_ACTIVE_DIRECTORY’. e.g.: dO29Q~F5-VwnA.lZdd11xFF_t5NAXCaGwDl9NbT1 Deprecated: This field is deprecated and replaced by “clientSecretSecretId”. This field will be removed after February 15 2026.

        Returns:
        the value
      • getClientSecretSecretId

        public String getClientSecretSecretId()
        The OCID of the Secret where the client secret is stored.

        Note: When provided, ‘clientSecret’ field must not be provided.

        Returns:
        the value
      • getEndpoint

        public String getEndpoint()
        Azure Storage service endpoint.

        e.g: https://test.blob.core.windows.net

        Returns:
        the value
      • toString

        public String toString​(boolean includeByteArrayContents)
        Return a string representation of the object.
        Overrides:
        toString in class CreateConnectionDetails
        Parameters:
        includeByteArrayContents - true to include the full contents of byte arrays
        Returns:
        string representation