@alicloud/sddp20190103 1.2.1 → 1.2.3
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 +726 -322
- package/dist/client.js +734 -322
- package/dist/client.js.map +1 -1
- package/package.json +3 -3
- package/src/client.ts +742 -322
package/dist/client.js
CHANGED
|
@@ -4120,6 +4120,7 @@ class DescribeDataObjectsResponseBodyItems extends $tea.Model {
|
|
|
4120
4120
|
id: 'Id',
|
|
4121
4121
|
instanceDescription: 'InstanceDescription',
|
|
4122
4122
|
instanceId: 'InstanceId',
|
|
4123
|
+
lastModifiedTime: 'LastModifiedTime',
|
|
4123
4124
|
lastScanTime: 'LastScanTime',
|
|
4124
4125
|
memberAccount: 'MemberAccount',
|
|
4125
4126
|
modelTags: 'ModelTags',
|
|
@@ -4141,6 +4142,7 @@ class DescribeDataObjectsResponseBodyItems extends $tea.Model {
|
|
|
4141
4142
|
id: 'string',
|
|
4142
4143
|
instanceDescription: 'string',
|
|
4143
4144
|
instanceId: 'string',
|
|
4145
|
+
lastModifiedTime: 'number',
|
|
4144
4146
|
lastScanTime: 'number',
|
|
4145
4147
|
memberAccount: 'number',
|
|
4146
4148
|
modelTags: { 'type': 'array', 'itemType': DescribeDataObjectsResponseBodyItemsModelTags },
|
|
@@ -4186,12 +4188,14 @@ class DescribeEventDetailResponseBodyEventDetailChartData extends $tea.Model {
|
|
|
4186
4188
|
return {
|
|
4187
4189
|
x: 'X',
|
|
4188
4190
|
y: 'Y',
|
|
4191
|
+
z: 'Z',
|
|
4189
4192
|
};
|
|
4190
4193
|
}
|
|
4191
4194
|
static types() {
|
|
4192
4195
|
return {
|
|
4193
4196
|
x: { 'type': 'array', 'itemType': 'string' },
|
|
4194
4197
|
y: { 'type': 'array', 'itemType': 'string' },
|
|
4198
|
+
z: { 'type': 'array', 'itemType': 'string' },
|
|
4195
4199
|
};
|
|
4196
4200
|
}
|
|
4197
4201
|
constructor(map) {
|
|
@@ -4202,20 +4206,26 @@ exports.DescribeEventDetailResponseBodyEventDetailChartData = DescribeEventDetai
|
|
|
4202
4206
|
class DescribeEventDetailResponseBodyEventDetailChart extends $tea.Model {
|
|
4203
4207
|
static names() {
|
|
4204
4208
|
return {
|
|
4209
|
+
chatType: 'ChatType',
|
|
4205
4210
|
data: 'Data',
|
|
4206
4211
|
label: 'Label',
|
|
4212
|
+
name: 'Name',
|
|
4207
4213
|
type: 'Type',
|
|
4208
4214
|
XLabel: 'XLabel',
|
|
4209
4215
|
YLabel: 'YLabel',
|
|
4216
|
+
ZLabel: 'ZLabel',
|
|
4210
4217
|
};
|
|
4211
4218
|
}
|
|
4212
4219
|
static types() {
|
|
4213
4220
|
return {
|
|
4221
|
+
chatType: 'number',
|
|
4214
4222
|
data: DescribeEventDetailResponseBodyEventDetailChartData,
|
|
4215
4223
|
label: 'string',
|
|
4224
|
+
name: 'string',
|
|
4216
4225
|
type: 'string',
|
|
4217
4226
|
XLabel: 'string',
|
|
4218
4227
|
YLabel: 'string',
|
|
4228
|
+
ZLabel: 'string',
|
|
4219
4229
|
};
|
|
4220
4230
|
}
|
|
4221
4231
|
constructor(map) {
|
|
@@ -4227,12 +4237,14 @@ class DescribeEventDetailResponseBodyEventDetailContent extends $tea.Model {
|
|
|
4227
4237
|
static names() {
|
|
4228
4238
|
return {
|
|
4229
4239
|
label: 'Label',
|
|
4240
|
+
name: 'Name',
|
|
4230
4241
|
value: 'Value',
|
|
4231
4242
|
};
|
|
4232
4243
|
}
|
|
4233
4244
|
static types() {
|
|
4234
4245
|
return {
|
|
4235
4246
|
label: 'string',
|
|
4247
|
+
name: 'string',
|
|
4236
4248
|
value: 'string',
|
|
4237
4249
|
};
|
|
4238
4250
|
}
|
|
@@ -4327,6 +4339,7 @@ class DescribeEventDetailResponseBodyEvent extends $tea.Model {
|
|
|
4327
4339
|
id: 'Id',
|
|
4328
4340
|
logDetail: 'LogDetail',
|
|
4329
4341
|
loginName: 'LoginName',
|
|
4342
|
+
newAlarm: 'NewAlarm',
|
|
4330
4343
|
productCode: 'ProductCode',
|
|
4331
4344
|
status: 'Status',
|
|
4332
4345
|
statusName: 'StatusName',
|
|
@@ -4354,6 +4367,7 @@ class DescribeEventDetailResponseBodyEvent extends $tea.Model {
|
|
|
4354
4367
|
id: 'number',
|
|
4355
4368
|
logDetail: 'string',
|
|
4356
4369
|
loginName: 'string',
|
|
4370
|
+
newAlarm: 'boolean',
|
|
4357
4371
|
productCode: 'string',
|
|
4358
4372
|
status: 'number',
|
|
4359
4373
|
statusName: 'string',
|
|
@@ -4790,6 +4804,7 @@ class DescribeOssObjectsResponseBodyItems extends $tea.Model {
|
|
|
4790
4804
|
fileId: 'FileId',
|
|
4791
4805
|
id: 'Id',
|
|
4792
4806
|
instanceId: 'InstanceId',
|
|
4807
|
+
lastModifiedTime: 'LastModifiedTime',
|
|
4793
4808
|
name: 'Name',
|
|
4794
4809
|
regionId: 'RegionId',
|
|
4795
4810
|
riskLevelId: 'RiskLevelId',
|
|
@@ -4810,6 +4825,7 @@ class DescribeOssObjectsResponseBodyItems extends $tea.Model {
|
|
|
4810
4825
|
fileId: 'string',
|
|
4811
4826
|
id: 'string',
|
|
4812
4827
|
instanceId: 'number',
|
|
4828
|
+
lastModifiedTime: 'number',
|
|
4813
4829
|
name: 'string',
|
|
4814
4830
|
regionId: 'string',
|
|
4815
4831
|
riskLevelId: 'number',
|
|
@@ -5157,13 +5173,15 @@ class Client extends openapi_client_1.default {
|
|
|
5157
5173
|
return endpoint_util_1.default.getEndpointRules(productId, regionId, endpointRule, network, suffix);
|
|
5158
5174
|
}
|
|
5159
5175
|
/**
|
|
5160
|
-
|
|
5161
|
-
|
|
5162
|
-
|
|
5163
|
-
|
|
5164
|
-
|
|
5165
|
-
|
|
5166
|
-
|
|
5176
|
+
* @summary Modifies the configurations of a common configuration item for alerts.
|
|
5177
|
+
*
|
|
5178
|
+
* @description You can call this operation to create or restore configurations based on the codes of common configuration items. This allows you to manage the configurations of common configuration items.
|
|
5179
|
+
* # Limits
|
|
5180
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
5181
|
+
*
|
|
5182
|
+
* @param request CreateConfigRequest
|
|
5183
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
5184
|
+
* @return CreateConfigResponse
|
|
5167
5185
|
*/
|
|
5168
5186
|
async createConfigWithOptions(request, runtime) {
|
|
5169
5187
|
tea_util_1.default.validateModel(request);
|
|
@@ -5203,25 +5221,29 @@ class Client extends openapi_client_1.default {
|
|
|
5203
5221
|
return $tea.cast(await this.callApi(params, req, runtime), new CreateConfigResponse({}));
|
|
5204
5222
|
}
|
|
5205
5223
|
/**
|
|
5206
|
-
|
|
5207
|
-
|
|
5208
|
-
|
|
5209
|
-
|
|
5210
|
-
|
|
5211
|
-
|
|
5224
|
+
* @summary Modifies the configurations of a common configuration item for alerts.
|
|
5225
|
+
*
|
|
5226
|
+
* @description You can call this operation to create or restore configurations based on the codes of common configuration items. This allows you to manage the configurations of common configuration items.
|
|
5227
|
+
* # Limits
|
|
5228
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
5229
|
+
*
|
|
5230
|
+
* @param request CreateConfigRequest
|
|
5231
|
+
* @return CreateConfigResponse
|
|
5212
5232
|
*/
|
|
5213
5233
|
async createConfig(request) {
|
|
5214
5234
|
let runtime = new $Util.RuntimeOptions({});
|
|
5215
5235
|
return await this.createConfigWithOptions(request, runtime);
|
|
5216
5236
|
}
|
|
5217
5237
|
/**
|
|
5218
|
-
|
|
5219
|
-
|
|
5220
|
-
|
|
5221
|
-
|
|
5222
|
-
|
|
5223
|
-
|
|
5224
|
-
|
|
5238
|
+
* @summary Authorizes Data Security Center (DSC) to scan data assets. The data assets can be a database, a project, or a bucket.
|
|
5239
|
+
*
|
|
5240
|
+
* @description You can call this operation to authorize DSC to scan data assets to ensure the security of the data assets.
|
|
5241
|
+
* # Limits
|
|
5242
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
5243
|
+
*
|
|
5244
|
+
* @param request CreateDataLimitRequest
|
|
5245
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
5246
|
+
* @return CreateDataLimitResponse
|
|
5225
5247
|
*/
|
|
5226
5248
|
async createDataLimitWithOptions(request, runtime) {
|
|
5227
5249
|
tea_util_1.default.validateModel(request);
|
|
@@ -5297,17 +5319,26 @@ class Client extends openapi_client_1.default {
|
|
|
5297
5319
|
return $tea.cast(await this.callApi(params, req, runtime), new CreateDataLimitResponse({}));
|
|
5298
5320
|
}
|
|
5299
5321
|
/**
|
|
5300
|
-
|
|
5301
|
-
|
|
5302
|
-
|
|
5303
|
-
|
|
5304
|
-
|
|
5305
|
-
|
|
5322
|
+
* @summary Authorizes Data Security Center (DSC) to scan data assets. The data assets can be a database, a project, or a bucket.
|
|
5323
|
+
*
|
|
5324
|
+
* @description You can call this operation to authorize DSC to scan data assets to ensure the security of the data assets.
|
|
5325
|
+
* # Limits
|
|
5326
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
5327
|
+
*
|
|
5328
|
+
* @param request CreateDataLimitRequest
|
|
5329
|
+
* @return CreateDataLimitResponse
|
|
5306
5330
|
*/
|
|
5307
5331
|
async createDataLimit(request) {
|
|
5308
5332
|
let runtime = new $Util.RuntimeOptions({});
|
|
5309
5333
|
return await this.createDataLimitWithOptions(request, runtime);
|
|
5310
5334
|
}
|
|
5335
|
+
/**
|
|
5336
|
+
* @summary Creates a custom sensitive data detection rule.
|
|
5337
|
+
*
|
|
5338
|
+
* @param request CreateRuleRequest
|
|
5339
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
5340
|
+
* @return CreateRuleResponse
|
|
5341
|
+
*/
|
|
5311
5342
|
async createRuleWithOptions(request, runtime) {
|
|
5312
5343
|
tea_util_1.default.validateModel(request);
|
|
5313
5344
|
let query = {};
|
|
@@ -5378,18 +5409,26 @@ class Client extends openapi_client_1.default {
|
|
|
5378
5409
|
});
|
|
5379
5410
|
return $tea.cast(await this.callApi(params, req, runtime), new CreateRuleResponse({}));
|
|
5380
5411
|
}
|
|
5412
|
+
/**
|
|
5413
|
+
* @summary Creates a custom sensitive data detection rule.
|
|
5414
|
+
*
|
|
5415
|
+
* @param request CreateRuleRequest
|
|
5416
|
+
* @return CreateRuleResponse
|
|
5417
|
+
*/
|
|
5381
5418
|
async createRule(request) {
|
|
5382
5419
|
let runtime = new $Util.RuntimeOptions({});
|
|
5383
5420
|
return await this.createRuleWithOptions(request, runtime);
|
|
5384
5421
|
}
|
|
5385
5422
|
/**
|
|
5386
|
-
|
|
5387
|
-
|
|
5388
|
-
|
|
5389
|
-
|
|
5390
|
-
|
|
5391
|
-
|
|
5392
|
-
|
|
5423
|
+
* @summary Creates a custom scan task. The custom scan task is used to scan data assets on which Data Security Center (DSC) is granted the scan permissions for sensitive data.
|
|
5424
|
+
*
|
|
5425
|
+
* @description You can call this operation to create a custom scan task for authorized data assets. You can customize the interval between two consecutive scan tasks and the time when the scan task is executed next time.
|
|
5426
|
+
* # Limits
|
|
5427
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
5428
|
+
*
|
|
5429
|
+
* @param request CreateScanTaskRequest
|
|
5430
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
5431
|
+
* @return CreateScanTaskResponse
|
|
5393
5432
|
*/
|
|
5394
5433
|
async createScanTaskWithOptions(request, runtime) {
|
|
5395
5434
|
tea_util_1.default.validateModel(request);
|
|
@@ -5450,25 +5489,29 @@ class Client extends openapi_client_1.default {
|
|
|
5450
5489
|
return $tea.cast(await this.callApi(params, req, runtime), new CreateScanTaskResponse({}));
|
|
5451
5490
|
}
|
|
5452
5491
|
/**
|
|
5453
|
-
|
|
5454
|
-
|
|
5455
|
-
|
|
5456
|
-
|
|
5457
|
-
|
|
5458
|
-
|
|
5492
|
+
* @summary Creates a custom scan task. The custom scan task is used to scan data assets on which Data Security Center (DSC) is granted the scan permissions for sensitive data.
|
|
5493
|
+
*
|
|
5494
|
+
* @description You can call this operation to create a custom scan task for authorized data assets. You can customize the interval between two consecutive scan tasks and the time when the scan task is executed next time.
|
|
5495
|
+
* # Limits
|
|
5496
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
5497
|
+
*
|
|
5498
|
+
* @param request CreateScanTaskRequest
|
|
5499
|
+
* @return CreateScanTaskResponse
|
|
5459
5500
|
*/
|
|
5460
5501
|
async createScanTask(request) {
|
|
5461
5502
|
let runtime = new $Util.RuntimeOptions({});
|
|
5462
5503
|
return await this.createScanTaskWithOptions(request, runtime);
|
|
5463
5504
|
}
|
|
5464
5505
|
/**
|
|
5465
|
-
|
|
5466
|
-
|
|
5467
|
-
|
|
5468
|
-
|
|
5469
|
-
|
|
5470
|
-
|
|
5471
|
-
|
|
5506
|
+
* @summary Creates a service-linked role for Data Security Center (DSC) to grant DSC the permissions to access data assets in other services.
|
|
5507
|
+
*
|
|
5508
|
+
* @description You can call this operation to allow DSC to access the data assets in services such as Object Storage Service (OSS), ApsaraDB RDS, and MaxCompute. After you call this operation, the system automatically creates a service-linked role named AliyunServiceRoleForSDDP and attaches the AliyunServiceRolePolicyForSDDP policy to the role.
|
|
5509
|
+
* # Limits
|
|
5510
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
5511
|
+
*
|
|
5512
|
+
* @param request CreateSlrRoleRequest
|
|
5513
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
5514
|
+
* @return CreateSlrRoleResponse
|
|
5472
5515
|
*/
|
|
5473
5516
|
async createSlrRoleWithOptions(request, runtime) {
|
|
5474
5517
|
tea_util_1.default.validateModel(request);
|
|
@@ -5499,25 +5542,29 @@ class Client extends openapi_client_1.default {
|
|
|
5499
5542
|
return $tea.cast(await this.callApi(params, req, runtime), new CreateSlrRoleResponse({}));
|
|
5500
5543
|
}
|
|
5501
5544
|
/**
|
|
5502
|
-
|
|
5503
|
-
|
|
5504
|
-
|
|
5505
|
-
|
|
5506
|
-
|
|
5507
|
-
|
|
5545
|
+
* @summary Creates a service-linked role for Data Security Center (DSC) to grant DSC the permissions to access data assets in other services.
|
|
5546
|
+
*
|
|
5547
|
+
* @description You can call this operation to allow DSC to access the data assets in services such as Object Storage Service (OSS), ApsaraDB RDS, and MaxCompute. After you call this operation, the system automatically creates a service-linked role named AliyunServiceRoleForSDDP and attaches the AliyunServiceRolePolicyForSDDP policy to the role.
|
|
5548
|
+
* # Limits
|
|
5549
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
5550
|
+
*
|
|
5551
|
+
* @param request CreateSlrRoleRequest
|
|
5552
|
+
* @return CreateSlrRoleResponse
|
|
5508
5553
|
*/
|
|
5509
5554
|
async createSlrRole(request) {
|
|
5510
5555
|
let runtime = new $Util.RuntimeOptions({});
|
|
5511
5556
|
return await this.createSlrRoleWithOptions(request, runtime);
|
|
5512
5557
|
}
|
|
5513
5558
|
/**
|
|
5514
|
-
|
|
5515
|
-
|
|
5516
|
-
|
|
5517
|
-
|
|
5518
|
-
|
|
5519
|
-
|
|
5520
|
-
|
|
5559
|
+
* @summary Revokes the scan permissions on a data asset. The data asset can be a database, an instance, or a bucket.
|
|
5560
|
+
*
|
|
5561
|
+
* @description You can call this operation to revoke the permissions on a data asset from Data Security Center (DSC).
|
|
5562
|
+
* # Limits
|
|
5563
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
5564
|
+
*
|
|
5565
|
+
* @param request DeleteDataLimitRequest
|
|
5566
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
5567
|
+
* @return DeleteDataLimitResponse
|
|
5521
5568
|
*/
|
|
5522
5569
|
async deleteDataLimitWithOptions(request, runtime) {
|
|
5523
5570
|
tea_util_1.default.validateModel(request);
|
|
@@ -5551,17 +5598,26 @@ class Client extends openapi_client_1.default {
|
|
|
5551
5598
|
return $tea.cast(await this.callApi(params, req, runtime), new DeleteDataLimitResponse({}));
|
|
5552
5599
|
}
|
|
5553
5600
|
/**
|
|
5554
|
-
|
|
5555
|
-
|
|
5556
|
-
|
|
5557
|
-
|
|
5558
|
-
|
|
5559
|
-
|
|
5601
|
+
* @summary Revokes the scan permissions on a data asset. The data asset can be a database, an instance, or a bucket.
|
|
5602
|
+
*
|
|
5603
|
+
* @description You can call this operation to revoke the permissions on a data asset from Data Security Center (DSC).
|
|
5604
|
+
* # Limits
|
|
5605
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
5606
|
+
*
|
|
5607
|
+
* @param request DeleteDataLimitRequest
|
|
5608
|
+
* @return DeleteDataLimitResponse
|
|
5560
5609
|
*/
|
|
5561
5610
|
async deleteDataLimit(request) {
|
|
5562
5611
|
let runtime = new $Util.RuntimeOptions({});
|
|
5563
5612
|
return await this.deleteDataLimitWithOptions(request, runtime);
|
|
5564
5613
|
}
|
|
5614
|
+
/**
|
|
5615
|
+
* @summary Deletes a custom sensitive data detection rule from Data Security Center (DSC).
|
|
5616
|
+
*
|
|
5617
|
+
* @param request DeleteRuleRequest
|
|
5618
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
5619
|
+
* @return DeleteRuleResponse
|
|
5620
|
+
*/
|
|
5565
5621
|
async deleteRuleWithOptions(request, runtime) {
|
|
5566
5622
|
tea_util_1.default.validateModel(request);
|
|
5567
5623
|
let query = {};
|
|
@@ -5593,10 +5649,21 @@ class Client extends openapi_client_1.default {
|
|
|
5593
5649
|
});
|
|
5594
5650
|
return $tea.cast(await this.callApi(params, req, runtime), new DeleteRuleResponse({}));
|
|
5595
5651
|
}
|
|
5652
|
+
/**
|
|
5653
|
+
* @summary Deletes a custom sensitive data detection rule from Data Security Center (DSC).
|
|
5654
|
+
*
|
|
5655
|
+
* @param request DeleteRuleRequest
|
|
5656
|
+
* @return DeleteRuleResponse
|
|
5657
|
+
*/
|
|
5596
5658
|
async deleteRule(request) {
|
|
5597
5659
|
let runtime = new $Util.RuntimeOptions({});
|
|
5598
5660
|
return await this.deleteRuleWithOptions(request, runtime);
|
|
5599
5661
|
}
|
|
5662
|
+
/**
|
|
5663
|
+
* @param request DescribeCategoryTemplateListRequest
|
|
5664
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
5665
|
+
* @return DescribeCategoryTemplateListResponse
|
|
5666
|
+
*/
|
|
5600
5667
|
async describeCategoryTemplateListWithOptions(request, runtime) {
|
|
5601
5668
|
tea_util_1.default.validateModel(request);
|
|
5602
5669
|
let query = {};
|
|
@@ -5631,18 +5698,24 @@ class Client extends openapi_client_1.default {
|
|
|
5631
5698
|
});
|
|
5632
5699
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeCategoryTemplateListResponse({}));
|
|
5633
5700
|
}
|
|
5701
|
+
/**
|
|
5702
|
+
* @param request DescribeCategoryTemplateListRequest
|
|
5703
|
+
* @return DescribeCategoryTemplateListResponse
|
|
5704
|
+
*/
|
|
5634
5705
|
async describeCategoryTemplateList(request) {
|
|
5635
5706
|
let runtime = new $Util.RuntimeOptions({});
|
|
5636
5707
|
return await this.describeCategoryTemplateListWithOptions(request, runtime);
|
|
5637
5708
|
}
|
|
5638
5709
|
/**
|
|
5639
|
-
|
|
5640
|
-
|
|
5641
|
-
|
|
5642
|
-
|
|
5643
|
-
|
|
5644
|
-
|
|
5645
|
-
|
|
5710
|
+
* @summary Queries rules in a classification template by page.
|
|
5711
|
+
*
|
|
5712
|
+
* @description You can call this operation to query rules in a classification template.
|
|
5713
|
+
* # Limits
|
|
5714
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
5715
|
+
*
|
|
5716
|
+
* @param request DescribeCategoryTemplateRuleListRequest
|
|
5717
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
5718
|
+
* @return DescribeCategoryTemplateRuleListResponse
|
|
5646
5719
|
*/
|
|
5647
5720
|
async describeCategoryTemplateRuleListWithOptions(request, runtime) {
|
|
5648
5721
|
tea_util_1.default.validateModel(request);
|
|
@@ -5682,27 +5755,31 @@ class Client extends openapi_client_1.default {
|
|
|
5682
5755
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeCategoryTemplateRuleListResponse({}));
|
|
5683
5756
|
}
|
|
5684
5757
|
/**
|
|
5685
|
-
|
|
5686
|
-
|
|
5687
|
-
|
|
5688
|
-
|
|
5689
|
-
|
|
5690
|
-
|
|
5758
|
+
* @summary Queries rules in a classification template by page.
|
|
5759
|
+
*
|
|
5760
|
+
* @description You can call this operation to query rules in a classification template.
|
|
5761
|
+
* # Limits
|
|
5762
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
5763
|
+
*
|
|
5764
|
+
* @param request DescribeCategoryTemplateRuleListRequest
|
|
5765
|
+
* @return DescribeCategoryTemplateRuleListResponse
|
|
5691
5766
|
*/
|
|
5692
5767
|
async describeCategoryTemplateRuleList(request) {
|
|
5693
5768
|
let runtime = new $Util.RuntimeOptions({});
|
|
5694
5769
|
return await this.describeCategoryTemplateRuleListWithOptions(request, runtime);
|
|
5695
5770
|
}
|
|
5696
5771
|
/**
|
|
5697
|
-
|
|
5698
|
-
|
|
5699
|
-
|
|
5700
|
-
|
|
5701
|
-
|
|
5702
|
-
|
|
5703
|
-
|
|
5704
|
-
|
|
5705
|
-
|
|
5772
|
+
* @summary Queries data in the columns of the tables that Data Security Center (DSC) is authorized to access. The tables include the tables of MaxCompute and ApsaraDB RDS.
|
|
5773
|
+
*
|
|
5774
|
+
* @description You can call this operation to query the data in columns of a table that may contain sensitive data. This helps you analyze sensitive data.
|
|
5775
|
+
* ## [](#)Precautions
|
|
5776
|
+
* The DescribeColumns operation is changed to DescribeColumnsV2. We recommend that you call the DescribeColumnsV2 operation when you develop your applications.
|
|
5777
|
+
* ## [](#qps)Limits
|
|
5778
|
+
* Each Alibaba Cloud account can call this operation up to 10 times per second. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
5779
|
+
*
|
|
5780
|
+
* @param request DescribeColumnsRequest
|
|
5781
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
5782
|
+
* @return DescribeColumnsResponse
|
|
5706
5783
|
*/
|
|
5707
5784
|
async describeColumnsWithOptions(request, runtime) {
|
|
5708
5785
|
tea_util_1.default.validateModel(request);
|
|
@@ -5763,19 +5840,28 @@ class Client extends openapi_client_1.default {
|
|
|
5763
5840
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeColumnsResponse({}));
|
|
5764
5841
|
}
|
|
5765
5842
|
/**
|
|
5766
|
-
|
|
5767
|
-
|
|
5768
|
-
|
|
5769
|
-
|
|
5770
|
-
|
|
5771
|
-
|
|
5772
|
-
|
|
5773
|
-
|
|
5843
|
+
* @summary Queries data in the columns of the tables that Data Security Center (DSC) is authorized to access. The tables include the tables of MaxCompute and ApsaraDB RDS.
|
|
5844
|
+
*
|
|
5845
|
+
* @description You can call this operation to query the data in columns of a table that may contain sensitive data. This helps you analyze sensitive data.
|
|
5846
|
+
* ## [](#)Precautions
|
|
5847
|
+
* The DescribeColumns operation is changed to DescribeColumnsV2. We recommend that you call the DescribeColumnsV2 operation when you develop your applications.
|
|
5848
|
+
* ## [](#qps)Limits
|
|
5849
|
+
* Each Alibaba Cloud account can call this operation up to 10 times per second. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
5850
|
+
*
|
|
5851
|
+
* @param request DescribeColumnsRequest
|
|
5852
|
+
* @return DescribeColumnsResponse
|
|
5774
5853
|
*/
|
|
5775
5854
|
async describeColumns(request) {
|
|
5776
5855
|
let runtime = new $Util.RuntimeOptions({});
|
|
5777
5856
|
return await this.describeColumnsWithOptions(request, runtime);
|
|
5778
5857
|
}
|
|
5858
|
+
/**
|
|
5859
|
+
* @summary 查询数据安全中心连接授权的MaxCompute、RDS等数据资产表中列的数据
|
|
5860
|
+
*
|
|
5861
|
+
* @param request DescribeColumnsV2Request
|
|
5862
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
5863
|
+
* @return DescribeColumnsV2Response
|
|
5864
|
+
*/
|
|
5779
5865
|
async describeColumnsV2WithOptions(request, runtime) {
|
|
5780
5866
|
tea_util_1.default.validateModel(request);
|
|
5781
5867
|
let query = {};
|
|
@@ -5834,10 +5920,23 @@ class Client extends openapi_client_1.default {
|
|
|
5834
5920
|
});
|
|
5835
5921
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeColumnsV2Response({}));
|
|
5836
5922
|
}
|
|
5923
|
+
/**
|
|
5924
|
+
* @summary 查询数据安全中心连接授权的MaxCompute、RDS等数据资产表中列的数据
|
|
5925
|
+
*
|
|
5926
|
+
* @param request DescribeColumnsV2Request
|
|
5927
|
+
* @return DescribeColumnsV2Response
|
|
5928
|
+
*/
|
|
5837
5929
|
async describeColumnsV2(request) {
|
|
5838
5930
|
let runtime = new $Util.RuntimeOptions({});
|
|
5839
5931
|
return await this.describeColumnsV2WithOptions(request, runtime);
|
|
5840
5932
|
}
|
|
5933
|
+
/**
|
|
5934
|
+
* @summary Queries common configuration items for alerts.
|
|
5935
|
+
*
|
|
5936
|
+
* @param request DescribeConfigsRequest
|
|
5937
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
5938
|
+
* @return DescribeConfigsResponse
|
|
5939
|
+
*/
|
|
5841
5940
|
async describeConfigsWithOptions(request, runtime) {
|
|
5842
5941
|
tea_util_1.default.validateModel(request);
|
|
5843
5942
|
let query = {};
|
|
@@ -5860,10 +5959,23 @@ class Client extends openapi_client_1.default {
|
|
|
5860
5959
|
});
|
|
5861
5960
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeConfigsResponse({}));
|
|
5862
5961
|
}
|
|
5962
|
+
/**
|
|
5963
|
+
* @summary Queries common configuration items for alerts.
|
|
5964
|
+
*
|
|
5965
|
+
* @param request DescribeConfigsRequest
|
|
5966
|
+
* @return DescribeConfigsResponse
|
|
5967
|
+
*/
|
|
5863
5968
|
async describeConfigs(request) {
|
|
5864
5969
|
let runtime = new $Util.RuntimeOptions({});
|
|
5865
5970
|
return await this.describeConfigsWithOptions(request, runtime);
|
|
5866
5971
|
}
|
|
5972
|
+
/**
|
|
5973
|
+
* @summary Queries the sensitive data detection results of data assets that Data Security Center (DSC) is authorized to access.
|
|
5974
|
+
*
|
|
5975
|
+
* @param request DescribeDataAssetsRequest
|
|
5976
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
5977
|
+
* @return DescribeDataAssetsResponse
|
|
5978
|
+
*/
|
|
5867
5979
|
async describeDataAssetsWithOptions(request, runtime) {
|
|
5868
5980
|
tea_util_1.default.validateModel(request);
|
|
5869
5981
|
let query = {};
|
|
@@ -5904,10 +6016,23 @@ class Client extends openapi_client_1.default {
|
|
|
5904
6016
|
});
|
|
5905
6017
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeDataAssetsResponse({}));
|
|
5906
6018
|
}
|
|
6019
|
+
/**
|
|
6020
|
+
* @summary Queries the sensitive data detection results of data assets that Data Security Center (DSC) is authorized to access.
|
|
6021
|
+
*
|
|
6022
|
+
* @param request DescribeDataAssetsRequest
|
|
6023
|
+
* @return DescribeDataAssetsResponse
|
|
6024
|
+
*/
|
|
5907
6025
|
async describeDataAssets(request) {
|
|
5908
6026
|
let runtime = new $Util.RuntimeOptions({});
|
|
5909
6027
|
return await this.describeDataAssetsWithOptions(request, runtime);
|
|
5910
6028
|
}
|
|
6029
|
+
/**
|
|
6030
|
+
* @summary Queries the details of a data asset, such as a MaxCompute project, an ApsaraDB RDS database, or an Object Storage Service (OSS) bucket, that you authorize Data Security Center (DSC) to access.
|
|
6031
|
+
*
|
|
6032
|
+
* @param request DescribeDataLimitDetailRequest
|
|
6033
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
6034
|
+
* @return DescribeDataLimitDetailResponse
|
|
6035
|
+
*/
|
|
5911
6036
|
async describeDataLimitDetailWithOptions(request, runtime) {
|
|
5912
6037
|
tea_util_1.default.validateModel(request);
|
|
5913
6038
|
let query = {};
|
|
@@ -5939,18 +6064,26 @@ class Client extends openapi_client_1.default {
|
|
|
5939
6064
|
});
|
|
5940
6065
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeDataLimitDetailResponse({}));
|
|
5941
6066
|
}
|
|
6067
|
+
/**
|
|
6068
|
+
* @summary Queries the details of a data asset, such as a MaxCompute project, an ApsaraDB RDS database, or an Object Storage Service (OSS) bucket, that you authorize Data Security Center (DSC) to access.
|
|
6069
|
+
*
|
|
6070
|
+
* @param request DescribeDataLimitDetailRequest
|
|
6071
|
+
* @return DescribeDataLimitDetailResponse
|
|
6072
|
+
*/
|
|
5942
6073
|
async describeDataLimitDetail(request) {
|
|
5943
6074
|
let runtime = new $Util.RuntimeOptions({});
|
|
5944
6075
|
return await this.describeDataLimitDetailWithOptions(request, runtime);
|
|
5945
6076
|
}
|
|
5946
6077
|
/**
|
|
5947
|
-
|
|
5948
|
-
|
|
5949
|
-
|
|
5950
|
-
|
|
5951
|
-
|
|
5952
|
-
|
|
5953
|
-
|
|
6078
|
+
* @summary Queries data assets, such as instances, databases, and Object Storage Service (OSS) buckets, that you authorize Data Security Center (DSC) to scan in a service.
|
|
6079
|
+
*
|
|
6080
|
+
* @description You can call this operation to query the data assets that are authorized to be scanned. This facilitates resource search and aggregation.
|
|
6081
|
+
* # Limits
|
|
6082
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
6083
|
+
*
|
|
6084
|
+
* @param request DescribeDataLimitSetRequest
|
|
6085
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
6086
|
+
* @return DescribeDataLimitSetResponse
|
|
5954
6087
|
*/
|
|
5955
6088
|
async describeDataLimitSetWithOptions(request, runtime) {
|
|
5956
6089
|
tea_util_1.default.validateModel(request);
|
|
@@ -5984,17 +6117,26 @@ class Client extends openapi_client_1.default {
|
|
|
5984
6117
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeDataLimitSetResponse({}));
|
|
5985
6118
|
}
|
|
5986
6119
|
/**
|
|
5987
|
-
|
|
5988
|
-
|
|
5989
|
-
|
|
5990
|
-
|
|
5991
|
-
|
|
5992
|
-
|
|
6120
|
+
* @summary Queries data assets, such as instances, databases, and Object Storage Service (OSS) buckets, that you authorize Data Security Center (DSC) to scan in a service.
|
|
6121
|
+
*
|
|
6122
|
+
* @description You can call this operation to query the data assets that are authorized to be scanned. This facilitates resource search and aggregation.
|
|
6123
|
+
* # Limits
|
|
6124
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
6125
|
+
*
|
|
6126
|
+
* @param request DescribeDataLimitSetRequest
|
|
6127
|
+
* @return DescribeDataLimitSetResponse
|
|
5993
6128
|
*/
|
|
5994
6129
|
async describeDataLimitSet(request) {
|
|
5995
6130
|
let runtime = new $Util.RuntimeOptions({});
|
|
5996
6131
|
return await this.describeDataLimitSetWithOptions(request, runtime);
|
|
5997
6132
|
}
|
|
6133
|
+
/**
|
|
6134
|
+
* @summary Queries the data assets such as instances, databases, or buckets that Data Security Center (DSC) is authorized to access.
|
|
6135
|
+
*
|
|
6136
|
+
* @param request DescribeDataLimitsRequest
|
|
6137
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
6138
|
+
* @return DescribeDataLimitsResponse
|
|
6139
|
+
*/
|
|
5998
6140
|
async describeDataLimitsWithOptions(request, runtime) {
|
|
5999
6141
|
tea_util_1.default.validateModel(request);
|
|
6000
6142
|
let query = {};
|
|
@@ -6059,18 +6201,26 @@ class Client extends openapi_client_1.default {
|
|
|
6059
6201
|
});
|
|
6060
6202
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeDataLimitsResponse({}));
|
|
6061
6203
|
}
|
|
6204
|
+
/**
|
|
6205
|
+
* @summary Queries the data assets such as instances, databases, or buckets that Data Security Center (DSC) is authorized to access.
|
|
6206
|
+
*
|
|
6207
|
+
* @param request DescribeDataLimitsRequest
|
|
6208
|
+
* @return DescribeDataLimitsResponse
|
|
6209
|
+
*/
|
|
6062
6210
|
async describeDataLimits(request) {
|
|
6063
6211
|
let runtime = new $Util.RuntimeOptions({});
|
|
6064
6212
|
return await this.describeDataLimitsWithOptions(request, runtime);
|
|
6065
6213
|
}
|
|
6066
6214
|
/**
|
|
6067
|
-
|
|
6068
|
-
|
|
6069
|
-
|
|
6070
|
-
|
|
6071
|
-
|
|
6072
|
-
|
|
6073
|
-
|
|
6215
|
+
* @summary Queries the execution information about a de-identification task.
|
|
6216
|
+
*
|
|
6217
|
+
* @description You can call this operation to query the execution information of a static de-identification task, including the status and progress.
|
|
6218
|
+
* # Limits
|
|
6219
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
6220
|
+
*
|
|
6221
|
+
* @param request DescribeDataMaskingRunHistoryRequest
|
|
6222
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
6223
|
+
* @return DescribeDataMaskingRunHistoryResponse
|
|
6074
6224
|
*/
|
|
6075
6225
|
async describeDataMaskingRunHistoryWithOptions(request, runtime) {
|
|
6076
6226
|
tea_util_1.default.validateModel(request);
|
|
@@ -6125,25 +6275,29 @@ class Client extends openapi_client_1.default {
|
|
|
6125
6275
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeDataMaskingRunHistoryResponse({}));
|
|
6126
6276
|
}
|
|
6127
6277
|
/**
|
|
6128
|
-
|
|
6129
|
-
|
|
6130
|
-
|
|
6131
|
-
|
|
6132
|
-
|
|
6133
|
-
|
|
6278
|
+
* @summary Queries the execution information about a de-identification task.
|
|
6279
|
+
*
|
|
6280
|
+
* @description You can call this operation to query the execution information of a static de-identification task, including the status and progress.
|
|
6281
|
+
* # Limits
|
|
6282
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
6283
|
+
*
|
|
6284
|
+
* @param request DescribeDataMaskingRunHistoryRequest
|
|
6285
|
+
* @return DescribeDataMaskingRunHistoryResponse
|
|
6134
6286
|
*/
|
|
6135
6287
|
async describeDataMaskingRunHistory(request) {
|
|
6136
6288
|
let runtime = new $Util.RuntimeOptions({});
|
|
6137
6289
|
return await this.describeDataMaskingRunHistoryWithOptions(request, runtime);
|
|
6138
6290
|
}
|
|
6139
6291
|
/**
|
|
6140
|
-
|
|
6141
|
-
|
|
6142
|
-
|
|
6143
|
-
|
|
6144
|
-
|
|
6145
|
-
|
|
6146
|
-
|
|
6292
|
+
* @summary Queries de-identification tasks.
|
|
6293
|
+
*
|
|
6294
|
+
* @description You can call this operation to query static de-identification tasks. This facilitates task queries and management.
|
|
6295
|
+
* # Limits
|
|
6296
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
6297
|
+
*
|
|
6298
|
+
* @param request DescribeDataMaskingTasksRequest
|
|
6299
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
6300
|
+
* @return DescribeDataMaskingTasksResponse
|
|
6147
6301
|
*/
|
|
6148
6302
|
async describeDataMaskingTasksWithOptions(request, runtime) {
|
|
6149
6303
|
tea_util_1.default.validateModel(request);
|
|
@@ -6186,17 +6340,26 @@ class Client extends openapi_client_1.default {
|
|
|
6186
6340
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeDataMaskingTasksResponse({}));
|
|
6187
6341
|
}
|
|
6188
6342
|
/**
|
|
6189
|
-
|
|
6190
|
-
|
|
6191
|
-
|
|
6192
|
-
|
|
6193
|
-
|
|
6194
|
-
|
|
6343
|
+
* @summary Queries de-identification tasks.
|
|
6344
|
+
*
|
|
6345
|
+
* @description You can call this operation to query static de-identification tasks. This facilitates task queries and management.
|
|
6346
|
+
* # Limits
|
|
6347
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
6348
|
+
*
|
|
6349
|
+
* @param request DescribeDataMaskingTasksRequest
|
|
6350
|
+
* @return DescribeDataMaskingTasksResponse
|
|
6195
6351
|
*/
|
|
6196
6352
|
async describeDataMaskingTasks(request) {
|
|
6197
6353
|
let runtime = new $Util.RuntimeOptions({});
|
|
6198
6354
|
return await this.describeDataMaskingTasksWithOptions(request, runtime);
|
|
6199
6355
|
}
|
|
6356
|
+
/**
|
|
6357
|
+
* @summary 查看数据对象列详情
|
|
6358
|
+
*
|
|
6359
|
+
* @param request DescribeDataObjectColumnDetailRequest
|
|
6360
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
6361
|
+
* @return DescribeDataObjectColumnDetailResponse
|
|
6362
|
+
*/
|
|
6200
6363
|
async describeDataObjectColumnDetailWithOptions(request, runtime) {
|
|
6201
6364
|
tea_util_1.default.validateModel(request);
|
|
6202
6365
|
let query = {};
|
|
@@ -6237,10 +6400,23 @@ class Client extends openapi_client_1.default {
|
|
|
6237
6400
|
});
|
|
6238
6401
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeDataObjectColumnDetailResponse({}));
|
|
6239
6402
|
}
|
|
6403
|
+
/**
|
|
6404
|
+
* @summary 查看数据对象列详情
|
|
6405
|
+
*
|
|
6406
|
+
* @param request DescribeDataObjectColumnDetailRequest
|
|
6407
|
+
* @return DescribeDataObjectColumnDetailResponse
|
|
6408
|
+
*/
|
|
6240
6409
|
async describeDataObjectColumnDetail(request) {
|
|
6241
6410
|
let runtime = new $Util.RuntimeOptions({});
|
|
6242
6411
|
return await this.describeDataObjectColumnDetailWithOptions(request, runtime);
|
|
6243
6412
|
}
|
|
6413
|
+
/**
|
|
6414
|
+
* @summary 查看数据对象列详情V2
|
|
6415
|
+
*
|
|
6416
|
+
* @param request DescribeDataObjectColumnDetailV2Request
|
|
6417
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
6418
|
+
* @return DescribeDataObjectColumnDetailV2Response
|
|
6419
|
+
*/
|
|
6244
6420
|
async describeDataObjectColumnDetailV2WithOptions(request, runtime) {
|
|
6245
6421
|
tea_util_1.default.validateModel(request);
|
|
6246
6422
|
let query = {};
|
|
@@ -6281,10 +6457,23 @@ class Client extends openapi_client_1.default {
|
|
|
6281
6457
|
});
|
|
6282
6458
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeDataObjectColumnDetailV2Response({}));
|
|
6283
6459
|
}
|
|
6460
|
+
/**
|
|
6461
|
+
* @summary 查看数据对象列详情V2
|
|
6462
|
+
*
|
|
6463
|
+
* @param request DescribeDataObjectColumnDetailV2Request
|
|
6464
|
+
* @return DescribeDataObjectColumnDetailV2Response
|
|
6465
|
+
*/
|
|
6284
6466
|
async describeDataObjectColumnDetailV2(request) {
|
|
6285
6467
|
let runtime = new $Util.RuntimeOptions({});
|
|
6286
6468
|
return await this.describeDataObjectColumnDetailV2WithOptions(request, runtime);
|
|
6287
6469
|
}
|
|
6470
|
+
/**
|
|
6471
|
+
* @summary 分页查询数据目录对象
|
|
6472
|
+
*
|
|
6473
|
+
* @param request DescribeDataObjectsRequest
|
|
6474
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
6475
|
+
* @return DescribeDataObjectsResponse
|
|
6476
|
+
*/
|
|
6288
6477
|
async describeDataObjectsWithOptions(request, runtime) {
|
|
6289
6478
|
tea_util_1.default.validateModel(request);
|
|
6290
6479
|
let query = {};
|
|
@@ -6355,10 +6544,21 @@ class Client extends openapi_client_1.default {
|
|
|
6355
6544
|
});
|
|
6356
6545
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeDataObjectsResponse({}));
|
|
6357
6546
|
}
|
|
6547
|
+
/**
|
|
6548
|
+
* @summary 分页查询数据目录对象
|
|
6549
|
+
*
|
|
6550
|
+
* @param request DescribeDataObjectsRequest
|
|
6551
|
+
* @return DescribeDataObjectsResponse
|
|
6552
|
+
*/
|
|
6358
6553
|
async describeDataObjects(request) {
|
|
6359
6554
|
let runtime = new $Util.RuntimeOptions({});
|
|
6360
6555
|
return await this.describeDataObjectsWithOptions(request, runtime);
|
|
6361
6556
|
}
|
|
6557
|
+
/**
|
|
6558
|
+
* @param request DescribeDocTypesRequest
|
|
6559
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
6560
|
+
* @return DescribeDocTypesResponse
|
|
6561
|
+
*/
|
|
6362
6562
|
async describeDocTypesWithOptions(request, runtime) {
|
|
6363
6563
|
tea_util_1.default.validateModel(request);
|
|
6364
6564
|
let query = {};
|
|
@@ -6381,10 +6581,21 @@ class Client extends openapi_client_1.default {
|
|
|
6381
6581
|
});
|
|
6382
6582
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeDocTypesResponse({}));
|
|
6383
6583
|
}
|
|
6584
|
+
/**
|
|
6585
|
+
* @param request DescribeDocTypesRequest
|
|
6586
|
+
* @return DescribeDocTypesResponse
|
|
6587
|
+
*/
|
|
6384
6588
|
async describeDocTypes(request) {
|
|
6385
6589
|
let runtime = new $Util.RuntimeOptions({});
|
|
6386
6590
|
return await this.describeDocTypesWithOptions(request, runtime);
|
|
6387
6591
|
}
|
|
6592
|
+
/**
|
|
6593
|
+
* @summary Queries the details of an anomalous event. The details include the time when the anomalous event occurred, and the description and handling status of the anomalous event.
|
|
6594
|
+
*
|
|
6595
|
+
* @param request DescribeEventDetailRequest
|
|
6596
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
6597
|
+
* @return DescribeEventDetailResponse
|
|
6598
|
+
*/
|
|
6388
6599
|
async describeEventDetailWithOptions(request, runtime) {
|
|
6389
6600
|
tea_util_1.default.validateModel(request);
|
|
6390
6601
|
let query = {};
|
|
@@ -6410,10 +6621,23 @@ class Client extends openapi_client_1.default {
|
|
|
6410
6621
|
});
|
|
6411
6622
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeEventDetailResponse({}));
|
|
6412
6623
|
}
|
|
6624
|
+
/**
|
|
6625
|
+
* @summary Queries the details of an anomalous event. The details include the time when the anomalous event occurred, and the description and handling status of the anomalous event.
|
|
6626
|
+
*
|
|
6627
|
+
* @param request DescribeEventDetailRequest
|
|
6628
|
+
* @return DescribeEventDetailResponse
|
|
6629
|
+
*/
|
|
6413
6630
|
async describeEventDetail(request) {
|
|
6414
6631
|
let runtime = new $Util.RuntimeOptions({});
|
|
6415
6632
|
return await this.describeEventDetailWithOptions(request, runtime);
|
|
6416
6633
|
}
|
|
6634
|
+
/**
|
|
6635
|
+
* @summary Queries the types of anomalous events.
|
|
6636
|
+
*
|
|
6637
|
+
* @param request DescribeEventTypesRequest
|
|
6638
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
6639
|
+
* @return DescribeEventTypesResponse
|
|
6640
|
+
*/
|
|
6417
6641
|
async describeEventTypesWithOptions(request, runtime) {
|
|
6418
6642
|
tea_util_1.default.validateModel(request);
|
|
6419
6643
|
let query = {};
|
|
@@ -6448,18 +6672,26 @@ class Client extends openapi_client_1.default {
|
|
|
6448
6672
|
});
|
|
6449
6673
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeEventTypesResponse({}));
|
|
6450
6674
|
}
|
|
6675
|
+
/**
|
|
6676
|
+
* @summary Queries the types of anomalous events.
|
|
6677
|
+
*
|
|
6678
|
+
* @param request DescribeEventTypesRequest
|
|
6679
|
+
* @return DescribeEventTypesResponse
|
|
6680
|
+
*/
|
|
6451
6681
|
async describeEventTypes(request) {
|
|
6452
6682
|
let runtime = new $Util.RuntimeOptions({});
|
|
6453
6683
|
return await this.describeEventTypesWithOptions(request, runtime);
|
|
6454
6684
|
}
|
|
6455
6685
|
/**
|
|
6456
|
-
|
|
6457
|
-
|
|
6458
|
-
|
|
6459
|
-
|
|
6460
|
-
|
|
6461
|
-
|
|
6462
|
-
|
|
6686
|
+
* @summary Queries anomalous events.
|
|
6687
|
+
*
|
|
6688
|
+
* @description You can call this operation to query anomalous events that may involve data leaks. This helps you search for and handle anomalous events.
|
|
6689
|
+
* # Limits
|
|
6690
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
6691
|
+
*
|
|
6692
|
+
* @param request DescribeEventsRequest
|
|
6693
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
6694
|
+
* @return DescribeEventsResponse
|
|
6463
6695
|
*/
|
|
6464
6696
|
async describeEventsWithOptions(request, runtime) {
|
|
6465
6697
|
tea_util_1.default.validateModel(request);
|
|
@@ -6529,26 +6761,30 @@ class Client extends openapi_client_1.default {
|
|
|
6529
6761
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeEventsResponse({}));
|
|
6530
6762
|
}
|
|
6531
6763
|
/**
|
|
6532
|
-
|
|
6533
|
-
|
|
6534
|
-
|
|
6535
|
-
|
|
6536
|
-
|
|
6537
|
-
|
|
6764
|
+
* @summary Queries anomalous events.
|
|
6765
|
+
*
|
|
6766
|
+
* @description You can call this operation to query anomalous events that may involve data leaks. This helps you search for and handle anomalous events.
|
|
6767
|
+
* # Limits
|
|
6768
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
6769
|
+
*
|
|
6770
|
+
* @param request DescribeEventsRequest
|
|
6771
|
+
* @return DescribeEventsResponse
|
|
6538
6772
|
*/
|
|
6539
6773
|
async describeEvents(request) {
|
|
6540
6774
|
let runtime = new $Util.RuntimeOptions({});
|
|
6541
6775
|
return await this.describeEventsWithOptions(request, runtime);
|
|
6542
6776
|
}
|
|
6543
6777
|
/**
|
|
6544
|
-
|
|
6545
|
-
|
|
6546
|
-
|
|
6547
|
-
|
|
6548
|
-
|
|
6549
|
-
|
|
6550
|
-
|
|
6551
|
-
|
|
6778
|
+
* @summary Queries a list of data assets.
|
|
6779
|
+
*
|
|
6780
|
+
* @description You can query a list of unauthorized or authorized data assets based on the value of AuthStatus.
|
|
6781
|
+
* This operation is no longer used for the KMS console of the new version.
|
|
6782
|
+
* # [](#qps-)QPS limits
|
|
6783
|
+
* This operation can be called up to 10 times per second for each Alibaba Cloud account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
6784
|
+
*
|
|
6785
|
+
* @param request DescribeInstanceSourcesRequest
|
|
6786
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
6787
|
+
* @return DescribeInstanceSourcesResponse
|
|
6552
6788
|
*/
|
|
6553
6789
|
async describeInstanceSourcesWithOptions(request, runtime) {
|
|
6554
6790
|
tea_util_1.default.validateModel(request);
|
|
@@ -6609,26 +6845,30 @@ class Client extends openapi_client_1.default {
|
|
|
6609
6845
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeInstanceSourcesResponse({}));
|
|
6610
6846
|
}
|
|
6611
6847
|
/**
|
|
6612
|
-
|
|
6613
|
-
|
|
6614
|
-
|
|
6615
|
-
|
|
6616
|
-
|
|
6617
|
-
|
|
6618
|
-
|
|
6848
|
+
* @summary Queries a list of data assets.
|
|
6849
|
+
*
|
|
6850
|
+
* @description You can query a list of unauthorized or authorized data assets based on the value of AuthStatus.
|
|
6851
|
+
* This operation is no longer used for the KMS console of the new version.
|
|
6852
|
+
* # [](#qps-)QPS limits
|
|
6853
|
+
* This operation can be called up to 10 times per second for each Alibaba Cloud account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
6854
|
+
*
|
|
6855
|
+
* @param request DescribeInstanceSourcesRequest
|
|
6856
|
+
* @return DescribeInstanceSourcesResponse
|
|
6619
6857
|
*/
|
|
6620
6858
|
async describeInstanceSources(request) {
|
|
6621
6859
|
let runtime = new $Util.RuntimeOptions({});
|
|
6622
6860
|
return await this.describeInstanceSourcesWithOptions(request, runtime);
|
|
6623
6861
|
}
|
|
6624
6862
|
/**
|
|
6625
|
-
|
|
6626
|
-
|
|
6627
|
-
|
|
6628
|
-
|
|
6629
|
-
|
|
6630
|
-
|
|
6631
|
-
|
|
6863
|
+
* @summary Queries data assets such as MaxCompute, ApsaraDB RDS, and Object Storage Service (OSS) that you authorize Data Security Center (DSC) to access.
|
|
6864
|
+
*
|
|
6865
|
+
* @description When you call the DescribeInstances operation, you can specify parameters such as Name and RiskLevelId to query data assets that meet filter conditions.
|
|
6866
|
+
* # Limits
|
|
6867
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
6868
|
+
*
|
|
6869
|
+
* @param request DescribeInstancesRequest
|
|
6870
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
6871
|
+
* @return DescribeInstancesResponse
|
|
6632
6872
|
*/
|
|
6633
6873
|
async describeInstancesWithOptions(request, runtime) {
|
|
6634
6874
|
tea_util_1.default.validateModel(request);
|
|
@@ -6680,27 +6920,31 @@ class Client extends openapi_client_1.default {
|
|
|
6680
6920
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeInstancesResponse({}));
|
|
6681
6921
|
}
|
|
6682
6922
|
/**
|
|
6683
|
-
|
|
6684
|
-
|
|
6685
|
-
|
|
6686
|
-
|
|
6687
|
-
|
|
6688
|
-
|
|
6923
|
+
* @summary Queries data assets such as MaxCompute, ApsaraDB RDS, and Object Storage Service (OSS) that you authorize Data Security Center (DSC) to access.
|
|
6924
|
+
*
|
|
6925
|
+
* @description When you call the DescribeInstances operation, you can specify parameters such as Name and RiskLevelId to query data assets that meet filter conditions.
|
|
6926
|
+
* # Limits
|
|
6927
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
6928
|
+
*
|
|
6929
|
+
* @param request DescribeInstancesRequest
|
|
6930
|
+
* @return DescribeInstancesResponse
|
|
6689
6931
|
*/
|
|
6690
6932
|
async describeInstances(request) {
|
|
6691
6933
|
let runtime = new $Util.RuntimeOptions({});
|
|
6692
6934
|
return await this.describeInstancesWithOptions(request, runtime);
|
|
6693
6935
|
}
|
|
6694
6936
|
/**
|
|
6695
|
-
|
|
6696
|
-
|
|
6697
|
-
|
|
6698
|
-
|
|
6699
|
-
|
|
6700
|
-
|
|
6701
|
-
|
|
6702
|
-
|
|
6703
|
-
|
|
6937
|
+
* @summary Queries the details of an Object Storage Service (OSS) object that Data Security Center (DSC) is authorized to access.
|
|
6938
|
+
*
|
|
6939
|
+
* @description You can call this operation to query the details of an Object Storage Service (OSS) object. This helps you locate sensitive data detected in OSS.
|
|
6940
|
+
* ## [](#)Precautions
|
|
6941
|
+
* The DescribeOssObjectDetail operation is chagned to DescribeOssObjectDetailV2. We recommend that you call the DescribeOssObjectDetailV2 operation when you develop your applications.
|
|
6942
|
+
* ## [](#qps)Limits
|
|
6943
|
+
* Each Alibaba Cloud account can call this operation up to 10 times per second. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
6944
|
+
*
|
|
6945
|
+
* @param request DescribeOssObjectDetailRequest
|
|
6946
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
6947
|
+
* @return DescribeOssObjectDetailResponse
|
|
6704
6948
|
*/
|
|
6705
6949
|
async describeOssObjectDetailWithOptions(request, runtime) {
|
|
6706
6950
|
tea_util_1.default.validateModel(request);
|
|
@@ -6728,19 +6972,28 @@ class Client extends openapi_client_1.default {
|
|
|
6728
6972
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeOssObjectDetailResponse({}));
|
|
6729
6973
|
}
|
|
6730
6974
|
/**
|
|
6731
|
-
|
|
6732
|
-
|
|
6733
|
-
|
|
6734
|
-
|
|
6735
|
-
|
|
6736
|
-
|
|
6737
|
-
|
|
6738
|
-
|
|
6975
|
+
* @summary Queries the details of an Object Storage Service (OSS) object that Data Security Center (DSC) is authorized to access.
|
|
6976
|
+
*
|
|
6977
|
+
* @description You can call this operation to query the details of an Object Storage Service (OSS) object. This helps you locate sensitive data detected in OSS.
|
|
6978
|
+
* ## [](#)Precautions
|
|
6979
|
+
* The DescribeOssObjectDetail operation is chagned to DescribeOssObjectDetailV2. We recommend that you call the DescribeOssObjectDetailV2 operation when you develop your applications.
|
|
6980
|
+
* ## [](#qps)Limits
|
|
6981
|
+
* Each Alibaba Cloud account can call this operation up to 10 times per second. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
6982
|
+
*
|
|
6983
|
+
* @param request DescribeOssObjectDetailRequest
|
|
6984
|
+
* @return DescribeOssObjectDetailResponse
|
|
6739
6985
|
*/
|
|
6740
6986
|
async describeOssObjectDetail(request) {
|
|
6741
6987
|
let runtime = new $Util.RuntimeOptions({});
|
|
6742
6988
|
return await this.describeOssObjectDetailWithOptions(request, runtime);
|
|
6743
6989
|
}
|
|
6990
|
+
/**
|
|
6991
|
+
* @summary 调用本接口查询数据安全中心连接授权的OSS的单个存储对象的详细信息
|
|
6992
|
+
*
|
|
6993
|
+
* @param request DescribeOssObjectDetailV2Request
|
|
6994
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
6995
|
+
* @return DescribeOssObjectDetailV2Response
|
|
6996
|
+
*/
|
|
6744
6997
|
async describeOssObjectDetailV2WithOptions(request, runtime) {
|
|
6745
6998
|
tea_util_1.default.validateModel(request);
|
|
6746
6999
|
let query = {};
|
|
@@ -6766,10 +7019,23 @@ class Client extends openapi_client_1.default {
|
|
|
6766
7019
|
});
|
|
6767
7020
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeOssObjectDetailV2Response({}));
|
|
6768
7021
|
}
|
|
7022
|
+
/**
|
|
7023
|
+
* @summary 调用本接口查询数据安全中心连接授权的OSS的单个存储对象的详细信息
|
|
7024
|
+
*
|
|
7025
|
+
* @param request DescribeOssObjectDetailV2Request
|
|
7026
|
+
* @return DescribeOssObjectDetailV2Response
|
|
7027
|
+
*/
|
|
6769
7028
|
async describeOssObjectDetailV2(request) {
|
|
6770
7029
|
let runtime = new $Util.RuntimeOptions({});
|
|
6771
7030
|
return await this.describeOssObjectDetailV2WithOptions(request, runtime);
|
|
6772
7031
|
}
|
|
7032
|
+
/**
|
|
7033
|
+
* @summary Queries Object Storage Service (OSS) objects that you authorize Data Security Center (DSC) to access.
|
|
7034
|
+
*
|
|
7035
|
+
* @param request DescribeOssObjectsRequest
|
|
7036
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
7037
|
+
* @return DescribeOssObjectsResponse
|
|
7038
|
+
*/
|
|
6773
7039
|
async describeOssObjectsWithOptions(request, runtime) {
|
|
6774
7040
|
tea_util_1.default.validateModel(request);
|
|
6775
7041
|
let query = {};
|
|
@@ -6825,18 +7091,26 @@ class Client extends openapi_client_1.default {
|
|
|
6825
7091
|
});
|
|
6826
7092
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeOssObjectsResponse({}));
|
|
6827
7093
|
}
|
|
7094
|
+
/**
|
|
7095
|
+
* @summary Queries Object Storage Service (OSS) objects that you authorize Data Security Center (DSC) to access.
|
|
7096
|
+
*
|
|
7097
|
+
* @param request DescribeOssObjectsRequest
|
|
7098
|
+
* @return DescribeOssObjectsResponse
|
|
7099
|
+
*/
|
|
6828
7100
|
async describeOssObjects(request) {
|
|
6829
7101
|
let runtime = new $Util.RuntimeOptions({});
|
|
6830
7102
|
return await this.describeOssObjectsWithOptions(request, runtime);
|
|
6831
7103
|
}
|
|
6832
7104
|
/**
|
|
6833
|
-
|
|
6834
|
-
|
|
6835
|
-
|
|
6836
|
-
|
|
6837
|
-
|
|
6838
|
-
|
|
6839
|
-
|
|
7105
|
+
* @summary Queries information about the MaxCompute packages that Data Security Center (DSC) is authorized to access. The information includes the names of MaxCompute packages, the accounts of MaxCompute package owners, and the sensitivity levels of MaxCompute packages.
|
|
7106
|
+
*
|
|
7107
|
+
* @description You can call this operation to query MaxCompute packages that are scanned by DSC. This helps you search for MaxCompute packages and view the summary of MaxCompute packages.
|
|
7108
|
+
* # Limits
|
|
7109
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
7110
|
+
*
|
|
7111
|
+
* @param request DescribePackagesRequest
|
|
7112
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
7113
|
+
* @return DescribePackagesResponse
|
|
6840
7114
|
*/
|
|
6841
7115
|
async describePackagesWithOptions(request, runtime) {
|
|
6842
7116
|
tea_util_1.default.validateModel(request);
|
|
@@ -6882,17 +7156,26 @@ class Client extends openapi_client_1.default {
|
|
|
6882
7156
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribePackagesResponse({}));
|
|
6883
7157
|
}
|
|
6884
7158
|
/**
|
|
6885
|
-
|
|
6886
|
-
|
|
6887
|
-
|
|
6888
|
-
|
|
6889
|
-
|
|
6890
|
-
|
|
7159
|
+
* @summary Queries information about the MaxCompute packages that Data Security Center (DSC) is authorized to access. The information includes the names of MaxCompute packages, the accounts of MaxCompute package owners, and the sensitivity levels of MaxCompute packages.
|
|
7160
|
+
*
|
|
7161
|
+
* @description You can call this operation to query MaxCompute packages that are scanned by DSC. This helps you search for MaxCompute packages and view the summary of MaxCompute packages.
|
|
7162
|
+
* # Limits
|
|
7163
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
7164
|
+
*
|
|
7165
|
+
* @param request DescribePackagesRequest
|
|
7166
|
+
* @return DescribePackagesResponse
|
|
6891
7167
|
*/
|
|
6892
7168
|
async describePackages(request) {
|
|
6893
7169
|
let runtime = new $Util.RuntimeOptions({});
|
|
6894
7170
|
return await this.describePackagesWithOptions(request, runtime);
|
|
6895
7171
|
}
|
|
7172
|
+
/**
|
|
7173
|
+
* @summary 获取一级授权列表
|
|
7174
|
+
*
|
|
7175
|
+
* @param request DescribeParentInstanceRequest
|
|
7176
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
7177
|
+
* @return DescribeParentInstanceResponse
|
|
7178
|
+
*/
|
|
6896
7179
|
async describeParentInstanceWithOptions(request, runtime) {
|
|
6897
7180
|
tea_util_1.default.validateModel(request);
|
|
6898
7181
|
let query = {};
|
|
@@ -6948,18 +7231,26 @@ class Client extends openapi_client_1.default {
|
|
|
6948
7231
|
});
|
|
6949
7232
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeParentInstanceResponse({}));
|
|
6950
7233
|
}
|
|
7234
|
+
/**
|
|
7235
|
+
* @summary 获取一级授权列表
|
|
7236
|
+
*
|
|
7237
|
+
* @param request DescribeParentInstanceRequest
|
|
7238
|
+
* @return DescribeParentInstanceResponse
|
|
7239
|
+
*/
|
|
6951
7240
|
async describeParentInstance(request) {
|
|
6952
7241
|
let runtime = new $Util.RuntimeOptions({});
|
|
6953
7242
|
return await this.describeParentInstanceWithOptions(request, runtime);
|
|
6954
7243
|
}
|
|
6955
7244
|
/**
|
|
6956
|
-
|
|
6957
|
-
|
|
6958
|
-
|
|
6959
|
-
|
|
6960
|
-
|
|
6961
|
-
|
|
6962
|
-
|
|
7245
|
+
* @summary Queries the sensitivity levels that are defined in a rule template provided by Data Security Center (DSC).
|
|
7246
|
+
*
|
|
7247
|
+
* @description You can call this operation to query the sensitivity levels that are defined in the current rule template provided by DSC. This helps you learn about the number of times that each sensitivity level is referenced in the rule template and the highest sensitivity level.
|
|
7248
|
+
* # Limits
|
|
7249
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
7250
|
+
*
|
|
7251
|
+
* @param request DescribeRiskLevelsRequest
|
|
7252
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
7253
|
+
* @return DescribeRiskLevelsResponse
|
|
6963
7254
|
*/
|
|
6964
7255
|
async describeRiskLevelsWithOptions(request, runtime) {
|
|
6965
7256
|
tea_util_1.default.validateModel(request);
|
|
@@ -6990,17 +7281,26 @@ class Client extends openapi_client_1.default {
|
|
|
6990
7281
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeRiskLevelsResponse({}));
|
|
6991
7282
|
}
|
|
6992
7283
|
/**
|
|
6993
|
-
|
|
6994
|
-
|
|
6995
|
-
|
|
6996
|
-
|
|
6997
|
-
|
|
6998
|
-
|
|
7284
|
+
* @summary Queries the sensitivity levels that are defined in a rule template provided by Data Security Center (DSC).
|
|
7285
|
+
*
|
|
7286
|
+
* @description You can call this operation to query the sensitivity levels that are defined in the current rule template provided by DSC. This helps you learn about the number of times that each sensitivity level is referenced in the rule template and the highest sensitivity level.
|
|
7287
|
+
* # Limits
|
|
7288
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
7289
|
+
*
|
|
7290
|
+
* @param request DescribeRiskLevelsRequest
|
|
7291
|
+
* @return DescribeRiskLevelsResponse
|
|
6999
7292
|
*/
|
|
7000
7293
|
async describeRiskLevels(request) {
|
|
7001
7294
|
let runtime = new $Util.RuntimeOptions({});
|
|
7002
7295
|
return await this.describeRiskLevelsWithOptions(request, runtime);
|
|
7003
7296
|
}
|
|
7297
|
+
/**
|
|
7298
|
+
* @summary Queries sensitive data detection rules.
|
|
7299
|
+
*
|
|
7300
|
+
* @param request DescribeRulesRequest
|
|
7301
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
7302
|
+
* @return DescribeRulesResponse
|
|
7303
|
+
*/
|
|
7004
7304
|
async describeRulesWithOptions(request, runtime) {
|
|
7005
7305
|
tea_util_1.default.validateModel(request);
|
|
7006
7306
|
let query = {};
|
|
@@ -7074,18 +7374,26 @@ class Client extends openapi_client_1.default {
|
|
|
7074
7374
|
});
|
|
7075
7375
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeRulesResponse({}));
|
|
7076
7376
|
}
|
|
7377
|
+
/**
|
|
7378
|
+
* @summary Queries sensitive data detection rules.
|
|
7379
|
+
*
|
|
7380
|
+
* @param request DescribeRulesRequest
|
|
7381
|
+
* @return DescribeRulesResponse
|
|
7382
|
+
*/
|
|
7077
7383
|
async describeRules(request) {
|
|
7078
7384
|
let runtime = new $Util.RuntimeOptions({});
|
|
7079
7385
|
return await this.describeRulesWithOptions(request, runtime);
|
|
7080
7386
|
}
|
|
7081
7387
|
/**
|
|
7082
|
-
|
|
7083
|
-
|
|
7084
|
-
|
|
7085
|
-
|
|
7086
|
-
|
|
7087
|
-
|
|
7088
|
-
|
|
7388
|
+
* @summary Queries tables in data assets, such as MaxCompute projects and ApsaraDB RDS instances, that you authorize Data Security Center (DSC) to access.
|
|
7389
|
+
*
|
|
7390
|
+
* @description When you call the DescribeTables operation to query tables, you can specify parameters such as Name and RiskLevelId to filter tables.
|
|
7391
|
+
* # Limits
|
|
7392
|
+
* You can send up to 10 requests per second to call this operation by using your Alibaba Cloud account. If you send excessive requests, throttling is implemented, and your business may be affected.
|
|
7393
|
+
*
|
|
7394
|
+
* @param request DescribeTablesRequest
|
|
7395
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
7396
|
+
* @return DescribeTablesResponse
|
|
7089
7397
|
*/
|
|
7090
7398
|
async describeTablesWithOptions(request, runtime) {
|
|
7091
7399
|
tea_util_1.default.validateModel(request);
|
|
@@ -7143,17 +7451,24 @@ class Client extends openapi_client_1.default {
|
|
|
7143
7451
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeTablesResponse({}));
|
|
7144
7452
|
}
|
|
7145
7453
|
/**
|
|
7146
|
-
|
|
7147
|
-
|
|
7148
|
-
|
|
7149
|
-
|
|
7150
|
-
|
|
7151
|
-
|
|
7454
|
+
* @summary Queries tables in data assets, such as MaxCompute projects and ApsaraDB RDS instances, that you authorize Data Security Center (DSC) to access.
|
|
7455
|
+
*
|
|
7456
|
+
* @description When you call the DescribeTables operation to query tables, you can specify parameters such as Name and RiskLevelId to filter tables.
|
|
7457
|
+
* # Limits
|
|
7458
|
+
* You can send up to 10 requests per second to call this operation by using your Alibaba Cloud account. If you send excessive requests, throttling is implemented, and your business may be affected.
|
|
7459
|
+
*
|
|
7460
|
+
* @param request DescribeTablesRequest
|
|
7461
|
+
* @return DescribeTablesResponse
|
|
7152
7462
|
*/
|
|
7153
7463
|
async describeTables(request) {
|
|
7154
7464
|
let runtime = new $Util.RuntimeOptions({});
|
|
7155
7465
|
return await this.describeTablesWithOptions(request, runtime);
|
|
7156
7466
|
}
|
|
7467
|
+
/**
|
|
7468
|
+
* @param request DescribeTemplateAllRulesRequest
|
|
7469
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
7470
|
+
* @return DescribeTemplateAllRulesResponse
|
|
7471
|
+
*/
|
|
7157
7472
|
async describeTemplateAllRulesWithOptions(request, runtime) {
|
|
7158
7473
|
tea_util_1.default.validateModel(request);
|
|
7159
7474
|
let query = {};
|
|
@@ -7182,18 +7497,24 @@ class Client extends openapi_client_1.default {
|
|
|
7182
7497
|
});
|
|
7183
7498
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeTemplateAllRulesResponse({}));
|
|
7184
7499
|
}
|
|
7500
|
+
/**
|
|
7501
|
+
* @param request DescribeTemplateAllRulesRequest
|
|
7502
|
+
* @return DescribeTemplateAllRulesResponse
|
|
7503
|
+
*/
|
|
7185
7504
|
async describeTemplateAllRules(request) {
|
|
7186
7505
|
let runtime = new $Util.RuntimeOptions({});
|
|
7187
7506
|
return await this.describeTemplateAllRulesWithOptions(request, runtime);
|
|
7188
7507
|
}
|
|
7189
7508
|
/**
|
|
7190
|
-
|
|
7191
|
-
|
|
7192
|
-
|
|
7193
|
-
|
|
7194
|
-
|
|
7195
|
-
|
|
7196
|
-
|
|
7509
|
+
* @summary Queries the information about an account.
|
|
7510
|
+
*
|
|
7511
|
+
* @description You can call this operation to query the information about the current account. This helps you get familiar with your account that accesses Data Security Center (DSC).
|
|
7512
|
+
* # Limits
|
|
7513
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
7514
|
+
*
|
|
7515
|
+
* @param request DescribeUserStatusRequest
|
|
7516
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
7517
|
+
* @return DescribeUserStatusResponse
|
|
7197
7518
|
*/
|
|
7198
7519
|
async describeUserStatusWithOptions(request, runtime) {
|
|
7199
7520
|
tea_util_1.default.validateModel(request);
|
|
@@ -7221,25 +7542,29 @@ class Client extends openapi_client_1.default {
|
|
|
7221
7542
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeUserStatusResponse({}));
|
|
7222
7543
|
}
|
|
7223
7544
|
/**
|
|
7224
|
-
|
|
7225
|
-
|
|
7226
|
-
|
|
7227
|
-
|
|
7228
|
-
|
|
7229
|
-
|
|
7545
|
+
* @summary Queries the information about an account.
|
|
7546
|
+
*
|
|
7547
|
+
* @description You can call this operation to query the information about the current account. This helps you get familiar with your account that accesses Data Security Center (DSC).
|
|
7548
|
+
* # Limits
|
|
7549
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
7550
|
+
*
|
|
7551
|
+
* @param request DescribeUserStatusRequest
|
|
7552
|
+
* @return DescribeUserStatusResponse
|
|
7230
7553
|
*/
|
|
7231
7554
|
async describeUserStatus(request) {
|
|
7232
7555
|
let runtime = new $Util.RuntimeOptions({});
|
|
7233
7556
|
return await this.describeUserStatusWithOptions(request, runtime);
|
|
7234
7557
|
}
|
|
7235
7558
|
/**
|
|
7236
|
-
|
|
7237
|
-
|
|
7238
|
-
|
|
7239
|
-
|
|
7240
|
-
|
|
7241
|
-
|
|
7242
|
-
|
|
7559
|
+
* @summary Disables a configuration item. After you disable a configuration item, you can call the CreateConfig operation to enable the configuration item by specifying the code of the configuration item for the Code parameter in the request.
|
|
7560
|
+
*
|
|
7561
|
+
* @description You can call this operation to disable a configuration item based on the code of the configuration item. This helps you modify configurations at the earliest opportunity.
|
|
7562
|
+
* # Limits
|
|
7563
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
7564
|
+
*
|
|
7565
|
+
* @param request DisableUserConfigRequest
|
|
7566
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
7567
|
+
* @return DisableUserConfigResponse
|
|
7243
7568
|
*/
|
|
7244
7569
|
async disableUserConfigWithOptions(request, runtime) {
|
|
7245
7570
|
tea_util_1.default.validateModel(request);
|
|
@@ -7270,17 +7595,26 @@ class Client extends openapi_client_1.default {
|
|
|
7270
7595
|
return $tea.cast(await this.callApi(params, req, runtime), new DisableUserConfigResponse({}));
|
|
7271
7596
|
}
|
|
7272
7597
|
/**
|
|
7273
|
-
|
|
7274
|
-
|
|
7275
|
-
|
|
7276
|
-
|
|
7277
|
-
|
|
7278
|
-
|
|
7598
|
+
* @summary Disables a configuration item. After you disable a configuration item, you can call the CreateConfig operation to enable the configuration item by specifying the code of the configuration item for the Code parameter in the request.
|
|
7599
|
+
*
|
|
7600
|
+
* @description You can call this operation to disable a configuration item based on the code of the configuration item. This helps you modify configurations at the earliest opportunity.
|
|
7601
|
+
* # Limits
|
|
7602
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
7603
|
+
*
|
|
7604
|
+
* @param request DisableUserConfigRequest
|
|
7605
|
+
* @return DisableUserConfigResponse
|
|
7279
7606
|
*/
|
|
7280
7607
|
async disableUserConfig(request) {
|
|
7281
7608
|
let runtime = new $Util.RuntimeOptions({});
|
|
7282
7609
|
return await this.disableUserConfigWithOptions(request, runtime);
|
|
7283
7610
|
}
|
|
7611
|
+
/**
|
|
7612
|
+
* @summary Dynamically de-identifies sensitive data.
|
|
7613
|
+
*
|
|
7614
|
+
* @param request ExecDatamaskRequest
|
|
7615
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
7616
|
+
* @return ExecDatamaskResponse
|
|
7617
|
+
*/
|
|
7284
7618
|
async execDatamaskWithOptions(request, runtime) {
|
|
7285
7619
|
tea_util_1.default.validateModel(request);
|
|
7286
7620
|
let query = {};
|
|
@@ -7312,10 +7646,23 @@ class Client extends openapi_client_1.default {
|
|
|
7312
7646
|
});
|
|
7313
7647
|
return $tea.cast(await this.callApi(params, req, runtime), new ExecDatamaskResponse({}));
|
|
7314
7648
|
}
|
|
7649
|
+
/**
|
|
7650
|
+
* @summary Dynamically de-identifies sensitive data.
|
|
7651
|
+
*
|
|
7652
|
+
* @param request ExecDatamaskRequest
|
|
7653
|
+
* @return ExecDatamaskResponse
|
|
7654
|
+
*/
|
|
7315
7655
|
async execDatamask(request) {
|
|
7316
7656
|
let runtime = new $Util.RuntimeOptions({});
|
|
7317
7657
|
return await this.execDatamaskWithOptions(request, runtime);
|
|
7318
7658
|
}
|
|
7659
|
+
/**
|
|
7660
|
+
* @summary Triggers a de-identification task.
|
|
7661
|
+
*
|
|
7662
|
+
* @param request ManualTriggerMaskingProcessRequest
|
|
7663
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
7664
|
+
* @return ManualTriggerMaskingProcessResponse
|
|
7665
|
+
*/
|
|
7319
7666
|
async manualTriggerMaskingProcessWithOptions(request, runtime) {
|
|
7320
7667
|
tea_util_1.default.validateModel(request);
|
|
7321
7668
|
let query = {};
|
|
@@ -7341,10 +7688,23 @@ class Client extends openapi_client_1.default {
|
|
|
7341
7688
|
});
|
|
7342
7689
|
return $tea.cast(await this.callApi(params, req, runtime), new ManualTriggerMaskingProcessResponse({}));
|
|
7343
7690
|
}
|
|
7691
|
+
/**
|
|
7692
|
+
* @summary Triggers a de-identification task.
|
|
7693
|
+
*
|
|
7694
|
+
* @param request ManualTriggerMaskingProcessRequest
|
|
7695
|
+
* @return ManualTriggerMaskingProcessResponse
|
|
7696
|
+
*/
|
|
7344
7697
|
async manualTriggerMaskingProcess(request) {
|
|
7345
7698
|
let runtime = new $Util.RuntimeOptions({});
|
|
7346
7699
|
return await this.manualTriggerMaskingProcessWithOptions(request, runtime);
|
|
7347
7700
|
}
|
|
7701
|
+
/**
|
|
7702
|
+
* @summary Modifies configuration items for a data asset that you authorize Data Security Center (DSC) to access.
|
|
7703
|
+
*
|
|
7704
|
+
* @param request ModifyDataLimitRequest
|
|
7705
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
7706
|
+
* @return ModifyDataLimitResponse
|
|
7707
|
+
*/
|
|
7348
7708
|
async modifyDataLimitWithOptions(request, runtime) {
|
|
7349
7709
|
tea_util_1.default.validateModel(request);
|
|
7350
7710
|
let query = {};
|
|
@@ -7415,18 +7775,26 @@ class Client extends openapi_client_1.default {
|
|
|
7415
7775
|
});
|
|
7416
7776
|
return $tea.cast(await this.callApi(params, req, runtime), new ModifyDataLimitResponse({}));
|
|
7417
7777
|
}
|
|
7778
|
+
/**
|
|
7779
|
+
* @summary Modifies configuration items for a data asset that you authorize Data Security Center (DSC) to access.
|
|
7780
|
+
*
|
|
7781
|
+
* @param request ModifyDataLimitRequest
|
|
7782
|
+
* @return ModifyDataLimitResponse
|
|
7783
|
+
*/
|
|
7418
7784
|
async modifyDataLimit(request) {
|
|
7419
7785
|
let runtime = new $Util.RuntimeOptions({});
|
|
7420
7786
|
return await this.modifyDataLimitWithOptions(request, runtime);
|
|
7421
7787
|
}
|
|
7422
7788
|
/**
|
|
7423
|
-
|
|
7424
|
-
|
|
7425
|
-
|
|
7426
|
-
|
|
7427
|
-
|
|
7428
|
-
|
|
7429
|
-
|
|
7789
|
+
* @summary Changes the sensitivity levels of sensitive data. You can change the default sensitivity levels of data that cannot be classified as sensitive or insensitive, and the sensitivity levels of data that can be classified as sensitive.
|
|
7790
|
+
*
|
|
7791
|
+
* @description You can call this operation to modify the sensitivity levels of data. This helps you manage the sensitivity levels.
|
|
7792
|
+
* # Limits
|
|
7793
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
7794
|
+
*
|
|
7795
|
+
* @param request ModifyDefaultLevelRequest
|
|
7796
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
7797
|
+
* @return ModifyDefaultLevelResponse
|
|
7430
7798
|
*/
|
|
7431
7799
|
async modifyDefaultLevelWithOptions(request, runtime) {
|
|
7432
7800
|
tea_util_1.default.validateModel(request);
|
|
@@ -7457,25 +7825,29 @@ class Client extends openapi_client_1.default {
|
|
|
7457
7825
|
return $tea.cast(await this.callApi(params, req, runtime), new ModifyDefaultLevelResponse({}));
|
|
7458
7826
|
}
|
|
7459
7827
|
/**
|
|
7460
|
-
|
|
7461
|
-
|
|
7462
|
-
|
|
7463
|
-
|
|
7464
|
-
|
|
7465
|
-
|
|
7828
|
+
* @summary Changes the sensitivity levels of sensitive data. You can change the default sensitivity levels of data that cannot be classified as sensitive or insensitive, and the sensitivity levels of data that can be classified as sensitive.
|
|
7829
|
+
*
|
|
7830
|
+
* @description You can call this operation to modify the sensitivity levels of data. This helps you manage the sensitivity levels.
|
|
7831
|
+
* # Limits
|
|
7832
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
7833
|
+
*
|
|
7834
|
+
* @param request ModifyDefaultLevelRequest
|
|
7835
|
+
* @return ModifyDefaultLevelResponse
|
|
7466
7836
|
*/
|
|
7467
7837
|
async modifyDefaultLevel(request) {
|
|
7468
7838
|
let runtime = new $Util.RuntimeOptions({});
|
|
7469
7839
|
return await this.modifyDefaultLevelWithOptions(request, runtime);
|
|
7470
7840
|
}
|
|
7471
7841
|
/**
|
|
7472
|
-
|
|
7473
|
-
|
|
7474
|
-
|
|
7475
|
-
|
|
7476
|
-
|
|
7477
|
-
|
|
7478
|
-
|
|
7842
|
+
* @summary Handles an anomalous event.
|
|
7843
|
+
*
|
|
7844
|
+
* @description You can call this operation to handle anomalous events that involve data leaks. This helps protect your data assets at the earliest opportunity.
|
|
7845
|
+
* # Limits
|
|
7846
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
7847
|
+
*
|
|
7848
|
+
* @param request ModifyEventStatusRequest
|
|
7849
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
7850
|
+
* @return ModifyEventStatusResponse
|
|
7479
7851
|
*/
|
|
7480
7852
|
async modifyEventStatusWithOptions(request, runtime) {
|
|
7481
7853
|
tea_util_1.default.validateModel(request);
|
|
@@ -7512,17 +7884,26 @@ class Client extends openapi_client_1.default {
|
|
|
7512
7884
|
return $tea.cast(await this.callApi(params, req, runtime), new ModifyEventStatusResponse({}));
|
|
7513
7885
|
}
|
|
7514
7886
|
/**
|
|
7515
|
-
|
|
7516
|
-
|
|
7517
|
-
|
|
7518
|
-
|
|
7519
|
-
|
|
7520
|
-
|
|
7887
|
+
* @summary Handles an anomalous event.
|
|
7888
|
+
*
|
|
7889
|
+
* @description You can call this operation to handle anomalous events that involve data leaks. This helps protect your data assets at the earliest opportunity.
|
|
7890
|
+
* # Limits
|
|
7891
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
7892
|
+
*
|
|
7893
|
+
* @param request ModifyEventStatusRequest
|
|
7894
|
+
* @return ModifyEventStatusResponse
|
|
7521
7895
|
*/
|
|
7522
7896
|
async modifyEventStatus(request) {
|
|
7523
7897
|
let runtime = new $Util.RuntimeOptions({});
|
|
7524
7898
|
return await this.modifyEventStatusWithOptions(request, runtime);
|
|
7525
7899
|
}
|
|
7900
|
+
/**
|
|
7901
|
+
* @summary Enables the detection of anomalous events of subtypes.
|
|
7902
|
+
*
|
|
7903
|
+
* @param request ModifyEventTypeStatusRequest
|
|
7904
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
7905
|
+
* @return ModifyEventTypeStatusResponse
|
|
7906
|
+
*/
|
|
7526
7907
|
async modifyEventTypeStatusWithOptions(request, runtime) {
|
|
7527
7908
|
tea_util_1.default.validateModel(request);
|
|
7528
7909
|
let query = {};
|
|
@@ -7551,18 +7932,26 @@ class Client extends openapi_client_1.default {
|
|
|
7551
7932
|
});
|
|
7552
7933
|
return $tea.cast(await this.callApi(params, req, runtime), new ModifyEventTypeStatusResponse({}));
|
|
7553
7934
|
}
|
|
7935
|
+
/**
|
|
7936
|
+
* @summary Enables the detection of anomalous events of subtypes.
|
|
7937
|
+
*
|
|
7938
|
+
* @param request ModifyEventTypeStatusRequest
|
|
7939
|
+
* @return ModifyEventTypeStatusResponse
|
|
7940
|
+
*/
|
|
7554
7941
|
async modifyEventTypeStatus(request) {
|
|
7555
7942
|
let runtime = new $Util.RuntimeOptions({});
|
|
7556
7943
|
return await this.modifyEventTypeStatusWithOptions(request, runtime);
|
|
7557
7944
|
}
|
|
7558
7945
|
/**
|
|
7559
|
-
|
|
7560
|
-
|
|
7561
|
-
|
|
7562
|
-
|
|
7563
|
-
|
|
7564
|
-
|
|
7565
|
-
|
|
7946
|
+
* @summary Enables or disables the report task.
|
|
7947
|
+
*
|
|
7948
|
+
* @description You can call this operation to enable or disable the report task. After you activate Data Security Center (DSC), the report task is enabled by default. After you disable the report task, you cannot view statistics that are newly generated in the Report Center module, on the Overview page of the Cloud Native Data Audit module, and in the Data security lab module. Existing statistics are not affected.
|
|
7949
|
+
* # Limits
|
|
7950
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
7951
|
+
*
|
|
7952
|
+
* @param request ModifyReportTaskStatusRequest
|
|
7953
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
7954
|
+
* @return ModifyReportTaskStatusResponse
|
|
7566
7955
|
*/
|
|
7567
7956
|
async modifyReportTaskStatusWithOptions(request, runtime) {
|
|
7568
7957
|
tea_util_1.default.validateModel(request);
|
|
@@ -7593,25 +7982,29 @@ class Client extends openapi_client_1.default {
|
|
|
7593
7982
|
return $tea.cast(await this.callApi(params, req, runtime), new ModifyReportTaskStatusResponse({}));
|
|
7594
7983
|
}
|
|
7595
7984
|
/**
|
|
7596
|
-
|
|
7597
|
-
|
|
7598
|
-
|
|
7599
|
-
|
|
7600
|
-
|
|
7601
|
-
|
|
7985
|
+
* @summary Enables or disables the report task.
|
|
7986
|
+
*
|
|
7987
|
+
* @description You can call this operation to enable or disable the report task. After you activate Data Security Center (DSC), the report task is enabled by default. After you disable the report task, you cannot view statistics that are newly generated in the Report Center module, on the Overview page of the Cloud Native Data Audit module, and in the Data security lab module. Existing statistics are not affected.
|
|
7988
|
+
* # Limits
|
|
7989
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
7990
|
+
*
|
|
7991
|
+
* @param request ModifyReportTaskStatusRequest
|
|
7992
|
+
* @return ModifyReportTaskStatusResponse
|
|
7602
7993
|
*/
|
|
7603
7994
|
async modifyReportTaskStatus(request) {
|
|
7604
7995
|
let runtime = new $Util.RuntimeOptions({});
|
|
7605
7996
|
return await this.modifyReportTaskStatusWithOptions(request, runtime);
|
|
7606
7997
|
}
|
|
7607
7998
|
/**
|
|
7608
|
-
|
|
7609
|
-
|
|
7610
|
-
|
|
7611
|
-
|
|
7612
|
-
|
|
7613
|
-
|
|
7614
|
-
|
|
7999
|
+
* @summary Modifies a custom sensitive data detection rule in Data Security Center (DSC).
|
|
8000
|
+
*
|
|
8001
|
+
* @description When you call this operation, you must configure request parameters to specify the rule name, rule ID, and rule content.
|
|
8002
|
+
* # Limits
|
|
8003
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
8004
|
+
*
|
|
8005
|
+
* @param request ModifyRuleRequest
|
|
8006
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
8007
|
+
* @return ModifyRuleResponse
|
|
7615
8008
|
*/
|
|
7616
8009
|
async modifyRuleWithOptions(request, runtime) {
|
|
7617
8010
|
tea_util_1.default.validateModel(request);
|
|
@@ -7669,17 +8062,26 @@ class Client extends openapi_client_1.default {
|
|
|
7669
8062
|
return $tea.cast(await this.callApi(params, req, runtime), new ModifyRuleResponse({}));
|
|
7670
8063
|
}
|
|
7671
8064
|
/**
|
|
7672
|
-
|
|
7673
|
-
|
|
7674
|
-
|
|
7675
|
-
|
|
7676
|
-
|
|
7677
|
-
|
|
8065
|
+
* @summary Modifies a custom sensitive data detection rule in Data Security Center (DSC).
|
|
8066
|
+
*
|
|
8067
|
+
* @description When you call this operation, you must configure request parameters to specify the rule name, rule ID, and rule content.
|
|
8068
|
+
* # Limits
|
|
8069
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
8070
|
+
*
|
|
8071
|
+
* @param request ModifyRuleRequest
|
|
8072
|
+
* @return ModifyRuleResponse
|
|
7678
8073
|
*/
|
|
7679
8074
|
async modifyRule(request) {
|
|
7680
8075
|
let runtime = new $Util.RuntimeOptions({});
|
|
7681
8076
|
return await this.modifyRuleWithOptions(request, runtime);
|
|
7682
8077
|
}
|
|
8078
|
+
/**
|
|
8079
|
+
* @summary Enables or disables a sensitive data detection rule.
|
|
8080
|
+
*
|
|
8081
|
+
* @param request ModifyRuleStatusRequest
|
|
8082
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
8083
|
+
* @return ModifyRuleStatusResponse
|
|
8084
|
+
*/
|
|
7683
8085
|
async modifyRuleStatusWithOptions(request, runtime) {
|
|
7684
8086
|
tea_util_1.default.validateModel(request);
|
|
7685
8087
|
let query = {};
|
|
@@ -7711,18 +8113,26 @@ class Client extends openapi_client_1.default {
|
|
|
7711
8113
|
});
|
|
7712
8114
|
return $tea.cast(await this.callApi(params, req, runtime), new ModifyRuleStatusResponse({}));
|
|
7713
8115
|
}
|
|
8116
|
+
/**
|
|
8117
|
+
* @summary Enables or disables a sensitive data detection rule.
|
|
8118
|
+
*
|
|
8119
|
+
* @param request ModifyRuleStatusRequest
|
|
8120
|
+
* @return ModifyRuleStatusResponse
|
|
8121
|
+
*/
|
|
7714
8122
|
async modifyRuleStatus(request) {
|
|
7715
8123
|
let runtime = new $Util.RuntimeOptions({});
|
|
7716
8124
|
return await this.modifyRuleStatusWithOptions(request, runtime);
|
|
7717
8125
|
}
|
|
7718
8126
|
/**
|
|
7719
|
-
|
|
7720
|
-
|
|
7721
|
-
|
|
7722
|
-
|
|
7723
|
-
|
|
7724
|
-
|
|
7725
|
-
|
|
8127
|
+
* @summary Stops a de-identification task. After you stop a de-identification task, you can resume the task by calling the ManualTriggerMaskingProcess operation.
|
|
8128
|
+
*
|
|
8129
|
+
* @description You can call this operation to stop a de-identification task that is running. For example, you can stop a de-identification task that is used to de-identify specific data.
|
|
8130
|
+
* # Limits
|
|
8131
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
8132
|
+
*
|
|
8133
|
+
* @param request StopMaskingProcessRequest
|
|
8134
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
8135
|
+
* @return StopMaskingProcessResponse
|
|
7726
8136
|
*/
|
|
7727
8137
|
async stopMaskingProcessWithOptions(request, runtime) {
|
|
7728
8138
|
tea_util_1.default.validateModel(request);
|
|
@@ -7750,12 +8160,14 @@ class Client extends openapi_client_1.default {
|
|
|
7750
8160
|
return $tea.cast(await this.callApi(params, req, runtime), new StopMaskingProcessResponse({}));
|
|
7751
8161
|
}
|
|
7752
8162
|
/**
|
|
7753
|
-
|
|
7754
|
-
|
|
7755
|
-
|
|
7756
|
-
|
|
7757
|
-
|
|
7758
|
-
|
|
8163
|
+
* @summary Stops a de-identification task. After you stop a de-identification task, you can resume the task by calling the ManualTriggerMaskingProcess operation.
|
|
8164
|
+
*
|
|
8165
|
+
* @description You can call this operation to stop a de-identification task that is running. For example, you can stop a de-identification task that is used to de-identify specific data.
|
|
8166
|
+
* # Limits
|
|
8167
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
8168
|
+
*
|
|
8169
|
+
* @param request StopMaskingProcessRequest
|
|
8170
|
+
* @return StopMaskingProcessResponse
|
|
7759
8171
|
*/
|
|
7760
8172
|
async stopMaskingProcess(request) {
|
|
7761
8173
|
let runtime = new $Util.RuntimeOptions({});
|