class PaloAlto::XML::Config::Devices::Entry::Deviceconfig::Setting::Management::SecureConnServer::AuthorizationList::Entry::Identifier::Subject

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 85933
def _section
        :'subject'
end
common_name() click to toggle source

Subject Common Name

# File lib/palo_alto/config.rb, line 85945
def common_name
        prop_get('common-name')
end
common_name=(val) click to toggle source

Subject Common Name

# File lib/palo_alto/config.rb, line 85949
def common_name=(val)
        prop_set('common-name', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 85930
def has_multiple_values?
        false
end