mirror of
https://github.com/paralus/paralus.git
synced 2026-05-06 16:36:46 +00:00
27 lines
426 B
JSON
27 lines
426 B
JSON
{
|
|
"name": "lockout.settings.read",
|
|
"resource_urls": [
|
|
{
|
|
"url": "/",
|
|
"methods": [
|
|
"GET"
|
|
]
|
|
},
|
|
{
|
|
"url": "/:organization_id/",
|
|
"methods": [
|
|
"GET"
|
|
]
|
|
}
|
|
],
|
|
"resource_action_urls": [
|
|
{
|
|
"url": "/:organization_id/lockout_settings/",
|
|
"methods": [
|
|
"GET"
|
|
]
|
|
}
|
|
],
|
|
"base_url": "/auth/v3/organizations",
|
|
"authenticated": true
|
|
} |