GET/api/v2/databases/{database}/database-roles
List database roles
Path Parameters¶ Parameter Description database stringIdentifier (i.e. name) for the database to which the resource belongs. You can use the `/api/v2/databases` GET request to get a list of available databases.
Query Parameters¶ Parameter Description showLimit integerQuery parameter to limit the maximum number of rows returned by a command.
fromName stringQuery parameter to enable fetching rows only following the first row whose object name matches the specified string. Case-sensitive and does not have to be the full name.
Response¶ Create a database role¶POST/api/v2/databases/{database}/database-roles
Create a database role
Query Parameters¶ Parameter Description createMode string Query parameter allowing support for different modes of resource creation. Possible values include:DELETE/api/v2/databases/{database}/database-roles/{name}
Delete a database role
Path Parameters¶ Parameter Description nameIdentifier (i.e. name) for the resource.
Query Parameters¶ Parameter Description ifExists boolean Query parameter that specifies how to handle the request for a resource that does not exist:POST/api/v2/databases/{database}/database-roles/{name}:clone
Create a new database role by cloning from the specified resource
Query Parameters¶ Parameter Description targetDatabase stringDatabase of the target resource. Defaults to the source's database
Response¶ List all grants to the role¶GET/api/v2/databases/{database}/database-roles/{name}/grants
List all grants to the role
Response¶ Grant privileges to the role¶POST/api/v2/databases/{database}/database-roles/{name}/grants
Grant privileges to the role
Response¶ Revoke grants from the role¶POST/api/v2/databases/{database}/database-roles/{name}/grants:revoke
Revoke grants from the role
Query Parameters¶ Parameter Description mode string Query parameter determines whether the revoke operation succeeds or fails for the privileges, based on the whether the privileges had been re-granted to another role.GET/api/v2/databases/{database}/database-roles/{name}/future-grants
List all future grants to the role
Response¶ Grant future privileges to the role¶POST/api/v2/databases/{database}/database-roles/{name}/future-grants
Grant future privileges to the role
Response¶ Revoke future grants from the role¶POST/api/v2/databases/{database}/database-roles/{name}/future-grants:revoke
Revoke future grants from the role
Response¶RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4