class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Vsys::Entry::GlobalProtect__36::GlobalProtectPortal::Entry::ClientlessVpn::CryptoSettings::ServerCertVerification

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 339147
def _section
        :'server-cert-verification'
end
block_expired_certificate() click to toggle source

whether to block sessions if server's certificate is expired

# File lib/palo_alto/config.rb, line 339178
def block_expired_certificate
        prop_get('block-expired-certificate')
end
block_expired_certificate=(val) click to toggle source

whether to block sessions if server's certificate is expired

# File lib/palo_alto/config.rb, line 339182
def block_expired_certificate=(val)
        prop_set('block-expired-certificate', val)
end
block_timeout_cert() click to toggle source

whether to block a session if cert. status can't be retrieved within timeout

# File lib/palo_alto/config.rb, line 339202
def block_timeout_cert
        prop_get('block-timeout-cert')
end
block_timeout_cert=(val) click to toggle source

whether to block a session if cert. status can't be retrieved within timeout

# File lib/palo_alto/config.rb, line 339206
def block_timeout_cert=(val)
        prop_set('block-timeout-cert', val)
end
block_unknown_cert() click to toggle source

whether to block a session if cert. status is unknown

# File lib/palo_alto/config.rb, line 339194
def block_unknown_cert
        prop_get('block-unknown-cert')
end
block_unknown_cert=(val) click to toggle source

whether to block a session if cert. status is unknown

# File lib/palo_alto/config.rb, line 339198
def block_unknown_cert=(val)
        prop_set('block-unknown-cert', val)
end
block_untrusted_issuer() click to toggle source

whether to block sessions if server's certificate is issued by untrusted CA

# File lib/palo_alto/config.rb, line 339186
def block_untrusted_issuer
        prop_get('block-untrusted-issuer')
end
block_untrusted_issuer=(val) click to toggle source

whether to block sessions if server's certificate is issued by untrusted CA

# File lib/palo_alto/config.rb, line 339190
def block_untrusted_issuer=(val)
        prop_set('block-untrusted-issuer', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 339144
def has_multiple_values?
        false
end