日本熟妇hd丰满老熟妇,中文字幕一区二区三区在线不卡 ,亚洲成片在线观看,免费女同在线一区二区

AddDataLevelPermissionWhiteList - 增量修改行列權限白名單

修改指定數據集行列權限的白名單。

接口說明

說明 :當前接口僅支持 Quick BI 新版行列權限模型。若您仍在使用老的行列權限,請先一鍵遷移至新的行列權限模型后再調用該接口。一鍵遷移至新的行列權限模型的操作步驟:在組織管理-->安全配置-->行列權限升級新版中,單擊一鍵升級,升級至新版行級權限。

調試

您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。

授權信息

當前API暫無授權信息透出。

請求參數

名稱類型必填描述示例值
CubeIdstring

數據集 ID。

7c7223ae-***-3c744528014b
RuleTypestring

行級權限類型:

  • ROW_LEVEL:行級權限,
  • COLUMN_LEVEL:列級權限
ROW_LEVEL
OperateTypestring

操作類型:

  • ADD:增加白名單
  • DELETE:刪除白名單
ADD
TargetTypestring

修改白名單對應的類型:

  • 1:用戶
  • 2:用戶組
1
TargetIdsstring

授權對象,同時支持多個授權對象,多個對象以英文逗號分隔。取值范圍:

  • TargetType=1(用戶)時,為用戶 ID。
  • TargetType=2(用戶組)時,為用戶組 ID。
43342***435,1553a****41231

返回參數

名稱類型描述示例值
object
RequestIdstring

請求 ID。

D8749D65-E80A-433C-AF1B-CE9C180FF3B4
Resultboolean

接口執行結果。取值范圍:

  • true:請求成功
  • false:請求失敗
true
Successboolean

是否請求成功。取值范圍:

  • true:請求成功
  • false:請求失敗
true

示例

正常返回示例

JSON格式

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

錯誤碼

HTTP status code錯誤碼錯誤信息描述
400Cube.Not.ExistThe Cube does not exist.數據集不存在。
400CubePermission.Columnlevel.VersionErrorYou are not allowed to use the new dataLevelPermission API.沒有權限使用新版行列權限。
400RowLevelPermission.SwitchClose.ErrorThe row level permission switch must be on.對應的行級權限開關必須打開。
400RowLevelPermission.Rule.NotExsistThe row level permission rule does not exist: %s.行級權限規則不存在:%s。
400RowLevelPermission.Rule.NotBelongToCubeThe row level permission rule does not belong to the current cube.行級權限規則不屬于當前數據集。
400Cube.NotBelongTo.CurrentOrganizationThe cube does not belong to the current organization %s.數據集模型不屬于當前組織。

訪問錯誤中心查看更多錯誤碼。