Revoke Proc Permission

Revokes a proc-level permission from a user or role.

Input Parameter Description

NameTypeDescription
namestringName of the user or role from which the permission will be revoked. Must be an existing user or role.
permissionstring

Permission to revoke from the user or role.

Supported ValuesDescription
proc_adminAdmin access to the proc.
proc_executeExecute access to the proc.
proc_namestringName of the proc to which the permission grants access. Must be an existing proc, or an empty string if the permission grants access to all procs.
optionsmap of string to stringsOptional parameters. The default value is an empty map ( {} ).

Output Parameter Description

NameTypeDescription
namestringValue of input parameter name.
permissionstringValue of input parameter permission.
proc_namestringValue of input parameter proc_name.
infomap of string to stringsAdditional information.