class PaloAlto::XML::Config::Panorama::CertificateProfile::Entry::CA::Entry
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 3586 def _section :'entry' end
default_ocsp_url()
click to toggle source
default URL for ocsp verification
# File lib/palo_alto/config.rb, line 3629 def default_ocsp_url prop_get('default-ocsp-url') end
default_ocsp_url=(val)
click to toggle source
default URL for ocsp verification
# File lib/palo_alto/config.rb, line 3633 def default_ocsp_url=(val) prop_set('default-ocsp-url', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 3583 def has_multiple_values? false end
name()
click to toggle source
CA
file for client certificate
# File lib/palo_alto/config.rb, line 3625 def name prop_get('@name') end
ocsp_verify_cert()
click to toggle source
Certificate
to verify signature in OCSP response
# File lib/palo_alto/config.rb, line 3637 def ocsp_verify_cert prop_get('ocsp-verify-cert') end
ocsp_verify_cert=(val)
click to toggle source
Certificate
to verify signature in OCSP response
# File lib/palo_alto/config.rb, line 3641 def ocsp_verify_cert=(val) prop_set('ocsp-verify-cert', val) end
template_name()
click to toggle source
Certificate
Template Name / OID for the certificate
# File lib/palo_alto/config.rb, line 3645 def template_name prop_get('template-name') end
template_name=(val)
click to toggle source
Certificate
Template Name / OID for the certificate
# File lib/palo_alto/config.rb, line 3649 def template_name=(val) prop_set('template-name', val) end