PermissionDTO
Individual Permission details
namestringnullable
Name of the Permission Target
readboolean
True if this permission allows access to Read the Permission Target, False otherwise
writeboolean
True if this permission allows access to Write the Permission Target, False otherwise
isWritableboolean
True if this permission allows access to Write the Permission Target, False otherwise
isReadableboolean
True if this permission allows access to Read the Permission Target, False otherwise
accessLevelstringnullable
Description of the Permission level
PermissionDTO
{
"name": "string",
"read": true,
"write": true,
"isWritable": true,
"isReadable": true,
"accessLevel": "string"
}