Skip to main content

◆ grantPermissionDatasource() [1/4]

GrantPermissionDatasourceResponse gpudb::GPUdb::grantPermissionDatasource (const GrantPermissionDatasourceRequest &request_) const

[DEPRECATED–please use grantPermission instead] Grants a data source permission to a user or role.

Parameters
[in]request_Request object containing the parameters for the operation.
Returns
Response object containing the result of the operation.

◆ grantPermissionDatasource() [2/4]

GrantPermissionDatasourceResponse & gpudb::GPUdb::grantPermissionDatasource (const GrantPermissionDatasourceRequest &request_,
GrantPermissionDatasourceResponse &response_ ) const

[DEPRECATED–please use grantPermission instead] Grants a data source permission to a user or role.

Parameters
[in]request_Request object containing the parameters for the operation.
[out]response_Response object containing the results of the operation.
Returns
Response object containing the result of the operation (initially passed in by reference).

◆ grantPermissionDatasource() [3/4]

GrantPermissionDatasourceResponse gpudb::GPUdb::grantPermissionDatasource (const std::string &name,
const std::string &permission,
const std::string &datasourceName,
const std::map< std::string, std::string > &options ) const

[DEPRECATED–please use grantPermission instead] Grants a data source permission to a user or role.

Parameters
[in]nameName of the user or role to which the permission will be granted. Must be an existing user or role.
[in]permissionPermission to grant to the user or role. Supported values:
[in]datasourceNameName 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.
[in]optionsOptional parameters. The default value is an empty map.
Returns
Response object containing the result of the operation.

◆ grantPermissionDatasource() [4/4]

GrantPermissionDatasourceResponse & gpudb::GPUdb::grantPermissionDatasource (const std::string &name,
const std::string &permission,
const std::string &datasourceName,
const std::map< std::string, std::string > &options,
GrantPermissionDatasourceResponse &response_ ) const

[DEPRECATED–please use grantPermission instead] Grants a data source permission to a user or role.

Parameters
[in]nameName of the user or role to which the permission will be granted. Must be an existing user or role.
[in]permissionPermission to grant to the user or role. Supported values:
[in]datasourceNameName 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.
[in]optionsOptional parameters. The default value is an empty map.
[out]response_Response object containing the results of the operation.
Returns
Response object containing the result of the operation (initially passed in by reference).