Class EncryptionDetails

java.lang.Object
com.azure.analytics.synapse.artifacts.models.EncryptionDetails

public final class EncryptionDetails extends Object
Details of the encryption associated with the workspace.
  • Constructor Details

    • EncryptionDetails

      public EncryptionDetails()
  • Method Details

    • isDoubleEncryptionEnabled

      public Boolean isDoubleEncryptionEnabled()
      Get the doubleEncryptionEnabled property: Double Encryption enabled.
      Returns:
      the doubleEncryptionEnabled value.
    • getCmk

      public CustomerManagedKeyDetails getCmk()
      Get the cmk property: Customer Managed Key Details.
      Returns:
      the cmk value.
    • setCmk

      Set the cmk property: Customer Managed Key Details.
      Parameters:
      cmk - the cmk value to set.
      Returns:
      the EncryptionDetails object itself.