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