class Azure::Network::Mgmt::V2019_09_01::Models::VpnServerConfigVpnClientRootCertificate
Properties of VPN client root certificate of VpnServerConfiguration
.
Attributes
name[RW]
@return [String] The certificate name.
public_cert_data[RW]
@return [String] The certificate public data.
Public Class Methods
mapper()
click to toggle source
Mapper for VpnServerConfigVpnClientRootCertificate
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2019-09-01/generated/azure_mgmt_network/models/vpn_server_config_vpn_client_root_certificate.rb, line 26 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'VpnServerConfigVpnClientRootCertificate', type: { name: 'Composite', class_name: 'VpnServerConfigVpnClientRootCertificate', model_properties: { name: { client_side_validation: true, required: false, serialized_name: 'name', type: { name: 'String' } }, public_cert_data: { client_side_validation: true, required: false, serialized_name: 'publicCertData', type: { name: 'String' } } } } } end