Class EncryptionConfigurationResponse


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

      • identity

        public java.util.Optional<CMKIdentityDefinitionResponse> identity()
        Returns:
        User assigned identity to use to authenticate to customer's key vault. If not provided Managed Service Identity will be used.
      • keyName

        public java.lang.String keyName()
        Returns:
        The name of the key in Azure Key Vault to use as Customer Managed Key.
      • keyVersion

        public java.util.Optional<java.lang.String> keyVersion()
        Returns:
        The version of the key used for CMK. If not provided, latest version will be used.
      • vaultBaseUrl

        public java.lang.String vaultBaseUrl()
        Returns:
        The url of the Azure Key Vault used for CMK.