SetDataLevelPermissionRuleConfig接口用于设置单条数据集行列权限配置信息(新增和更新)。

说明 :当前接口仅支持Quick BI新版行列权限模型。若您仍在使用老的行列权限,请先一键迁移至新的行列权限模型后再调用该接口。一键迁移至新的行列权限模型的操作步骤:在组织管理-->安全配置-->行列权限升级新版中,单击一键升级,升级至新版行级权限。

请求参数

名称 类型 是否必选 示例值 描述
Action String SetDataLevelPermissionRuleConfig

要执行的操作。取值:SetDataLevelPermissionRuleConfig

RuleModel String [行级权限规则的JSON串]

{

"rule": "a5bb24da--a891683e14da", // 行列权限规则的ID,当传入时为修改行级权限规则,否则新增

"cubeId": "7c7223ae--3c744528014b", // 数据集ID

"ruleName": "测试行级权限", // 行级权限规则的名称

"ruleLevelType": "ROW_LEVEL", // 行级权限类型:ROW_LEVEL:行级权限,COLUMN_LEVEL:列级权限

"ruleTargetScope": "ALL", // 行级权限规则针对的人群:1:所有人,2:指定人

"hitTakeEffect": 1, //命中后规则生效还是不生效(针对列级权限):1:生效 (默认生效),0:不生效

"ruleUsersModel": {

"userGroups": "9bd2c6440ac542****589f16bf12ca8178dd", // 用户组人群的用户组ID "0d5fb19b-****-1248fc27ca51", "3d2c23d4-****-f6390f325c2d" ,

"users": "43342****3784358", // 用户人群的UserID "Huang****2e3fa822"

},

"ruleContentModel": {

"ruleContentType": "ROW_FIELD", // 行列权限的规则类型

"ruleContentJson": "{\"conditionNode\":{\"caption\":\"周期\",\"isMeasure\":false,\"pathId\":\"7d3b*bc6\",\"relationOperator\":\"not-null\",\"name\":\"7d3b*bc6\",\"value\":{\"value\":\"\",\"valueType\":\"ENUM\"}}}", // 规则的JSON字符串

"ruleOriginConfigJson": "{\"operator\":\"and\",\"operands\":{\"labelName\":\"周期\",\"isValid\":true,\"uniqueId\":\"5\",\"fieldId\":\"7d3b***bc6\",\"error\":false,\"fieldType\":\"string\",\"defaultValue\":{\"selectType\":\"condition\",\"value\":{\"conditionOp\":\"not-null\",\"conditionValue\":\"\"},\"valueType\":\"ENUM\"}},\"isRelation\":true}" // 前端模板要是用的JSON结果(行级权限专用)

}

}

返回数据

名称 类型 示例值 描述
RequestId String D8749D65-E80A-433C-AF1B-CE9C180FF3B4

请求ID。

Result String true

接口执行结果。取值范围:

  • true:请求成功
  • false:请求失败
Success Boolean true

是否请求成功。取值范围:

  • true:请求成功
  • false:请求失败

示例

请求示例

http(s)://quickbi-public.aliyuncs.com/?Action=SetDataLevelPermissionRuleConfig
&RuleModel=[行级权限规则的JSON串]
&公共请求参数

正常返回示例

XML格式

HTTP/1.1 200 OK
Content-Type:application/xml

<SetDataLevelPermissionRuleConfigResponse>
    <RequestId>D8749D65-E80A-433C-AF1B-CE9C180FF3B4</RequestId>
    <Result>true</Result>
    <Success>true</Success>
</SetDataLevelPermissionRuleConfigResponse>

JSON格式

HTTP/1.1 200 OK
Content-Type:application/json

{
  "RequestId" : "D8749D65-E80A-433C-AF1B-CE9C180FF3B4",
  "Result" : "true",
  "Success" : true
}

错误码

HttpCode 错误码 错误信息 描述
500 Instance.Expired Your instance has expired. 您的购买实例已经过期。
500 Instance.Not.Exist The specified instance does not exist. 暂未匹配到您的购买实例。
500 Access.Forbidden Access forbidden. Your instance version or access key is not allowed to call the API operation. 访问被禁止,您的实例版本或者 AccessKey不允许调用该 API。
500 Invalid.Organization The specified organizational unit does not exist. 该组织不存在。
500 User.Not.In.Organization The specified user is not in the organizational unit. 该用户不在组织中。
500 Cube.Not.Exist The Cube does not exist. 数据集不存在。
500 CubePermission.Columnlevel.VersionError You are not allowed to use the new dataLevelPermission API. 没有权限使用新版行列权限。
500 Invalid.Parameter.Error The parameter is invalid:%s. 无效参数%s。
500 CubePermission.ColumnlevelField.Repeat There are duplicate field configurations. 有重复的字段配置。
500 RowLevelPermission.SwitchClose.Error The row level permission switch must be on. 对应的行级权限开关必须打开。
500 RowLevelPermission.Rule.NotExsist The row level permission rule does not exist: %s. 行级权限规则不存在:%s。
500 RowLevelPermission.Rule.NotBelongToCube The row level permission rule does not belong to the current cube. 行级权限规则不属于当前数据集。

访问错误中心查看更多错误码。