Home
last modified time | relevance | path

Searched refs:update_account_password_policy (Results 1 – 3 of 3) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/iam/
Dtest_password_policy.py46 iam.update_account_password_policy(minimum_password_length=test_min_length)
72 … iam.update_account_password_policy(minimum_password_length=int(p['minimum_password_length']),
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/iam/
Dtest_connection.py451 … response = self.service_connection.update_account_password_policy(minimum_password_length=88)
/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, member in IAMConnection