class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Vsys::Entry::ServerProfile__9::Radius::Entry::Protocol::PEAPMSCHAPv2

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 220139
def _section
        :'PEAP-MSCHAPv2'
end
allow_pwd_change() click to toggle source

Allow users to change passwords after expiry

# File lib/palo_alto/config.rb, line 220169
def allow_pwd_change
        prop_get('allow-pwd-change')
end
allow_pwd_change=(val) click to toggle source

Allow users to change passwords after expiry

# File lib/palo_alto/config.rb, line 220173
def allow_pwd_change=(val)
        prop_set('allow-pwd-change', val)
end
anon_outer_id() click to toggle source

Make Outer Identity Anonymous

# File lib/palo_alto/config.rb, line 220161
def anon_outer_id
        prop_get('anon-outer-id')
end
anon_outer_id=(val) click to toggle source

Make Outer Identity Anonymous

# File lib/palo_alto/config.rb, line 220165
def anon_outer_id=(val)
        prop_set('anon-outer-id', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 220136
def has_multiple_values?
        false
end
radius_cert_profile() click to toggle source

Certificate profile for verifying the RADIUS server

# File lib/palo_alto/config.rb, line 220177
def radius_cert_profile
        prop_get('radius-cert-profile')
end
radius_cert_profile=(val) click to toggle source

Certificate profile for verifying the RADIUS server

# File lib/palo_alto/config.rb, line 220181
def radius_cert_profile=(val)
        prop_set('radius-cert-profile', val)
end