mirror of
https://github.com/paralus/paralus.git
synced 2026-03-06 02:50:20 +00:00
multiple fixes and refactored to support from id to name, added resource roles, permissions script and improved test coverage
28 lines
461 B
JSON
28 lines
461 B
JSON
{
|
|
"name": "idle.timeout.settings.write",
|
|
"resource_urls": [
|
|
{
|
|
"url": "/",
|
|
"methods": [
|
|
"POST"
|
|
]
|
|
},
|
|
{
|
|
"url": "/:organization_id/",
|
|
"methods": [
|
|
"PUT",
|
|
"DELETE"
|
|
]
|
|
}
|
|
],
|
|
"resource_action_urls": [
|
|
{
|
|
"url": "/:organization_id/set_idle_timeout_settings/",
|
|
"methods": [
|
|
"POST"
|
|
]
|
|
}
|
|
],
|
|
"base_url": "/auth/v3/organizations",
|
|
"authenticated": true
|
|
} |