Sha256: bec5b81c96dd9a8e0041fd510c0c4f27112f1828a738f00bb7a9875d2bd05776
Contents?: true
Size: 1.25 KB
Versions: 1
Compression:
Stored size: 1.25 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::V2019_07_01_preview 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() { client_side_validation: true, required: false, serialized_name: 'CertificateVerificationDescription', type: { name: 'Composite', class_name: 'CertificateVerificationDescription', model_properties: { certificate: { client_side_validation: true, required: false, serialized_name: 'certificate', type: { name: 'String' } } } } } end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_iot_hub-0.17.5 | lib/2019-07-01-preview/generated/azure_mgmt_iot_hub/models/certificate_verification_description.rb |