GET /sudoers/{entryname}/commands/
Get the commands for a SUDOer entry
get/v1/sudoers/{entryname}/commands/
Path parameters
entrynamestring required
name of the sudoer entry
Response
200
Example response
{
"status": "ok",
"data": {
"/bin/ls": true
}
}