Sha256: 0fb579d64141fea1e9f3b2aa73bc1e1d91485b77528e71433b23bd4e329c2635
Contents?: true
Size: 1.22 KB
Versions: 8
Compression:
Stored size: 1.22 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::IotHub::Mgmt::V2017_07_01 module Models # # The JSON-serialized X509 Certificate. # class CertificateBodyDescription include MsRestAzure # @return [String] base-64 representation of the X509 leaf certificate # .cer file or just .pem file content. attr_accessor :certificate # # Mapper for CertificateBodyDescription class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'CertificateBodyDescription', type: { name: 'Composite', class_name: 'CertificateBodyDescription', model_properties: { certificate: { client_side_validation: true, required: false, serialized_name: 'certificate', type: { name: 'String' } } } } } end end end end
Version data entries
8 entries across 8 versions & 1 rubygems