All Products
Search
Document Center

AnalyticDB:ModifyAccountPrivileges

Last Updated:Aug 30, 2024

Modifies the permissions of a database account.

Operation description

For information about the endpoints of AnalyticDB for MySQL, see Endpoints .

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:

  • Operation: the value that you can use in the Action element to specify the operation on a resource.
  • Access level: the access level of each operation. The levels are read, write, and list.
  • Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
    • The required resource types are displayed in bold characters.
    • If the permissions cannot be granted at the resource level, All Resources is used in the Resource type column of the operation.
  • Condition Key: the condition key that is defined by the cloud service.
  • Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
OperationAccess levelResource typeCondition keyAssociated operation
adb:ModifyAccountPrivilegesupdate
  • All Resources
    *
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
RegionIdstringYes

The region ID.

cn-hangzhou
DBClusterIdstringYes

The ID of the AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.

amv-bp1k5p066e1a****
AccountNamestringYes

The name of the database account.

account1
AccountPrivilegesarray<object>Yes

The permissions that you want to grant to the database account.

objectYes
PrivilegeObjectobjectNo

The objects on which you want to grant permissions, including databases, tables, and columns.

DatabasestringNo

The databases on which you want to grant permissions. This parameter must be specified when the PrivilegeType parameter is set to Database, Table, or Column.

tsdb1
TablestringNo

The tables on which you want to grant permissions. This parameter must be specified when the PrivilegeType parameter is set to Table or Column.

table1
ColumnstringNo

The columns on which you want to grant permissions. This parameter must be specified when the PrivilegeType parameter is set to Column.

column1
PrivilegesarrayNo

The permissions that you want to grant to the database account.

stringNo

The permission that you want to grant to the database account. You can call the DescribeEnabledPrivileges operation to query the permissions that can be granted to the database account.

select
PrivilegeTypestringNo

The permission level that you want to assign to the database account. You can call the DescribeEnabledPrivileges operation to query the permission level that can be assigned to the database account.

Global

Response parameters

ParameterTypeDescriptionExample
object

The response parameters.

RequestIdstring

The request ID.

9DD88DE7-824F-1082-AA57-575AFC6517A8

Examples

Sample success responses

JSONformat

{
  "RequestId": "9DD88DE7-824F-1082-AA57-575AFC6517A8"
}

Error codes

HTTP status codeError codeError messageDescription
400ACS.Privilege.ModifyFailedFailed to modify the account privilege. Make sure that bound account have sufficient database privileges.Failed to modify the database account permissions. Check whether the database account that is associated with the RAM user has sufficient database permissions.
400InvalidDBClusterId.MalformedThe specified parameter DBClusterId is not valid.The DBClusterId parameter is invalid. Check the parameter.
400ACS.Parameter.MalformedThe following required parameters are not specified: %sYou must specify the required parameters.
400ACS.InvalidParameter.%sParameter %s is invalid.The specified parameter is invalid.
400InvalidDBCluster.NotFoundThe DBClusterId provided does not exist in our records.The specified DBClusterId parameter does not exist. Make sure that the DBClusterId value is valid.
400ACS.User.NotBindDatabaseAccountThe user has not been associated with a database account.The user is not associated with the database account.

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
2024-04-09The Error code has changedView Change Details
2023-04-20The Error code has changedView Change Details
2023-03-24The internal configuration of the API is changed, but the call is not affectedView Change Details