RevokeAdminPrivilege
Synopsis
[Actions]
RevokeAdminPrivilege:AdminPriv=a,Grantee=b,Namespace=c
Where a is a comma delimited list of administrative privileges to revoke.
Where b is a comma delimited list of users or roles.
Where c is the desired Namespace.
Description
RevokeAdminPrivilege lets you revoke an administrative privilege from users or roles via this call. InterSystems IRIS® revokes the privileges when processing the [Actions] section during a configuration merge. During the merge, InterSystems IRIS changes to the provided namespace and executes a REVOKE (SQL) command to revoke the administrative privileges defined by RevokeAdminPrivilege.
Changing this Operation
This operation is designed to be used during a configuration merge. You can change RevokeAdminPrivilege by editing the merge file in a text editor (as described in Editing the Active CPF).
See REVOKE (SQL) for information on the SQL command.