keystone/api-ref/source/v3/samples/admin/application-credential-create-response.json
Colleen Murphy 0462ff8001 Add api-ref for application credentials
bp application-credentials

Change-Id: I803cfb2a9bb6502dabc8fd93385dfce29bf3bea5
2018-01-27 12:00:23 +01:00

22 lines
635 B
JSON

{
"application_credential": {
"description": "Application credential for monitoring.",
"roles": [
{
"id": "6aff702516544aeca22817fd3bc39683",
"domain_id": null,
"name": "Reader"
}
],
"links": {
"self": "http://example.com/identity/v3/users/fd786d56402c4d1691372e7dee0d00b5/application_credentials/58d61ff8e6e34accb35874016d1dba8b"
},
"expires_at": "2018-02-27T18:30:59.000000",
"unrestricted": false,
"secret": "rEaqvJka48mpv",
"project_id": "231c62fb0fbd485b995e8b060c3f0d98",
"id": "58d61ff8e6e34accb35874016d1dba8b",
"name": "monitoring"
}
}