class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::MgtConfig::PasswordComplexity

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 131594
def _section
        :'password-complexity'
end
block_repeated_characters() click to toggle source

Block repeated characters count

# File lib/palo_alto/config.rb, line 131846
def block_repeated_characters
        prop_get('block-repeated-characters')
end
block_repeated_characters=(val) click to toggle source

Block repeated characters count

# File lib/palo_alto/config.rb, line 131850
def block_repeated_characters=(val)
        prop_set('block-repeated-characters', val)
end
block_username_inclusion() click to toggle source

Block inclusion of username and it's reverse

# File lib/palo_alto/config.rb, line 131782
def block_username_inclusion
        prop_get('block-username-inclusion')
end
block_username_inclusion=(val) click to toggle source

Block inclusion of username and it's reverse

# File lib/palo_alto/config.rb, line 131786
def block_username_inclusion=(val)
        prop_set('block-username-inclusion', val)
end
enabled() click to toggle source

Enable minimal password complexity enforcement

# File lib/palo_alto/config.rb, line 131774
def enabled
        prop_get('enabled')
end
enabled=(val) click to toggle source

Enable minimal password complexity enforcement

# File lib/palo_alto/config.rb, line 131778
def enabled=(val)
        prop_set('enabled', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 131591
def has_multiple_values?
        false
end
minimum_length__5() click to toggle source

Minimum password length

# File lib/palo_alto/config.rb, line 131798
def minimum_length__5
        prop_get('minimum-length__5')
end
minimum_length__5=(val) click to toggle source

Minimum password length

# File lib/palo_alto/config.rb, line 131802
def minimum_length__5=(val)
        prop_set('minimum-length__5', val)
end
minimum_length__6() click to toggle source

Minimum password length

# File lib/palo_alto/config.rb, line 131806
def minimum_length__6
        prop_get('minimum-length__6')
end
minimum_length__6=(val) click to toggle source

Minimum password length

# File lib/palo_alto/config.rb, line 131810
def minimum_length__6=(val)
        prop_set('minimum-length__6', val)
end
minimum_lowercase_letters() click to toggle source

Minimum lowercase letters in the password

# File lib/palo_alto/config.rb, line 131822
def minimum_lowercase_letters
        prop_get('minimum-lowercase-letters')
end
minimum_lowercase_letters=(val) click to toggle source

Minimum lowercase letters in the password

# File lib/palo_alto/config.rb, line 131826
def minimum_lowercase_letters=(val)
        prop_set('minimum-lowercase-letters', val)
end
minimum_numeric_letters() click to toggle source

Minimum numeric(0-9) letters in the password

# File lib/palo_alto/config.rb, line 131830
def minimum_numeric_letters
        prop_get('minimum-numeric-letters')
end
minimum_numeric_letters=(val) click to toggle source

Minimum numeric(0-9) letters in the password

# File lib/palo_alto/config.rb, line 131834
def minimum_numeric_letters=(val)
        prop_set('minimum-numeric-letters', val)
end
minimum_special_characters() click to toggle source

Minimum special characters(non-alphanumeric) in the password

# File lib/palo_alto/config.rb, line 131838
def minimum_special_characters
        prop_get('minimum-special-characters')
end
minimum_special_characters=(val) click to toggle source

Minimum special characters(non-alphanumeric) in the password

# File lib/palo_alto/config.rb, line 131842
def minimum_special_characters=(val)
        prop_set('minimum-special-characters', val)
end
minimum_uppercase_letters() click to toggle source

Minimum uppercase letters in the password

# File lib/palo_alto/config.rb, line 131814
def minimum_uppercase_letters
        prop_get('minimum-uppercase-letters')
end
minimum_uppercase_letters=(val) click to toggle source

Minimum uppercase letters in the password

# File lib/palo_alto/config.rb, line 131818
def minimum_uppercase_letters=(val)
        prop_set('minimum-uppercase-letters', val)
end
new_password_differs_by_characters() click to toggle source

New Password must differ by the count chars

# File lib/palo_alto/config.rb, line 131862
def new_password_differs_by_characters
        prop_get('new-password-differs-by-characters')
end
new_password_differs_by_characters=(val) click to toggle source

New Password must differ by the count chars

# File lib/palo_alto/config.rb, line 131866
def new_password_differs_by_characters=(val)
        prop_set('new-password-differs-by-characters', val)
end
password_change() click to toggle source
# File lib/palo_alto/config.rb, line 131669
def password_change
        @subclasses['password-change'] ||= PasswordChange.new(parent_instance: self, create_children: @create_children)
end
password_change_on_first_login() click to toggle source

Password must change on first time login

# File lib/palo_alto/config.rb, line 131790
def password_change_on_first_login
        prop_get('password-change-on-first-login')
end
password_change_on_first_login=(val) click to toggle source

Password must change on first time login

# File lib/palo_alto/config.rb, line 131794
def password_change_on_first_login=(val)
        prop_set('password-change-on-first-login', val)
end
password_change_period_block() click to toggle source

Password change block period

# File lib/palo_alto/config.rb, line 131870
def password_change_period_block
        prop_get('password-change-period-block')
end
password_change_period_block=(val) click to toggle source

Password change block period

# File lib/palo_alto/config.rb, line 131874
def password_change_period_block=(val)
        prop_set('password-change-period-block', val)
end
password_history_count() click to toggle source

Save password history for password changes

# File lib/palo_alto/config.rb, line 131854
def password_history_count
        prop_get('password-history-count')
end
password_history_count=(val) click to toggle source

Save password history for password changes

# File lib/palo_alto/config.rb, line 131858
def password_history_count=(val)
        prop_set('password-history-count', val)
end