class Azure::Storage::Mgmt::V2020_08_01_preview::Models::EncryptionScopeKeyVaultProperties
The key vault properties for the encryption scope. This is a required field if encryption scope 'source' attribute is set to 'Microsoft.KeyVault'.
Attributes
key_uri[RW]
@return [String] The object identifier for a key vault key object. When applied, the encryption scope will use the key referenced by the identifier to enable customer-managed key support on this encryption scope.
Public Class Methods
mapper()
click to toggle source
Mapper for EncryptionScopeKeyVaultProperties
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2020-08-01-preview/generated/azure_mgmt_storage/models/encryption_scope_key_vault_properties.rb, line 28 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'EncryptionScopeKeyVaultProperties', type: { name: 'Composite', class_name: 'EncryptionScopeKeyVaultProperties', model_properties: { key_uri: { client_side_validation: true, required: false, serialized_name: 'keyUri', type: { name: 'String' } } } } } end