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
19 lines
483 B
JSON
19 lines
483 B
JSON
{
|
|
"user": {
|
|
"default_project_id": "263fd9",
|
|
"description": "James Doe user",
|
|
"domain_id": "1789d1",
|
|
"email": "jdoe@example.com",
|
|
"enabled": true,
|
|
"id": "ff4e51",
|
|
"links": {
|
|
"self": "https://example.com/identity/v3/users/ff4e51"
|
|
},
|
|
"name": "James Doe",
|
|
"options": {
|
|
"ignore_password_expiry": true
|
|
},
|
|
"password_expires_at": "2016-11-06T15:32:17.000000"
|
|
}
|
|
}
|