I know that I can add permissions as seen below... But this gives all EDIT permissions...
I want ADD and UPDATE but NO DELETE...
Can this be done?
# Import system modules
import arcpy
# Set local variables
datasetName = "c:/Connections/gdb@production.sde/production.GDB.ctgFuseFeature"
# Run ChangePrivileges
arcpy.management.ChangePrivileges(datasetName, "WENDELCLARK", "GRANT", "GRANT")