Sha256: dfd01867d832c3888363d8c98414916d6be338c1ecd9777f9f81570b591b6212
Contents?: true
Size: 1.27 KB
Versions: 1
Compression:
Stored size: 1.27 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::Storage::Mgmt::V2021_01_01 module Models # # Encryption identity for the storage account. # class EncryptionIdentity include MsRestAzure # @return [String] Resource identifier of the UserAssigned identity to be # associated with server-side encryption on the storage account. attr_accessor :encryption_user_assigned_identity # # Mapper for EncryptionIdentity class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'EncryptionIdentity', type: { name: 'Composite', class_name: 'EncryptionIdentity', model_properties: { encryption_user_assigned_identity: { client_side_validation: true, required: false, serialized_name: 'userAssignedIdentity', type: { name: 'String' } } } } } end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_storage-0.23.0 | lib/2021-01-01/generated/azure_mgmt_storage/models/encryption_identity.rb |