Class: PaloAlto::XML::Config::MgtConfig::PasswordComplexity::PasswordChange

Inherits:
PaloAlto::XML::ConfigClass show all
Defined in:
lib/palo_alto/config.rb

Constant Summary

Constants included from DSL

DSL::AXES, DSL::LOWERCASE_LETTERS, DSL::METHODS, DSL::OPERATORS, DSL::UPPERCASE_LETTERS

Instance Attribute Summary

Attributes inherited from PaloAlto::XML::ConfigClass

#api_attributes, #parent_instance, #subclasses

Attributes inherited from Expression

#arguments, #expression

Instance Method Summary collapse

Methods inherited from PaloAlto::XML::ConfigClass

#array_class_setter, #clear!, #complete, #create!, #delete!, #delete_child, #edit!, #enforce_type, #enforce_types, #external_set, #get, #get_all, #get_class_from_child_str, #get_primary_key, #initialize, #inspect, #maybe_register_subclass, #multimove!, #prop_get, #prop_set, #selector_subclasses, #set!, #set_array_class_attributes, #set_values, #to_xml, #values, #xml_builder

Methods inherited from Expression

#current, #initialize, #to_xpath

Methods included from DSL

#anywhere, #axis, #binary_operator, #child, #contains_word, #css, #current, #descendant, #ends_with, #function, #is, #last, #lowercase, #method, #next_sibling, #one_of, #parenthesis, #position, #previous_sibling, #qname, #relative, #root, #text, #union, #uppercase, #where, #xpath_attr

Constructor Details

This class inherits a constructor from PaloAlto::XML::ConfigClass

Instance Method Details

#_sectionObject



42017
42018
42019
# File 'lib/palo_alto/config.rb', line 42017

def _section
:'password-change'
end

#expiration_periodObject

Password expiry days



42022
42023
42024
# File 'lib/palo_alto/config.rb', line 42022

def expiration_period
prop_get('expiration-period')
end

#expiration_period=(val) ⇒ Object

Password expiry days



42026
42027
42028
# File 'lib/palo_alto/config.rb', line 42026

def expiration_period=(val)
prop_set('expiration-period', val)
end

#expiration_warning_periodObject

Password expiry warning period



42030
42031
42032
# File 'lib/palo_alto/config.rb', line 42030

def expiration_warning_period
prop_get('expiration-warning-period')
end

#expiration_warning_period=(val) ⇒ Object

Password expiry warning period



42034
42035
42036
# File 'lib/palo_alto/config.rb', line 42034

def expiration_warning_period=(val)
prop_set('expiration-warning-period', val)
end

#has_multiple_values?Boolean

Returns:

  • (Boolean)


42016
# File 'lib/palo_alto/config.rb', line 42016

def has_multiple_values?; false; end

#post_expiration_admin_login_countObject

Password post-expiry admin login count



42038
42039
42040
# File 'lib/palo_alto/config.rb', line 42038

def 
prop_get('post-expiration-admin-login-count')
end

#post_expiration_admin_login_count=(val) ⇒ Object

Password post-expiry admin login count



42042
42043
42044
# File 'lib/palo_alto/config.rb', line 42042

def (val)
prop_set('post-expiration-admin-login-count', val)
end

#post_expiration_grace_periodObject

Password post-expiry grace period



42046
42047
42048
# File 'lib/palo_alto/config.rb', line 42046

def post_expiration_grace_period
prop_get('post-expiration-grace-period')
end

#post_expiration_grace_period=(val) ⇒ Object

Password post-expiry grace period



42050
42051
42052
# File 'lib/palo_alto/config.rb', line 42050

def post_expiration_grace_period=(val)
prop_set('post-expiration-grace-period', val)
end