grantPermissionDatasource
public GrantPermissionDatasourceResponse grantPermissionDatasource(GrantPermissionDatasourceRequest request) throws GPUdbException [DEPRECATED—please usegrantPermissioninstead] Grants a data source permission to a user or role.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.grantPermissionDatasource
public GrantPermissionDatasourceResponse grantPermissionDatasource(String name, String permission, String datasourceName, Map<String, String> options) throws GPUdbException [DEPRECATED—please usegrantPermissioninstead] Grants a data source permission to a user or role.Parameters:name- Name of the user or role to which the permission will be granted. Must be an existing user or role.permission- Permission to grant to the user or role. Supported values:datasourceName- Name of the data source on which the permission will be granted. Must be an existing data source, or an empty string to grant permission on all data sources.options- Optional parameters. The default value is an emptyMap.Returns:Responseobject containing the results of the operation.Throws:GPUdbException- if an error occurs during the operation.