@alicloud/sddp20190103 1.6.3 → 1.6.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 +4 -4
- package/dist/client.js +49 -4
- package/dist/client.js.map +1 -1
- package/dist/models/DescribeAuditLogsRequest.d.ts +1 -0
- package/dist/models/DescribeAuditLogsRequest.js +2 -0
- package/dist/models/DescribeAuditLogsRequest.js.map +1 -1
- package/dist/models/DescribeColumnsRequest.d.ts +5 -0
- package/dist/models/DescribeColumnsRequest.js +2 -0
- package/dist/models/DescribeColumnsRequest.js.map +1 -1
- package/dist/models/DescribeDataObjectsRequest.d.ts +65 -0
- package/dist/models/DescribeDataObjectsRequest.js +26 -0
- package/dist/models/DescribeDataObjectsRequest.js.map +1 -1
- package/dist/models/DescribeDataObjectsResponseBody.d.ts +95 -0
- package/dist/models/DescribeDataObjectsResponseBody.js +38 -0
- package/dist/models/DescribeDataObjectsResponseBody.js.map +1 -1
- package/dist/models/MaskOssImageRequest.d.ts +0 -4
- package/dist/models/MaskOssImageRequest.js.map +1 -1
- package/dist/models/RestoreOssImageRequest.d.ts +0 -4
- package/dist/models/RestoreOssImageRequest.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +64 -4
- package/src/models/DescribeAuditLogsRequest.ts +3 -0
- package/src/models/DescribeColumnsRequest.ts +7 -0
- package/src/models/DescribeDataObjectsRequest.ts +91 -0
- package/src/models/DescribeDataObjectsResponseBody.ts +133 -0
- package/src/models/MaskOssImageRequest.ts +0 -4
- package/src/models/RestoreOssImageRequest.ts +0 -4
|
@@ -119,6 +119,7 @@ export class DescribeAuditLogsRequest extends $dara.Model {
|
|
|
119
119
|
* 994007
|
|
120
120
|
*/
|
|
121
121
|
ruleID?: string;
|
|
122
|
+
ruleId?: string;
|
|
122
123
|
ruleName?: string;
|
|
123
124
|
/**
|
|
124
125
|
* @example
|
|
@@ -161,6 +162,7 @@ export class DescribeAuditLogsRequest extends $dara.Model {
|
|
|
161
162
|
ruleAggQuery: 'RuleAggQuery',
|
|
162
163
|
ruleCategory: 'RuleCategory',
|
|
163
164
|
ruleID: 'RuleID',
|
|
165
|
+
ruleId: 'RuleId',
|
|
164
166
|
ruleName: 'RuleName',
|
|
165
167
|
sqlText: 'SqlText',
|
|
166
168
|
startTime: 'StartTime',
|
|
@@ -194,6 +196,7 @@ export class DescribeAuditLogsRequest extends $dara.Model {
|
|
|
194
196
|
ruleAggQuery: 'boolean',
|
|
195
197
|
ruleCategory: 'string',
|
|
196
198
|
ruleID: 'string',
|
|
199
|
+
ruleId: 'string',
|
|
197
200
|
ruleName: 'string',
|
|
198
201
|
sqlText: 'string',
|
|
199
202
|
startTime: 'number',
|
|
@@ -158,6 +158,11 @@ export class DescribeColumnsRequest extends $dara.Model {
|
|
|
158
158
|
* S2
|
|
159
159
|
*/
|
|
160
160
|
sensLevelName?: string;
|
|
161
|
+
/**
|
|
162
|
+
* @example
|
|
163
|
+
* cn-zhangjiakou
|
|
164
|
+
*/
|
|
165
|
+
serviceRegionId?: string;
|
|
161
166
|
/**
|
|
162
167
|
* @remarks
|
|
163
168
|
* The ID of the table to which the column belongs.
|
|
@@ -212,6 +217,7 @@ export class DescribeColumnsRequest extends $dara.Model {
|
|
|
212
217
|
ruleId: 'RuleId',
|
|
213
218
|
ruleName: 'RuleName',
|
|
214
219
|
sensLevelName: 'SensLevelName',
|
|
220
|
+
serviceRegionId: 'ServiceRegionId',
|
|
215
221
|
tableId: 'TableId',
|
|
216
222
|
tableName: 'TableName',
|
|
217
223
|
templateId: 'TemplateId',
|
|
@@ -235,6 +241,7 @@ export class DescribeColumnsRequest extends $dara.Model {
|
|
|
235
241
|
ruleId: 'number',
|
|
236
242
|
ruleName: 'string',
|
|
237
243
|
sensLevelName: 'string',
|
|
244
|
+
serviceRegionId: 'string',
|
|
238
245
|
tableId: 'number',
|
|
239
246
|
tableName: 'string',
|
|
240
247
|
templateId: 'string',
|
|
@@ -3,6 +3,16 @@ import * as $dara from '@darabonba/typescript';
|
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
export class DescribeDataObjectsRequest extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @example
|
|
8
|
+
* 1
|
|
9
|
+
*/
|
|
10
|
+
APIVersion?: number;
|
|
11
|
+
/**
|
|
12
|
+
* @example
|
|
13
|
+
* bucketName
|
|
14
|
+
*/
|
|
15
|
+
bucket?: string;
|
|
6
16
|
/**
|
|
7
17
|
* @remarks
|
|
8
18
|
* Page number for the paginated query. Default value: 1.
|
|
@@ -11,6 +21,11 @@ export class DescribeDataObjectsRequest extends $dara.Model {
|
|
|
11
21
|
* 1
|
|
12
22
|
*/
|
|
13
23
|
currentPage?: number;
|
|
24
|
+
/**
|
|
25
|
+
* @example
|
|
26
|
+
* dataBaseName
|
|
27
|
+
*/
|
|
28
|
+
dbName?: string;
|
|
14
29
|
/**
|
|
15
30
|
* @remarks
|
|
16
31
|
* ID of the data domain to which the data asset belongs.
|
|
@@ -63,6 +78,16 @@ export class DescribeDataObjectsRequest extends $dara.Model {
|
|
|
63
78
|
* zh_cn
|
|
64
79
|
*/
|
|
65
80
|
lang?: string;
|
|
81
|
+
/**
|
|
82
|
+
* @example
|
|
83
|
+
* logstore
|
|
84
|
+
*/
|
|
85
|
+
logStore?: string;
|
|
86
|
+
/**
|
|
87
|
+
* @example
|
|
88
|
+
* 1
|
|
89
|
+
*/
|
|
90
|
+
logStoreFlag?: number;
|
|
66
91
|
/**
|
|
67
92
|
* @remarks
|
|
68
93
|
* Member account ID.
|
|
@@ -107,6 +132,16 @@ export class DescribeDataObjectsRequest extends $dara.Model {
|
|
|
107
132
|
* 234,236,238
|
|
108
133
|
*/
|
|
109
134
|
parentCategoryIds?: string;
|
|
135
|
+
/**
|
|
136
|
+
* @example
|
|
137
|
+
* road
|
|
138
|
+
*/
|
|
139
|
+
path?: string;
|
|
140
|
+
/**
|
|
141
|
+
* @example
|
|
142
|
+
* 5
|
|
143
|
+
*/
|
|
144
|
+
productId?: number;
|
|
110
145
|
/**
|
|
111
146
|
* @remarks
|
|
112
147
|
* It is recommended to fill in the list of product IDs to be queried, separated by commas. Values:
|
|
@@ -129,6 +164,11 @@ export class DescribeDataObjectsRequest extends $dara.Model {
|
|
|
129
164
|
* 1,5
|
|
130
165
|
*/
|
|
131
166
|
productIds?: string;
|
|
167
|
+
/**
|
|
168
|
+
* @example
|
|
169
|
+
* project
|
|
170
|
+
*/
|
|
171
|
+
project?: string;
|
|
132
172
|
/**
|
|
133
173
|
* @remarks
|
|
134
174
|
* Keyword for the data object to be queried.
|
|
@@ -137,6 +177,16 @@ export class DescribeDataObjectsRequest extends $dara.Model {
|
|
|
137
177
|
* t_sddp_selfmysql_pers0
|
|
138
178
|
*/
|
|
139
179
|
queryName?: string;
|
|
180
|
+
/**
|
|
181
|
+
* @example
|
|
182
|
+
* cn-zhangjiakou
|
|
183
|
+
*/
|
|
184
|
+
regionId?: string;
|
|
185
|
+
/**
|
|
186
|
+
* @example
|
|
187
|
+
* 1,2,3
|
|
188
|
+
*/
|
|
189
|
+
riskLevelIdList?: string;
|
|
140
190
|
/**
|
|
141
191
|
* @remarks
|
|
142
192
|
* Specify the risk levels of the data assets to be queried, separated by commas if multiple.
|
|
@@ -149,6 +199,11 @@ export class DescribeDataObjectsRequest extends $dara.Model {
|
|
|
149
199
|
* 2
|
|
150
200
|
*/
|
|
151
201
|
riskLevels?: string;
|
|
202
|
+
/**
|
|
203
|
+
* @example
|
|
204
|
+
* 1,2,3
|
|
205
|
+
*/
|
|
206
|
+
ruleIds?: string;
|
|
152
207
|
/**
|
|
153
208
|
* @remarks
|
|
154
209
|
* Region where the asset is located. Values:
|
|
@@ -164,6 +219,16 @@ export class DescribeDataObjectsRequest extends $dara.Model {
|
|
|
164
219
|
* cn-hangzhou
|
|
165
220
|
*/
|
|
166
221
|
serviceRegionId?: string;
|
|
222
|
+
/**
|
|
223
|
+
* @example
|
|
224
|
+
* TableName
|
|
225
|
+
*/
|
|
226
|
+
tableName?: string;
|
|
227
|
+
/**
|
|
228
|
+
* @example
|
|
229
|
+
* 1
|
|
230
|
+
*/
|
|
231
|
+
taskId?: number;
|
|
167
232
|
/**
|
|
168
233
|
* @remarks
|
|
169
234
|
* Industry template ID.
|
|
@@ -178,44 +243,70 @@ export class DescribeDataObjectsRequest extends $dara.Model {
|
|
|
178
243
|
templateId?: number;
|
|
179
244
|
static names(): { [key: string]: string } {
|
|
180
245
|
return {
|
|
246
|
+
APIVersion: 'APIVersion',
|
|
247
|
+
bucket: 'Bucket',
|
|
181
248
|
currentPage: 'CurrentPage',
|
|
249
|
+
dbName: 'DbName',
|
|
182
250
|
domainId: 'DomainId',
|
|
183
251
|
featureType: 'FeatureType',
|
|
184
252
|
fileCategoryCode: 'FileCategoryCode',
|
|
185
253
|
fileType: 'FileType',
|
|
186
254
|
instanceId: 'InstanceId',
|
|
187
255
|
lang: 'Lang',
|
|
256
|
+
logStore: 'LogStore',
|
|
257
|
+
logStoreFlag: 'LogStoreFlag',
|
|
188
258
|
memberAccount: 'MemberAccount',
|
|
189
259
|
modelIds: 'ModelIds',
|
|
190
260
|
modelTagIds: 'ModelTagIds',
|
|
191
261
|
pageSize: 'PageSize',
|
|
192
262
|
parentCategoryIds: 'ParentCategoryIds',
|
|
263
|
+
path: 'Path',
|
|
264
|
+
productId: 'ProductId',
|
|
193
265
|
productIds: 'ProductIds',
|
|
266
|
+
project: 'Project',
|
|
194
267
|
queryName: 'QueryName',
|
|
268
|
+
regionId: 'RegionId',
|
|
269
|
+
riskLevelIdList: 'RiskLevelIdList',
|
|
195
270
|
riskLevels: 'RiskLevels',
|
|
271
|
+
ruleIds: 'RuleIds',
|
|
196
272
|
serviceRegionId: 'ServiceRegionId',
|
|
273
|
+
tableName: 'TableName',
|
|
274
|
+
taskId: 'TaskId',
|
|
197
275
|
templateId: 'TemplateId',
|
|
198
276
|
};
|
|
199
277
|
}
|
|
200
278
|
|
|
201
279
|
static types(): { [key: string]: any } {
|
|
202
280
|
return {
|
|
281
|
+
APIVersion: 'number',
|
|
282
|
+
bucket: 'string',
|
|
203
283
|
currentPage: 'number',
|
|
284
|
+
dbName: 'string',
|
|
204
285
|
domainId: 'number',
|
|
205
286
|
featureType: 'number',
|
|
206
287
|
fileCategoryCode: 'number',
|
|
207
288
|
fileType: 'number',
|
|
208
289
|
instanceId: 'string',
|
|
209
290
|
lang: 'string',
|
|
291
|
+
logStore: 'string',
|
|
292
|
+
logStoreFlag: 'number',
|
|
210
293
|
memberAccount: 'number',
|
|
211
294
|
modelIds: 'string',
|
|
212
295
|
modelTagIds: 'string',
|
|
213
296
|
pageSize: 'number',
|
|
214
297
|
parentCategoryIds: 'string',
|
|
298
|
+
path: 'string',
|
|
299
|
+
productId: 'number',
|
|
215
300
|
productIds: 'string',
|
|
301
|
+
project: 'string',
|
|
216
302
|
queryName: 'string',
|
|
303
|
+
regionId: 'string',
|
|
304
|
+
riskLevelIdList: 'string',
|
|
217
305
|
riskLevels: 'string',
|
|
306
|
+
ruleIds: 'string',
|
|
218
307
|
serviceRegionId: 'string',
|
|
308
|
+
tableName: 'string',
|
|
309
|
+
taskId: 'number',
|
|
219
310
|
templateId: 'number',
|
|
220
311
|
};
|
|
221
312
|
}
|
|
@@ -75,6 +75,11 @@ export class DescribeDataObjectsResponseBodyItemsRuleList extends $dara.Model {
|
|
|
75
75
|
* S1
|
|
76
76
|
*/
|
|
77
77
|
riskLevelName?: string;
|
|
78
|
+
/**
|
|
79
|
+
* @example
|
|
80
|
+
* “个人信息”-“身份证”
|
|
81
|
+
*/
|
|
82
|
+
ruleCategoryNameList?: string;
|
|
78
83
|
/**
|
|
79
84
|
* @remarks
|
|
80
85
|
* Number of matched identification models.
|
|
@@ -99,13 +104,20 @@ export class DescribeDataObjectsResponseBodyItemsRuleList extends $dara.Model {
|
|
|
99
104
|
* name
|
|
100
105
|
*/
|
|
101
106
|
ruleName?: string;
|
|
107
|
+
/**
|
|
108
|
+
* @example
|
|
109
|
+
* ["张三","李四"]
|
|
110
|
+
*/
|
|
111
|
+
sampleList?: string;
|
|
102
112
|
static names(): { [key: string]: string } {
|
|
103
113
|
return {
|
|
104
114
|
riskLevelId: 'RiskLevelId',
|
|
105
115
|
riskLevelName: 'RiskLevelName',
|
|
116
|
+
ruleCategoryNameList: 'RuleCategoryNameList',
|
|
106
117
|
ruleCount: 'RuleCount',
|
|
107
118
|
ruleId: 'RuleId',
|
|
108
119
|
ruleName: 'RuleName',
|
|
120
|
+
sampleList: 'SampleList',
|
|
109
121
|
};
|
|
110
122
|
}
|
|
111
123
|
|
|
@@ -113,9 +125,11 @@ export class DescribeDataObjectsResponseBodyItemsRuleList extends $dara.Model {
|
|
|
113
125
|
return {
|
|
114
126
|
riskLevelId: 'number',
|
|
115
127
|
riskLevelName: 'string',
|
|
128
|
+
ruleCategoryNameList: 'string',
|
|
116
129
|
ruleCount: 'number',
|
|
117
130
|
ruleId: 'number',
|
|
118
131
|
ruleName: 'string',
|
|
132
|
+
sampleList: 'string',
|
|
119
133
|
};
|
|
120
134
|
}
|
|
121
135
|
|
|
@@ -134,6 +148,26 @@ export class DescribeDataObjectsResponseBodyItems extends $dara.Model {
|
|
|
134
148
|
* List of industry categories for the sensitive data.
|
|
135
149
|
*/
|
|
136
150
|
categories?: string[];
|
|
151
|
+
/**
|
|
152
|
+
* @example
|
|
153
|
+
* 备注
|
|
154
|
+
*/
|
|
155
|
+
comment?: string;
|
|
156
|
+
/**
|
|
157
|
+
* @example
|
|
158
|
+
* varchar
|
|
159
|
+
*/
|
|
160
|
+
dataType?: string;
|
|
161
|
+
/**
|
|
162
|
+
* @example
|
|
163
|
+
* DataBaseName
|
|
164
|
+
*/
|
|
165
|
+
dbName?: string;
|
|
166
|
+
/**
|
|
167
|
+
* @example
|
|
168
|
+
* 1
|
|
169
|
+
*/
|
|
170
|
+
fileCategoryCode?: number;
|
|
137
171
|
/**
|
|
138
172
|
* @remarks
|
|
139
173
|
* The unique identifier ID of the data object.
|
|
@@ -158,6 +192,11 @@ export class DescribeDataObjectsResponseBodyItems extends $dara.Model {
|
|
|
158
192
|
* rm-12*****
|
|
159
193
|
*/
|
|
160
194
|
instanceId?: string;
|
|
195
|
+
/**
|
|
196
|
+
* @example
|
|
197
|
+
* -1
|
|
198
|
+
*/
|
|
199
|
+
isRevision?: number;
|
|
161
200
|
/**
|
|
162
201
|
* @remarks
|
|
163
202
|
* Latest file modification time, in milliseconds.
|
|
@@ -174,6 +213,16 @@ export class DescribeDataObjectsResponseBodyItems extends $dara.Model {
|
|
|
174
213
|
* 1687676649830
|
|
175
214
|
*/
|
|
176
215
|
lastScanTime?: number;
|
|
216
|
+
/**
|
|
217
|
+
* @example
|
|
218
|
+
* logStore
|
|
219
|
+
*/
|
|
220
|
+
logStore?: string;
|
|
221
|
+
/**
|
|
222
|
+
* @example
|
|
223
|
+
* -1
|
|
224
|
+
*/
|
|
225
|
+
maskStatus?: number;
|
|
177
226
|
/**
|
|
178
227
|
* @remarks
|
|
179
228
|
* Member account ID.
|
|
@@ -259,6 +308,11 @@ export class DescribeDataObjectsResponseBodyItems extends $dara.Model {
|
|
|
259
308
|
* 5
|
|
260
309
|
*/
|
|
261
310
|
productId?: number;
|
|
311
|
+
/**
|
|
312
|
+
* @example
|
|
313
|
+
* project
|
|
314
|
+
*/
|
|
315
|
+
project?: string;
|
|
262
316
|
/**
|
|
263
317
|
* @remarks
|
|
264
318
|
* The region ID to which the OSS storage object belongs.
|
|
@@ -275,6 +329,16 @@ export class DescribeDataObjectsResponseBodyItems extends $dara.Model {
|
|
|
275
329
|
* cn-hangzhou
|
|
276
330
|
*/
|
|
277
331
|
regionName?: string;
|
|
332
|
+
/**
|
|
333
|
+
* @example
|
|
334
|
+
* 1
|
|
335
|
+
*/
|
|
336
|
+
riskLevelId?: number;
|
|
337
|
+
/**
|
|
338
|
+
* @example
|
|
339
|
+
* 10
|
|
340
|
+
*/
|
|
341
|
+
ruleCount?: number;
|
|
278
342
|
/**
|
|
279
343
|
* @remarks
|
|
280
344
|
* List of matched identification models.
|
|
@@ -288,6 +352,36 @@ export class DescribeDataObjectsResponseBodyItems extends $dara.Model {
|
|
|
288
352
|
* 1
|
|
289
353
|
*/
|
|
290
354
|
sensitiveCount?: number;
|
|
355
|
+
/**
|
|
356
|
+
* @example
|
|
357
|
+
* 1000
|
|
358
|
+
*/
|
|
359
|
+
size?: number;
|
|
360
|
+
/**
|
|
361
|
+
* @example
|
|
362
|
+
* 1,2,3
|
|
363
|
+
*/
|
|
364
|
+
sx?: string;
|
|
365
|
+
/**
|
|
366
|
+
* @example
|
|
367
|
+
* tableName
|
|
368
|
+
*/
|
|
369
|
+
tableName?: string;
|
|
370
|
+
/**
|
|
371
|
+
* @example
|
|
372
|
+
* 1
|
|
373
|
+
*/
|
|
374
|
+
taskId?: number;
|
|
375
|
+
/**
|
|
376
|
+
* @example
|
|
377
|
+
* 任务名
|
|
378
|
+
*/
|
|
379
|
+
taskName?: string;
|
|
380
|
+
/**
|
|
381
|
+
* @example
|
|
382
|
+
* 1000
|
|
383
|
+
*/
|
|
384
|
+
taskNumber?: number;
|
|
291
385
|
/**
|
|
292
386
|
* @remarks
|
|
293
387
|
* Industry template ID
|
|
@@ -296,14 +390,26 @@ export class DescribeDataObjectsResponseBodyItems extends $dara.Model {
|
|
|
296
390
|
* 1
|
|
297
391
|
*/
|
|
298
392
|
templateId?: number;
|
|
393
|
+
/**
|
|
394
|
+
* @example
|
|
395
|
+
* 模板名
|
|
396
|
+
*/
|
|
397
|
+
templateName?: string;
|
|
299
398
|
static names(): { [key: string]: string } {
|
|
300
399
|
return {
|
|
301
400
|
categories: 'Categories',
|
|
401
|
+
comment: 'Comment',
|
|
402
|
+
dataType: 'DataType',
|
|
403
|
+
dbName: 'DbName',
|
|
404
|
+
fileCategoryCode: 'FileCategoryCode',
|
|
302
405
|
id: 'Id',
|
|
303
406
|
instanceDescription: 'InstanceDescription',
|
|
304
407
|
instanceId: 'InstanceId',
|
|
408
|
+
isRevision: 'IsRevision',
|
|
305
409
|
lastModifiedTime: 'LastModifiedTime',
|
|
306
410
|
lastScanTime: 'LastScanTime',
|
|
411
|
+
logStore: 'LogStore',
|
|
412
|
+
maskStatus: 'MaskStatus',
|
|
307
413
|
memberAccount: 'MemberAccount',
|
|
308
414
|
modelTags: 'ModelTags',
|
|
309
415
|
name: 'Name',
|
|
@@ -312,22 +418,39 @@ export class DescribeDataObjectsResponseBodyItems extends $dara.Model {
|
|
|
312
418
|
path: 'Path',
|
|
313
419
|
productCode: 'ProductCode',
|
|
314
420
|
productId: 'ProductId',
|
|
421
|
+
project: 'Project',
|
|
315
422
|
regionId: 'RegionId',
|
|
316
423
|
regionName: 'RegionName',
|
|
424
|
+
riskLevelId: 'RiskLevelId',
|
|
425
|
+
ruleCount: 'RuleCount',
|
|
317
426
|
ruleList: 'RuleList',
|
|
318
427
|
sensitiveCount: 'SensitiveCount',
|
|
428
|
+
size: 'Size',
|
|
429
|
+
sx: 'Sx',
|
|
430
|
+
tableName: 'TableName',
|
|
431
|
+
taskId: 'TaskId',
|
|
432
|
+
taskName: 'TaskName',
|
|
433
|
+
taskNumber: 'TaskNumber',
|
|
319
434
|
templateId: 'TemplateId',
|
|
435
|
+
templateName: 'TemplateName',
|
|
320
436
|
};
|
|
321
437
|
}
|
|
322
438
|
|
|
323
439
|
static types(): { [key: string]: any } {
|
|
324
440
|
return {
|
|
325
441
|
categories: { 'type': 'array', 'itemType': 'string' },
|
|
442
|
+
comment: 'string',
|
|
443
|
+
dataType: 'string',
|
|
444
|
+
dbName: 'string',
|
|
445
|
+
fileCategoryCode: 'number',
|
|
326
446
|
id: 'string',
|
|
327
447
|
instanceDescription: 'string',
|
|
328
448
|
instanceId: 'string',
|
|
449
|
+
isRevision: 'number',
|
|
329
450
|
lastModifiedTime: 'number',
|
|
330
451
|
lastScanTime: 'number',
|
|
452
|
+
logStore: 'string',
|
|
453
|
+
maskStatus: 'number',
|
|
331
454
|
memberAccount: 'number',
|
|
332
455
|
modelTags: { 'type': 'array', 'itemType': DescribeDataObjectsResponseBodyItemsModelTags },
|
|
333
456
|
name: 'string',
|
|
@@ -336,11 +459,21 @@ export class DescribeDataObjectsResponseBodyItems extends $dara.Model {
|
|
|
336
459
|
path: 'string',
|
|
337
460
|
productCode: 'string',
|
|
338
461
|
productId: 'number',
|
|
462
|
+
project: 'string',
|
|
339
463
|
regionId: 'string',
|
|
340
464
|
regionName: 'string',
|
|
465
|
+
riskLevelId: 'number',
|
|
466
|
+
ruleCount: 'number',
|
|
341
467
|
ruleList: { 'type': 'array', 'itemType': DescribeDataObjectsResponseBodyItemsRuleList },
|
|
342
468
|
sensitiveCount: 'number',
|
|
469
|
+
size: 'number',
|
|
470
|
+
sx: 'string',
|
|
471
|
+
tableName: 'string',
|
|
472
|
+
taskId: 'number',
|
|
473
|
+
taskName: 'string',
|
|
474
|
+
taskNumber: 'number',
|
|
343
475
|
templateId: 'number',
|
|
476
|
+
templateName: 'string',
|
|
344
477
|
};
|
|
345
478
|
}
|
|
346
479
|
|