Sha256: b0645966d412cd4788a8ad54af2b996868e1a826e677ed6e9c8e080a3add36a6
Contents?: true
Size: 1.11 KB
Versions: 10
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::V2016_10_01 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
10 entries across 10 versions & 1 rubygems