mirror of
https://github.com/paralus/paralus.git
synced 2026-05-06 08:26:53 +00:00
23 lines
450 B
JSON
23 lines
450 B
JSON
{
|
|
"name": "role.write",
|
|
"resource_urls": [
|
|
{
|
|
"url": "/roles",
|
|
"methods": [
|
|
"POST"
|
|
]
|
|
},
|
|
{
|
|
"url": "/role/:metadata.name",
|
|
"methods": [
|
|
"PUT",
|
|
"DELETE"
|
|
]
|
|
}
|
|
],
|
|
"resource_action_urls": [],
|
|
"base_url": "/auth/v3/partner/:metadata.partner/organization/:metadata.organization",
|
|
"description": "create, manage roles.",
|
|
"authenticated": true,
|
|
"scope": "ORGANIZATION"
|
|
} |