数据仓库服务 GaussDB(DWS)-修改数据库对象权限:请求参数

时间:2023-11-01 16:20:35

请求参数

表2 请求Body参数

参数

是否必选

参数类型

描述

type

String

对象类型。

is_grant

Boolean

是否授权操作。

grant_list

Array of Grant objects

授权列表。

revoke_list

Array of Revoke objects

撤销权限列表。

role_list

Array of strings

被授权角色列表。

object_list

Array of strings

权限所属对象列表。

cascade

Boolean

撤销权限是否级联撤销,默认为true。

database

String

数据库名称。

schema

String

模式名称。

table

String

表名。

表3 Grant

参数

是否必选

参数类型

描述

permission

String

权限名称,权限名称必须是大写。

grant_with

Boolean

是否包含授权选项。

表4 Revoke

参数

是否必选

参数类型

描述

permission

String

权限名称,权限名称必须是大写。

revoke_with

Boolean

是否仅移除授权选项。

support.huaweicloud.com/api-dws/dws_02_0705.html