Sha256: d71b370b306e8b8c5f14729ffeade60b5bbe9100a01c050da984fdb34a0907ce
Contents?: true
Size: 1.57 KB
Versions: 1
Compression:
Stored size: 1.57 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::V2020_12_01 module Models # # Describes a reference to Key Vault Secret # class KeyVaultSecretReference include MsRestAzure # @return [String] The URL referencing a secret in a Key Vault. attr_accessor :secret_url # @return [SubResource] The relative URL of the Key Vault containing the # secret. attr_accessor :source_vault # # Mapper for KeyVaultSecretReference class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'KeyVaultSecretReference', type: { name: 'Composite', class_name: 'KeyVaultSecretReference', model_properties: { secret_url: { client_side_validation: true, required: true, serialized_name: 'secretUrl', type: { name: 'String' } }, source_vault: { client_side_validation: true, required: true, serialized_name: 'sourceVault', type: { name: 'Composite', class_name: 'SubResource' } } } } } end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_compute-0.22.0 | lib/2020-12-01/generated/azure_mgmt_compute/models/key_vault_secret_reference.rb |