131f7ddd4e
This change updates the minor API version for the new access rules feature for application credentials, and also adds documentation for the new feature to the API reference as well as a release note. bp whitelist-extension-for-app-creds Change-Id: I8a03223df63877a4f86fbe7e9fa382fdd96c5934
30 lines
820 B
JSON
30 lines
820 B
JSON
{
|
|
"application_credential": {
|
|
"description": "Application credential for monitoring.",
|
|
"roles": [
|
|
{
|
|
"id": "6aff702516544aeca22817fd3bc39683",
|
|
"domain_id": null,
|
|
"name": "Reader"
|
|
}
|
|
],
|
|
"access_rules": [
|
|
{
|
|
"path": "/v2.0/metrics",
|
|
"id": "07d719df00f349ef8de77d542edf010c",
|
|
"service": "monitoring",
|
|
"method": "GET"
|
|
}
|
|
],
|
|
"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"
|
|
}
|
|
}
|