Update Password Config

Version 4.0.24.6 (latest)

Update password config.

Calls to this endpoint may be denied by Looker (Google Cloud core).

Request

PATCH /password_config
Datatype
Description
Request
HTTP Request
body
HTTP Body
Expand HTTP Body definition...
body
Password Config
Expand PasswordConfig definition...
can
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

Response

200: Password Config

Datatype
Description
(object)
can
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

400: Bad Request

Datatype
Description
(object)
message
string
Error details
documentation_url
string
Documentation link

403: Permission Denied

Datatype
Description
(object)
message
string
Error details
documentation_url
string
Documentation link

404: Not Found

Datatype
Description
(object)
message
string
Error details
documentation_url
string
Documentation link

422: Validation Error

Datatype
Description
(object)
message
string
Error details
Expand ValidationErrorDetail definition...
field
string
Field with error
code
string
Error code
message
string
Error info message
documentation_url
string
Documentation link
documentation_url
string
Documentation link

429: Too Many Requests

Datatype
Description
(object)
message
string
Error details
documentation_url
string
Documentation link