role-permissions
role-permissions
Collection of Role Permission objects
JSON Example
{
"permissions": [
{
"roleName": "string",
"scopeId": "string",
"traversal-spec-instances": [
{
"adapterKind": "string",
"resourceKind": "string",
"name": "string",
"resourceSelection": [
{
"type": "string",
"resourceId": [
"string"
]
}
],
"selectAllResources": false,
"includedAdapterKinds": [
"string"
]
}
],
"allowAllObjects": false,
"links": [
{
"href": "string",
"rel": "string",
"name": "string",
"description": "string"
}
]
}
]
}