mirror of
https://github.com/paralus/paralus.git
synced 2026-05-02 06:26:49 +00:00
multiple fixes and refactored to support from id to name, added resource roles, permissions script and improved test coverage
27 lines
436 B
JSON
27 lines
436 B
JSON
{
|
|
"name": "idle.timeout.settings.read",
|
|
"resource_urls": [
|
|
{
|
|
"url": "/",
|
|
"methods": [
|
|
"GET"
|
|
]
|
|
},
|
|
{
|
|
"url": "/:organization_id/",
|
|
"methods": [
|
|
"GET"
|
|
]
|
|
}
|
|
],
|
|
"resource_action_urls": [
|
|
{
|
|
"url": "/:organization_id/idle_timeout_settings/",
|
|
"methods": [
|
|
"GET"
|
|
]
|
|
}
|
|
],
|
|
"base_url": "/auth/v3/organizations",
|
|
"authenticated": true
|
|
} |