keystone/api-ref/source/v2-ext/samples/OS-KSEC2/credentials-show-response.json

12 lines
215 B
JSON

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