class PaloAlto::XML::Config::Devices::Entry::TemplateStack::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 293671 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 293795 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 293799 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 293771 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 293775 def certificate_profile=(val) prop_set('certificate-profile', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 293668 def has_multiple_values? false end
local_certificate()
click to toggle source
# File lib/palo_alto/config.rb, line 293739 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 293787 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 293791 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 293779 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 293783 def use_management_as_source=(val) prop_set('use-management-as-source', val) end