325d9eea33
This commit formally adds resources options for users to the identity API reference. Descriptions of the behavior provided by each option is left to the administrator guide, but the examples here at least show how to access and use the options implemented for users. Co-Authored-By: Lance Bragstad <lbragstad@gmail.com> Closes-Bug: #1792026 Change-Id: I5af3761e42dfe544431ae0bd4b2c032391023bcc
17 lines
413 B
JSON
17 lines
413 B
JSON
{
|
|
"user": {
|
|
"default_project_id": "263fd9",
|
|
"domain_id": "1789d1",
|
|
"enabled": true,
|
|
"id": "ff4e51",
|
|
"links": {
|
|
"self": "https://example.com/identity/v3/users/ff4e51"
|
|
},
|
|
"name": "jamesdoe",
|
|
"options": {
|
|
"ignore_lockout_failure_attempts": true
|
|
},
|
|
"password_expires_at": "2016-11-06T15:32:17.000000"
|
|
}
|
|
}
|