Sha256: 4195353c24562437ab66285b44ed2a71a292fbe95c9eb5f278e9b12804a0d6a1

Contents?: true

Size: 1.14 KB

Versions: 1

Compression:

Stored size: 1.14 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::ARM::IotHub
  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

1 entries across 1 versions & 1 rubygems

Version Path
azure_mgmt_iot_hub-0.14.0 lib/generated/azure_mgmt_iot_hub/models/certificate_verification_description.rb