All Products
Search
Document Center

Data Management:ChangeColumnSecurityLevel

更新時間:Jan 13, 2026

Changes the security level of a column.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

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:
    • For mandatory resource types, indicate with a prefix of * .
    • 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
dms:ChangeColumnSecurityLevelupdate
*All Resources
*
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
TidlongNo

The ID of the tenant.

Note To view the tenant ID, go to the Data Management (DMS) console and move the pointer over the profile picture in the upper-right corner. For more information, see the View information about the current tenant section of the "Manage DMS tenants" topic.
10****
DbIdlongYes

The database ID. The database can be a physical database or a logical database.

325**
IsLogicbooleanYes

Specifies whether the database is a logical database. Valid values:

  • true: The database is a logical database
  • false: The database is a physical database.
false
SchemaNamestringYes

The database name. You can call the ListSensitiveColumns or SearchDatabase operation to query the database name.

Note You can call the ListDatabases operation to query the name of a physical database and call the ListLogicDatabases operation to query the name of a logical database.
test_schema
TableNamestringYes

The name of the table. You can call the ListSensitiveColumns or ListTables operation to query the table name.

test_table
ColumnNamestringYes

The name of the field. You can call the ListSensitiveColumns or ListColumns operation to query the column name.

test_column
NewSensitivityLevelstringYes

The new security level of the column. The valid values are the same as the sensitivity levels of the classification template that is associated with the instance. You can call the ListSensitivityLevel operation to obtain the sensitivity levels of the classification template.

S2

Response parameters

ParameterTypeDescriptionExample
object

Schema of Response

RequestIdstring

The request ID. You can use the request ID to locate logs and troubleshoot issues.

E103C5F9-DE47-53F2-BF34-D71DF38F****
ErrorCodestring

The error code returned if the request failed.

UnknownError
ErrorMessagestring

The error message that is returned if the request failed.

UnknownError
Successboolean

Indicates whether the request was successful. Valid values:

  • true: The request was successful.
  • false: The request failed.
true

Examples

Sample success responses

JSONformat

{
  "RequestId": "E103C5F9-DE47-53F2-BF34-D71DF38F****",
  "ErrorCode": "UnknownError",
  "ErrorMessage": "UnknownError",
  "Success": true
}

Error codes

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

Change history

Change timeSummary of changesOperation
No change history