Sha256: 6e6ef1595dc5664c8742824fc86bf504a7e913ebac1551102c4ede9643d645bb
Contents?: true
Size: 1.22 KB
Versions: 6
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::V2018_04_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
6 entries across 6 versions & 1 rubygems