Sha256: 8edac8e71179ee11d04b8d9680d67285e39eb91330e6595f7ecfa4ac7334d331
Contents?: true
Size: 1.25 KB
Versions: 2
Compression:
Stored size: 1.25 KB
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 # 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
2 entries across 2 versions & 1 rubygems