Sha256: 5e6eb5dbb58ba4f40ecfc9a97a60d9166b77e536ff7a4e2e4a4f223412c54006
Contents?: true
Size: 1.11 KB
Versions: 9
Compression:
Stored size: 1.11 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::KeyVault::V7_0 module Models # # Properties of the key backing a certificate. # class SecretProperties include MsRestAzure # @return [String] The media type (MIME type). attr_accessor :content_type # # Mapper for SecretProperties class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'SecretProperties', type: { name: 'Composite', class_name: 'SecretProperties', model_properties: { content_type: { client_side_validation: true, required: false, serialized_name: 'contentType', type: { name: 'String' } } } } } end end end end
Version data entries
9 entries across 9 versions & 1 rubygems