Sha256: a0696b7d0571406cbaefc34de39a96413a03a598ad9c8f1248ad78e64147aea0
Contents?: true
Size: 1.21 KB
Versions: 1
Compression:
Stored size: 1.21 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 # @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.14.0 | lib/generated/azure_mgmt_datalake_store/models/update_encryption_config.rb |