Sha256: 7391e0d4a7407d2e2b65375f964301c4cc50cc3d58fd339fa07334d9887097bd
Contents?: true
Size: 1.59 KB
Versions: 7
Compression:
Stored size: 1.59 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::Compute::Mgmt::V2019_03_01 module Models # # Key Vault Secret Url and vault id of the encryption key # class KeyVaultAndSecretReference include MsRestAzure # @return [SourceVault] Resource id of the KeyVault containing the key or # secret attr_accessor :source_vault # @return [String] Url pointing to a key or secret in KeyVault attr_accessor :secret_url # # Mapper for KeyVaultAndSecretReference class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'KeyVaultAndSecretReference', type: { name: 'Composite', class_name: 'KeyVaultAndSecretReference', model_properties: { source_vault: { client_side_validation: true, required: true, serialized_name: 'sourceVault', type: { name: 'Composite', class_name: 'SourceVault' } }, secret_url: { client_side_validation: true, required: true, serialized_name: 'secretUrl', type: { name: 'String' } } } } } end end end end
Version data entries
7 entries across 7 versions & 1 rubygems