Sha256: ff66f0ea34873168da8c586ce4348c450869f38bf6bdbe6133a376a314cb2bcd
Contents?: true
Size: 1.73 KB
Versions: 2
Compression:
Stored size: 1.73 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::CDN::Mgmt::V2020_09_01 module Models # # Certificate used for https # class Certificate include MsRestAzure # @return [String] Subject name in the certificate. attr_accessor :subject # @return [String] Certificate expiration date. attr_accessor :expiration_date # @return [String] Certificate thumbprint. attr_accessor :thumbprint # # Mapper for Certificate class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'Certificate', type: { name: 'Composite', class_name: 'Certificate', model_properties: { subject: { client_side_validation: true, required: false, serialized_name: 'subject', type: { name: 'String' } }, expiration_date: { client_side_validation: true, required: false, serialized_name: 'expirationDate', type: { name: 'String' } }, thumbprint: { client_side_validation: true, required: false, serialized_name: 'thumbprint', type: { name: 'String' } } } } } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_cdn-0.18.2 | lib/2020-09-01/generated/azure_mgmt_cdn/models/certificate.rb |
azure_mgmt_cdn-0.18.1 | lib/2020-09-01/generated/azure_mgmt_cdn/models/certificate.rb |