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

Public Instance Methods

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

Block repeated characters count

# File lib/palo_alto/config.rb, line 238332
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 238336
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 238268
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 238272
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 238260
def enabled
        prop_get('enabled')
end
enabled=(val) click to toggle source

Enable minimal password complexity enforcement

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

Minimum password length

# File lib/palo_alto/config.rb, line 238284
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 238288
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 238292
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 238296
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 238308
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 238312
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 238316
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 238320
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 238324
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 238328
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 238300
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 238304
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 238348
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 238352
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 238155
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 238276
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 238280
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 238356
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 238360
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 238340
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 238344
def password_history_count=(val)
        prop_set('password-history-count', val)
end