Skip to main content

◆ revokePermissionProc() [1/4]

RevokePermissionProcResponse gpudb::GPUdb::revokePermissionProc (const RevokePermissionProcRequest &request_) const

[DEPRECATED–please use revokePermission instead] Revokes a proc-level permission from a user or role.

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

◆ revokePermissionProc() [2/4]

RevokePermissionProcResponse & gpudb::GPUdb::revokePermissionProc (const RevokePermissionProcRequest &request_,
RevokePermissionProcResponse &response_ ) const

[DEPRECATED–please use revokePermission instead] Revokes a proc-level permission from 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).

◆ revokePermissionProc() [3/4]

RevokePermissionProcResponse gpudb::GPUdb::revokePermissionProc (const std::string &name,
const std::string &permission,
const std::string &procName,
const std::map< std::string, std::string > &options ) const

[DEPRECATED–please use revokePermission instead] Revokes a proc-level permission from a user or role.

Parameters
[in]nameName of the user or role from which the permission will be revoked. Must be an existing user or role.
[in]permissionPermission to revoke from the user or role. Supported values:
[in]procNameName of the proc to which the permission grants access. Must be an existing proc, or an empty string if the permission grants access to all procs.
[in]optionsOptional parameters. The default value is an empty map.
Returns
Response object containing the result of the operation.

◆ revokePermissionProc() [4/4]

RevokePermissionProcResponse & gpudb::GPUdb::revokePermissionProc (const std::string &name,
const std::string &permission,
const std::string &procName,
const std::map< std::string, std::string > &options,
RevokePermissionProcResponse &response_ ) const

[DEPRECATED–please use revokePermission instead] Revokes a proc-level permission from a user or role.

Parameters
[in]nameName of the user or role from which the permission will be revoked. Must be an existing user or role.
[in]permissionPermission to revoke from the user or role. Supported values:
[in]procNameName of the proc to which the permission grants access. Must be an existing proc, or an empty string if the permission grants access to all procs.
[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).