class PaloAlto::XML::Config::Devices::Entry::LogCollector::Entry::SecureConnServer::AuthorizationList::Entry::Identifier::Subject

Public Instance Methods

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

Subject Common Name

# File lib/palo_alto/config.rb, line 344634
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 344638
def common_name=(val)
        prop_set('common-name', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 344619
def has_multiple_values?
        false
end