showSecurity
Shows security information relating to users and/or roles. If the caller is not a system administrator, only information relating to the caller and their roles is returned.Parameters:request-Requestobject containing the parameters for the operation.Returns:Responseobject containing the results of the operation.Throws:GPUdbException- if an error occurs during the operation.showSecurity
public ShowSecurityResponse showSecurity(List<String> names, Map<String, String> options) throws GPUdbException Shows security information relating to users and/or roles. If the caller is not a system administrator, only information relating to the caller and their roles is returned.Parameters:names- A list of names of users and/or roles about which security information is requested. If none are provided, information about all users and roles will be returned.options- Optional parameters.SHOW_CURRENT_USER: IfTRUE, returns only security information for the current user. Supported values:The default value isFALSE.
Map.Returns:Responseobject containing the results of the operation.Throws:GPUdbException- if an error occurs during the operation.