@alicloud/dataworks-public20200518 5.3.0 → 5.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client.d.ts +431 -0
- package/dist/client.js +732 -24
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +873 -19
package/dist/client.d.ts
CHANGED
|
@@ -3733,6 +3733,63 @@ export declare class DesensitizeDataResponse extends $tea.Model {
|
|
|
3733
3733
|
[key: string]: any;
|
|
3734
3734
|
});
|
|
3735
3735
|
}
|
|
3736
|
+
export declare class DsgDesensPlanAddOrUpdateRequest extends $tea.Model {
|
|
3737
|
+
desensRules?: DsgDesensPlanAddOrUpdateRequestDesensRules[];
|
|
3738
|
+
static names(): {
|
|
3739
|
+
[key: string]: string;
|
|
3740
|
+
};
|
|
3741
|
+
static types(): {
|
|
3742
|
+
[key: string]: any;
|
|
3743
|
+
};
|
|
3744
|
+
constructor(map?: {
|
|
3745
|
+
[key: string]: any;
|
|
3746
|
+
});
|
|
3747
|
+
}
|
|
3748
|
+
export declare class DsgDesensPlanAddOrUpdateShrinkRequest extends $tea.Model {
|
|
3749
|
+
desensRulesShrink?: string;
|
|
3750
|
+
static names(): {
|
|
3751
|
+
[key: string]: string;
|
|
3752
|
+
};
|
|
3753
|
+
static types(): {
|
|
3754
|
+
[key: string]: any;
|
|
3755
|
+
};
|
|
3756
|
+
constructor(map?: {
|
|
3757
|
+
[key: string]: any;
|
|
3758
|
+
});
|
|
3759
|
+
}
|
|
3760
|
+
export declare class DsgDesensPlanAddOrUpdateResponseBody extends $tea.Model {
|
|
3761
|
+
data?: boolean;
|
|
3762
|
+
errorCode?: string;
|
|
3763
|
+
errorMessage?: string;
|
|
3764
|
+
httpStatusCode?: number;
|
|
3765
|
+
requestId?: string;
|
|
3766
|
+
success?: boolean;
|
|
3767
|
+
static names(): {
|
|
3768
|
+
[key: string]: string;
|
|
3769
|
+
};
|
|
3770
|
+
static types(): {
|
|
3771
|
+
[key: string]: any;
|
|
3772
|
+
};
|
|
3773
|
+
constructor(map?: {
|
|
3774
|
+
[key: string]: any;
|
|
3775
|
+
});
|
|
3776
|
+
}
|
|
3777
|
+
export declare class DsgDesensPlanAddOrUpdateResponse extends $tea.Model {
|
|
3778
|
+
headers?: {
|
|
3779
|
+
[key: string]: string;
|
|
3780
|
+
};
|
|
3781
|
+
statusCode?: number;
|
|
3782
|
+
body?: DsgDesensPlanAddOrUpdateResponseBody;
|
|
3783
|
+
static names(): {
|
|
3784
|
+
[key: string]: string;
|
|
3785
|
+
};
|
|
3786
|
+
static types(): {
|
|
3787
|
+
[key: string]: any;
|
|
3788
|
+
};
|
|
3789
|
+
constructor(map?: {
|
|
3790
|
+
[key: string]: any;
|
|
3791
|
+
});
|
|
3792
|
+
}
|
|
3736
3793
|
export declare class DsgDesensPlanDeleteRequest extends $tea.Model {
|
|
3737
3794
|
ids?: number[];
|
|
3738
3795
|
sceneCode?: string;
|
|
@@ -4170,6 +4227,108 @@ export declare class DsgSceneAddOrUpdateSceneResponse extends $tea.Model {
|
|
|
4170
4227
|
[key: string]: any;
|
|
4171
4228
|
});
|
|
4172
4229
|
}
|
|
4230
|
+
export declare class DsgSceneQuerySceneListByNameRequest extends $tea.Model {
|
|
4231
|
+
sceneName?: string;
|
|
4232
|
+
static names(): {
|
|
4233
|
+
[key: string]: string;
|
|
4234
|
+
};
|
|
4235
|
+
static types(): {
|
|
4236
|
+
[key: string]: any;
|
|
4237
|
+
};
|
|
4238
|
+
constructor(map?: {
|
|
4239
|
+
[key: string]: any;
|
|
4240
|
+
});
|
|
4241
|
+
}
|
|
4242
|
+
export declare class DsgSceneQuerySceneListByNameResponseBody extends $tea.Model {
|
|
4243
|
+
data?: DsgSceneQuerySceneListByNameResponseBodyData[];
|
|
4244
|
+
errorCode?: string;
|
|
4245
|
+
errorMessage?: string;
|
|
4246
|
+
httpStatusCode?: number;
|
|
4247
|
+
requestId?: string;
|
|
4248
|
+
success?: boolean;
|
|
4249
|
+
static names(): {
|
|
4250
|
+
[key: string]: string;
|
|
4251
|
+
};
|
|
4252
|
+
static types(): {
|
|
4253
|
+
[key: string]: any;
|
|
4254
|
+
};
|
|
4255
|
+
constructor(map?: {
|
|
4256
|
+
[key: string]: any;
|
|
4257
|
+
});
|
|
4258
|
+
}
|
|
4259
|
+
export declare class DsgSceneQuerySceneListByNameResponse extends $tea.Model {
|
|
4260
|
+
headers?: {
|
|
4261
|
+
[key: string]: string;
|
|
4262
|
+
};
|
|
4263
|
+
statusCode?: number;
|
|
4264
|
+
body?: DsgSceneQuerySceneListByNameResponseBody;
|
|
4265
|
+
static names(): {
|
|
4266
|
+
[key: string]: string;
|
|
4267
|
+
};
|
|
4268
|
+
static types(): {
|
|
4269
|
+
[key: string]: any;
|
|
4270
|
+
};
|
|
4271
|
+
constructor(map?: {
|
|
4272
|
+
[key: string]: any;
|
|
4273
|
+
});
|
|
4274
|
+
}
|
|
4275
|
+
export declare class DsgScenedDeleteSceneRequest extends $tea.Model {
|
|
4276
|
+
ids?: number[];
|
|
4277
|
+
static names(): {
|
|
4278
|
+
[key: string]: string;
|
|
4279
|
+
};
|
|
4280
|
+
static types(): {
|
|
4281
|
+
[key: string]: any;
|
|
4282
|
+
};
|
|
4283
|
+
constructor(map?: {
|
|
4284
|
+
[key: string]: any;
|
|
4285
|
+
});
|
|
4286
|
+
}
|
|
4287
|
+
export declare class DsgScenedDeleteSceneShrinkRequest extends $tea.Model {
|
|
4288
|
+
idsShrink?: string;
|
|
4289
|
+
static names(): {
|
|
4290
|
+
[key: string]: string;
|
|
4291
|
+
};
|
|
4292
|
+
static types(): {
|
|
4293
|
+
[key: string]: any;
|
|
4294
|
+
};
|
|
4295
|
+
constructor(map?: {
|
|
4296
|
+
[key: string]: any;
|
|
4297
|
+
});
|
|
4298
|
+
}
|
|
4299
|
+
export declare class DsgScenedDeleteSceneResponseBody extends $tea.Model {
|
|
4300
|
+
data?: boolean;
|
|
4301
|
+
errorCode?: string;
|
|
4302
|
+
errorMessage?: string;
|
|
4303
|
+
httpStatusCode?: number;
|
|
4304
|
+
requestId?: string;
|
|
4305
|
+
success?: boolean;
|
|
4306
|
+
static names(): {
|
|
4307
|
+
[key: string]: string;
|
|
4308
|
+
};
|
|
4309
|
+
static types(): {
|
|
4310
|
+
[key: string]: any;
|
|
4311
|
+
};
|
|
4312
|
+
constructor(map?: {
|
|
4313
|
+
[key: string]: any;
|
|
4314
|
+
});
|
|
4315
|
+
}
|
|
4316
|
+
export declare class DsgScenedDeleteSceneResponse extends $tea.Model {
|
|
4317
|
+
headers?: {
|
|
4318
|
+
[key: string]: string;
|
|
4319
|
+
};
|
|
4320
|
+
statusCode?: number;
|
|
4321
|
+
body?: DsgScenedDeleteSceneResponseBody;
|
|
4322
|
+
static names(): {
|
|
4323
|
+
[key: string]: string;
|
|
4324
|
+
};
|
|
4325
|
+
static types(): {
|
|
4326
|
+
[key: string]: any;
|
|
4327
|
+
};
|
|
4328
|
+
constructor(map?: {
|
|
4329
|
+
[key: string]: any;
|
|
4330
|
+
});
|
|
4331
|
+
}
|
|
4173
4332
|
export declare class DsgStopSensIdentifyRequest extends $tea.Model {
|
|
4174
4333
|
jobId?: number;
|
|
4175
4334
|
tenantId?: string;
|
|
@@ -4457,6 +4616,120 @@ export declare class DsgUserGroupQueryUserListResponse extends $tea.Model {
|
|
|
4457
4616
|
[key: string]: any;
|
|
4458
4617
|
});
|
|
4459
4618
|
}
|
|
4619
|
+
export declare class DsgWhiteListAddOrUpdateRequest extends $tea.Model {
|
|
4620
|
+
whiteLists?: DsgWhiteListAddOrUpdateRequestWhiteLists[];
|
|
4621
|
+
static names(): {
|
|
4622
|
+
[key: string]: string;
|
|
4623
|
+
};
|
|
4624
|
+
static types(): {
|
|
4625
|
+
[key: string]: any;
|
|
4626
|
+
};
|
|
4627
|
+
constructor(map?: {
|
|
4628
|
+
[key: string]: any;
|
|
4629
|
+
});
|
|
4630
|
+
}
|
|
4631
|
+
export declare class DsgWhiteListAddOrUpdateShrinkRequest extends $tea.Model {
|
|
4632
|
+
whiteListsShrink?: string;
|
|
4633
|
+
static names(): {
|
|
4634
|
+
[key: string]: string;
|
|
4635
|
+
};
|
|
4636
|
+
static types(): {
|
|
4637
|
+
[key: string]: any;
|
|
4638
|
+
};
|
|
4639
|
+
constructor(map?: {
|
|
4640
|
+
[key: string]: any;
|
|
4641
|
+
});
|
|
4642
|
+
}
|
|
4643
|
+
export declare class DsgWhiteListAddOrUpdateResponseBody extends $tea.Model {
|
|
4644
|
+
data?: boolean;
|
|
4645
|
+
errorCode?: string;
|
|
4646
|
+
errorMessage?: string;
|
|
4647
|
+
httpStatusCode?: number;
|
|
4648
|
+
requestId?: string;
|
|
4649
|
+
success?: boolean;
|
|
4650
|
+
static names(): {
|
|
4651
|
+
[key: string]: string;
|
|
4652
|
+
};
|
|
4653
|
+
static types(): {
|
|
4654
|
+
[key: string]: any;
|
|
4655
|
+
};
|
|
4656
|
+
constructor(map?: {
|
|
4657
|
+
[key: string]: any;
|
|
4658
|
+
});
|
|
4659
|
+
}
|
|
4660
|
+
export declare class DsgWhiteListAddOrUpdateResponse extends $tea.Model {
|
|
4661
|
+
headers?: {
|
|
4662
|
+
[key: string]: string;
|
|
4663
|
+
};
|
|
4664
|
+
statusCode?: number;
|
|
4665
|
+
body?: DsgWhiteListAddOrUpdateResponseBody;
|
|
4666
|
+
static names(): {
|
|
4667
|
+
[key: string]: string;
|
|
4668
|
+
};
|
|
4669
|
+
static types(): {
|
|
4670
|
+
[key: string]: any;
|
|
4671
|
+
};
|
|
4672
|
+
constructor(map?: {
|
|
4673
|
+
[key: string]: any;
|
|
4674
|
+
});
|
|
4675
|
+
}
|
|
4676
|
+
export declare class DsgWhiteListDeleteListRequest extends $tea.Model {
|
|
4677
|
+
ids?: number[];
|
|
4678
|
+
static names(): {
|
|
4679
|
+
[key: string]: string;
|
|
4680
|
+
};
|
|
4681
|
+
static types(): {
|
|
4682
|
+
[key: string]: any;
|
|
4683
|
+
};
|
|
4684
|
+
constructor(map?: {
|
|
4685
|
+
[key: string]: any;
|
|
4686
|
+
});
|
|
4687
|
+
}
|
|
4688
|
+
export declare class DsgWhiteListDeleteListShrinkRequest extends $tea.Model {
|
|
4689
|
+
idsShrink?: string;
|
|
4690
|
+
static names(): {
|
|
4691
|
+
[key: string]: string;
|
|
4692
|
+
};
|
|
4693
|
+
static types(): {
|
|
4694
|
+
[key: string]: any;
|
|
4695
|
+
};
|
|
4696
|
+
constructor(map?: {
|
|
4697
|
+
[key: string]: any;
|
|
4698
|
+
});
|
|
4699
|
+
}
|
|
4700
|
+
export declare class DsgWhiteListDeleteListResponseBody extends $tea.Model {
|
|
4701
|
+
data?: boolean;
|
|
4702
|
+
errorCode?: string;
|
|
4703
|
+
errorMessage?: string;
|
|
4704
|
+
httpStatusCode?: number;
|
|
4705
|
+
requestId?: string;
|
|
4706
|
+
success?: boolean;
|
|
4707
|
+
static names(): {
|
|
4708
|
+
[key: string]: string;
|
|
4709
|
+
};
|
|
4710
|
+
static types(): {
|
|
4711
|
+
[key: string]: any;
|
|
4712
|
+
};
|
|
4713
|
+
constructor(map?: {
|
|
4714
|
+
[key: string]: any;
|
|
4715
|
+
});
|
|
4716
|
+
}
|
|
4717
|
+
export declare class DsgWhiteListDeleteListResponse extends $tea.Model {
|
|
4718
|
+
headers?: {
|
|
4719
|
+
[key: string]: string;
|
|
4720
|
+
};
|
|
4721
|
+
statusCode?: number;
|
|
4722
|
+
body?: DsgWhiteListDeleteListResponseBody;
|
|
4723
|
+
static names(): {
|
|
4724
|
+
[key: string]: string;
|
|
4725
|
+
};
|
|
4726
|
+
static types(): {
|
|
4727
|
+
[key: string]: any;
|
|
4728
|
+
};
|
|
4729
|
+
constructor(map?: {
|
|
4730
|
+
[key: string]: any;
|
|
4731
|
+
});
|
|
4732
|
+
}
|
|
4460
4733
|
export declare class DsgWhiteListQueryListRequest extends $tea.Model {
|
|
4461
4734
|
dataType?: string;
|
|
4462
4735
|
pageNumber?: number;
|
|
@@ -15080,6 +15353,40 @@ export declare class DeployDISyncTaskResponseBodyData extends $tea.Model {
|
|
|
15080
15353
|
[key: string]: any;
|
|
15081
15354
|
});
|
|
15082
15355
|
}
|
|
15356
|
+
export declare class DsgDesensPlanAddOrUpdateRequestDesensRulesDesensPlan extends $tea.Model {
|
|
15357
|
+
desensPlanType?: string;
|
|
15358
|
+
extParam?: {
|
|
15359
|
+
[key: string]: any;
|
|
15360
|
+
};
|
|
15361
|
+
static names(): {
|
|
15362
|
+
[key: string]: string;
|
|
15363
|
+
};
|
|
15364
|
+
static types(): {
|
|
15365
|
+
[key: string]: any;
|
|
15366
|
+
};
|
|
15367
|
+
constructor(map?: {
|
|
15368
|
+
[key: string]: any;
|
|
15369
|
+
});
|
|
15370
|
+
}
|
|
15371
|
+
export declare class DsgDesensPlanAddOrUpdateRequestDesensRules extends $tea.Model {
|
|
15372
|
+
checkWatermark?: boolean;
|
|
15373
|
+
dataType?: string;
|
|
15374
|
+
desensPlan?: DsgDesensPlanAddOrUpdateRequestDesensRulesDesensPlan;
|
|
15375
|
+
id?: number;
|
|
15376
|
+
owner?: string;
|
|
15377
|
+
ruleName?: string;
|
|
15378
|
+
sceneIds?: number[];
|
|
15379
|
+
status?: number;
|
|
15380
|
+
static names(): {
|
|
15381
|
+
[key: string]: string;
|
|
15382
|
+
};
|
|
15383
|
+
static types(): {
|
|
15384
|
+
[key: string]: any;
|
|
15385
|
+
};
|
|
15386
|
+
constructor(map?: {
|
|
15387
|
+
[key: string]: any;
|
|
15388
|
+
});
|
|
15389
|
+
}
|
|
15083
15390
|
export declare class DsgDesensPlanQueryListResponseBodyPageDataDataDesensPlan extends $tea.Model {
|
|
15084
15391
|
desensPlanType?: string;
|
|
15085
15392
|
extParam?: {
|
|
@@ -15213,6 +15520,39 @@ export declare class DsgSceneAddOrUpdateSceneRequestScenes extends $tea.Model {
|
|
|
15213
15520
|
[key: string]: any;
|
|
15214
15521
|
});
|
|
15215
15522
|
}
|
|
15523
|
+
export declare class DsgSceneQuerySceneListByNameResponseBodyDataProjects extends $tea.Model {
|
|
15524
|
+
clusterId?: string;
|
|
15525
|
+
dbType?: string;
|
|
15526
|
+
projectName?: string;
|
|
15527
|
+
static names(): {
|
|
15528
|
+
[key: string]: string;
|
|
15529
|
+
};
|
|
15530
|
+
static types(): {
|
|
15531
|
+
[key: string]: any;
|
|
15532
|
+
};
|
|
15533
|
+
constructor(map?: {
|
|
15534
|
+
[key: string]: any;
|
|
15535
|
+
});
|
|
15536
|
+
}
|
|
15537
|
+
export declare class DsgSceneQuerySceneListByNameResponseBodyData extends $tea.Model {
|
|
15538
|
+
children?: any[];
|
|
15539
|
+
desc?: string;
|
|
15540
|
+
id?: number;
|
|
15541
|
+
projects?: DsgSceneQuerySceneListByNameResponseBodyDataProjects[];
|
|
15542
|
+
sceneCode?: string;
|
|
15543
|
+
sceneLevel?: number;
|
|
15544
|
+
sceneName?: string;
|
|
15545
|
+
userGroups?: string;
|
|
15546
|
+
static names(): {
|
|
15547
|
+
[key: string]: string;
|
|
15548
|
+
};
|
|
15549
|
+
static types(): {
|
|
15550
|
+
[key: string]: any;
|
|
15551
|
+
};
|
|
15552
|
+
constructor(map?: {
|
|
15553
|
+
[key: string]: any;
|
|
15554
|
+
});
|
|
15555
|
+
}
|
|
15216
15556
|
export declare class DsgUserGroupAddOrUpdateRequestUserGroups extends $tea.Model {
|
|
15217
15557
|
accounts?: string[];
|
|
15218
15558
|
id?: number;
|
|
@@ -15278,6 +15618,22 @@ export declare class DsgUserGroupQueryUserListResponseBodyData extends $tea.Mode
|
|
|
15278
15618
|
[key: string]: any;
|
|
15279
15619
|
});
|
|
15280
15620
|
}
|
|
15621
|
+
export declare class DsgWhiteListAddOrUpdateRequestWhiteLists extends $tea.Model {
|
|
15622
|
+
endTime?: string;
|
|
15623
|
+
id?: number;
|
|
15624
|
+
ruleId?: number;
|
|
15625
|
+
startTime?: string;
|
|
15626
|
+
userGroupIds?: number[];
|
|
15627
|
+
static names(): {
|
|
15628
|
+
[key: string]: string;
|
|
15629
|
+
};
|
|
15630
|
+
static types(): {
|
|
15631
|
+
[key: string]: any;
|
|
15632
|
+
};
|
|
15633
|
+
constructor(map?: {
|
|
15634
|
+
[key: string]: any;
|
|
15635
|
+
});
|
|
15636
|
+
}
|
|
15281
15637
|
export declare class DsgWhiteListQueryListResponseBodyPageDataData extends $tea.Model {
|
|
15282
15638
|
endTime?: string;
|
|
15283
15639
|
gmtCreate?: string;
|
|
@@ -22908,6 +23264,21 @@ export default class Client extends OpenApi {
|
|
|
22908
23264
|
* @return DesensitizeDataResponse
|
|
22909
23265
|
*/
|
|
22910
23266
|
desensitizeData(request: DesensitizeDataRequest): Promise<DesensitizeDataResponse>;
|
|
23267
|
+
/**
|
|
23268
|
+
* @summary 新增或编辑脱敏规则
|
|
23269
|
+
*
|
|
23270
|
+
* @param tmpReq DsgDesensPlanAddOrUpdateRequest
|
|
23271
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
23272
|
+
* @return DsgDesensPlanAddOrUpdateResponse
|
|
23273
|
+
*/
|
|
23274
|
+
dsgDesensPlanAddOrUpdateWithOptions(tmpReq: DsgDesensPlanAddOrUpdateRequest, runtime: $Util.RuntimeOptions): Promise<DsgDesensPlanAddOrUpdateResponse>;
|
|
23275
|
+
/**
|
|
23276
|
+
* @summary 新增或编辑脱敏规则
|
|
23277
|
+
*
|
|
23278
|
+
* @param request DsgDesensPlanAddOrUpdateRequest
|
|
23279
|
+
* @return DsgDesensPlanAddOrUpdateResponse
|
|
23280
|
+
*/
|
|
23281
|
+
dsgDesensPlanAddOrUpdate(request: DsgDesensPlanAddOrUpdateRequest): Promise<DsgDesensPlanAddOrUpdateResponse>;
|
|
22911
23282
|
/**
|
|
22912
23283
|
* @summary 删除脱敏规则
|
|
22913
23284
|
*
|
|
@@ -23024,6 +23395,36 @@ export default class Client extends OpenApi {
|
|
|
23024
23395
|
* @return DsgSceneAddOrUpdateSceneResponse
|
|
23025
23396
|
*/
|
|
23026
23397
|
dsgSceneAddOrUpdateScene(request: DsgSceneAddOrUpdateSceneRequest): Promise<DsgSceneAddOrUpdateSceneResponse>;
|
|
23398
|
+
/**
|
|
23399
|
+
* @summary 查询场景列表
|
|
23400
|
+
*
|
|
23401
|
+
* @param request DsgSceneQuerySceneListByNameRequest
|
|
23402
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
23403
|
+
* @return DsgSceneQuerySceneListByNameResponse
|
|
23404
|
+
*/
|
|
23405
|
+
dsgSceneQuerySceneListByNameWithOptions(request: DsgSceneQuerySceneListByNameRequest, runtime: $Util.RuntimeOptions): Promise<DsgSceneQuerySceneListByNameResponse>;
|
|
23406
|
+
/**
|
|
23407
|
+
* @summary 查询场景列表
|
|
23408
|
+
*
|
|
23409
|
+
* @param request DsgSceneQuerySceneListByNameRequest
|
|
23410
|
+
* @return DsgSceneQuerySceneListByNameResponse
|
|
23411
|
+
*/
|
|
23412
|
+
dsgSceneQuerySceneListByName(request: DsgSceneQuerySceneListByNameRequest): Promise<DsgSceneQuerySceneListByNameResponse>;
|
|
23413
|
+
/**
|
|
23414
|
+
* @summary 删除二级场景
|
|
23415
|
+
*
|
|
23416
|
+
* @param tmpReq DsgScenedDeleteSceneRequest
|
|
23417
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
23418
|
+
* @return DsgScenedDeleteSceneResponse
|
|
23419
|
+
*/
|
|
23420
|
+
dsgScenedDeleteSceneWithOptions(tmpReq: DsgScenedDeleteSceneRequest, runtime: $Util.RuntimeOptions): Promise<DsgScenedDeleteSceneResponse>;
|
|
23421
|
+
/**
|
|
23422
|
+
* @summary 删除二级场景
|
|
23423
|
+
*
|
|
23424
|
+
* @param request DsgScenedDeleteSceneRequest
|
|
23425
|
+
* @return DsgScenedDeleteSceneResponse
|
|
23426
|
+
*/
|
|
23427
|
+
dsgScenedDeleteScene(request: DsgScenedDeleteSceneRequest): Promise<DsgScenedDeleteSceneResponse>;
|
|
23027
23428
|
/**
|
|
23028
23429
|
* @summary 识别任务停止
|
|
23029
23430
|
*
|
|
@@ -23109,6 +23510,36 @@ export default class Client extends OpenApi {
|
|
|
23109
23510
|
* @return DsgUserGroupQueryUserListResponse
|
|
23110
23511
|
*/
|
|
23111
23512
|
dsgUserGroupQueryUserList(): Promise<DsgUserGroupQueryUserListResponse>;
|
|
23513
|
+
/**
|
|
23514
|
+
* @summary 新增或编辑脱敏白名单
|
|
23515
|
+
*
|
|
23516
|
+
* @param tmpReq DsgWhiteListAddOrUpdateRequest
|
|
23517
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
23518
|
+
* @return DsgWhiteListAddOrUpdateResponse
|
|
23519
|
+
*/
|
|
23520
|
+
dsgWhiteListAddOrUpdateWithOptions(tmpReq: DsgWhiteListAddOrUpdateRequest, runtime: $Util.RuntimeOptions): Promise<DsgWhiteListAddOrUpdateResponse>;
|
|
23521
|
+
/**
|
|
23522
|
+
* @summary 新增或编辑脱敏白名单
|
|
23523
|
+
*
|
|
23524
|
+
* @param request DsgWhiteListAddOrUpdateRequest
|
|
23525
|
+
* @return DsgWhiteListAddOrUpdateResponse
|
|
23526
|
+
*/
|
|
23527
|
+
dsgWhiteListAddOrUpdate(request: DsgWhiteListAddOrUpdateRequest): Promise<DsgWhiteListAddOrUpdateResponse>;
|
|
23528
|
+
/**
|
|
23529
|
+
* @summary 删除脱敏白名单
|
|
23530
|
+
*
|
|
23531
|
+
* @param tmpReq DsgWhiteListDeleteListRequest
|
|
23532
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
23533
|
+
* @return DsgWhiteListDeleteListResponse
|
|
23534
|
+
*/
|
|
23535
|
+
dsgWhiteListDeleteListWithOptions(tmpReq: DsgWhiteListDeleteListRequest, runtime: $Util.RuntimeOptions): Promise<DsgWhiteListDeleteListResponse>;
|
|
23536
|
+
/**
|
|
23537
|
+
* @summary 删除脱敏白名单
|
|
23538
|
+
*
|
|
23539
|
+
* @param request DsgWhiteListDeleteListRequest
|
|
23540
|
+
* @return DsgWhiteListDeleteListResponse
|
|
23541
|
+
*/
|
|
23542
|
+
dsgWhiteListDeleteList(request: DsgWhiteListDeleteListRequest): Promise<DsgWhiteListDeleteListResponse>;
|
|
23112
23543
|
/**
|
|
23113
23544
|
* @summary 查询脱敏白名单
|
|
23114
23545
|
*
|