class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Vsys::Entry::CertificateProfile::Entry
Public Instance Methods
# File lib/palo_alto/config.rb, line 219637 def CA if @create_children @subclasses['CA'] ||= CA.new(parent_instance: self, create_children: @create_children) else CA.new(parent_instance: self) end end
# File lib/palo_alto/config.rb, line 219507 def _section :'entry' end
whether to block a session if cert. status is expired
# File lib/palo_alto/config.rb, line 219799 def block_expired_cert prop_get('block-expired-cert') end
whether to block a session if cert. status is expired
# File lib/palo_alto/config.rb, line 219803 def block_expired_cert=(val) prop_set('block-expired-cert', val) end
whether to block a session if cert. status can't be retrieved within timeout
# File lib/palo_alto/config.rb, line 219783 def block_timeout_cert prop_get('block-timeout-cert') end
whether to block a session if cert. status can't be retrieved within timeout
# File lib/palo_alto/config.rb, line 219787 def block_timeout_cert=(val) prop_set('block-timeout-cert', val) end
whether to block session if the certificate was not issued to the authenticating device
# File lib/palo_alto/config.rb, line 219791 def block_unauthenticated_cert prop_get('block-unauthenticated-cert') end
whether to block session if the certificate was not issued to the authenticating device
# File lib/palo_alto/config.rb, line 219795 def block_unauthenticated_cert=(val) prop_set('block-unauthenticated-cert', val) end
whether to block a session if cert. status is unknown
# File lib/palo_alto/config.rb, line 219775 def block_unknown_cert prop_get('block-unknown-cert') end
whether to block a session if cert. status is unknown
# File lib/palo_alto/config.rb, line 219779 def block_unknown_cert=(val) prop_set('block-unknown-cert', val) end
set cert status query timeout value in seconds
# File lib/palo_alto/config.rb, line 219767 def cert_status_timeout prop_get('cert-status-timeout') end
set cert status query timeout value in seconds
# File lib/palo_alto/config.rb, line 219771 def cert_status_timeout=(val) prop_set('cert-status-timeout', val) end
set CRL receive timeout value in seconds
# File lib/palo_alto/config.rb, line 219743 def crl_receive_timeout prop_get('crl-receive-timeout') end
set CRL receive timeout value in seconds
# File lib/palo_alto/config.rb, line 219747 def crl_receive_timeout=(val) prop_set('crl-receive-timeout', val) end
alphanumeric string [ 0-9a-zA-Z._-]
# File lib/palo_alto/config.rb, line 219723 def domain prop_get('domain') end
alphanumeric string [ 0-9a-zA-Z._-]
# File lib/palo_alto/config.rb, line 219727 def domain=(val) prop_set('domain', val) end
# File lib/palo_alto/config.rb, line 219504 def has_multiple_values? false end
Profile name
# File lib/palo_alto/config.rb, line 219719 def name prop_get('@name') end
whether to exclude nonce extension for OCSP requests
# File lib/palo_alto/config.rb, line 219759 def ocsp_exclude_nonce prop_get('ocsp-exclude-nonce') end
whether to exclude nonce extension for OCSP requests
# File lib/palo_alto/config.rb, line 219763 def ocsp_exclude_nonce=(val) prop_set('ocsp-exclude-nonce', val) end
set OCSP receive timeout value in seconds
# File lib/palo_alto/config.rb, line 219751 def ocsp_receive_timeout prop_get('ocsp-receive-timeout') end
set OCSP receive timeout value in seconds
# File lib/palo_alto/config.rb, line 219755 def ocsp_receive_timeout=(val) prop_set('ocsp-receive-timeout', val) end
# File lib/palo_alto/config.rb, line 219730 def use_crl prop_get('use-crl') end
# File lib/palo_alto/config.rb, line 219733 def use_crl=(val) prop_set('use-crl', val) end
# File lib/palo_alto/config.rb, line 219736 def use_ocsp prop_get('use-ocsp') end
# File lib/palo_alto/config.rb, line 219739 def use_ocsp=(val) prop_set('use-ocsp', val) end
# File lib/palo_alto/config.rb, line 219544 def username_field if @create_children @subclasses['username-field'] ||= UsernameField.new(parent_instance: self, create_children: @create_children) else UsernameField.new(parent_instance: self) end end