class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network::Ike__4::Gateway::Entry::Authentication::Certificate

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 187137
def _section
        :'certificate'
end
allow_id_payload_mismatch() click to toggle source

Permit peer identification and certificate payload identification mismatch

# File lib/palo_alto/config.rb, line 187261
def allow_id_payload_mismatch
        prop_get('allow-id-payload-mismatch')
end
allow_id_payload_mismatch=(val) click to toggle source

Permit peer identification and certificate payload identification mismatch

# File lib/palo_alto/config.rb, line 187265
def allow_id_payload_mismatch=(val)
        prop_set('allow-id-payload-mismatch', val)
end
certificate_profile() click to toggle source

Profile for certificate valdiation during IKE negotiation

# File lib/palo_alto/config.rb, line 187237
def certificate_profile
        prop_get('certificate-profile')
end
certificate_profile=(val) click to toggle source

Profile for certificate valdiation during IKE negotiation

# File lib/palo_alto/config.rb, line 187241
def certificate_profile=(val)
        prop_set('certificate-profile', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 187134
def has_multiple_values?
        false
end
local_certificate() click to toggle source
# File lib/palo_alto/config.rb, line 187205
def local_certificate
        @subclasses['local-certificate'] ||= LocalCertificate.new(parent_instance: self, create_children: @create_children)
end
strict_validation_revocation() click to toggle source

Enable strict validation of peer's extended key use

# File lib/palo_alto/config.rb, line 187253
def strict_validation_revocation
        prop_get('strict-validation-revocation')
end
strict_validation_revocation=(val) click to toggle source

Enable strict validation of peer's extended key use

# File lib/palo_alto/config.rb, line 187257
def strict_validation_revocation=(val)
        prop_set('strict-validation-revocation', val)
end
use_management_as_source() click to toggle source

Use management interface IP as source to retrieve http certificates

# File lib/palo_alto/config.rb, line 187245
def use_management_as_source
        prop_get('use-management-as-source')
end
use_management_as_source=(val) click to toggle source

Use management interface IP as source to retrieve http certificates

# File lib/palo_alto/config.rb, line 187249
def use_management_as_source=(val)
        prop_set('use-management-as-source', val)
end