Sha256: df002ea029dc996e267fc0efcc91bb271fad732d468b977f8bccdcdfa40ebded
Contents?: true
Size: 1.59 KB
Versions: 9
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::V2018_09_30 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
9 entries across 9 versions & 1 rubygems