class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Shared::Scep::Entry::ScepChallenge::Dynamic

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 259216
def _section
        :'dynamic'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 259213
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 259243
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 259247
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 259259
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 259263
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 259251
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 259255
def username=(val)
        prop_set('username', val)
end