Get Password Config Stay organized with collections Save and categorize content based on your preferences.
Version 4.0.26.2 (latest)
Get password config.
Calls to this endpoint may be denied byLooker (Google Cloud core).
Request
GET/password_config
Datatype
Description
Request
HTTP Request
Response
200: Password Config
Datatype
Description
(object)
can
lock
object
Operations the current user is able to perform on this object
min_length
integer
Minimum number of characters required for a new password. Must be between 7 and 100
require_numeric
boolean
Require at least one numeric character
require_upperlower
boolean
Require at least one uppercase and one lowercase letter
require_special
boolean
Require at least one special character
expiration_enabled
boolean
Enable/Disable password expiration policy.
expiration_duration_days
integer
Number of days before passwords expire. Must be between 30 and 365.
policy_enabled_at
lock
string
The timestamp of when the password expiration policy was last enabled.
400: Bad Request
Datatype
Description
(object)
message
lock
string
Error details
documentation_url
lock
string
Documentation link
403: Permission Denied
Datatype
Description
(object)
message
lock
string
Error details
documentation_url
lock
string
Documentation link
404: Not Found
Datatype
Description
(object)
message
lock
string
Error details
documentation_url
lock
string
Documentation link
429: Too Many Requests
Datatype
Description
(object)
message
lock
string
Error details
documentation_url
lock
string
Documentation link
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-02-09 UTC.