class PaloAlto::XML::Config::Panorama::Scep::Entry::ScepChallenge::Dynamic

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 14509
def _section
        :'dynamic'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 14506
def has_multiple_values?
        false
end
otp_server_url__1() click to toggle source

HTTPS URL to get the One-Time-Password

# File lib/palo_alto/config.rb, line 14546
def otp_server_url__1
        prop_get('otp-server-url__1')
end
otp_server_url__1=(val) click to toggle source

HTTPS URL to get the One-Time-Password

# File lib/palo_alto/config.rb, line 14550
def otp_server_url__1=(val)
        prop_set('otp-server-url__1', val)
end
otp_server_url__2() click to toggle source

URL to get the One-Time-Password

# File lib/palo_alto/config.rb, line 14554
def otp_server_url__2
        prop_get('otp-server-url__2')
end
otp_server_url__2=(val) click to toggle source

URL to get the One-Time-Password

# File lib/palo_alto/config.rb, line 14558
def otp_server_url__2=(val)
        prop_set('otp-server-url__2', val)
end
password() click to toggle source

Password to authenticate to the SCEP server for procuring OTP

# File lib/palo_alto/config.rb, line 14570
def password
        prop_get('password')
end
password=(val) click to toggle source

Password to authenticate to the SCEP server for procuring OTP

# File lib/palo_alto/config.rb, line 14574
def password=(val)
        prop_set('password', val)
end
username() click to toggle source

Username to authenticate to the SCEP server for procuring OTP

# File lib/palo_alto/config.rb, line 14562
def username
        prop_get('username')
end
username=(val) click to toggle source

Username to authenticate to the SCEP server for procuring OTP

# File lib/palo_alto/config.rb, line 14566
def username=(val)
        prop_set('username', val)
end