class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Vsys::Entry::Scep::Entry::ScepChallenge::Dynamic
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 227430 def _section :'dynamic' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 227427 def has_multiple_values? false end
otp_server_url()
click to toggle source
URL to get the One-Time-Password
# File lib/palo_alto/config.rb, line 227457 def otp_server_url prop_get('otp-server-url') end
otp_server_url=(val)
click to toggle source
URL to get the One-Time-Password
# File lib/palo_alto/config.rb, line 227461 def otp_server_url=(val) prop_set('otp-server-url', val) end
password()
click to toggle source
Password to authenticate to the SCEP server for procuring OTP
# File lib/palo_alto/config.rb, line 227473 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 227477 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 227465 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 227469 def username=(val) prop_set('username', val) end