Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/iam/
Dtest_password_policy.py74 hard_expiry=bool(p['hard_expiry']),
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/iam/
Dconnection.py1567 hard_expiry=None, max_password_age=None , argument
1626 if hard_expiry is not None and type(allow_users_to_change_password) is bool:
1627 params['HardExpiry'] = str(hard_expiry).lower()