Home
last modified time | relevance | path

Searched refs:allow_users_to_change_password (Results 1 – 2 of 2) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/iam/
Dconnection.py1566 def update_account_password_policy(self, allow_users_to_change_password=None, argument
1624 … if allow_users_to_change_password is not None and type(allow_users_to_change_password) is bool:
1625 params['AllowUsersToChangePassword'] = str(allow_users_to_change_password).lower()
1626 if hard_expiry is not None and type(allow_users_to_change_password) is bool:
1634 … if require_lowercase_characters is not None and type(allow_users_to_change_password) is bool:
1636 if require_numbers is not None and type(allow_users_to_change_password) is bool:
1638 if require_symbols is not None and type(allow_users_to_change_password) is bool:
1640 … if require_uppercase_characters is not None and type(allow_users_to_change_password) is bool:
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/iam/
Dtest_password_policy.py73allow_users_to_change_password=bool(p['allow_users_to_change_password']),