class Azure::Automation::Mgmt::V2015_10_31::Models::CertificateUpdateParameters
The parameters supplied to the update certificate operation.
Attributes
description[RW]
@return [String] Gets or sets the description of the certificate.
name[RW]
@return [String] Gets or sets the name of the certificate.
Private Class Methods
mapper()
click to toggle source
Mapper for CertificateUpdateParameters
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2015-10-31/generated/azure_mgmt_automation/models/certificate_update_parameters.rb, line 26 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'CertificateUpdateParameters', type: { name: 'Composite', class_name: 'CertificateUpdateParameters', model_properties: { name: { client_side_validation: true, required: false, serialized_name: 'name', type: { name: 'String' } }, description: { client_side_validation: true, required: false, serialized_name: 'properties.description', type: { name: 'String' } } } } } end