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
16 lines
408 B
JSON
16 lines
408 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",
|
|
"password_expires_at": "2016-11-06T15:32:17.000000"
|
|
}
|
|
}
|