Sha256: d40f5dbc6637855a4673a3ef44c4a2e23abd5bd5cab78ac9b3211e0c502a7241

Contents?: true

Size: 1.24 KB

Versions: 1

Compression:

Stored size: 1.24 KB

Contents

# encoding: utf-8
# Code generated by Microsoft (R) AutoRest Code Generator.
# Changes may cause incorrect behavior and will be lost if the code is
# regenerated.

module Azure::ARM::DataLakeStore
  module Models
    #
    # The encryption configuration used to update a user managed Key Vault key.
    #
    class UpdateEncryptionConfig

      include MsRestAzure

      include MsRest::JSONable
      # @return [UpdateKeyVaultMetaInfo] The updated Key Vault key to use in
      # user managed key rotation.
      attr_accessor :key_vault_meta_info


      #
      # Mapper for UpdateEncryptionConfig class as Ruby Hash.
      # This will be used for serialization/deserialization.
      #
      def self.mapper()
        {
          required: false,
          serialized_name: 'UpdateEncryptionConfig',
          type: {
            name: 'Composite',
            class_name: 'UpdateEncryptionConfig',
            model_properties: {
              key_vault_meta_info: {
                required: false,
                serialized_name: 'keyVaultMetaInfo',
                type: {
                  name: 'Composite',
                  class_name: 'UpdateKeyVaultMetaInfo'
                }
              }
            }
          }
        }
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
azure_mgmt_datalake_store-0.13.0 lib/generated/azure_mgmt_datalake_store/models/update_encryption_config.rb