getGroupAccessByCluster
Syntax
getGroupAccessByCluster(groupIds, clusterName)
Details
Get the privileges for specified user group. This function can only be executed by an administrator on the MoM (Master of Masters) cluster.
Return value: A table with the same structure as the return value of the
getGroupAccess function.
Parameters
groupIds is a STRING scalar or vector, indicating group name(s).
clusterName is a STRING scalar or vector, indicating cluster name(s).
Returns
A table with the same structure as the return value of the
getGroupAccess function.
Examples
getGroupAccessByCluster(["group2"], "MoMSender")
| groupName | users | ACCESS_READ | ACCESS_INSERT | ACCESS_UPDATE | ACCESS_DELETE | VIEW_EXEC | SCRIPT_EXEC | TEST_EXEC | DBOBJ_CREATE | ... |
|---|---|---|---|---|---|---|---|---|---|---|
| group2 | user2 | none | allow | none | none | none | none | none | none | ... |
Related Function: getGroupAccess
