keystone/api-ref/source/v2-ext/samples/OS-KSEC2/credentials-show-response.json
Lance Bragstad 1dec4d512f Remove v2.0 extension documentation
This commit removes all the v2.0 extension documentation with the
exception of the ec2token API, which is supported until the T
release.

Change-Id: I0f766c9778e92ae5eabff005d5c664dcc331507b
2018-02-06 22:19:28 +00:00

12 lines
215 B
JSON

{
"credentials": [
{
"passwordCredentials": {
"username": "test_user",
"password": "secretsecret"
}
}
],
"credentials_links": []
}