keystone/api-ref/source/v3/samples/admin/credential-update-response.json
Dougal Matthews f12f83ba9a Correct missspellings of secret
Change-Id: Ib60746ddd19cdf5f9a65498a9a627a321fdad2c7
2016-12-08 13:25:05 +00:00

13 lines
475 B
JSON

{
"credential": {
"user_id": "bb5476fd12884539b41d5a88f838d773",
"links": {
"self": "http://example.com/identity/v3/credentials/207e9b76935efc03804d3dd6ab52d22e9b22a0711e4ada4ff8b76165a07311d7"
},
"blob": "{\"access\":\"181920\",\"secret\":\"secretKey\"}",
"project_id": "731fc6f265cd486d900f16e84c5cb594",
"type": "ec2",
"id": "207e9b76935efc03804d3dd6ab52d22e9b22a0711e4ada4ff8b76165a07311d7"
}
}