@alicloud/sddp20190103 1.0.1 → 1.0.5
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 +642 -550
- package/dist/client.js +2522 -1211
- package/dist/client.js.map +1 -1
- package/package.json +4 -3
- package/src/client.ts +3533 -1983
package/dist/client.d.ts
CHANGED
|
@@ -5,9 +5,9 @@ import * as $Util from '@alicloud/tea-util';
|
|
|
5
5
|
import OpenApi, * as $OpenApi from '@alicloud/openapi-client';
|
|
6
6
|
import * as $tea from '@alicloud/tea-typescript';
|
|
7
7
|
export declare class CreateConfigRequest extends $tea.Model {
|
|
8
|
-
lang?: string;
|
|
9
8
|
code?: string;
|
|
10
9
|
description?: string;
|
|
10
|
+
lang?: string;
|
|
11
11
|
value?: string;
|
|
12
12
|
static names(): {
|
|
13
13
|
[key: string]: string;
|
|
@@ -48,19 +48,19 @@ export declare class CreateConfigResponse extends $tea.Model {
|
|
|
48
48
|
});
|
|
49
49
|
}
|
|
50
50
|
export declare class CreateDataLimitRequest extends $tea.Model {
|
|
51
|
-
lang?: string;
|
|
52
|
-
resourceType?: number;
|
|
53
|
-
serviceRegionId?: string;
|
|
54
|
-
parentId?: string;
|
|
55
|
-
userName?: string;
|
|
56
|
-
password?: string;
|
|
57
51
|
auditStatus?: number;
|
|
58
52
|
autoScan?: number;
|
|
59
|
-
logStoreDay?: number;
|
|
60
53
|
engineType?: string;
|
|
61
|
-
port?: number;
|
|
62
|
-
ocrStatus?: number;
|
|
63
54
|
eventStatus?: number;
|
|
55
|
+
lang?: string;
|
|
56
|
+
logStoreDay?: number;
|
|
57
|
+
ocrStatus?: number;
|
|
58
|
+
parentId?: string;
|
|
59
|
+
password?: string;
|
|
60
|
+
port?: number;
|
|
61
|
+
resourceType?: number;
|
|
62
|
+
serviceRegionId?: string;
|
|
63
|
+
userName?: string;
|
|
64
64
|
static names(): {
|
|
65
65
|
[key: string]: string;
|
|
66
66
|
};
|
|
@@ -100,20 +100,20 @@ export declare class CreateDataLimitResponse extends $tea.Model {
|
|
|
100
100
|
});
|
|
101
101
|
}
|
|
102
102
|
export declare class CreateRuleRequest extends $tea.Model {
|
|
103
|
-
lang?: string;
|
|
104
|
-
name?: string;
|
|
105
103
|
category?: number;
|
|
106
104
|
content?: string;
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
105
|
+
contentCategory?: number;
|
|
106
|
+
description?: string;
|
|
107
|
+
lang?: string;
|
|
108
|
+
name?: string;
|
|
110
109
|
productCode?: string;
|
|
111
110
|
productId?: number;
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
111
|
+
riskLevelId?: number;
|
|
112
|
+
ruleType?: number;
|
|
113
|
+
statExpress?: string;
|
|
115
114
|
status?: number;
|
|
116
115
|
target?: string;
|
|
116
|
+
warnLevel?: number;
|
|
117
117
|
static names(): {
|
|
118
118
|
[key: string]: string;
|
|
119
119
|
};
|
|
@@ -155,14 +155,15 @@ export declare class CreateRuleResponse extends $tea.Model {
|
|
|
155
155
|
export declare class CreateScanTaskRequest extends $tea.Model {
|
|
156
156
|
dataLimitId?: number;
|
|
157
157
|
intervalDay?: number;
|
|
158
|
+
lang?: string;
|
|
159
|
+
ossScanPath?: string;
|
|
160
|
+
resourceType?: number;
|
|
158
161
|
runHour?: number;
|
|
159
162
|
runMinute?: number;
|
|
160
|
-
taskName?: string;
|
|
161
|
-
taskUserName?: string;
|
|
162
|
-
ossScanPath?: string;
|
|
163
163
|
scanRange?: number;
|
|
164
164
|
scanRangeContent?: string;
|
|
165
|
-
|
|
165
|
+
taskName?: string;
|
|
166
|
+
taskUserName?: string;
|
|
166
167
|
static names(): {
|
|
167
168
|
[key: string]: string;
|
|
168
169
|
};
|
|
@@ -201,9 +202,49 @@ export declare class CreateScanTaskResponse extends $tea.Model {
|
|
|
201
202
|
[key: string]: any;
|
|
202
203
|
});
|
|
203
204
|
}
|
|
204
|
-
export declare class
|
|
205
|
+
export declare class CreateSlrRoleRequest extends $tea.Model {
|
|
205
206
|
lang?: string;
|
|
207
|
+
static names(): {
|
|
208
|
+
[key: string]: string;
|
|
209
|
+
};
|
|
210
|
+
static types(): {
|
|
211
|
+
[key: string]: any;
|
|
212
|
+
};
|
|
213
|
+
constructor(map?: {
|
|
214
|
+
[key: string]: any;
|
|
215
|
+
});
|
|
216
|
+
}
|
|
217
|
+
export declare class CreateSlrRoleResponseBody extends $tea.Model {
|
|
218
|
+
hasPermission?: boolean;
|
|
219
|
+
requestId?: string;
|
|
220
|
+
static names(): {
|
|
221
|
+
[key: string]: string;
|
|
222
|
+
};
|
|
223
|
+
static types(): {
|
|
224
|
+
[key: string]: any;
|
|
225
|
+
};
|
|
226
|
+
constructor(map?: {
|
|
227
|
+
[key: string]: any;
|
|
228
|
+
});
|
|
229
|
+
}
|
|
230
|
+
export declare class CreateSlrRoleResponse extends $tea.Model {
|
|
231
|
+
headers: {
|
|
232
|
+
[key: string]: string;
|
|
233
|
+
};
|
|
234
|
+
body: CreateSlrRoleResponseBody;
|
|
235
|
+
static names(): {
|
|
236
|
+
[key: string]: string;
|
|
237
|
+
};
|
|
238
|
+
static types(): {
|
|
239
|
+
[key: string]: any;
|
|
240
|
+
};
|
|
241
|
+
constructor(map?: {
|
|
242
|
+
[key: string]: any;
|
|
243
|
+
});
|
|
244
|
+
}
|
|
245
|
+
export declare class DeleteDataLimitRequest extends $tea.Model {
|
|
206
246
|
id?: number;
|
|
247
|
+
lang?: string;
|
|
207
248
|
static names(): {
|
|
208
249
|
[key: string]: string;
|
|
209
250
|
};
|
|
@@ -242,8 +283,8 @@ export declare class DeleteDataLimitResponse extends $tea.Model {
|
|
|
242
283
|
});
|
|
243
284
|
}
|
|
244
285
|
export declare class DeleteRuleRequest extends $tea.Model {
|
|
245
|
-
lang?: string;
|
|
246
286
|
id?: number;
|
|
287
|
+
lang?: string;
|
|
247
288
|
static names(): {
|
|
248
289
|
[key: string]: string;
|
|
249
290
|
};
|
|
@@ -281,20 +322,67 @@ export declare class DeleteRuleResponse extends $tea.Model {
|
|
|
281
322
|
[key: string]: any;
|
|
282
323
|
});
|
|
283
324
|
}
|
|
325
|
+
export declare class DescribeCategoryTemplateRuleListRequest extends $tea.Model {
|
|
326
|
+
currentPage?: number;
|
|
327
|
+
lang?: string;
|
|
328
|
+
pageSize?: number;
|
|
329
|
+
riskLevelId?: number;
|
|
330
|
+
status?: number;
|
|
331
|
+
static names(): {
|
|
332
|
+
[key: string]: string;
|
|
333
|
+
};
|
|
334
|
+
static types(): {
|
|
335
|
+
[key: string]: any;
|
|
336
|
+
};
|
|
337
|
+
constructor(map?: {
|
|
338
|
+
[key: string]: any;
|
|
339
|
+
});
|
|
340
|
+
}
|
|
341
|
+
export declare class DescribeCategoryTemplateRuleListResponseBody extends $tea.Model {
|
|
342
|
+
currentPage?: number;
|
|
343
|
+
items?: DescribeCategoryTemplateRuleListResponseBodyItems[];
|
|
344
|
+
pageSize?: number;
|
|
345
|
+
requestId?: string;
|
|
346
|
+
totalCount?: number;
|
|
347
|
+
static names(): {
|
|
348
|
+
[key: string]: string;
|
|
349
|
+
};
|
|
350
|
+
static types(): {
|
|
351
|
+
[key: string]: any;
|
|
352
|
+
};
|
|
353
|
+
constructor(map?: {
|
|
354
|
+
[key: string]: any;
|
|
355
|
+
});
|
|
356
|
+
}
|
|
357
|
+
export declare class DescribeCategoryTemplateRuleListResponse extends $tea.Model {
|
|
358
|
+
headers: {
|
|
359
|
+
[key: string]: string;
|
|
360
|
+
};
|
|
361
|
+
body: DescribeCategoryTemplateRuleListResponseBody;
|
|
362
|
+
static names(): {
|
|
363
|
+
[key: string]: string;
|
|
364
|
+
};
|
|
365
|
+
static types(): {
|
|
366
|
+
[key: string]: any;
|
|
367
|
+
};
|
|
368
|
+
constructor(map?: {
|
|
369
|
+
[key: string]: any;
|
|
370
|
+
});
|
|
371
|
+
}
|
|
284
372
|
export declare class DescribeColumnsRequest extends $tea.Model {
|
|
373
|
+
currentPage?: number;
|
|
374
|
+
instanceId?: number;
|
|
375
|
+
instanceName?: string;
|
|
285
376
|
lang?: string;
|
|
286
377
|
name?: string;
|
|
287
|
-
|
|
288
|
-
ruleId?: number;
|
|
378
|
+
pageSize?: number;
|
|
289
379
|
productCode?: string;
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
tableName?: string;
|
|
380
|
+
riskLevelId?: number;
|
|
381
|
+
ruleId?: number;
|
|
293
382
|
ruleName?: string;
|
|
294
383
|
sensLevelName?: string;
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
riskLevelId?: number;
|
|
384
|
+
tableId?: number;
|
|
385
|
+
tableName?: string;
|
|
298
386
|
static names(): {
|
|
299
387
|
[key: string]: string;
|
|
300
388
|
};
|
|
@@ -307,10 +395,10 @@ export declare class DescribeColumnsRequest extends $tea.Model {
|
|
|
307
395
|
}
|
|
308
396
|
export declare class DescribeColumnsResponseBody extends $tea.Model {
|
|
309
397
|
currentPage?: number;
|
|
310
|
-
|
|
398
|
+
items?: DescribeColumnsResponseBodyItems[];
|
|
311
399
|
pageSize?: number;
|
|
400
|
+
requestId?: string;
|
|
312
401
|
totalCount?: number;
|
|
313
|
-
items?: DescribeColumnsResponseBodyItems[];
|
|
314
402
|
static names(): {
|
|
315
403
|
[key: string]: string;
|
|
316
404
|
};
|
|
@@ -349,8 +437,8 @@ export declare class DescribeConfigsRequest extends $tea.Model {
|
|
|
349
437
|
});
|
|
350
438
|
}
|
|
351
439
|
export declare class DescribeConfigsResponseBody extends $tea.Model {
|
|
352
|
-
requestId?: string;
|
|
353
440
|
configList?: DescribeConfigsResponseBodyConfigList[];
|
|
441
|
+
requestId?: string;
|
|
354
442
|
static names(): {
|
|
355
443
|
[key: string]: string;
|
|
356
444
|
};
|
|
@@ -377,13 +465,13 @@ export declare class DescribeConfigsResponse extends $tea.Model {
|
|
|
377
465
|
});
|
|
378
466
|
}
|
|
379
467
|
export declare class DescribeDataAssetsRequest extends $tea.Model {
|
|
468
|
+
currentPage?: number;
|
|
380
469
|
lang?: string;
|
|
381
470
|
name?: string;
|
|
471
|
+
pageSize?: number;
|
|
472
|
+
rangeId?: number;
|
|
382
473
|
riskLevels?: string;
|
|
383
474
|
ruleId?: number;
|
|
384
|
-
rangeId?: number;
|
|
385
|
-
pageSize?: number;
|
|
386
|
-
currentPage?: number;
|
|
387
475
|
static names(): {
|
|
388
476
|
[key: string]: string;
|
|
389
477
|
};
|
|
@@ -396,10 +484,10 @@ export declare class DescribeDataAssetsRequest extends $tea.Model {
|
|
|
396
484
|
}
|
|
397
485
|
export declare class DescribeDataAssetsResponseBody extends $tea.Model {
|
|
398
486
|
currentPage?: number;
|
|
399
|
-
|
|
487
|
+
items?: DescribeDataAssetsResponseBodyItems[];
|
|
400
488
|
pageSize?: number;
|
|
489
|
+
requestId?: string;
|
|
401
490
|
totalCount?: number;
|
|
402
|
-
items?: DescribeDataAssetsResponseBodyItems[];
|
|
403
491
|
static names(): {
|
|
404
492
|
[key: string]: string;
|
|
405
493
|
};
|
|
@@ -426,8 +514,8 @@ export declare class DescribeDataAssetsResponse extends $tea.Model {
|
|
|
426
514
|
});
|
|
427
515
|
}
|
|
428
516
|
export declare class DescribeDataLimitDetailRequest extends $tea.Model {
|
|
429
|
-
lang?: string;
|
|
430
517
|
id?: number;
|
|
518
|
+
lang?: string;
|
|
431
519
|
networkType?: number;
|
|
432
520
|
static names(): {
|
|
433
521
|
[key: string]: string;
|
|
@@ -440,8 +528,8 @@ export declare class DescribeDataLimitDetailRequest extends $tea.Model {
|
|
|
440
528
|
});
|
|
441
529
|
}
|
|
442
530
|
export declare class DescribeDataLimitDetailResponseBody extends $tea.Model {
|
|
443
|
-
requestId?: string;
|
|
444
531
|
dataLimit?: DescribeDataLimitDetailResponseBodyDataLimit;
|
|
532
|
+
requestId?: string;
|
|
445
533
|
static names(): {
|
|
446
534
|
[key: string]: string;
|
|
447
535
|
};
|
|
@@ -467,20 +555,10 @@ export declare class DescribeDataLimitDetailResponse extends $tea.Model {
|
|
|
467
555
|
[key: string]: any;
|
|
468
556
|
});
|
|
469
557
|
}
|
|
470
|
-
export declare class
|
|
558
|
+
export declare class DescribeDataLimitSetRequest extends $tea.Model {
|
|
471
559
|
lang?: string;
|
|
472
|
-
pageSize?: number;
|
|
473
|
-
currentPage?: number;
|
|
474
|
-
resourceType?: number;
|
|
475
560
|
parentId?: string;
|
|
476
|
-
|
|
477
|
-
checkStatus?: number;
|
|
478
|
-
auditStatus?: number;
|
|
479
|
-
engineType?: string;
|
|
480
|
-
datamaskStatus?: number;
|
|
481
|
-
enable?: number;
|
|
482
|
-
startTime?: number;
|
|
483
|
-
endTime?: number;
|
|
561
|
+
resourceType?: number;
|
|
484
562
|
static names(): {
|
|
485
563
|
[key: string]: string;
|
|
486
564
|
};
|
|
@@ -491,12 +569,9 @@ export declare class DescribeDataLimitsRequest extends $tea.Model {
|
|
|
491
569
|
[key: string]: any;
|
|
492
570
|
});
|
|
493
571
|
}
|
|
494
|
-
export declare class
|
|
495
|
-
|
|
572
|
+
export declare class DescribeDataLimitSetResponseBody extends $tea.Model {
|
|
573
|
+
dataLimitSet?: DescribeDataLimitSetResponseBodyDataLimitSet;
|
|
496
574
|
requestId?: string;
|
|
497
|
-
pageSize?: number;
|
|
498
|
-
totalCount?: number;
|
|
499
|
-
items?: DescribeDataLimitsResponseBodyItems[];
|
|
500
575
|
static names(): {
|
|
501
576
|
[key: string]: string;
|
|
502
577
|
};
|
|
@@ -507,11 +582,11 @@ export declare class DescribeDataLimitsResponseBody extends $tea.Model {
|
|
|
507
582
|
[key: string]: any;
|
|
508
583
|
});
|
|
509
584
|
}
|
|
510
|
-
export declare class
|
|
585
|
+
export declare class DescribeDataLimitSetResponse extends $tea.Model {
|
|
511
586
|
headers: {
|
|
512
587
|
[key: string]: string;
|
|
513
588
|
};
|
|
514
|
-
body:
|
|
589
|
+
body: DescribeDataLimitSetResponseBody;
|
|
515
590
|
static names(): {
|
|
516
591
|
[key: string]: string;
|
|
517
592
|
};
|
|
@@ -522,10 +597,20 @@ export declare class DescribeDataLimitsResponse extends $tea.Model {
|
|
|
522
597
|
[key: string]: any;
|
|
523
598
|
});
|
|
524
599
|
}
|
|
525
|
-
export declare class
|
|
600
|
+
export declare class DescribeDataLimitsRequest extends $tea.Model {
|
|
601
|
+
auditStatus?: number;
|
|
602
|
+
checkStatus?: number;
|
|
603
|
+
currentPage?: number;
|
|
604
|
+
datamaskStatus?: number;
|
|
605
|
+
enable?: number;
|
|
606
|
+
endTime?: number;
|
|
607
|
+
engineType?: string;
|
|
526
608
|
lang?: string;
|
|
527
|
-
|
|
609
|
+
pageSize?: number;
|
|
528
610
|
parentId?: string;
|
|
611
|
+
resourceType?: number;
|
|
612
|
+
serviceRegionId?: string;
|
|
613
|
+
startTime?: number;
|
|
529
614
|
static names(): {
|
|
530
615
|
[key: string]: string;
|
|
531
616
|
};
|
|
@@ -536,9 +621,12 @@ export declare class DescribeDataLimitSetRequest extends $tea.Model {
|
|
|
536
621
|
[key: string]: any;
|
|
537
622
|
});
|
|
538
623
|
}
|
|
539
|
-
export declare class
|
|
624
|
+
export declare class DescribeDataLimitsResponseBody extends $tea.Model {
|
|
625
|
+
currentPage?: number;
|
|
626
|
+
items?: DescribeDataLimitsResponseBodyItems[];
|
|
627
|
+
pageSize?: number;
|
|
540
628
|
requestId?: string;
|
|
541
|
-
|
|
629
|
+
totalCount?: number;
|
|
542
630
|
static names(): {
|
|
543
631
|
[key: string]: string;
|
|
544
632
|
};
|
|
@@ -549,11 +637,11 @@ export declare class DescribeDataLimitSetResponseBody extends $tea.Model {
|
|
|
549
637
|
[key: string]: any;
|
|
550
638
|
});
|
|
551
639
|
}
|
|
552
|
-
export declare class
|
|
640
|
+
export declare class DescribeDataLimitsResponse extends $tea.Model {
|
|
553
641
|
headers: {
|
|
554
642
|
[key: string]: string;
|
|
555
643
|
};
|
|
556
|
-
body:
|
|
644
|
+
body: DescribeDataLimitsResponseBody;
|
|
557
645
|
static names(): {
|
|
558
646
|
[key: string]: string;
|
|
559
647
|
};
|
|
@@ -565,17 +653,17 @@ export declare class DescribeDataLimitSetResponse extends $tea.Model {
|
|
|
565
653
|
});
|
|
566
654
|
}
|
|
567
655
|
export declare class DescribeDataMaskingRunHistoryRequest extends $tea.Model {
|
|
568
|
-
lang?: string;
|
|
569
|
-
taskId?: string;
|
|
570
|
-
startTime?: number;
|
|
571
|
-
endTime?: number;
|
|
572
|
-
status?: number;
|
|
573
|
-
srcType?: number;
|
|
574
|
-
dstType?: number;
|
|
575
|
-
pageSize?: number;
|
|
576
656
|
currentPage?: number;
|
|
657
|
+
dstType?: number;
|
|
658
|
+
endTime?: number;
|
|
659
|
+
lang?: string;
|
|
577
660
|
mainProcessId?: number;
|
|
661
|
+
pageSize?: number;
|
|
578
662
|
srcTableName?: string;
|
|
663
|
+
srcType?: number;
|
|
664
|
+
startTime?: number;
|
|
665
|
+
status?: number;
|
|
666
|
+
taskId?: string;
|
|
579
667
|
static names(): {
|
|
580
668
|
[key: string]: string;
|
|
581
669
|
};
|
|
@@ -588,10 +676,10 @@ export declare class DescribeDataMaskingRunHistoryRequest extends $tea.Model {
|
|
|
588
676
|
}
|
|
589
677
|
export declare class DescribeDataMaskingRunHistoryResponseBody extends $tea.Model {
|
|
590
678
|
currentPage?: number;
|
|
591
|
-
|
|
679
|
+
items?: DescribeDataMaskingRunHistoryResponseBodyItems[];
|
|
592
680
|
pageSize?: number;
|
|
681
|
+
requestId?: string;
|
|
593
682
|
totalCount?: number;
|
|
594
|
-
items?: DescribeDataMaskingRunHistoryResponseBodyItems[];
|
|
595
683
|
static names(): {
|
|
596
684
|
[key: string]: string;
|
|
597
685
|
};
|
|
@@ -618,13 +706,13 @@ export declare class DescribeDataMaskingRunHistoryResponse extends $tea.Model {
|
|
|
618
706
|
});
|
|
619
707
|
}
|
|
620
708
|
export declare class DescribeDataMaskingTasksRequest extends $tea.Model {
|
|
709
|
+
currentPage?: number;
|
|
710
|
+
dstType?: number;
|
|
711
|
+
endTime?: number;
|
|
621
712
|
lang?: string;
|
|
713
|
+
pageSize?: number;
|
|
622
714
|
searchKey?: string;
|
|
623
715
|
startTime?: number;
|
|
624
|
-
endTime?: number;
|
|
625
|
-
dstType?: number;
|
|
626
|
-
pageSize?: number;
|
|
627
|
-
currentPage?: number;
|
|
628
716
|
static names(): {
|
|
629
717
|
[key: string]: string;
|
|
630
718
|
};
|
|
@@ -637,10 +725,10 @@ export declare class DescribeDataMaskingTasksRequest extends $tea.Model {
|
|
|
637
725
|
}
|
|
638
726
|
export declare class DescribeDataMaskingTasksResponseBody extends $tea.Model {
|
|
639
727
|
currentPage?: number;
|
|
640
|
-
|
|
728
|
+
items?: DescribeDataMaskingTasksResponseBodyItems[];
|
|
641
729
|
pageSize?: number;
|
|
730
|
+
requestId?: string;
|
|
642
731
|
totalCount?: number;
|
|
643
|
-
items?: DescribeDataMaskingTasksResponseBodyItems[];
|
|
644
732
|
static names(): {
|
|
645
733
|
[key: string]: string;
|
|
646
734
|
};
|
|
@@ -667,8 +755,8 @@ export declare class DescribeDataMaskingTasksResponse extends $tea.Model {
|
|
|
667
755
|
});
|
|
668
756
|
}
|
|
669
757
|
export declare class DescribeEventDetailRequest extends $tea.Model {
|
|
670
|
-
lang?: string;
|
|
671
758
|
id?: number;
|
|
759
|
+
lang?: string;
|
|
672
760
|
static names(): {
|
|
673
761
|
[key: string]: string;
|
|
674
762
|
};
|
|
@@ -680,8 +768,8 @@ export declare class DescribeEventDetailRequest extends $tea.Model {
|
|
|
680
768
|
});
|
|
681
769
|
}
|
|
682
770
|
export declare class DescribeEventDetailResponseBody extends $tea.Model {
|
|
683
|
-
requestId?: string;
|
|
684
771
|
event?: DescribeEventDetailResponseBodyEvent;
|
|
772
|
+
requestId?: string;
|
|
685
773
|
static names(): {
|
|
686
774
|
[key: string]: string;
|
|
687
775
|
};
|
|
@@ -707,22 +795,11 @@ export declare class DescribeEventDetailResponse extends $tea.Model {
|
|
|
707
795
|
[key: string]: any;
|
|
708
796
|
});
|
|
709
797
|
}
|
|
710
|
-
export declare class
|
|
798
|
+
export declare class DescribeEventTypesRequest extends $tea.Model {
|
|
711
799
|
lang?: string;
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
status?: string;
|
|
716
|
-
typeCode?: string;
|
|
717
|
-
subTypeCode?: string;
|
|
718
|
-
startTime?: string;
|
|
719
|
-
endTime?: string;
|
|
720
|
-
pageSize?: number;
|
|
721
|
-
currentPage?: number;
|
|
722
|
-
instanceName?: string;
|
|
723
|
-
productCode?: string;
|
|
724
|
-
targetProductCode?: string;
|
|
725
|
-
userName?: string;
|
|
800
|
+
parentTypeId?: number;
|
|
801
|
+
resourceId?: number;
|
|
802
|
+
status?: number;
|
|
726
803
|
static names(): {
|
|
727
804
|
[key: string]: string;
|
|
728
805
|
};
|
|
@@ -733,12 +810,9 @@ export declare class DescribeEventsRequest extends $tea.Model {
|
|
|
733
810
|
[key: string]: any;
|
|
734
811
|
});
|
|
735
812
|
}
|
|
736
|
-
export declare class
|
|
737
|
-
|
|
813
|
+
export declare class DescribeEventTypesResponseBody extends $tea.Model {
|
|
814
|
+
eventTypeList?: DescribeEventTypesResponseBodyEventTypeList[];
|
|
738
815
|
requestId?: string;
|
|
739
|
-
pageSize?: number;
|
|
740
|
-
totalCount?: number;
|
|
741
|
-
items?: DescribeEventsResponseBodyItems[];
|
|
742
816
|
static names(): {
|
|
743
817
|
[key: string]: string;
|
|
744
818
|
};
|
|
@@ -749,11 +823,11 @@ export declare class DescribeEventsResponseBody extends $tea.Model {
|
|
|
749
823
|
[key: string]: any;
|
|
750
824
|
});
|
|
751
825
|
}
|
|
752
|
-
export declare class
|
|
826
|
+
export declare class DescribeEventTypesResponse extends $tea.Model {
|
|
753
827
|
headers: {
|
|
754
828
|
[key: string]: string;
|
|
755
829
|
};
|
|
756
|
-
body:
|
|
830
|
+
body: DescribeEventTypesResponseBody;
|
|
757
831
|
static names(): {
|
|
758
832
|
[key: string]: string;
|
|
759
833
|
};
|
|
@@ -764,11 +838,22 @@ export declare class DescribeEventsResponse extends $tea.Model {
|
|
|
764
838
|
[key: string]: any;
|
|
765
839
|
});
|
|
766
840
|
}
|
|
767
|
-
export declare class
|
|
841
|
+
export declare class DescribeEventsRequest extends $tea.Model {
|
|
842
|
+
currentPage?: number;
|
|
843
|
+
dealUserId?: string;
|
|
844
|
+
endTime?: string;
|
|
845
|
+
id?: number;
|
|
846
|
+
instanceName?: string;
|
|
768
847
|
lang?: string;
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
848
|
+
pageSize?: number;
|
|
849
|
+
productCode?: string;
|
|
850
|
+
startTime?: string;
|
|
851
|
+
status?: string;
|
|
852
|
+
subTypeCode?: string;
|
|
853
|
+
targetProductCode?: string;
|
|
854
|
+
typeCode?: string;
|
|
855
|
+
userId?: number;
|
|
856
|
+
userName?: string;
|
|
772
857
|
static names(): {
|
|
773
858
|
[key: string]: string;
|
|
774
859
|
};
|
|
@@ -779,9 +864,12 @@ export declare class DescribeEventTypesRequest extends $tea.Model {
|
|
|
779
864
|
[key: string]: any;
|
|
780
865
|
});
|
|
781
866
|
}
|
|
782
|
-
export declare class
|
|
867
|
+
export declare class DescribeEventsResponseBody extends $tea.Model {
|
|
868
|
+
currentPage?: number;
|
|
869
|
+
items?: DescribeEventsResponseBodyItems[];
|
|
870
|
+
pageSize?: number;
|
|
783
871
|
requestId?: string;
|
|
784
|
-
|
|
872
|
+
totalCount?: number;
|
|
785
873
|
static names(): {
|
|
786
874
|
[key: string]: string;
|
|
787
875
|
};
|
|
@@ -792,11 +880,11 @@ export declare class DescribeEventTypesResponseBody extends $tea.Model {
|
|
|
792
880
|
[key: string]: any;
|
|
793
881
|
});
|
|
794
882
|
}
|
|
795
|
-
export declare class
|
|
883
|
+
export declare class DescribeEventsResponse extends $tea.Model {
|
|
796
884
|
headers: {
|
|
797
885
|
[key: string]: string;
|
|
798
886
|
};
|
|
799
|
-
body:
|
|
887
|
+
body: DescribeEventsResponseBody;
|
|
800
888
|
static names(): {
|
|
801
889
|
[key: string]: string;
|
|
802
890
|
};
|
|
@@ -807,27 +895,14 @@ export declare class DescribeEventTypesResponse extends $tea.Model {
|
|
|
807
895
|
[key: string]: any;
|
|
808
896
|
});
|
|
809
897
|
}
|
|
810
|
-
export declare class
|
|
898
|
+
export declare class DescribeInstanceSourcesRequest extends $tea.Model {
|
|
899
|
+
currentPage?: number;
|
|
900
|
+
engineType?: string;
|
|
901
|
+
instanceId?: string;
|
|
811
902
|
lang?: string;
|
|
812
|
-
|
|
903
|
+
pageSize?: number;
|
|
813
904
|
productId?: number;
|
|
814
|
-
riskLevelId?: number;
|
|
815
|
-
ruleId?: number;
|
|
816
905
|
serviceRegionId?: string;
|
|
817
|
-
featureType?: number;
|
|
818
|
-
productCode?: string;
|
|
819
|
-
pageSize?: number;
|
|
820
|
-
currentPage?: number;
|
|
821
|
-
lastFinishTimeStart?: number;
|
|
822
|
-
lastFinishTimeEnd?: number;
|
|
823
|
-
userId?: number;
|
|
824
|
-
userType?: number;
|
|
825
|
-
sensLevelName?: string;
|
|
826
|
-
source?: string;
|
|
827
|
-
checkStatus?: number;
|
|
828
|
-
nameAccurate?: string;
|
|
829
|
-
startTime?: number;
|
|
830
|
-
endTime?: number;
|
|
831
906
|
static names(): {
|
|
832
907
|
[key: string]: string;
|
|
833
908
|
};
|
|
@@ -838,12 +913,12 @@ export declare class DescribeInstancesRequest extends $tea.Model {
|
|
|
838
913
|
[key: string]: any;
|
|
839
914
|
});
|
|
840
915
|
}
|
|
841
|
-
export declare class
|
|
916
|
+
export declare class DescribeInstanceSourcesResponseBody extends $tea.Model {
|
|
842
917
|
currentPage?: number;
|
|
843
|
-
|
|
918
|
+
items?: DescribeInstanceSourcesResponseBodyItems[];
|
|
844
919
|
pageSize?: number;
|
|
920
|
+
requestId?: string;
|
|
845
921
|
totalCount?: number;
|
|
846
|
-
items?: DescribeInstancesResponseBodyItems[];
|
|
847
922
|
static names(): {
|
|
848
923
|
[key: string]: string;
|
|
849
924
|
};
|
|
@@ -854,11 +929,11 @@ export declare class DescribeInstancesResponseBody extends $tea.Model {
|
|
|
854
929
|
[key: string]: any;
|
|
855
930
|
});
|
|
856
931
|
}
|
|
857
|
-
export declare class
|
|
932
|
+
export declare class DescribeInstanceSourcesResponse extends $tea.Model {
|
|
858
933
|
headers: {
|
|
859
934
|
[key: string]: string;
|
|
860
935
|
};
|
|
861
|
-
body:
|
|
936
|
+
body: DescribeInstanceSourcesResponseBody;
|
|
862
937
|
static names(): {
|
|
863
938
|
[key: string]: string;
|
|
864
939
|
};
|
|
@@ -869,16 +944,17 @@ export declare class DescribeInstancesResponse extends $tea.Model {
|
|
|
869
944
|
[key: string]: any;
|
|
870
945
|
});
|
|
871
946
|
}
|
|
872
|
-
export declare class
|
|
947
|
+
export declare class DescribeInstancesRequest extends $tea.Model {
|
|
948
|
+
currentPage?: number;
|
|
949
|
+
featureType?: number;
|
|
873
950
|
lang?: string;
|
|
951
|
+
name?: string;
|
|
874
952
|
pageSize?: number;
|
|
875
|
-
|
|
876
|
-
serviceRegionId?: string;
|
|
877
|
-
engineType?: string;
|
|
878
|
-
instanceId?: string;
|
|
879
|
-
dbName?: string;
|
|
953
|
+
productCode?: string;
|
|
880
954
|
productId?: number;
|
|
881
|
-
|
|
955
|
+
riskLevelId?: number;
|
|
956
|
+
ruleId?: number;
|
|
957
|
+
serviceRegionId?: string;
|
|
882
958
|
static names(): {
|
|
883
959
|
[key: string]: string;
|
|
884
960
|
};
|
|
@@ -889,12 +965,12 @@ export declare class DescribeInstanceSourcesRequest extends $tea.Model {
|
|
|
889
965
|
[key: string]: any;
|
|
890
966
|
});
|
|
891
967
|
}
|
|
892
|
-
export declare class
|
|
968
|
+
export declare class DescribeInstancesResponseBody extends $tea.Model {
|
|
893
969
|
currentPage?: number;
|
|
894
|
-
|
|
970
|
+
items?: DescribeInstancesResponseBodyItems[];
|
|
895
971
|
pageSize?: number;
|
|
972
|
+
requestId?: string;
|
|
896
973
|
totalCount?: number;
|
|
897
|
-
items?: DescribeInstanceSourcesResponseBodyItems[];
|
|
898
974
|
static names(): {
|
|
899
975
|
[key: string]: string;
|
|
900
976
|
};
|
|
@@ -905,11 +981,11 @@ export declare class DescribeInstanceSourcesResponseBody extends $tea.Model {
|
|
|
905
981
|
[key: string]: any;
|
|
906
982
|
});
|
|
907
983
|
}
|
|
908
|
-
export declare class
|
|
984
|
+
export declare class DescribeInstancesResponse extends $tea.Model {
|
|
909
985
|
headers: {
|
|
910
986
|
[key: string]: string;
|
|
911
987
|
};
|
|
912
|
-
body:
|
|
988
|
+
body: DescribeInstancesResponseBody;
|
|
913
989
|
static names(): {
|
|
914
990
|
[key: string]: string;
|
|
915
991
|
};
|
|
@@ -921,8 +997,8 @@ export declare class DescribeInstanceSourcesResponse extends $tea.Model {
|
|
|
921
997
|
});
|
|
922
998
|
}
|
|
923
999
|
export declare class DescribeOssObjectDetailRequest extends $tea.Model {
|
|
924
|
-
lang?: string;
|
|
925
1000
|
id?: number;
|
|
1001
|
+
lang?: string;
|
|
926
1002
|
static names(): {
|
|
927
1003
|
[key: string]: string;
|
|
928
1004
|
};
|
|
@@ -934,8 +1010,8 @@ export declare class DescribeOssObjectDetailRequest extends $tea.Model {
|
|
|
934
1010
|
});
|
|
935
1011
|
}
|
|
936
1012
|
export declare class DescribeOssObjectDetailResponseBody extends $tea.Model {
|
|
937
|
-
requestId?: string;
|
|
938
1013
|
ossObjectDetail?: DescribeOssObjectDetailResponseBodyOssObjectDetail;
|
|
1014
|
+
requestId?: string;
|
|
939
1015
|
static names(): {
|
|
940
1016
|
[key: string]: string;
|
|
941
1017
|
};
|
|
@@ -962,16 +1038,16 @@ export declare class DescribeOssObjectDetailResponse extends $tea.Model {
|
|
|
962
1038
|
});
|
|
963
1039
|
}
|
|
964
1040
|
export declare class DescribeOssObjectsRequest extends $tea.Model {
|
|
1041
|
+
currentPage?: number;
|
|
1042
|
+
instanceId?: string;
|
|
965
1043
|
lang?: string;
|
|
1044
|
+
lastScanTimeEnd?: number;
|
|
1045
|
+
lastScanTimeStart?: number;
|
|
966
1046
|
name?: string;
|
|
1047
|
+
pageSize?: number;
|
|
967
1048
|
riskLevelId?: number;
|
|
968
1049
|
ruleId?: number;
|
|
969
|
-
instanceId?: string;
|
|
970
|
-
pageSize?: number;
|
|
971
|
-
currentPage?: number;
|
|
972
1050
|
serviceRegionId?: string;
|
|
973
|
-
lastScanTimeStart?: number;
|
|
974
|
-
lastScanTimeEnd?: number;
|
|
975
1051
|
static names(): {
|
|
976
1052
|
[key: string]: string;
|
|
977
1053
|
};
|
|
@@ -984,10 +1060,10 @@ export declare class DescribeOssObjectsRequest extends $tea.Model {
|
|
|
984
1060
|
}
|
|
985
1061
|
export declare class DescribeOssObjectsResponseBody extends $tea.Model {
|
|
986
1062
|
currentPage?: number;
|
|
987
|
-
|
|
1063
|
+
items?: DescribeOssObjectsResponseBodyItems[];
|
|
988
1064
|
pageSize?: number;
|
|
1065
|
+
requestId?: string;
|
|
989
1066
|
totalCount?: number;
|
|
990
|
-
items?: DescribeOssObjectsResponseBodyItems[];
|
|
991
1067
|
static names(): {
|
|
992
1068
|
[key: string]: string;
|
|
993
1069
|
};
|
|
@@ -1014,14 +1090,14 @@ export declare class DescribeOssObjectsResponse extends $tea.Model {
|
|
|
1014
1090
|
});
|
|
1015
1091
|
}
|
|
1016
1092
|
export declare class DescribePackagesRequest extends $tea.Model {
|
|
1093
|
+
currentPage?: number;
|
|
1094
|
+
instanceId?: number;
|
|
1017
1095
|
lang?: string;
|
|
1018
1096
|
name?: string;
|
|
1097
|
+
pageSize?: number;
|
|
1019
1098
|
productId?: number;
|
|
1020
1099
|
riskLevelId?: number;
|
|
1021
1100
|
ruleId?: number;
|
|
1022
|
-
instanceId?: number;
|
|
1023
|
-
pageSize?: number;
|
|
1024
|
-
currentPage?: number;
|
|
1025
1101
|
static names(): {
|
|
1026
1102
|
[key: string]: string;
|
|
1027
1103
|
};
|
|
@@ -1034,10 +1110,10 @@ export declare class DescribePackagesRequest extends $tea.Model {
|
|
|
1034
1110
|
}
|
|
1035
1111
|
export declare class DescribePackagesResponseBody extends $tea.Model {
|
|
1036
1112
|
currentPage?: number;
|
|
1037
|
-
|
|
1113
|
+
items?: DescribePackagesResponseBodyItems[];
|
|
1038
1114
|
pageSize?: number;
|
|
1115
|
+
requestId?: string;
|
|
1039
1116
|
totalCount?: number;
|
|
1040
|
-
items?: DescribePackagesResponseBodyItems[];
|
|
1041
1117
|
static names(): {
|
|
1042
1118
|
[key: string]: string;
|
|
1043
1119
|
};
|
|
@@ -1104,21 +1180,21 @@ export declare class DescribeRiskLevelsResponse extends $tea.Model {
|
|
|
1104
1180
|
});
|
|
1105
1181
|
}
|
|
1106
1182
|
export declare class DescribeRulesRequest extends $tea.Model {
|
|
1107
|
-
|
|
1108
|
-
|
|
1183
|
+
category?: number;
|
|
1184
|
+
contentCategory?: number;
|
|
1109
1185
|
currentPage?: number;
|
|
1110
1186
|
customType?: number;
|
|
1111
|
-
|
|
1187
|
+
groupId?: string;
|
|
1188
|
+
keywordCompatible?: boolean;
|
|
1189
|
+
lang?: string;
|
|
1112
1190
|
name?: string;
|
|
1113
|
-
|
|
1114
|
-
ruleType?: number;
|
|
1191
|
+
pageSize?: number;
|
|
1115
1192
|
productCode?: number;
|
|
1116
1193
|
productId?: number;
|
|
1117
|
-
|
|
1118
|
-
|
|
1194
|
+
riskLevelId?: number;
|
|
1195
|
+
ruleType?: number;
|
|
1119
1196
|
status?: number;
|
|
1120
|
-
|
|
1121
|
-
groupId?: string;
|
|
1197
|
+
warnLevel?: number;
|
|
1122
1198
|
static names(): {
|
|
1123
1199
|
[key: string]: string;
|
|
1124
1200
|
};
|
|
@@ -1131,10 +1207,10 @@ export declare class DescribeRulesRequest extends $tea.Model {
|
|
|
1131
1207
|
}
|
|
1132
1208
|
export declare class DescribeRulesResponseBody extends $tea.Model {
|
|
1133
1209
|
currentPage?: number;
|
|
1134
|
-
|
|
1210
|
+
items?: DescribeRulesResponseBodyItems[];
|
|
1135
1211
|
pageSize?: number;
|
|
1212
|
+
requestId?: string;
|
|
1136
1213
|
totalCount?: number;
|
|
1137
|
-
items?: DescribeRulesResponseBodyItems[];
|
|
1138
1214
|
static names(): {
|
|
1139
1215
|
[key: string]: string;
|
|
1140
1216
|
};
|
|
@@ -1161,24 +1237,17 @@ export declare class DescribeRulesResponse extends $tea.Model {
|
|
|
1161
1237
|
});
|
|
1162
1238
|
}
|
|
1163
1239
|
export declare class DescribeTablesRequest extends $tea.Model {
|
|
1240
|
+
currentPage?: number;
|
|
1241
|
+
instanceId?: number;
|
|
1164
1242
|
lang?: string;
|
|
1165
1243
|
name?: string;
|
|
1166
|
-
|
|
1244
|
+
packageId?: number;
|
|
1245
|
+
pageSize?: number;
|
|
1167
1246
|
productCode?: string;
|
|
1247
|
+
productId?: number;
|
|
1168
1248
|
riskLevelId?: number;
|
|
1169
1249
|
ruleId?: number;
|
|
1170
|
-
|
|
1171
|
-
instanceName?: string;
|
|
1172
|
-
ruleName?: string;
|
|
1173
|
-
sensLevelName?: string;
|
|
1174
|
-
packageId?: number;
|
|
1175
|
-
pageSize?: number;
|
|
1176
|
-
currentPage?: number;
|
|
1177
|
-
lastScanTimeStart?: number;
|
|
1178
|
-
lastScanTimeEnd?: number;
|
|
1179
|
-
startTime?: number;
|
|
1180
|
-
endTime?: number;
|
|
1181
|
-
instanceDescription?: string;
|
|
1250
|
+
serviceRegionId?: string;
|
|
1182
1251
|
static names(): {
|
|
1183
1252
|
[key: string]: string;
|
|
1184
1253
|
};
|
|
@@ -1191,10 +1260,10 @@ export declare class DescribeTablesRequest extends $tea.Model {
|
|
|
1191
1260
|
}
|
|
1192
1261
|
export declare class DescribeTablesResponseBody extends $tea.Model {
|
|
1193
1262
|
currentPage?: number;
|
|
1194
|
-
|
|
1263
|
+
items?: DescribeTablesResponseBodyItems[];
|
|
1195
1264
|
pageSize?: number;
|
|
1265
|
+
requestId?: string;
|
|
1196
1266
|
totalCount?: number;
|
|
1197
|
-
items?: DescribeTablesResponseBodyItems[];
|
|
1198
1267
|
static names(): {
|
|
1199
1268
|
[key: string]: string;
|
|
1200
1269
|
};
|
|
@@ -1261,8 +1330,8 @@ export declare class DescribeUserStatusResponse extends $tea.Model {
|
|
|
1261
1330
|
});
|
|
1262
1331
|
}
|
|
1263
1332
|
export declare class DisableUserConfigRequest extends $tea.Model {
|
|
1264
|
-
lang?: string;
|
|
1265
1333
|
code?: string;
|
|
1334
|
+
lang?: string;
|
|
1266
1335
|
static names(): {
|
|
1267
1336
|
[key: string]: string;
|
|
1268
1337
|
};
|
|
@@ -1301,8 +1370,9 @@ export declare class DisableUserConfigResponse extends $tea.Model {
|
|
|
1301
1370
|
});
|
|
1302
1371
|
}
|
|
1303
1372
|
export declare class ExecDatamaskRequest extends $tea.Model {
|
|
1304
|
-
templateId?: number;
|
|
1305
1373
|
data?: string;
|
|
1374
|
+
lang?: string;
|
|
1375
|
+
templateId?: number;
|
|
1306
1376
|
static names(): {
|
|
1307
1377
|
[key: string]: string;
|
|
1308
1378
|
};
|
|
@@ -1342,8 +1412,8 @@ export declare class ExecDatamaskResponse extends $tea.Model {
|
|
|
1342
1412
|
});
|
|
1343
1413
|
}
|
|
1344
1414
|
export declare class ManualTriggerMaskingProcessRequest extends $tea.Model {
|
|
1345
|
-
lang?: string;
|
|
1346
1415
|
id?: number;
|
|
1416
|
+
lang?: string;
|
|
1347
1417
|
static names(): {
|
|
1348
1418
|
[key: string]: string;
|
|
1349
1419
|
};
|
|
@@ -1382,18 +1452,18 @@ export declare class ManualTriggerMaskingProcessResponse extends $tea.Model {
|
|
|
1382
1452
|
});
|
|
1383
1453
|
}
|
|
1384
1454
|
export declare class ModifyDataLimitRequest extends $tea.Model {
|
|
1385
|
-
|
|
1455
|
+
auditStatus?: number;
|
|
1456
|
+
autoScan?: number;
|
|
1457
|
+
engineType?: string;
|
|
1386
1458
|
id?: number;
|
|
1459
|
+
lang?: string;
|
|
1460
|
+
logStoreDay?: number;
|
|
1461
|
+
modifyPassword?: boolean;
|
|
1462
|
+
password?: string;
|
|
1463
|
+
port?: number;
|
|
1387
1464
|
resourceType?: number;
|
|
1388
1465
|
serviceRegionId?: string;
|
|
1389
1466
|
userName?: string;
|
|
1390
|
-
password?: string;
|
|
1391
|
-
modifyPassword?: boolean;
|
|
1392
|
-
auditStatus?: number;
|
|
1393
|
-
logStoreDay?: number;
|
|
1394
|
-
engineType?: string;
|
|
1395
|
-
port?: number;
|
|
1396
|
-
autoScan?: number;
|
|
1397
1467
|
static names(): {
|
|
1398
1468
|
[key: string]: string;
|
|
1399
1469
|
};
|
|
@@ -1432,8 +1502,8 @@ export declare class ModifyDataLimitResponse extends $tea.Model {
|
|
|
1432
1502
|
});
|
|
1433
1503
|
}
|
|
1434
1504
|
export declare class ModifyDefaultLevelRequest extends $tea.Model {
|
|
1435
|
-
lang?: string;
|
|
1436
1505
|
defaultId?: number;
|
|
1506
|
+
lang?: string;
|
|
1437
1507
|
sensitiveIds?: string;
|
|
1438
1508
|
static names(): {
|
|
1439
1509
|
[key: string]: string;
|
|
@@ -1473,10 +1543,10 @@ export declare class ModifyDefaultLevelResponse extends $tea.Model {
|
|
|
1473
1543
|
});
|
|
1474
1544
|
}
|
|
1475
1545
|
export declare class ModifyEventStatusRequest extends $tea.Model {
|
|
1476
|
-
lang?: string;
|
|
1477
|
-
id?: number;
|
|
1478
1546
|
backed?: boolean;
|
|
1479
1547
|
dealReason?: string;
|
|
1548
|
+
id?: number;
|
|
1549
|
+
lang?: string;
|
|
1480
1550
|
status?: number;
|
|
1481
1551
|
static names(): {
|
|
1482
1552
|
[key: string]: string;
|
|
@@ -1555,22 +1625,9 @@ export declare class ModifyEventTypeStatusResponse extends $tea.Model {
|
|
|
1555
1625
|
[key: string]: any;
|
|
1556
1626
|
});
|
|
1557
1627
|
}
|
|
1558
|
-
export declare class
|
|
1628
|
+
export declare class ModifyReportTaskStatusRequest extends $tea.Model {
|
|
1559
1629
|
lang?: string;
|
|
1560
|
-
|
|
1561
|
-
customType?: number;
|
|
1562
|
-
name?: string;
|
|
1563
|
-
category?: number;
|
|
1564
|
-
content?: string;
|
|
1565
|
-
statExpress?: string;
|
|
1566
|
-
riskLevelId?: number;
|
|
1567
|
-
ruleType?: number;
|
|
1568
|
-
productCode?: string;
|
|
1569
|
-
productId?: number;
|
|
1570
|
-
warnLevel?: number;
|
|
1571
|
-
description?: string;
|
|
1572
|
-
contentCategory?: number;
|
|
1573
|
-
target?: string;
|
|
1630
|
+
reportTaskStatus?: number;
|
|
1574
1631
|
static names(): {
|
|
1575
1632
|
[key: string]: string;
|
|
1576
1633
|
};
|
|
@@ -1581,7 +1638,7 @@ export declare class ModifyRuleRequest extends $tea.Model {
|
|
|
1581
1638
|
[key: string]: any;
|
|
1582
1639
|
});
|
|
1583
1640
|
}
|
|
1584
|
-
export declare class
|
|
1641
|
+
export declare class ModifyReportTaskStatusResponseBody extends $tea.Model {
|
|
1585
1642
|
requestId?: string;
|
|
1586
1643
|
static names(): {
|
|
1587
1644
|
[key: string]: string;
|
|
@@ -1593,11 +1650,11 @@ export declare class ModifyRuleResponseBody extends $tea.Model {
|
|
|
1593
1650
|
[key: string]: any;
|
|
1594
1651
|
});
|
|
1595
1652
|
}
|
|
1596
|
-
export declare class
|
|
1653
|
+
export declare class ModifyReportTaskStatusResponse extends $tea.Model {
|
|
1597
1654
|
headers: {
|
|
1598
1655
|
[key: string]: string;
|
|
1599
1656
|
};
|
|
1600
|
-
body:
|
|
1657
|
+
body: ModifyReportTaskStatusResponseBody;
|
|
1601
1658
|
static names(): {
|
|
1602
1659
|
[key: string]: string;
|
|
1603
1660
|
};
|
|
@@ -1608,11 +1665,17 @@ export declare class ModifyRuleResponse extends $tea.Model {
|
|
|
1608
1665
|
[key: string]: any;
|
|
1609
1666
|
});
|
|
1610
1667
|
}
|
|
1611
|
-
export declare class
|
|
1612
|
-
|
|
1668
|
+
export declare class ModifyRuleRequest extends $tea.Model {
|
|
1669
|
+
category?: number;
|
|
1670
|
+
content?: string;
|
|
1613
1671
|
id?: number;
|
|
1614
|
-
|
|
1615
|
-
|
|
1672
|
+
lang?: string;
|
|
1673
|
+
name?: string;
|
|
1674
|
+
productCode?: string;
|
|
1675
|
+
productId?: number;
|
|
1676
|
+
riskLevelId?: number;
|
|
1677
|
+
ruleType?: number;
|
|
1678
|
+
warnLevel?: number;
|
|
1616
1679
|
static names(): {
|
|
1617
1680
|
[key: string]: string;
|
|
1618
1681
|
};
|
|
@@ -1623,8 +1686,7 @@ export declare class ModifyRuleStatusRequest extends $tea.Model {
|
|
|
1623
1686
|
[key: string]: any;
|
|
1624
1687
|
});
|
|
1625
1688
|
}
|
|
1626
|
-
export declare class
|
|
1627
|
-
failedIds?: string;
|
|
1689
|
+
export declare class ModifyRuleResponseBody extends $tea.Model {
|
|
1628
1690
|
requestId?: string;
|
|
1629
1691
|
static names(): {
|
|
1630
1692
|
[key: string]: string;
|
|
@@ -1636,11 +1698,11 @@ export declare class ModifyRuleStatusResponseBody extends $tea.Model {
|
|
|
1636
1698
|
[key: string]: any;
|
|
1637
1699
|
});
|
|
1638
1700
|
}
|
|
1639
|
-
export declare class
|
|
1701
|
+
export declare class ModifyRuleResponse extends $tea.Model {
|
|
1640
1702
|
headers: {
|
|
1641
1703
|
[key: string]: string;
|
|
1642
1704
|
};
|
|
1643
|
-
body:
|
|
1705
|
+
body: ModifyRuleResponseBody;
|
|
1644
1706
|
static names(): {
|
|
1645
1707
|
[key: string]: string;
|
|
1646
1708
|
};
|
|
@@ -1651,10 +1713,11 @@ export declare class ModifyRuleStatusResponse extends $tea.Model {
|
|
|
1651
1713
|
[key: string]: any;
|
|
1652
1714
|
});
|
|
1653
1715
|
}
|
|
1654
|
-
export declare class
|
|
1655
|
-
lang?: string;
|
|
1716
|
+
export declare class ModifyRuleStatusRequest extends $tea.Model {
|
|
1656
1717
|
id?: number;
|
|
1657
|
-
|
|
1718
|
+
ids?: string;
|
|
1719
|
+
lang?: string;
|
|
1720
|
+
status?: number;
|
|
1658
1721
|
static names(): {
|
|
1659
1722
|
[key: string]: string;
|
|
1660
1723
|
};
|
|
@@ -1665,7 +1728,48 @@ export declare class StopMaskingProcessRequest extends $tea.Model {
|
|
|
1665
1728
|
[key: string]: any;
|
|
1666
1729
|
});
|
|
1667
1730
|
}
|
|
1668
|
-
export declare class
|
|
1731
|
+
export declare class ModifyRuleStatusResponseBody extends $tea.Model {
|
|
1732
|
+
failedIds?: string;
|
|
1733
|
+
requestId?: string;
|
|
1734
|
+
static names(): {
|
|
1735
|
+
[key: string]: string;
|
|
1736
|
+
};
|
|
1737
|
+
static types(): {
|
|
1738
|
+
[key: string]: any;
|
|
1739
|
+
};
|
|
1740
|
+
constructor(map?: {
|
|
1741
|
+
[key: string]: any;
|
|
1742
|
+
});
|
|
1743
|
+
}
|
|
1744
|
+
export declare class ModifyRuleStatusResponse extends $tea.Model {
|
|
1745
|
+
headers: {
|
|
1746
|
+
[key: string]: string;
|
|
1747
|
+
};
|
|
1748
|
+
body: ModifyRuleStatusResponseBody;
|
|
1749
|
+
static names(): {
|
|
1750
|
+
[key: string]: string;
|
|
1751
|
+
};
|
|
1752
|
+
static types(): {
|
|
1753
|
+
[key: string]: any;
|
|
1754
|
+
};
|
|
1755
|
+
constructor(map?: {
|
|
1756
|
+
[key: string]: any;
|
|
1757
|
+
});
|
|
1758
|
+
}
|
|
1759
|
+
export declare class StopMaskingProcessRequest extends $tea.Model {
|
|
1760
|
+
id?: number;
|
|
1761
|
+
lang?: string;
|
|
1762
|
+
static names(): {
|
|
1763
|
+
[key: string]: string;
|
|
1764
|
+
};
|
|
1765
|
+
static types(): {
|
|
1766
|
+
[key: string]: any;
|
|
1767
|
+
};
|
|
1768
|
+
constructor(map?: {
|
|
1769
|
+
[key: string]: any;
|
|
1770
|
+
});
|
|
1771
|
+
}
|
|
1772
|
+
export declare class StopMaskingProcessResponseBody extends $tea.Model {
|
|
1669
1773
|
requestId?: string;
|
|
1670
1774
|
static names(): {
|
|
1671
1775
|
[key: string]: string;
|
|
@@ -1692,26 +1796,44 @@ export declare class StopMaskingProcessResponse extends $tea.Model {
|
|
|
1692
1796
|
[key: string]: any;
|
|
1693
1797
|
});
|
|
1694
1798
|
}
|
|
1799
|
+
export declare class DescribeCategoryTemplateRuleListResponseBodyItems extends $tea.Model {
|
|
1800
|
+
description?: string;
|
|
1801
|
+
id?: number;
|
|
1802
|
+
identificationRuleIds?: string;
|
|
1803
|
+
identificationScope?: string;
|
|
1804
|
+
name?: string;
|
|
1805
|
+
riskLevelId?: number;
|
|
1806
|
+
status?: number;
|
|
1807
|
+
static names(): {
|
|
1808
|
+
[key: string]: string;
|
|
1809
|
+
};
|
|
1810
|
+
static types(): {
|
|
1811
|
+
[key: string]: any;
|
|
1812
|
+
};
|
|
1813
|
+
constructor(map?: {
|
|
1814
|
+
[key: string]: any;
|
|
1815
|
+
});
|
|
1816
|
+
}
|
|
1695
1817
|
export declare class DescribeColumnsResponseBodyItems extends $tea.Model {
|
|
1696
1818
|
creationTime?: number;
|
|
1697
|
-
tableName?: string;
|
|
1698
1819
|
dataType?: string;
|
|
1699
|
-
|
|
1820
|
+
id?: string;
|
|
1700
1821
|
instanceId?: number;
|
|
1701
|
-
riskLevelId?: number;
|
|
1702
|
-
ruleName?: string;
|
|
1703
|
-
ruleId?: number;
|
|
1704
|
-
sensitive?: boolean;
|
|
1705
|
-
sensLevelName?: string;
|
|
1706
1822
|
instanceName?: string;
|
|
1707
|
-
riskLevelName?: string;
|
|
1708
|
-
odpsRiskLevelName?: string;
|
|
1709
1823
|
name?: string;
|
|
1710
|
-
|
|
1711
|
-
|
|
1824
|
+
odpsRiskLevelName?: string;
|
|
1825
|
+
odpsRiskLevelValue?: number;
|
|
1712
1826
|
productCode?: string;
|
|
1713
|
-
revisionStatus?: number;
|
|
1714
1827
|
revisionId?: number;
|
|
1828
|
+
revisionStatus?: number;
|
|
1829
|
+
riskLevelId?: number;
|
|
1830
|
+
riskLevelName?: string;
|
|
1831
|
+
ruleId?: number;
|
|
1832
|
+
ruleName?: string;
|
|
1833
|
+
sensLevelName?: string;
|
|
1834
|
+
sensitive?: boolean;
|
|
1835
|
+
tableId?: number;
|
|
1836
|
+
tableName?: string;
|
|
1715
1837
|
static names(): {
|
|
1716
1838
|
[key: string]: string;
|
|
1717
1839
|
};
|
|
@@ -1723,11 +1845,11 @@ export declare class DescribeColumnsResponseBodyItems extends $tea.Model {
|
|
|
1723
1845
|
});
|
|
1724
1846
|
}
|
|
1725
1847
|
export declare class DescribeConfigsResponseBodyConfigList extends $tea.Model {
|
|
1726
|
-
code?:
|
|
1727
|
-
value?: number;
|
|
1848
|
+
code?: string;
|
|
1728
1849
|
defaultValue?: string;
|
|
1729
1850
|
description?: string;
|
|
1730
1851
|
id?: number;
|
|
1852
|
+
value?: string;
|
|
1731
1853
|
static names(): {
|
|
1732
1854
|
[key: string]: string;
|
|
1733
1855
|
};
|
|
@@ -1742,22 +1864,22 @@ export declare class DescribeDataAssetsResponseBodyItems extends $tea.Model {
|
|
|
1742
1864
|
acl?: string;
|
|
1743
1865
|
creationTime?: number;
|
|
1744
1866
|
dataType?: string;
|
|
1867
|
+
id?: string;
|
|
1868
|
+
labelsec?: boolean;
|
|
1869
|
+
name?: string;
|
|
1870
|
+
objectKey?: string;
|
|
1871
|
+
odpsRiskLevelName?: string;
|
|
1745
1872
|
owner?: string;
|
|
1746
|
-
|
|
1873
|
+
productCode?: string;
|
|
1874
|
+
productId?: string;
|
|
1747
1875
|
protection?: boolean;
|
|
1748
|
-
labelsec?: boolean;
|
|
1749
|
-
totalCount?: number;
|
|
1750
1876
|
riskLevelId?: number;
|
|
1877
|
+
riskLevelName?: string;
|
|
1751
1878
|
ruleName?: string;
|
|
1752
1879
|
sensitive?: boolean;
|
|
1753
|
-
objectKey?: string;
|
|
1754
|
-
riskLevelName?: string;
|
|
1755
|
-
odpsRiskLevelName?: string;
|
|
1756
|
-
productId?: string;
|
|
1757
|
-
name?: string;
|
|
1758
1880
|
sensitiveCount?: number;
|
|
1759
|
-
|
|
1760
|
-
|
|
1881
|
+
sensitiveRatio?: string;
|
|
1882
|
+
totalCount?: number;
|
|
1761
1883
|
static names(): {
|
|
1762
1884
|
[key: string]: string;
|
|
1763
1885
|
};
|
|
@@ -1769,17 +1891,17 @@ export declare class DescribeDataAssetsResponseBodyItems extends $tea.Model {
|
|
|
1769
1891
|
});
|
|
1770
1892
|
}
|
|
1771
1893
|
export declare class DescribeDataLimitDetailResponseBodyDataLimit extends $tea.Model {
|
|
1772
|
-
localName?: string;
|
|
1773
1894
|
checkStatus?: number;
|
|
1774
|
-
port?: number;
|
|
1775
1895
|
checkStatusName?: string;
|
|
1776
|
-
|
|
1896
|
+
gmtCreate?: number;
|
|
1897
|
+
id?: number;
|
|
1898
|
+
localName?: string;
|
|
1777
1899
|
parentId?: string;
|
|
1900
|
+
port?: number;
|
|
1901
|
+
regionId?: string;
|
|
1778
1902
|
resourceType?: number;
|
|
1779
|
-
gmtCreate?: number;
|
|
1780
1903
|
resourceTypeCode?: string;
|
|
1781
1904
|
userName?: string;
|
|
1782
|
-
id?: number;
|
|
1783
1905
|
static names(): {
|
|
1784
1906
|
[key: string]: string;
|
|
1785
1907
|
};
|
|
@@ -1790,43 +1912,18 @@ export declare class DescribeDataLimitDetailResponseBodyDataLimit extends $tea.M
|
|
|
1790
1912
|
[key: string]: any;
|
|
1791
1913
|
});
|
|
1792
1914
|
}
|
|
1793
|
-
export declare class
|
|
1794
|
-
supportEvent?: boolean;
|
|
1795
|
-
errorMessage?: string;
|
|
1915
|
+
export declare class DescribeDataLimitSetResponseBodyDataLimitSetDataLimitList extends $tea.Model {
|
|
1796
1916
|
checkStatus?: number;
|
|
1797
|
-
localName?: string;
|
|
1798
|
-
tenantName?: string;
|
|
1799
|
-
nextStartTime?: number;
|
|
1800
|
-
port?: number;
|
|
1801
1917
|
checkStatusName?: string;
|
|
1802
|
-
|
|
1918
|
+
connector?: string;
|
|
1919
|
+
gmtCreate?: number;
|
|
1920
|
+
id?: number;
|
|
1921
|
+
localName?: string;
|
|
1803
1922
|
parentId?: string;
|
|
1804
|
-
datamaskStatus?: number;
|
|
1805
|
-
processTotalCount?: number;
|
|
1806
|
-
resourceType?: number;
|
|
1807
|
-
errorCode?: string;
|
|
1808
|
-
ocrStatus?: number;
|
|
1809
|
-
logStoreDay?: number;
|
|
1810
|
-
eventStatus?: number;
|
|
1811
|
-
supportScan?: boolean;
|
|
1812
|
-
lastFinishedTime?: number;
|
|
1813
|
-
userName?: string;
|
|
1814
|
-
auditStatus?: number;
|
|
1815
|
-
supportOcr?: boolean;
|
|
1816
|
-
engineType?: string;
|
|
1817
|
-
instanceId?: string;
|
|
1818
|
-
totalCount?: number;
|
|
1819
|
-
instanceDescription?: string;
|
|
1820
|
-
dbVersion?: string;
|
|
1821
1923
|
regionId?: string;
|
|
1822
|
-
|
|
1823
|
-
supportAudit?: boolean;
|
|
1824
|
-
autoScan?: number;
|
|
1924
|
+
resourceType?: number;
|
|
1825
1925
|
resourceTypeCode?: string;
|
|
1826
|
-
|
|
1827
|
-
processStatus?: number;
|
|
1828
|
-
id?: number;
|
|
1829
|
-
enable?: number;
|
|
1926
|
+
userName?: string;
|
|
1830
1927
|
static names(): {
|
|
1831
1928
|
[key: string]: string;
|
|
1832
1929
|
};
|
|
@@ -1837,23 +1934,9 @@ export declare class DescribeDataLimitsResponseBodyItems extends $tea.Model {
|
|
|
1837
1934
|
[key: string]: any;
|
|
1838
1935
|
});
|
|
1839
1936
|
}
|
|
1840
|
-
export declare class
|
|
1841
|
-
|
|
1842
|
-
localName?: string;
|
|
1843
|
-
checkStatus?: number;
|
|
1844
|
-
connector?: string;
|
|
1845
|
-
port?: number;
|
|
1846
|
-
checkStatusName?: string;
|
|
1937
|
+
export declare class DescribeDataLimitSetResponseBodyDataLimitSetOssBucketList extends $tea.Model {
|
|
1938
|
+
bucketName?: string;
|
|
1847
1939
|
regionId?: string;
|
|
1848
|
-
parentId?: string;
|
|
1849
|
-
resourceType?: number;
|
|
1850
|
-
logStoreDay?: number;
|
|
1851
|
-
eventStatus?: number;
|
|
1852
|
-
gmtCreate?: number;
|
|
1853
|
-
resourceTypeCode?: string;
|
|
1854
|
-
userName?: string;
|
|
1855
|
-
id?: number;
|
|
1856
|
-
auditStatus?: number;
|
|
1857
1940
|
static names(): {
|
|
1858
1941
|
[key: string]: string;
|
|
1859
1942
|
};
|
|
@@ -1864,9 +1947,9 @@ export declare class DescribeDataLimitSetResponseBodyDataLimitSetDataLimitList e
|
|
|
1864
1947
|
[key: string]: any;
|
|
1865
1948
|
});
|
|
1866
1949
|
}
|
|
1867
|
-
export declare class
|
|
1950
|
+
export declare class DescribeDataLimitSetResponseBodyDataLimitSetRegionList extends $tea.Model {
|
|
1951
|
+
localName?: string;
|
|
1868
1952
|
regionId?: string;
|
|
1869
|
-
bucketName?: string;
|
|
1870
1953
|
static names(): {
|
|
1871
1954
|
[key: string]: string;
|
|
1872
1955
|
};
|
|
@@ -1877,9 +1960,13 @@ export declare class DescribeDataLimitSetResponseBodyDataLimitSetOssBucketList e
|
|
|
1877
1960
|
[key: string]: any;
|
|
1878
1961
|
});
|
|
1879
1962
|
}
|
|
1880
|
-
export declare class
|
|
1881
|
-
|
|
1882
|
-
|
|
1963
|
+
export declare class DescribeDataLimitSetResponseBodyDataLimitSet extends $tea.Model {
|
|
1964
|
+
dataLimitList?: DescribeDataLimitSetResponseBodyDataLimitSetDataLimitList[];
|
|
1965
|
+
ossBucketList?: DescribeDataLimitSetResponseBodyDataLimitSetOssBucketList[];
|
|
1966
|
+
regionList?: DescribeDataLimitSetResponseBodyDataLimitSetRegionList[];
|
|
1967
|
+
resourceType?: number;
|
|
1968
|
+
resourceTypeCode?: string;
|
|
1969
|
+
totalCount?: number;
|
|
1883
1970
|
static names(): {
|
|
1884
1971
|
[key: string]: string;
|
|
1885
1972
|
};
|
|
@@ -1890,13 +1977,43 @@ export declare class DescribeDataLimitSetResponseBodyDataLimitSetRegionList exte
|
|
|
1890
1977
|
[key: string]: any;
|
|
1891
1978
|
});
|
|
1892
1979
|
}
|
|
1893
|
-
export declare class
|
|
1894
|
-
|
|
1980
|
+
export declare class DescribeDataLimitsResponseBodyItems extends $tea.Model {
|
|
1981
|
+
auditStatus?: number;
|
|
1982
|
+
autoScan?: number;
|
|
1983
|
+
checkStatus?: number;
|
|
1984
|
+
checkStatusName?: string;
|
|
1985
|
+
datamaskStatus?: number;
|
|
1986
|
+
dbVersion?: string;
|
|
1987
|
+
enable?: number;
|
|
1988
|
+
engineType?: string;
|
|
1989
|
+
errorCode?: string;
|
|
1990
|
+
errorMessage?: string;
|
|
1991
|
+
eventStatus?: number;
|
|
1992
|
+
gmtCreate?: number;
|
|
1993
|
+
id?: number;
|
|
1994
|
+
instanceDescription?: string;
|
|
1995
|
+
instanceId?: string;
|
|
1996
|
+
lastFinishedTime?: number;
|
|
1997
|
+
localName?: string;
|
|
1998
|
+
logStoreDay?: number;
|
|
1999
|
+
nextStartTime?: number;
|
|
2000
|
+
ocrStatus?: number;
|
|
2001
|
+
parentId?: string;
|
|
2002
|
+
port?: number;
|
|
2003
|
+
processStatus?: number;
|
|
2004
|
+
processTotalCount?: number;
|
|
2005
|
+
regionId?: string;
|
|
1895
2006
|
resourceType?: number;
|
|
2007
|
+
resourceTypeCode?: string;
|
|
2008
|
+
samplingSize?: number;
|
|
2009
|
+
supportAudit?: boolean;
|
|
2010
|
+
supportDatamask?: boolean;
|
|
2011
|
+
supportEvent?: boolean;
|
|
2012
|
+
supportOcr?: boolean;
|
|
2013
|
+
supportScan?: boolean;
|
|
2014
|
+
tenantName?: string;
|
|
1896
2015
|
totalCount?: number;
|
|
1897
|
-
|
|
1898
|
-
ossBucketList?: DescribeDataLimitSetResponseBodyDataLimitSetOssBucketList[];
|
|
1899
|
-
regionList?: DescribeDataLimitSetResponseBodyDataLimitSetRegionList[];
|
|
2016
|
+
userName?: string;
|
|
1900
2017
|
static names(): {
|
|
1901
2018
|
[key: string]: string;
|
|
1902
2019
|
};
|
|
@@ -1908,25 +2025,25 @@ export declare class DescribeDataLimitSetResponseBodyDataLimitSet extends $tea.M
|
|
|
1908
2025
|
});
|
|
1909
2026
|
}
|
|
1910
2027
|
export declare class DescribeDataMaskingRunHistoryResponseBodyItems extends $tea.Model {
|
|
1911
|
-
status?: number;
|
|
1912
|
-
type?: number;
|
|
1913
|
-
srcType?: number;
|
|
1914
|
-
srcTableName?: string;
|
|
1915
|
-
maskingCount?: number;
|
|
1916
|
-
percentage?: number;
|
|
1917
|
-
dstType?: number;
|
|
1918
|
-
failMsg?: string;
|
|
1919
|
-
failCode?: string;
|
|
1920
2028
|
conflictCount?: number;
|
|
2029
|
+
dstType?: number;
|
|
1921
2030
|
dstTypeCode?: string;
|
|
1922
2031
|
endTime?: number;
|
|
2032
|
+
failCode?: string;
|
|
2033
|
+
failMsg?: string;
|
|
2034
|
+
hasDownloadFile?: number;
|
|
2035
|
+
hasSubProcess?: number;
|
|
2036
|
+
id?: number;
|
|
2037
|
+
maskingCount?: number;
|
|
2038
|
+
percentage?: number;
|
|
1923
2039
|
runIndex?: number;
|
|
2040
|
+
srcTableName?: string;
|
|
2041
|
+
srcType?: number;
|
|
2042
|
+
srcTypeCode?: string;
|
|
1924
2043
|
startTime?: number;
|
|
1925
|
-
|
|
1926
|
-
hasDownloadFile?: number;
|
|
2044
|
+
status?: number;
|
|
1927
2045
|
taskId?: string;
|
|
1928
|
-
|
|
1929
|
-
id?: number;
|
|
2046
|
+
type?: number;
|
|
1930
2047
|
static names(): {
|
|
1931
2048
|
[key: string]: string;
|
|
1932
2049
|
};
|
|
@@ -1938,41 +2055,22 @@ export declare class DescribeDataMaskingRunHistoryResponseBodyItems extends $tea
|
|
|
1938
2055
|
});
|
|
1939
2056
|
}
|
|
1940
2057
|
export declare class DescribeDataMaskingTasksResponseBodyItems extends $tea.Model {
|
|
1941
|
-
|
|
1942
|
-
owner?: string;
|
|
1943
|
-
taskName?: string;
|
|
1944
|
-
srcType?: number;
|
|
2058
|
+
dstPath?: string;
|
|
1945
2059
|
dstType?: number;
|
|
1946
|
-
hasUnfinishProcess?: boolean;
|
|
1947
|
-
originalTable?: boolean;
|
|
1948
|
-
triggerType?: number;
|
|
1949
2060
|
dstTypeCode?: string;
|
|
1950
|
-
runCount?: number;
|
|
1951
2061
|
gmtCreate?: number;
|
|
1952
|
-
|
|
1953
|
-
dstPath?: string;
|
|
1954
|
-
srcTypeCode?: string;
|
|
2062
|
+
hasUnfinishProcess?: boolean;
|
|
1955
2063
|
id?: number;
|
|
2064
|
+
originalTable?: boolean;
|
|
2065
|
+
owner?: string;
|
|
2066
|
+
runCount?: number;
|
|
1956
2067
|
srcPath?: string;
|
|
1957
|
-
|
|
1958
|
-
|
|
1959
|
-
};
|
|
1960
|
-
static types(): {
|
|
1961
|
-
[key: string]: any;
|
|
1962
|
-
};
|
|
1963
|
-
constructor(map?: {
|
|
1964
|
-
[key: string]: any;
|
|
1965
|
-
});
|
|
1966
|
-
}
|
|
1967
|
-
export declare class DescribeEventDetailResponseBodyEventHandleInfoList extends $tea.Model {
|
|
2068
|
+
srcType?: number;
|
|
2069
|
+
srcTypeCode?: string;
|
|
1968
2070
|
status?: number;
|
|
1969
|
-
|
|
1970
|
-
|
|
1971
|
-
|
|
1972
|
-
handlerName?: string;
|
|
1973
|
-
handlerType?: string;
|
|
1974
|
-
currentValue?: string;
|
|
1975
|
-
id?: number;
|
|
2071
|
+
taskId?: string;
|
|
2072
|
+
taskName?: string;
|
|
2073
|
+
triggerType?: number;
|
|
1976
2074
|
static names(): {
|
|
1977
2075
|
[key: string]: string;
|
|
1978
2076
|
};
|
|
@@ -1983,9 +2081,9 @@ export declare class DescribeEventDetailResponseBodyEventHandleInfoList extends
|
|
|
1983
2081
|
[key: string]: any;
|
|
1984
2082
|
});
|
|
1985
2083
|
}
|
|
1986
|
-
export declare class
|
|
1987
|
-
|
|
1988
|
-
|
|
2084
|
+
export declare class DescribeEventDetailResponseBodyEventDetailChartData extends $tea.Model {
|
|
2085
|
+
x?: string;
|
|
2086
|
+
y?: string;
|
|
1989
2087
|
static names(): {
|
|
1990
2088
|
[key: string]: string;
|
|
1991
2089
|
};
|
|
@@ -1996,9 +2094,12 @@ export declare class DescribeEventDetailResponseBodyEventDetailContent extends $
|
|
|
1996
2094
|
[key: string]: any;
|
|
1997
2095
|
});
|
|
1998
2096
|
}
|
|
1999
|
-
export declare class
|
|
2000
|
-
|
|
2001
|
-
|
|
2097
|
+
export declare class DescribeEventDetailResponseBodyEventDetailChart extends $tea.Model {
|
|
2098
|
+
data?: DescribeEventDetailResponseBodyEventDetailChartData;
|
|
2099
|
+
label?: string;
|
|
2100
|
+
type?: string;
|
|
2101
|
+
XLabel?: string;
|
|
2102
|
+
YLabel?: string;
|
|
2002
2103
|
static names(): {
|
|
2003
2104
|
[key: string]: string;
|
|
2004
2105
|
};
|
|
@@ -2009,12 +2110,9 @@ export declare class DescribeEventDetailResponseBodyEventDetailChartData extends
|
|
|
2009
2110
|
[key: string]: any;
|
|
2010
2111
|
});
|
|
2011
2112
|
}
|
|
2012
|
-
export declare class
|
|
2013
|
-
type?: string;
|
|
2113
|
+
export declare class DescribeEventDetailResponseBodyEventDetailContent extends $tea.Model {
|
|
2014
2114
|
label?: string;
|
|
2015
|
-
|
|
2016
|
-
YLabel?: string;
|
|
2017
|
-
data?: DescribeEventDetailResponseBodyEventDetailChartData;
|
|
2115
|
+
value?: string;
|
|
2018
2116
|
static names(): {
|
|
2019
2117
|
[key: string]: string;
|
|
2020
2118
|
};
|
|
@@ -2039,8 +2137,8 @@ export declare class DescribeEventDetailResponseBodyEventDetailResourceInfo exte
|
|
|
2039
2137
|
});
|
|
2040
2138
|
}
|
|
2041
2139
|
export declare class DescribeEventDetailResponseBodyEventDetail extends $tea.Model {
|
|
2042
|
-
content?: DescribeEventDetailResponseBodyEventDetailContent[];
|
|
2043
2140
|
chart?: DescribeEventDetailResponseBodyEventDetailChart[];
|
|
2141
|
+
content?: DescribeEventDetailResponseBodyEventDetailContent[];
|
|
2044
2142
|
resourceInfo?: DescribeEventDetailResponseBodyEventDetailResourceInfo[];
|
|
2045
2143
|
static names(): {
|
|
2046
2144
|
[key: string]: string;
|
|
@@ -2052,30 +2150,15 @@ export declare class DescribeEventDetailResponseBodyEventDetail extends $tea.Mod
|
|
|
2052
2150
|
[key: string]: any;
|
|
2053
2151
|
});
|
|
2054
2152
|
}
|
|
2055
|
-
export declare class
|
|
2056
|
-
|
|
2057
|
-
|
|
2058
|
-
|
|
2059
|
-
|
|
2060
|
-
|
|
2061
|
-
|
|
2062
|
-
dealLoginName?: string;
|
|
2063
|
-
subTypeName?: string;
|
|
2064
|
-
backed?: boolean;
|
|
2065
|
-
dataInstance?: string;
|
|
2066
|
-
eventTime?: number;
|
|
2067
|
-
loginName?: string;
|
|
2068
|
-
subTypeCode?: string;
|
|
2069
|
-
logDetail?: string;
|
|
2070
|
-
typeCode?: string;
|
|
2071
|
-
alertTime?: number;
|
|
2072
|
-
dealUserId?: number;
|
|
2073
|
-
typeName?: string;
|
|
2074
|
-
dealDisplayName?: string;
|
|
2153
|
+
export declare class DescribeEventDetailResponseBodyEventHandleInfoList extends $tea.Model {
|
|
2154
|
+
currentValue?: string;
|
|
2155
|
+
disableTime?: number;
|
|
2156
|
+
enableTime?: number;
|
|
2157
|
+
handlerName?: string;
|
|
2158
|
+
handlerType?: string;
|
|
2159
|
+
handlerValue?: number;
|
|
2075
2160
|
id?: number;
|
|
2076
|
-
|
|
2077
|
-
handleInfoList?: DescribeEventDetailResponseBodyEventHandleInfoList[];
|
|
2078
|
-
detail?: DescribeEventDetailResponseBodyEventDetail;
|
|
2161
|
+
status?: number;
|
|
2079
2162
|
static names(): {
|
|
2080
2163
|
[key: string]: string;
|
|
2081
2164
|
};
|
|
@@ -2086,27 +2169,30 @@ export declare class DescribeEventDetailResponseBodyEvent extends $tea.Model {
|
|
|
2086
2169
|
[key: string]: any;
|
|
2087
2170
|
});
|
|
2088
2171
|
}
|
|
2089
|
-
export declare class
|
|
2090
|
-
|
|
2091
|
-
status?: number;
|
|
2092
|
-
warnLevel?: number;
|
|
2093
|
-
userId?: number;
|
|
2094
|
-
statusName?: string;
|
|
2095
|
-
dealTime?: number;
|
|
2096
|
-
dealLoginName?: string;
|
|
2097
|
-
subTypeName?: string;
|
|
2172
|
+
export declare class DescribeEventDetailResponseBodyEvent extends $tea.Model {
|
|
2173
|
+
alertTime?: number;
|
|
2098
2174
|
backed?: boolean;
|
|
2175
|
+
dataInstance?: string;
|
|
2176
|
+
dealDisplayName?: string;
|
|
2177
|
+
dealLoginName?: string;
|
|
2178
|
+
dealReason?: string;
|
|
2179
|
+
dealTime?: number;
|
|
2180
|
+
dealUserId?: number;
|
|
2181
|
+
detail?: DescribeEventDetailResponseBodyEventDetail;
|
|
2182
|
+
displayName?: string;
|
|
2099
2183
|
eventTime?: number;
|
|
2184
|
+
handleInfoList?: DescribeEventDetailResponseBodyEventHandleInfoList[];
|
|
2185
|
+
id?: number;
|
|
2186
|
+
logDetail?: string;
|
|
2100
2187
|
loginName?: string;
|
|
2188
|
+
productCode?: string;
|
|
2189
|
+
status?: number;
|
|
2190
|
+
statusName?: string;
|
|
2101
2191
|
subTypeCode?: string;
|
|
2102
|
-
|
|
2192
|
+
subTypeName?: string;
|
|
2103
2193
|
typeCode?: string;
|
|
2104
|
-
alertTime?: number;
|
|
2105
|
-
dealUserId?: number;
|
|
2106
2194
|
typeName?: string;
|
|
2107
|
-
|
|
2108
|
-
id?: number;
|
|
2109
|
-
productCode?: string;
|
|
2195
|
+
userId?: number;
|
|
2110
2196
|
static names(): {
|
|
2111
2197
|
[key: string]: string;
|
|
2112
2198
|
};
|
|
@@ -2118,17 +2204,17 @@ export declare class DescribeEventsResponseBodyItems extends $tea.Model {
|
|
|
2118
2204
|
});
|
|
2119
2205
|
}
|
|
2120
2206
|
export declare class DescribeEventTypesResponseBodyEventTypeListSubTypeList extends $tea.Model {
|
|
2121
|
-
|
|
2122
|
-
description?: string;
|
|
2123
|
-
configContentType?: number;
|
|
2124
|
-
eventHitCount?: number;
|
|
2125
|
-
configValue?: string;
|
|
2126
|
-
configCode?: string;
|
|
2207
|
+
adaptedProduct?: string;
|
|
2127
2208
|
code?: string;
|
|
2209
|
+
configCode?: string;
|
|
2210
|
+
configContentType?: number;
|
|
2128
2211
|
configDescription?: string;
|
|
2129
|
-
|
|
2130
|
-
|
|
2212
|
+
configValue?: string;
|
|
2213
|
+
description?: string;
|
|
2214
|
+
eventHitCount?: number;
|
|
2131
2215
|
id?: number;
|
|
2216
|
+
name?: string;
|
|
2217
|
+
status?: number;
|
|
2132
2218
|
static names(): {
|
|
2133
2219
|
[key: string]: string;
|
|
2134
2220
|
};
|
|
@@ -2142,8 +2228,8 @@ export declare class DescribeEventTypesResponseBodyEventTypeListSubTypeList exte
|
|
|
2142
2228
|
export declare class DescribeEventTypesResponseBodyEventTypeList extends $tea.Model {
|
|
2143
2229
|
code?: string;
|
|
2144
2230
|
description?: string;
|
|
2145
|
-
name?: string;
|
|
2146
2231
|
id?: number;
|
|
2232
|
+
name?: string;
|
|
2147
2233
|
subTypeList?: DescribeEventTypesResponseBodyEventTypeListSubTypeList[];
|
|
2148
2234
|
static names(): {
|
|
2149
2235
|
[key: string]: string;
|
|
@@ -2155,27 +2241,27 @@ export declare class DescribeEventTypesResponseBodyEventTypeList extends $tea.Mo
|
|
|
2155
2241
|
[key: string]: any;
|
|
2156
2242
|
});
|
|
2157
2243
|
}
|
|
2158
|
-
export declare class
|
|
2159
|
-
|
|
2160
|
-
|
|
2161
|
-
|
|
2162
|
-
|
|
2163
|
-
|
|
2164
|
-
|
|
2165
|
-
|
|
2166
|
-
|
|
2167
|
-
riskLevelId?: number;
|
|
2168
|
-
productId?: string;
|
|
2169
|
-
name?: string;
|
|
2170
|
-
totalCount?: number;
|
|
2171
|
-
instanceDescription?: string;
|
|
2172
|
-
ruleName?: string;
|
|
2173
|
-
sensitive?: boolean;
|
|
2174
|
-
riskLevelName?: string;
|
|
2175
|
-
odpsRiskLevelName?: string;
|
|
2176
|
-
sensitiveCount?: number;
|
|
2244
|
+
export declare class DescribeEventsResponseBodyItems extends $tea.Model {
|
|
2245
|
+
alertTime?: number;
|
|
2246
|
+
backed?: boolean;
|
|
2247
|
+
dealDisplayName?: string;
|
|
2248
|
+
dealLoginName?: string;
|
|
2249
|
+
dealTime?: number;
|
|
2250
|
+
dealUserId?: number;
|
|
2251
|
+
displayName?: string;
|
|
2252
|
+
eventTime?: number;
|
|
2177
2253
|
id?: number;
|
|
2254
|
+
loginName?: string;
|
|
2178
2255
|
productCode?: string;
|
|
2256
|
+
status?: number;
|
|
2257
|
+
statusName?: string;
|
|
2258
|
+
subTypeCode?: string;
|
|
2259
|
+
subTypeName?: string;
|
|
2260
|
+
targetProductCode?: string;
|
|
2261
|
+
typeCode?: string;
|
|
2262
|
+
typeName?: string;
|
|
2263
|
+
userId?: number;
|
|
2264
|
+
warnLevel?: number;
|
|
2179
2265
|
static names(): {
|
|
2180
2266
|
[key: string]: string;
|
|
2181
2267
|
};
|
|
@@ -2187,28 +2273,57 @@ export declare class DescribeInstancesResponseBodyItems extends $tea.Model {
|
|
|
2187
2273
|
});
|
|
2188
2274
|
}
|
|
2189
2275
|
export declare class DescribeInstanceSourcesResponseBodyItems extends $tea.Model {
|
|
2190
|
-
|
|
2191
|
-
|
|
2276
|
+
auditStatus?: number;
|
|
2277
|
+
autoScan?: number;
|
|
2278
|
+
canModifyUserName?: boolean;
|
|
2279
|
+
dbName?: string;
|
|
2280
|
+
enable?: number;
|
|
2192
2281
|
engineType?: string;
|
|
2193
|
-
|
|
2194
|
-
|
|
2282
|
+
gmtCreate?: number;
|
|
2283
|
+
id?: number;
|
|
2195
2284
|
instanceDescription?: string;
|
|
2196
|
-
|
|
2197
|
-
|
|
2198
|
-
dbName?: string;
|
|
2285
|
+
instanceId?: string;
|
|
2286
|
+
instanceSize?: number;
|
|
2199
2287
|
lastModifyTime?: number;
|
|
2200
|
-
|
|
2201
|
-
canModifyUserName?: boolean;
|
|
2288
|
+
lastModifyUserId?: string;
|
|
2202
2289
|
logStoreDay?: number;
|
|
2203
|
-
|
|
2204
|
-
autoScan?: number;
|
|
2290
|
+
passwordStatus?: number;
|
|
2205
2291
|
productId?: number;
|
|
2206
|
-
|
|
2292
|
+
regionId?: string;
|
|
2293
|
+
regionName?: string;
|
|
2294
|
+
tenantId?: string;
|
|
2295
|
+
tenantName?: string;
|
|
2207
2296
|
userName?: string;
|
|
2208
|
-
|
|
2297
|
+
static names(): {
|
|
2298
|
+
[key: string]: string;
|
|
2299
|
+
};
|
|
2300
|
+
static types(): {
|
|
2301
|
+
[key: string]: any;
|
|
2302
|
+
};
|
|
2303
|
+
constructor(map?: {
|
|
2304
|
+
[key: string]: any;
|
|
2305
|
+
});
|
|
2306
|
+
}
|
|
2307
|
+
export declare class DescribeInstancesResponseBodyItems extends $tea.Model {
|
|
2308
|
+
creationTime?: number;
|
|
2309
|
+
departName?: string;
|
|
2209
2310
|
id?: number;
|
|
2210
|
-
|
|
2211
|
-
|
|
2311
|
+
instanceDescription?: string;
|
|
2312
|
+
labelsec?: boolean;
|
|
2313
|
+
lastFinishTime?: number;
|
|
2314
|
+
name?: string;
|
|
2315
|
+
odpsRiskLevelName?: string;
|
|
2316
|
+
owner?: string;
|
|
2317
|
+
productCode?: string;
|
|
2318
|
+
productId?: string;
|
|
2319
|
+
protection?: boolean;
|
|
2320
|
+
riskLevelId?: number;
|
|
2321
|
+
riskLevelName?: string;
|
|
2322
|
+
ruleName?: string;
|
|
2323
|
+
sensitive?: boolean;
|
|
2324
|
+
sensitiveCount?: number;
|
|
2325
|
+
tenantName?: string;
|
|
2326
|
+
totalCount?: number;
|
|
2212
2327
|
static names(): {
|
|
2213
2328
|
[key: string]: string;
|
|
2214
2329
|
};
|
|
@@ -2220,10 +2335,10 @@ export declare class DescribeInstanceSourcesResponseBodyItems extends $tea.Model
|
|
|
2220
2335
|
});
|
|
2221
2336
|
}
|
|
2222
2337
|
export declare class DescribeOssObjectDetailResponseBodyOssObjectDetailRuleList extends $tea.Model {
|
|
2223
|
-
riskLevelName?: string;
|
|
2224
2338
|
categoryName?: string;
|
|
2225
|
-
riskLevelId?: number;
|
|
2226
2339
|
count?: number;
|
|
2340
|
+
riskLevelId?: number;
|
|
2341
|
+
riskLevelName?: string;
|
|
2227
2342
|
ruleName?: string;
|
|
2228
2343
|
static names(): {
|
|
2229
2344
|
[key: string]: string;
|
|
@@ -2236,11 +2351,11 @@ export declare class DescribeOssObjectDetailResponseBodyOssObjectDetailRuleList
|
|
|
2236
2351
|
});
|
|
2237
2352
|
}
|
|
2238
2353
|
export declare class DescribeOssObjectDetailResponseBodyOssObjectDetail extends $tea.Model {
|
|
2354
|
+
bucketName?: string;
|
|
2239
2355
|
categoryName?: string;
|
|
2240
2356
|
name?: string;
|
|
2241
|
-
bucketName?: string;
|
|
2242
|
-
riskLevelName?: string;
|
|
2243
2357
|
regionId?: string;
|
|
2358
|
+
riskLevelName?: string;
|
|
2244
2359
|
ruleList?: DescribeOssObjectDetailResponseBodyOssObjectDetailRuleList[];
|
|
2245
2360
|
static names(): {
|
|
2246
2361
|
[key: string]: string;
|
|
@@ -2253,9 +2368,9 @@ export declare class DescribeOssObjectDetailResponseBodyOssObjectDetail extends
|
|
|
2253
2368
|
});
|
|
2254
2369
|
}
|
|
2255
2370
|
export declare class DescribeOssObjectsResponseBodyItemsRuleList extends $tea.Model {
|
|
2371
|
+
count?: number;
|
|
2256
2372
|
name?: string;
|
|
2257
2373
|
riskLevelId?: number;
|
|
2258
|
-
count?: number;
|
|
2259
2374
|
static names(): {
|
|
2260
2375
|
[key: string]: string;
|
|
2261
2376
|
};
|
|
@@ -2267,20 +2382,20 @@ export declare class DescribeOssObjectsResponseBodyItemsRuleList extends $tea.Mo
|
|
|
2267
2382
|
});
|
|
2268
2383
|
}
|
|
2269
2384
|
export declare class DescribeOssObjectsResponseBodyItems extends $tea.Model {
|
|
2270
|
-
instanceId?: number;
|
|
2271
|
-
categoryName?: string;
|
|
2272
|
-
riskLevelId?: number;
|
|
2273
|
-
regionId?: string;
|
|
2274
|
-
fileId?: string;
|
|
2275
|
-
size?: number;
|
|
2276
2385
|
bucketName?: string;
|
|
2277
|
-
riskLevelName?: string;
|
|
2278
2386
|
category?: number;
|
|
2387
|
+
categoryName?: string;
|
|
2388
|
+
fileId?: string;
|
|
2389
|
+
id?: string;
|
|
2390
|
+
instanceId?: number;
|
|
2279
2391
|
name?: string;
|
|
2392
|
+
regionId?: string;
|
|
2393
|
+
riskLevelId?: number;
|
|
2394
|
+
riskLevelName?: string;
|
|
2280
2395
|
ruleCount?: number;
|
|
2281
|
-
sensitiveCount?: number;
|
|
2282
|
-
id?: string;
|
|
2283
2396
|
ruleList?: DescribeOssObjectsResponseBodyItemsRuleList[];
|
|
2397
|
+
sensitiveCount?: number;
|
|
2398
|
+
size?: number;
|
|
2284
2399
|
static names(): {
|
|
2285
2400
|
[key: string]: string;
|
|
2286
2401
|
};
|
|
@@ -2293,15 +2408,15 @@ export declare class DescribeOssObjectsResponseBodyItems extends $tea.Model {
|
|
|
2293
2408
|
}
|
|
2294
2409
|
export declare class DescribePackagesResponseBodyItems extends $tea.Model {
|
|
2295
2410
|
creationTime?: number;
|
|
2296
|
-
|
|
2297
|
-
owner?: string;
|
|
2298
|
-
riskLevelName?: string;
|
|
2411
|
+
id?: number;
|
|
2299
2412
|
instanceId?: number;
|
|
2300
|
-
totalCount?: number;
|
|
2301
2413
|
name?: string;
|
|
2302
|
-
|
|
2414
|
+
owner?: string;
|
|
2303
2415
|
riskLevelId?: number;
|
|
2304
|
-
|
|
2416
|
+
riskLevelName?: string;
|
|
2417
|
+
sensitive?: boolean;
|
|
2418
|
+
sensitiveCount?: number;
|
|
2419
|
+
totalCount?: number;
|
|
2305
2420
|
static names(): {
|
|
2306
2421
|
[key: string]: string;
|
|
2307
2422
|
};
|
|
@@ -2313,10 +2428,9 @@ export declare class DescribePackagesResponseBodyItems extends $tea.Model {
|
|
|
2313
2428
|
});
|
|
2314
2429
|
}
|
|
2315
2430
|
export declare class DescribeRiskLevelsResponseBodyRiskLevelList extends $tea.Model {
|
|
2316
|
-
name?: string;
|
|
2317
2431
|
description?: string;
|
|
2318
|
-
alias?: string;
|
|
2319
2432
|
id?: number;
|
|
2433
|
+
name?: string;
|
|
2320
2434
|
referenceNum?: number;
|
|
2321
2435
|
static names(): {
|
|
2322
2436
|
[key: string]: string;
|
|
@@ -2329,30 +2443,30 @@ export declare class DescribeRiskLevelsResponseBodyRiskLevelList extends $tea.Mo
|
|
|
2329
2443
|
});
|
|
2330
2444
|
}
|
|
2331
2445
|
export declare class DescribeRulesResponseBodyItems extends $tea.Model {
|
|
2332
|
-
|
|
2333
|
-
status?: number;
|
|
2334
|
-
warnLevel?: number;
|
|
2335
|
-
userId?: number;
|
|
2336
|
-
statExpress?: string;
|
|
2337
|
-
gmtModified?: number;
|
|
2338
|
-
riskLevelId?: number;
|
|
2339
|
-
description?: string;
|
|
2340
|
-
productId?: number;
|
|
2341
|
-
name?: string;
|
|
2342
|
-
content?: string;
|
|
2343
|
-
target?: string;
|
|
2344
|
-
loginName?: string;
|
|
2446
|
+
category?: number;
|
|
2345
2447
|
categoryName?: string;
|
|
2448
|
+
content?: string;
|
|
2346
2449
|
contentCategory?: string;
|
|
2347
|
-
hitTotalCount?: number;
|
|
2348
|
-
groupId?: string;
|
|
2349
2450
|
customType?: number;
|
|
2350
|
-
|
|
2451
|
+
description?: string;
|
|
2452
|
+
displayName?: string;
|
|
2351
2453
|
gmtCreate?: number;
|
|
2352
|
-
|
|
2353
|
-
|
|
2454
|
+
gmtModified?: number;
|
|
2455
|
+
groupId?: string;
|
|
2456
|
+
hitTotalCount?: number;
|
|
2354
2457
|
id?: number;
|
|
2458
|
+
loginName?: string;
|
|
2459
|
+
majorKey?: string;
|
|
2460
|
+
name?: string;
|
|
2355
2461
|
productCode?: string;
|
|
2462
|
+
productId?: number;
|
|
2463
|
+
riskLevelId?: number;
|
|
2464
|
+
riskLevelName?: string;
|
|
2465
|
+
statExpress?: string;
|
|
2466
|
+
status?: number;
|
|
2467
|
+
target?: string;
|
|
2468
|
+
userId?: number;
|
|
2469
|
+
warnLevel?: number;
|
|
2356
2470
|
static names(): {
|
|
2357
2471
|
[key: string]: string;
|
|
2358
2472
|
};
|
|
@@ -2364,10 +2478,9 @@ export declare class DescribeRulesResponseBodyItems extends $tea.Model {
|
|
|
2364
2478
|
});
|
|
2365
2479
|
}
|
|
2366
2480
|
export declare class DescribeTablesResponseBodyItemsRuleList extends $tea.Model {
|
|
2367
|
-
|
|
2481
|
+
count?: number;
|
|
2368
2482
|
name?: string;
|
|
2369
2483
|
riskLevelId?: number;
|
|
2370
|
-
count?: number;
|
|
2371
2484
|
static names(): {
|
|
2372
2485
|
[key: string]: string;
|
|
2373
2486
|
};
|
|
@@ -2380,22 +2493,22 @@ export declare class DescribeTablesResponseBodyItemsRuleList extends $tea.Model
|
|
|
2380
2493
|
}
|
|
2381
2494
|
export declare class DescribeTablesResponseBodyItems extends $tea.Model {
|
|
2382
2495
|
creationTime?: number;
|
|
2383
|
-
|
|
2384
|
-
|
|
2385
|
-
|
|
2386
|
-
riskLevelId?: number;
|
|
2496
|
+
id?: number;
|
|
2497
|
+
instanceDescription?: string;
|
|
2498
|
+
instanceId?: number;
|
|
2387
2499
|
instanceName?: string;
|
|
2388
|
-
productId?: string;
|
|
2389
2500
|
name?: string;
|
|
2390
|
-
|
|
2391
|
-
totalCount?: number;
|
|
2392
|
-
instanceDescription?: string;
|
|
2393
|
-
sensitive?: boolean;
|
|
2394
|
-
riskLevelName?: string;
|
|
2395
|
-
sensitiveCount?: number;
|
|
2396
|
-
id?: number;
|
|
2501
|
+
owner?: string;
|
|
2397
2502
|
productCode?: string;
|
|
2503
|
+
productId?: string;
|
|
2504
|
+
riskLevelId?: number;
|
|
2505
|
+
riskLevelName?: string;
|
|
2398
2506
|
ruleList?: DescribeTablesResponseBodyItemsRuleList[];
|
|
2507
|
+
sensitive?: boolean;
|
|
2508
|
+
sensitiveCount?: number;
|
|
2509
|
+
sensitiveRatio?: string;
|
|
2510
|
+
tenantName?: string;
|
|
2511
|
+
totalCount?: number;
|
|
2399
2512
|
static names(): {
|
|
2400
2513
|
[key: string]: string;
|
|
2401
2514
|
};
|
|
@@ -2407,44 +2520,17 @@ export declare class DescribeTablesResponseBodyItems extends $tea.Model {
|
|
|
2407
2520
|
});
|
|
2408
2521
|
}
|
|
2409
2522
|
export declare class DescribeUserStatusResponseBodyUserStatus extends $tea.Model {
|
|
2410
|
-
|
|
2411
|
-
useInstanceNum?: number;
|
|
2412
|
-
instanceNum?: number;
|
|
2413
|
-
chargeType?: string;
|
|
2414
|
-
incSensitiveTables?: number;
|
|
2415
|
-
auditUpgradeStatus?: boolean;
|
|
2416
|
-
dataMaskTasks?: number;
|
|
2523
|
+
accessKeyId?: string;
|
|
2417
2524
|
authed?: boolean;
|
|
2525
|
+
chargeType?: string;
|
|
2526
|
+
instanceId?: string;
|
|
2527
|
+
instanceNum?: number;
|
|
2418
2528
|
labStatus?: number;
|
|
2419
|
-
|
|
2420
|
-
ossBucketSet?: boolean;
|
|
2421
|
-
sensitiveTable?: number;
|
|
2529
|
+
purchased?: boolean;
|
|
2422
2530
|
remainDays?: number;
|
|
2423
|
-
totalDataMaskColumns?: number;
|
|
2424
|
-
datamaskColumns?: number;
|
|
2425
|
-
authProductList?: string;
|
|
2426
2531
|
trail?: boolean;
|
|
2427
|
-
|
|
2428
|
-
|
|
2429
|
-
dbAuditStatus?: number;
|
|
2430
|
-
renewStatus?: boolean;
|
|
2431
|
-
sensitiveObjects?: number;
|
|
2432
|
-
dataMaskColumns?: number;
|
|
2433
|
-
dlpTotalCount?: number;
|
|
2434
|
-
sensitiveObject?: number;
|
|
2435
|
-
dlpCount?: number;
|
|
2436
|
-
instanceId?: string;
|
|
2437
|
-
accessKeyId?: string;
|
|
2438
|
-
ossSize?: number;
|
|
2439
|
-
sensitiveTotalTop?: string;
|
|
2440
|
-
sensitiveTables?: number;
|
|
2441
|
-
sensitiveTop?: string;
|
|
2442
|
-
buyed?: boolean;
|
|
2443
|
-
incSensitiveObjects?: number;
|
|
2444
|
-
instanceStatus?: number;
|
|
2445
|
-
assetScanned?: boolean;
|
|
2446
|
-
alarmCount?: number;
|
|
2447
|
-
displayTime?: string;
|
|
2532
|
+
useInstanceNum?: number;
|
|
2533
|
+
useOssSize?: number;
|
|
2448
2534
|
static names(): {
|
|
2449
2535
|
[key: string]: string;
|
|
2450
2536
|
};
|
|
@@ -2468,10 +2554,14 @@ export default class Client extends OpenApi {
|
|
|
2468
2554
|
createRule(request: CreateRuleRequest): Promise<CreateRuleResponse>;
|
|
2469
2555
|
createScanTaskWithOptions(request: CreateScanTaskRequest, runtime: $Util.RuntimeOptions): Promise<CreateScanTaskResponse>;
|
|
2470
2556
|
createScanTask(request: CreateScanTaskRequest): Promise<CreateScanTaskResponse>;
|
|
2557
|
+
createSlrRoleWithOptions(request: CreateSlrRoleRequest, runtime: $Util.RuntimeOptions): Promise<CreateSlrRoleResponse>;
|
|
2558
|
+
createSlrRole(request: CreateSlrRoleRequest): Promise<CreateSlrRoleResponse>;
|
|
2471
2559
|
deleteDataLimitWithOptions(request: DeleteDataLimitRequest, runtime: $Util.RuntimeOptions): Promise<DeleteDataLimitResponse>;
|
|
2472
2560
|
deleteDataLimit(request: DeleteDataLimitRequest): Promise<DeleteDataLimitResponse>;
|
|
2473
2561
|
deleteRuleWithOptions(request: DeleteRuleRequest, runtime: $Util.RuntimeOptions): Promise<DeleteRuleResponse>;
|
|
2474
2562
|
deleteRule(request: DeleteRuleRequest): Promise<DeleteRuleResponse>;
|
|
2563
|
+
describeCategoryTemplateRuleListWithOptions(request: DescribeCategoryTemplateRuleListRequest, runtime: $Util.RuntimeOptions): Promise<DescribeCategoryTemplateRuleListResponse>;
|
|
2564
|
+
describeCategoryTemplateRuleList(request: DescribeCategoryTemplateRuleListRequest): Promise<DescribeCategoryTemplateRuleListResponse>;
|
|
2475
2565
|
describeColumnsWithOptions(request: DescribeColumnsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeColumnsResponse>;
|
|
2476
2566
|
describeColumns(request: DescribeColumnsRequest): Promise<DescribeColumnsResponse>;
|
|
2477
2567
|
describeConfigsWithOptions(request: DescribeConfigsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeConfigsResponse>;
|
|
@@ -2480,24 +2570,24 @@ export default class Client extends OpenApi {
|
|
|
2480
2570
|
describeDataAssets(request: DescribeDataAssetsRequest): Promise<DescribeDataAssetsResponse>;
|
|
2481
2571
|
describeDataLimitDetailWithOptions(request: DescribeDataLimitDetailRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDataLimitDetailResponse>;
|
|
2482
2572
|
describeDataLimitDetail(request: DescribeDataLimitDetailRequest): Promise<DescribeDataLimitDetailResponse>;
|
|
2483
|
-
describeDataLimitsWithOptions(request: DescribeDataLimitsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDataLimitsResponse>;
|
|
2484
|
-
describeDataLimits(request: DescribeDataLimitsRequest): Promise<DescribeDataLimitsResponse>;
|
|
2485
2573
|
describeDataLimitSetWithOptions(request: DescribeDataLimitSetRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDataLimitSetResponse>;
|
|
2486
2574
|
describeDataLimitSet(request: DescribeDataLimitSetRequest): Promise<DescribeDataLimitSetResponse>;
|
|
2575
|
+
describeDataLimitsWithOptions(request: DescribeDataLimitsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDataLimitsResponse>;
|
|
2576
|
+
describeDataLimits(request: DescribeDataLimitsRequest): Promise<DescribeDataLimitsResponse>;
|
|
2487
2577
|
describeDataMaskingRunHistoryWithOptions(request: DescribeDataMaskingRunHistoryRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDataMaskingRunHistoryResponse>;
|
|
2488
2578
|
describeDataMaskingRunHistory(request: DescribeDataMaskingRunHistoryRequest): Promise<DescribeDataMaskingRunHistoryResponse>;
|
|
2489
2579
|
describeDataMaskingTasksWithOptions(request: DescribeDataMaskingTasksRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDataMaskingTasksResponse>;
|
|
2490
2580
|
describeDataMaskingTasks(request: DescribeDataMaskingTasksRequest): Promise<DescribeDataMaskingTasksResponse>;
|
|
2491
2581
|
describeEventDetailWithOptions(request: DescribeEventDetailRequest, runtime: $Util.RuntimeOptions): Promise<DescribeEventDetailResponse>;
|
|
2492
2582
|
describeEventDetail(request: DescribeEventDetailRequest): Promise<DescribeEventDetailResponse>;
|
|
2493
|
-
describeEventsWithOptions(request: DescribeEventsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeEventsResponse>;
|
|
2494
|
-
describeEvents(request: DescribeEventsRequest): Promise<DescribeEventsResponse>;
|
|
2495
2583
|
describeEventTypesWithOptions(request: DescribeEventTypesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeEventTypesResponse>;
|
|
2496
2584
|
describeEventTypes(request: DescribeEventTypesRequest): Promise<DescribeEventTypesResponse>;
|
|
2497
|
-
|
|
2498
|
-
|
|
2585
|
+
describeEventsWithOptions(request: DescribeEventsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeEventsResponse>;
|
|
2586
|
+
describeEvents(request: DescribeEventsRequest): Promise<DescribeEventsResponse>;
|
|
2499
2587
|
describeInstanceSourcesWithOptions(request: DescribeInstanceSourcesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeInstanceSourcesResponse>;
|
|
2500
2588
|
describeInstanceSources(request: DescribeInstanceSourcesRequest): Promise<DescribeInstanceSourcesResponse>;
|
|
2589
|
+
describeInstancesWithOptions(request: DescribeInstancesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeInstancesResponse>;
|
|
2590
|
+
describeInstances(request: DescribeInstancesRequest): Promise<DescribeInstancesResponse>;
|
|
2501
2591
|
describeOssObjectDetailWithOptions(request: DescribeOssObjectDetailRequest, runtime: $Util.RuntimeOptions): Promise<DescribeOssObjectDetailResponse>;
|
|
2502
2592
|
describeOssObjectDetail(request: DescribeOssObjectDetailRequest): Promise<DescribeOssObjectDetailResponse>;
|
|
2503
2593
|
describeOssObjectsWithOptions(request: DescribeOssObjectsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeOssObjectsResponse>;
|
|
@@ -2526,6 +2616,8 @@ export default class Client extends OpenApi {
|
|
|
2526
2616
|
modifyEventStatus(request: ModifyEventStatusRequest): Promise<ModifyEventStatusResponse>;
|
|
2527
2617
|
modifyEventTypeStatusWithOptions(request: ModifyEventTypeStatusRequest, runtime: $Util.RuntimeOptions): Promise<ModifyEventTypeStatusResponse>;
|
|
2528
2618
|
modifyEventTypeStatus(request: ModifyEventTypeStatusRequest): Promise<ModifyEventTypeStatusResponse>;
|
|
2619
|
+
modifyReportTaskStatusWithOptions(request: ModifyReportTaskStatusRequest, runtime: $Util.RuntimeOptions): Promise<ModifyReportTaskStatusResponse>;
|
|
2620
|
+
modifyReportTaskStatus(request: ModifyReportTaskStatusRequest): Promise<ModifyReportTaskStatusResponse>;
|
|
2529
2621
|
modifyRuleWithOptions(request: ModifyRuleRequest, runtime: $Util.RuntimeOptions): Promise<ModifyRuleResponse>;
|
|
2530
2622
|
modifyRule(request: ModifyRuleRequest): Promise<ModifyRuleResponse>;
|
|
2531
2623
|
modifyRuleStatusWithOptions(request: ModifyRuleStatusRequest, runtime: $Util.RuntimeOptions): Promise<ModifyRuleStatusResponse>;
|