◆ revokePermissionDirectory() [1/4]
| RevokePermissionDirectoryResponse gpudb::GPUdb::revokePermissionDirectory | ( | const RevokePermissionDirectoryRequest & | request_ | ) | const |
[DEPRECATED–please use revokePermission instead] Revokes a KiFS directory-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.
◆ revokePermissionDirectory() [2/4]
| RevokePermissionDirectoryResponse & gpudb::GPUdb::revokePermissionDirectory | ( | const RevokePermissionDirectoryRequest & | request_, |
| RevokePermissionDirectoryResponse & | response_ ) const |
[DEPRECATED–please use revokePermission instead] Revokes a KiFS directory-level permission from a user or role.
Parameters
Returns
Response object containing the result of the operation (initially passed in by reference).
◆ revokePermissionDirectory() [3/4]
| RevokePermissionDirectoryResponse gpudb::GPUdb::revokePermissionDirectory | ( | const std::string & | name, |
| const std::string & | permission, | ||
| const std::string & | directoryName, | ||
| const std::map< std::string, std::string > & | options ) const |
[DEPRECATED–please use revokePermission instead] Revokes a KiFS directory-level permission from a user or role.
Parameters
| [in] | name | Name of the user or role from which the permission will be revoked. Must be an existing user or role. |
| [in] | permission | Permission to revoke from the user or role. Supported values:
|
| [in] | directoryName | Name of the KiFS directory to which the permission revokes access. |
| [in] | options | Optional parameters. The default value is an empty map. |
Returns
Response object containing the result of the operation.
◆ revokePermissionDirectory() [4/4]
| RevokePermissionDirectoryResponse & gpudb::GPUdb::revokePermissionDirectory | ( | const std::string & | name, |
| const std::string & | permission, | ||
| const std::string & | directoryName, | ||
| const std::map< std::string, std::string > & | options, | ||
| RevokePermissionDirectoryResponse & | response_ ) const |
[DEPRECATED–please use revokePermission instead] Revokes a KiFS directory-level permission from a user or role.
Parameters
| [in] | name | Name of the user or role from which the permission will be revoked. Must be an existing user or role. |
| [in] | permission | Permission to revoke from the user or role. Supported values:
|
| [in] | directoryName | Name of the KiFS directory to which the permission revokes access. |
| [in] | options | Optional 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).