dfd5d25910
This patch adds a new user response attribute, password_expires_at, to the Identity API v3 documentation. Passord expires validation implementation: https://review.openstack.org/333360 Depends-On: I07c10de627898d6ac79578dc24292ded4a2190f1 Partially-implements: blueprint pci-dss Change-Id: I37136f79488d7469f0b8b24e3f5628899e40cac0
14 lines
327 B
JSON
14 lines
327 B
JSON
{
|
|
"user": {
|
|
"default_project_id": "263fd9",
|
|
"domain_id": "1789d1",
|
|
"enabled": true,
|
|
"id": "9fe1d3",
|
|
"links": {
|
|
"self": "https://example.com/identity/v3/users/9fe1d3"
|
|
},
|
|
"name": "jsmith",
|
|
"password_expires_at": "2016-11-06T15:32:17.000000"
|
|
}
|
|
}
|