@alicloud/sddp20190103 1.2.2 → 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 +720 -322
- package/dist/client.js +722 -322
- package/dist/client.js.map +1 -1
- package/package.json +3 -3
- package/src/client.ts +724 -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 },
|
|
@@ -4802,6 +4804,7 @@ class DescribeOssObjectsResponseBodyItems extends $tea.Model {
|
|
|
4802
4804
|
fileId: 'FileId',
|
|
4803
4805
|
id: 'Id',
|
|
4804
4806
|
instanceId: 'InstanceId',
|
|
4807
|
+
lastModifiedTime: 'LastModifiedTime',
|
|
4805
4808
|
name: 'Name',
|
|
4806
4809
|
regionId: 'RegionId',
|
|
4807
4810
|
riskLevelId: 'RiskLevelId',
|
|
@@ -4822,6 +4825,7 @@ class DescribeOssObjectsResponseBodyItems extends $tea.Model {
|
|
|
4822
4825
|
fileId: 'string',
|
|
4823
4826
|
id: 'string',
|
|
4824
4827
|
instanceId: 'number',
|
|
4828
|
+
lastModifiedTime: 'number',
|
|
4825
4829
|
name: 'string',
|
|
4826
4830
|
regionId: 'string',
|
|
4827
4831
|
riskLevelId: 'number',
|
|
@@ -5169,13 +5173,15 @@ class Client extends openapi_client_1.default {
|
|
|
5169
5173
|
return endpoint_util_1.default.getEndpointRules(productId, regionId, endpointRule, network, suffix);
|
|
5170
5174
|
}
|
|
5171
5175
|
/**
|
|
5172
|
-
|
|
5173
|
-
|
|
5174
|
-
|
|
5175
|
-
|
|
5176
|
-
|
|
5177
|
-
|
|
5178
|
-
|
|
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
|
|
5179
5185
|
*/
|
|
5180
5186
|
async createConfigWithOptions(request, runtime) {
|
|
5181
5187
|
tea_util_1.default.validateModel(request);
|
|
@@ -5215,25 +5221,29 @@ class Client extends openapi_client_1.default {
|
|
|
5215
5221
|
return $tea.cast(await this.callApi(params, req, runtime), new CreateConfigResponse({}));
|
|
5216
5222
|
}
|
|
5217
5223
|
/**
|
|
5218
|
-
|
|
5219
|
-
|
|
5220
|
-
|
|
5221
|
-
|
|
5222
|
-
|
|
5223
|
-
|
|
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
|
|
5224
5232
|
*/
|
|
5225
5233
|
async createConfig(request) {
|
|
5226
5234
|
let runtime = new $Util.RuntimeOptions({});
|
|
5227
5235
|
return await this.createConfigWithOptions(request, runtime);
|
|
5228
5236
|
}
|
|
5229
5237
|
/**
|
|
5230
|
-
|
|
5231
|
-
|
|
5232
|
-
|
|
5233
|
-
|
|
5234
|
-
|
|
5235
|
-
|
|
5236
|
-
|
|
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
|
|
5237
5247
|
*/
|
|
5238
5248
|
async createDataLimitWithOptions(request, runtime) {
|
|
5239
5249
|
tea_util_1.default.validateModel(request);
|
|
@@ -5309,17 +5319,26 @@ class Client extends openapi_client_1.default {
|
|
|
5309
5319
|
return $tea.cast(await this.callApi(params, req, runtime), new CreateDataLimitResponse({}));
|
|
5310
5320
|
}
|
|
5311
5321
|
/**
|
|
5312
|
-
|
|
5313
|
-
|
|
5314
|
-
|
|
5315
|
-
|
|
5316
|
-
|
|
5317
|
-
|
|
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
|
|
5318
5330
|
*/
|
|
5319
5331
|
async createDataLimit(request) {
|
|
5320
5332
|
let runtime = new $Util.RuntimeOptions({});
|
|
5321
5333
|
return await this.createDataLimitWithOptions(request, runtime);
|
|
5322
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
|
+
*/
|
|
5323
5342
|
async createRuleWithOptions(request, runtime) {
|
|
5324
5343
|
tea_util_1.default.validateModel(request);
|
|
5325
5344
|
let query = {};
|
|
@@ -5390,18 +5409,26 @@ class Client extends openapi_client_1.default {
|
|
|
5390
5409
|
});
|
|
5391
5410
|
return $tea.cast(await this.callApi(params, req, runtime), new CreateRuleResponse({}));
|
|
5392
5411
|
}
|
|
5412
|
+
/**
|
|
5413
|
+
* @summary Creates a custom sensitive data detection rule.
|
|
5414
|
+
*
|
|
5415
|
+
* @param request CreateRuleRequest
|
|
5416
|
+
* @return CreateRuleResponse
|
|
5417
|
+
*/
|
|
5393
5418
|
async createRule(request) {
|
|
5394
5419
|
let runtime = new $Util.RuntimeOptions({});
|
|
5395
5420
|
return await this.createRuleWithOptions(request, runtime);
|
|
5396
5421
|
}
|
|
5397
5422
|
/**
|
|
5398
|
-
|
|
5399
|
-
|
|
5400
|
-
|
|
5401
|
-
|
|
5402
|
-
|
|
5403
|
-
|
|
5404
|
-
|
|
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
|
|
5405
5432
|
*/
|
|
5406
5433
|
async createScanTaskWithOptions(request, runtime) {
|
|
5407
5434
|
tea_util_1.default.validateModel(request);
|
|
@@ -5462,25 +5489,29 @@ class Client extends openapi_client_1.default {
|
|
|
5462
5489
|
return $tea.cast(await this.callApi(params, req, runtime), new CreateScanTaskResponse({}));
|
|
5463
5490
|
}
|
|
5464
5491
|
/**
|
|
5465
|
-
|
|
5466
|
-
|
|
5467
|
-
|
|
5468
|
-
|
|
5469
|
-
|
|
5470
|
-
|
|
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
|
|
5471
5500
|
*/
|
|
5472
5501
|
async createScanTask(request) {
|
|
5473
5502
|
let runtime = new $Util.RuntimeOptions({});
|
|
5474
5503
|
return await this.createScanTaskWithOptions(request, runtime);
|
|
5475
5504
|
}
|
|
5476
5505
|
/**
|
|
5477
|
-
|
|
5478
|
-
|
|
5479
|
-
|
|
5480
|
-
|
|
5481
|
-
|
|
5482
|
-
|
|
5483
|
-
|
|
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
|
|
5484
5515
|
*/
|
|
5485
5516
|
async createSlrRoleWithOptions(request, runtime) {
|
|
5486
5517
|
tea_util_1.default.validateModel(request);
|
|
@@ -5511,25 +5542,29 @@ class Client extends openapi_client_1.default {
|
|
|
5511
5542
|
return $tea.cast(await this.callApi(params, req, runtime), new CreateSlrRoleResponse({}));
|
|
5512
5543
|
}
|
|
5513
5544
|
/**
|
|
5514
|
-
|
|
5515
|
-
|
|
5516
|
-
|
|
5517
|
-
|
|
5518
|
-
|
|
5519
|
-
|
|
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
|
|
5520
5553
|
*/
|
|
5521
5554
|
async createSlrRole(request) {
|
|
5522
5555
|
let runtime = new $Util.RuntimeOptions({});
|
|
5523
5556
|
return await this.createSlrRoleWithOptions(request, runtime);
|
|
5524
5557
|
}
|
|
5525
5558
|
/**
|
|
5526
|
-
|
|
5527
|
-
|
|
5528
|
-
|
|
5529
|
-
|
|
5530
|
-
|
|
5531
|
-
|
|
5532
|
-
|
|
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
|
|
5533
5568
|
*/
|
|
5534
5569
|
async deleteDataLimitWithOptions(request, runtime) {
|
|
5535
5570
|
tea_util_1.default.validateModel(request);
|
|
@@ -5563,17 +5598,26 @@ class Client extends openapi_client_1.default {
|
|
|
5563
5598
|
return $tea.cast(await this.callApi(params, req, runtime), new DeleteDataLimitResponse({}));
|
|
5564
5599
|
}
|
|
5565
5600
|
/**
|
|
5566
|
-
|
|
5567
|
-
|
|
5568
|
-
|
|
5569
|
-
|
|
5570
|
-
|
|
5571
|
-
|
|
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
|
|
5572
5609
|
*/
|
|
5573
5610
|
async deleteDataLimit(request) {
|
|
5574
5611
|
let runtime = new $Util.RuntimeOptions({});
|
|
5575
5612
|
return await this.deleteDataLimitWithOptions(request, runtime);
|
|
5576
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
|
+
*/
|
|
5577
5621
|
async deleteRuleWithOptions(request, runtime) {
|
|
5578
5622
|
tea_util_1.default.validateModel(request);
|
|
5579
5623
|
let query = {};
|
|
@@ -5605,10 +5649,21 @@ class Client extends openapi_client_1.default {
|
|
|
5605
5649
|
});
|
|
5606
5650
|
return $tea.cast(await this.callApi(params, req, runtime), new DeleteRuleResponse({}));
|
|
5607
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
|
+
*/
|
|
5608
5658
|
async deleteRule(request) {
|
|
5609
5659
|
let runtime = new $Util.RuntimeOptions({});
|
|
5610
5660
|
return await this.deleteRuleWithOptions(request, runtime);
|
|
5611
5661
|
}
|
|
5662
|
+
/**
|
|
5663
|
+
* @param request DescribeCategoryTemplateListRequest
|
|
5664
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
5665
|
+
* @return DescribeCategoryTemplateListResponse
|
|
5666
|
+
*/
|
|
5612
5667
|
async describeCategoryTemplateListWithOptions(request, runtime) {
|
|
5613
5668
|
tea_util_1.default.validateModel(request);
|
|
5614
5669
|
let query = {};
|
|
@@ -5643,18 +5698,24 @@ class Client extends openapi_client_1.default {
|
|
|
5643
5698
|
});
|
|
5644
5699
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeCategoryTemplateListResponse({}));
|
|
5645
5700
|
}
|
|
5701
|
+
/**
|
|
5702
|
+
* @param request DescribeCategoryTemplateListRequest
|
|
5703
|
+
* @return DescribeCategoryTemplateListResponse
|
|
5704
|
+
*/
|
|
5646
5705
|
async describeCategoryTemplateList(request) {
|
|
5647
5706
|
let runtime = new $Util.RuntimeOptions({});
|
|
5648
5707
|
return await this.describeCategoryTemplateListWithOptions(request, runtime);
|
|
5649
5708
|
}
|
|
5650
5709
|
/**
|
|
5651
|
-
|
|
5652
|
-
|
|
5653
|
-
|
|
5654
|
-
|
|
5655
|
-
|
|
5656
|
-
|
|
5657
|
-
|
|
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
|
|
5658
5719
|
*/
|
|
5659
5720
|
async describeCategoryTemplateRuleListWithOptions(request, runtime) {
|
|
5660
5721
|
tea_util_1.default.validateModel(request);
|
|
@@ -5694,27 +5755,31 @@ class Client extends openapi_client_1.default {
|
|
|
5694
5755
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeCategoryTemplateRuleListResponse({}));
|
|
5695
5756
|
}
|
|
5696
5757
|
/**
|
|
5697
|
-
|
|
5698
|
-
|
|
5699
|
-
|
|
5700
|
-
|
|
5701
|
-
|
|
5702
|
-
|
|
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
|
|
5703
5766
|
*/
|
|
5704
5767
|
async describeCategoryTemplateRuleList(request) {
|
|
5705
5768
|
let runtime = new $Util.RuntimeOptions({});
|
|
5706
5769
|
return await this.describeCategoryTemplateRuleListWithOptions(request, runtime);
|
|
5707
5770
|
}
|
|
5708
5771
|
/**
|
|
5709
|
-
|
|
5710
|
-
|
|
5711
|
-
|
|
5712
|
-
|
|
5713
|
-
|
|
5714
|
-
|
|
5715
|
-
|
|
5716
|
-
|
|
5717
|
-
|
|
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
|
|
5718
5783
|
*/
|
|
5719
5784
|
async describeColumnsWithOptions(request, runtime) {
|
|
5720
5785
|
tea_util_1.default.validateModel(request);
|
|
@@ -5775,19 +5840,28 @@ class Client extends openapi_client_1.default {
|
|
|
5775
5840
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeColumnsResponse({}));
|
|
5776
5841
|
}
|
|
5777
5842
|
/**
|
|
5778
|
-
|
|
5779
|
-
|
|
5780
|
-
|
|
5781
|
-
|
|
5782
|
-
|
|
5783
|
-
|
|
5784
|
-
|
|
5785
|
-
|
|
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
|
|
5786
5853
|
*/
|
|
5787
5854
|
async describeColumns(request) {
|
|
5788
5855
|
let runtime = new $Util.RuntimeOptions({});
|
|
5789
5856
|
return await this.describeColumnsWithOptions(request, runtime);
|
|
5790
5857
|
}
|
|
5858
|
+
/**
|
|
5859
|
+
* @summary 查询数据安全中心连接授权的MaxCompute、RDS等数据资产表中列的数据
|
|
5860
|
+
*
|
|
5861
|
+
* @param request DescribeColumnsV2Request
|
|
5862
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
5863
|
+
* @return DescribeColumnsV2Response
|
|
5864
|
+
*/
|
|
5791
5865
|
async describeColumnsV2WithOptions(request, runtime) {
|
|
5792
5866
|
tea_util_1.default.validateModel(request);
|
|
5793
5867
|
let query = {};
|
|
@@ -5846,10 +5920,23 @@ class Client extends openapi_client_1.default {
|
|
|
5846
5920
|
});
|
|
5847
5921
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeColumnsV2Response({}));
|
|
5848
5922
|
}
|
|
5923
|
+
/**
|
|
5924
|
+
* @summary 查询数据安全中心连接授权的MaxCompute、RDS等数据资产表中列的数据
|
|
5925
|
+
*
|
|
5926
|
+
* @param request DescribeColumnsV2Request
|
|
5927
|
+
* @return DescribeColumnsV2Response
|
|
5928
|
+
*/
|
|
5849
5929
|
async describeColumnsV2(request) {
|
|
5850
5930
|
let runtime = new $Util.RuntimeOptions({});
|
|
5851
5931
|
return await this.describeColumnsV2WithOptions(request, runtime);
|
|
5852
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
|
+
*/
|
|
5853
5940
|
async describeConfigsWithOptions(request, runtime) {
|
|
5854
5941
|
tea_util_1.default.validateModel(request);
|
|
5855
5942
|
let query = {};
|
|
@@ -5872,10 +5959,23 @@ class Client extends openapi_client_1.default {
|
|
|
5872
5959
|
});
|
|
5873
5960
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeConfigsResponse({}));
|
|
5874
5961
|
}
|
|
5962
|
+
/**
|
|
5963
|
+
* @summary Queries common configuration items for alerts.
|
|
5964
|
+
*
|
|
5965
|
+
* @param request DescribeConfigsRequest
|
|
5966
|
+
* @return DescribeConfigsResponse
|
|
5967
|
+
*/
|
|
5875
5968
|
async describeConfigs(request) {
|
|
5876
5969
|
let runtime = new $Util.RuntimeOptions({});
|
|
5877
5970
|
return await this.describeConfigsWithOptions(request, runtime);
|
|
5878
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
|
+
*/
|
|
5879
5979
|
async describeDataAssetsWithOptions(request, runtime) {
|
|
5880
5980
|
tea_util_1.default.validateModel(request);
|
|
5881
5981
|
let query = {};
|
|
@@ -5916,10 +6016,23 @@ class Client extends openapi_client_1.default {
|
|
|
5916
6016
|
});
|
|
5917
6017
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeDataAssetsResponse({}));
|
|
5918
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
|
+
*/
|
|
5919
6025
|
async describeDataAssets(request) {
|
|
5920
6026
|
let runtime = new $Util.RuntimeOptions({});
|
|
5921
6027
|
return await this.describeDataAssetsWithOptions(request, runtime);
|
|
5922
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
|
+
*/
|
|
5923
6036
|
async describeDataLimitDetailWithOptions(request, runtime) {
|
|
5924
6037
|
tea_util_1.default.validateModel(request);
|
|
5925
6038
|
let query = {};
|
|
@@ -5951,18 +6064,26 @@ class Client extends openapi_client_1.default {
|
|
|
5951
6064
|
});
|
|
5952
6065
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeDataLimitDetailResponse({}));
|
|
5953
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
|
+
*/
|
|
5954
6073
|
async describeDataLimitDetail(request) {
|
|
5955
6074
|
let runtime = new $Util.RuntimeOptions({});
|
|
5956
6075
|
return await this.describeDataLimitDetailWithOptions(request, runtime);
|
|
5957
6076
|
}
|
|
5958
6077
|
/**
|
|
5959
|
-
|
|
5960
|
-
|
|
5961
|
-
|
|
5962
|
-
|
|
5963
|
-
|
|
5964
|
-
|
|
5965
|
-
|
|
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
|
|
5966
6087
|
*/
|
|
5967
6088
|
async describeDataLimitSetWithOptions(request, runtime) {
|
|
5968
6089
|
tea_util_1.default.validateModel(request);
|
|
@@ -5996,17 +6117,26 @@ class Client extends openapi_client_1.default {
|
|
|
5996
6117
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeDataLimitSetResponse({}));
|
|
5997
6118
|
}
|
|
5998
6119
|
/**
|
|
5999
|
-
|
|
6000
|
-
|
|
6001
|
-
|
|
6002
|
-
|
|
6003
|
-
|
|
6004
|
-
|
|
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
|
|
6005
6128
|
*/
|
|
6006
6129
|
async describeDataLimitSet(request) {
|
|
6007
6130
|
let runtime = new $Util.RuntimeOptions({});
|
|
6008
6131
|
return await this.describeDataLimitSetWithOptions(request, runtime);
|
|
6009
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
|
+
*/
|
|
6010
6140
|
async describeDataLimitsWithOptions(request, runtime) {
|
|
6011
6141
|
tea_util_1.default.validateModel(request);
|
|
6012
6142
|
let query = {};
|
|
@@ -6071,18 +6201,26 @@ class Client extends openapi_client_1.default {
|
|
|
6071
6201
|
});
|
|
6072
6202
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeDataLimitsResponse({}));
|
|
6073
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
|
+
*/
|
|
6074
6210
|
async describeDataLimits(request) {
|
|
6075
6211
|
let runtime = new $Util.RuntimeOptions({});
|
|
6076
6212
|
return await this.describeDataLimitsWithOptions(request, runtime);
|
|
6077
6213
|
}
|
|
6078
6214
|
/**
|
|
6079
|
-
|
|
6080
|
-
|
|
6081
|
-
|
|
6082
|
-
|
|
6083
|
-
|
|
6084
|
-
|
|
6085
|
-
|
|
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
|
|
6086
6224
|
*/
|
|
6087
6225
|
async describeDataMaskingRunHistoryWithOptions(request, runtime) {
|
|
6088
6226
|
tea_util_1.default.validateModel(request);
|
|
@@ -6137,25 +6275,29 @@ class Client extends openapi_client_1.default {
|
|
|
6137
6275
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeDataMaskingRunHistoryResponse({}));
|
|
6138
6276
|
}
|
|
6139
6277
|
/**
|
|
6140
|
-
|
|
6141
|
-
|
|
6142
|
-
|
|
6143
|
-
|
|
6144
|
-
|
|
6145
|
-
|
|
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
|
|
6146
6286
|
*/
|
|
6147
6287
|
async describeDataMaskingRunHistory(request) {
|
|
6148
6288
|
let runtime = new $Util.RuntimeOptions({});
|
|
6149
6289
|
return await this.describeDataMaskingRunHistoryWithOptions(request, runtime);
|
|
6150
6290
|
}
|
|
6151
6291
|
/**
|
|
6152
|
-
|
|
6153
|
-
|
|
6154
|
-
|
|
6155
|
-
|
|
6156
|
-
|
|
6157
|
-
|
|
6158
|
-
|
|
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
|
|
6159
6301
|
*/
|
|
6160
6302
|
async describeDataMaskingTasksWithOptions(request, runtime) {
|
|
6161
6303
|
tea_util_1.default.validateModel(request);
|
|
@@ -6198,17 +6340,26 @@ class Client extends openapi_client_1.default {
|
|
|
6198
6340
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeDataMaskingTasksResponse({}));
|
|
6199
6341
|
}
|
|
6200
6342
|
/**
|
|
6201
|
-
|
|
6202
|
-
|
|
6203
|
-
|
|
6204
|
-
|
|
6205
|
-
|
|
6206
|
-
|
|
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
|
|
6207
6351
|
*/
|
|
6208
6352
|
async describeDataMaskingTasks(request) {
|
|
6209
6353
|
let runtime = new $Util.RuntimeOptions({});
|
|
6210
6354
|
return await this.describeDataMaskingTasksWithOptions(request, runtime);
|
|
6211
6355
|
}
|
|
6356
|
+
/**
|
|
6357
|
+
* @summary 查看数据对象列详情
|
|
6358
|
+
*
|
|
6359
|
+
* @param request DescribeDataObjectColumnDetailRequest
|
|
6360
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
6361
|
+
* @return DescribeDataObjectColumnDetailResponse
|
|
6362
|
+
*/
|
|
6212
6363
|
async describeDataObjectColumnDetailWithOptions(request, runtime) {
|
|
6213
6364
|
tea_util_1.default.validateModel(request);
|
|
6214
6365
|
let query = {};
|
|
@@ -6249,10 +6400,23 @@ class Client extends openapi_client_1.default {
|
|
|
6249
6400
|
});
|
|
6250
6401
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeDataObjectColumnDetailResponse({}));
|
|
6251
6402
|
}
|
|
6403
|
+
/**
|
|
6404
|
+
* @summary 查看数据对象列详情
|
|
6405
|
+
*
|
|
6406
|
+
* @param request DescribeDataObjectColumnDetailRequest
|
|
6407
|
+
* @return DescribeDataObjectColumnDetailResponse
|
|
6408
|
+
*/
|
|
6252
6409
|
async describeDataObjectColumnDetail(request) {
|
|
6253
6410
|
let runtime = new $Util.RuntimeOptions({});
|
|
6254
6411
|
return await this.describeDataObjectColumnDetailWithOptions(request, runtime);
|
|
6255
6412
|
}
|
|
6413
|
+
/**
|
|
6414
|
+
* @summary 查看数据对象列详情V2
|
|
6415
|
+
*
|
|
6416
|
+
* @param request DescribeDataObjectColumnDetailV2Request
|
|
6417
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
6418
|
+
* @return DescribeDataObjectColumnDetailV2Response
|
|
6419
|
+
*/
|
|
6256
6420
|
async describeDataObjectColumnDetailV2WithOptions(request, runtime) {
|
|
6257
6421
|
tea_util_1.default.validateModel(request);
|
|
6258
6422
|
let query = {};
|
|
@@ -6293,10 +6457,23 @@ class Client extends openapi_client_1.default {
|
|
|
6293
6457
|
});
|
|
6294
6458
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeDataObjectColumnDetailV2Response({}));
|
|
6295
6459
|
}
|
|
6460
|
+
/**
|
|
6461
|
+
* @summary 查看数据对象列详情V2
|
|
6462
|
+
*
|
|
6463
|
+
* @param request DescribeDataObjectColumnDetailV2Request
|
|
6464
|
+
* @return DescribeDataObjectColumnDetailV2Response
|
|
6465
|
+
*/
|
|
6296
6466
|
async describeDataObjectColumnDetailV2(request) {
|
|
6297
6467
|
let runtime = new $Util.RuntimeOptions({});
|
|
6298
6468
|
return await this.describeDataObjectColumnDetailV2WithOptions(request, runtime);
|
|
6299
6469
|
}
|
|
6470
|
+
/**
|
|
6471
|
+
* @summary 分页查询数据目录对象
|
|
6472
|
+
*
|
|
6473
|
+
* @param request DescribeDataObjectsRequest
|
|
6474
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
6475
|
+
* @return DescribeDataObjectsResponse
|
|
6476
|
+
*/
|
|
6300
6477
|
async describeDataObjectsWithOptions(request, runtime) {
|
|
6301
6478
|
tea_util_1.default.validateModel(request);
|
|
6302
6479
|
let query = {};
|
|
@@ -6367,10 +6544,21 @@ class Client extends openapi_client_1.default {
|
|
|
6367
6544
|
});
|
|
6368
6545
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeDataObjectsResponse({}));
|
|
6369
6546
|
}
|
|
6547
|
+
/**
|
|
6548
|
+
* @summary 分页查询数据目录对象
|
|
6549
|
+
*
|
|
6550
|
+
* @param request DescribeDataObjectsRequest
|
|
6551
|
+
* @return DescribeDataObjectsResponse
|
|
6552
|
+
*/
|
|
6370
6553
|
async describeDataObjects(request) {
|
|
6371
6554
|
let runtime = new $Util.RuntimeOptions({});
|
|
6372
6555
|
return await this.describeDataObjectsWithOptions(request, runtime);
|
|
6373
6556
|
}
|
|
6557
|
+
/**
|
|
6558
|
+
* @param request DescribeDocTypesRequest
|
|
6559
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
6560
|
+
* @return DescribeDocTypesResponse
|
|
6561
|
+
*/
|
|
6374
6562
|
async describeDocTypesWithOptions(request, runtime) {
|
|
6375
6563
|
tea_util_1.default.validateModel(request);
|
|
6376
6564
|
let query = {};
|
|
@@ -6393,10 +6581,21 @@ class Client extends openapi_client_1.default {
|
|
|
6393
6581
|
});
|
|
6394
6582
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeDocTypesResponse({}));
|
|
6395
6583
|
}
|
|
6584
|
+
/**
|
|
6585
|
+
* @param request DescribeDocTypesRequest
|
|
6586
|
+
* @return DescribeDocTypesResponse
|
|
6587
|
+
*/
|
|
6396
6588
|
async describeDocTypes(request) {
|
|
6397
6589
|
let runtime = new $Util.RuntimeOptions({});
|
|
6398
6590
|
return await this.describeDocTypesWithOptions(request, runtime);
|
|
6399
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
|
+
*/
|
|
6400
6599
|
async describeEventDetailWithOptions(request, runtime) {
|
|
6401
6600
|
tea_util_1.default.validateModel(request);
|
|
6402
6601
|
let query = {};
|
|
@@ -6422,10 +6621,23 @@ class Client extends openapi_client_1.default {
|
|
|
6422
6621
|
});
|
|
6423
6622
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeEventDetailResponse({}));
|
|
6424
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
|
+
*/
|
|
6425
6630
|
async describeEventDetail(request) {
|
|
6426
6631
|
let runtime = new $Util.RuntimeOptions({});
|
|
6427
6632
|
return await this.describeEventDetailWithOptions(request, runtime);
|
|
6428
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
|
+
*/
|
|
6429
6641
|
async describeEventTypesWithOptions(request, runtime) {
|
|
6430
6642
|
tea_util_1.default.validateModel(request);
|
|
6431
6643
|
let query = {};
|
|
@@ -6460,18 +6672,26 @@ class Client extends openapi_client_1.default {
|
|
|
6460
6672
|
});
|
|
6461
6673
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeEventTypesResponse({}));
|
|
6462
6674
|
}
|
|
6675
|
+
/**
|
|
6676
|
+
* @summary Queries the types of anomalous events.
|
|
6677
|
+
*
|
|
6678
|
+
* @param request DescribeEventTypesRequest
|
|
6679
|
+
* @return DescribeEventTypesResponse
|
|
6680
|
+
*/
|
|
6463
6681
|
async describeEventTypes(request) {
|
|
6464
6682
|
let runtime = new $Util.RuntimeOptions({});
|
|
6465
6683
|
return await this.describeEventTypesWithOptions(request, runtime);
|
|
6466
6684
|
}
|
|
6467
6685
|
/**
|
|
6468
|
-
|
|
6469
|
-
|
|
6470
|
-
|
|
6471
|
-
|
|
6472
|
-
|
|
6473
|
-
|
|
6474
|
-
|
|
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
|
|
6475
6695
|
*/
|
|
6476
6696
|
async describeEventsWithOptions(request, runtime) {
|
|
6477
6697
|
tea_util_1.default.validateModel(request);
|
|
@@ -6541,26 +6761,30 @@ class Client extends openapi_client_1.default {
|
|
|
6541
6761
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeEventsResponse({}));
|
|
6542
6762
|
}
|
|
6543
6763
|
/**
|
|
6544
|
-
|
|
6545
|
-
|
|
6546
|
-
|
|
6547
|
-
|
|
6548
|
-
|
|
6549
|
-
|
|
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
|
|
6550
6772
|
*/
|
|
6551
6773
|
async describeEvents(request) {
|
|
6552
6774
|
let runtime = new $Util.RuntimeOptions({});
|
|
6553
6775
|
return await this.describeEventsWithOptions(request, runtime);
|
|
6554
6776
|
}
|
|
6555
6777
|
/**
|
|
6556
|
-
|
|
6557
|
-
|
|
6558
|
-
|
|
6559
|
-
|
|
6560
|
-
|
|
6561
|
-
|
|
6562
|
-
|
|
6563
|
-
|
|
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
|
|
6564
6788
|
*/
|
|
6565
6789
|
async describeInstanceSourcesWithOptions(request, runtime) {
|
|
6566
6790
|
tea_util_1.default.validateModel(request);
|
|
@@ -6621,26 +6845,30 @@ class Client extends openapi_client_1.default {
|
|
|
6621
6845
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeInstanceSourcesResponse({}));
|
|
6622
6846
|
}
|
|
6623
6847
|
/**
|
|
6624
|
-
|
|
6625
|
-
|
|
6626
|
-
|
|
6627
|
-
|
|
6628
|
-
|
|
6629
|
-
|
|
6630
|
-
|
|
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
|
|
6631
6857
|
*/
|
|
6632
6858
|
async describeInstanceSources(request) {
|
|
6633
6859
|
let runtime = new $Util.RuntimeOptions({});
|
|
6634
6860
|
return await this.describeInstanceSourcesWithOptions(request, runtime);
|
|
6635
6861
|
}
|
|
6636
6862
|
/**
|
|
6637
|
-
|
|
6638
|
-
|
|
6639
|
-
|
|
6640
|
-
|
|
6641
|
-
|
|
6642
|
-
|
|
6643
|
-
|
|
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
|
|
6644
6872
|
*/
|
|
6645
6873
|
async describeInstancesWithOptions(request, runtime) {
|
|
6646
6874
|
tea_util_1.default.validateModel(request);
|
|
@@ -6692,27 +6920,31 @@ class Client extends openapi_client_1.default {
|
|
|
6692
6920
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeInstancesResponse({}));
|
|
6693
6921
|
}
|
|
6694
6922
|
/**
|
|
6695
|
-
|
|
6696
|
-
|
|
6697
|
-
|
|
6698
|
-
|
|
6699
|
-
|
|
6700
|
-
|
|
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
|
|
6701
6931
|
*/
|
|
6702
6932
|
async describeInstances(request) {
|
|
6703
6933
|
let runtime = new $Util.RuntimeOptions({});
|
|
6704
6934
|
return await this.describeInstancesWithOptions(request, runtime);
|
|
6705
6935
|
}
|
|
6706
6936
|
/**
|
|
6707
|
-
|
|
6708
|
-
|
|
6709
|
-
|
|
6710
|
-
|
|
6711
|
-
|
|
6712
|
-
|
|
6713
|
-
|
|
6714
|
-
|
|
6715
|
-
|
|
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
|
|
6716
6948
|
*/
|
|
6717
6949
|
async describeOssObjectDetailWithOptions(request, runtime) {
|
|
6718
6950
|
tea_util_1.default.validateModel(request);
|
|
@@ -6740,19 +6972,28 @@ class Client extends openapi_client_1.default {
|
|
|
6740
6972
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeOssObjectDetailResponse({}));
|
|
6741
6973
|
}
|
|
6742
6974
|
/**
|
|
6743
|
-
|
|
6744
|
-
|
|
6745
|
-
|
|
6746
|
-
|
|
6747
|
-
|
|
6748
|
-
|
|
6749
|
-
|
|
6750
|
-
|
|
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
|
|
6751
6985
|
*/
|
|
6752
6986
|
async describeOssObjectDetail(request) {
|
|
6753
6987
|
let runtime = new $Util.RuntimeOptions({});
|
|
6754
6988
|
return await this.describeOssObjectDetailWithOptions(request, runtime);
|
|
6755
6989
|
}
|
|
6990
|
+
/**
|
|
6991
|
+
* @summary 调用本接口查询数据安全中心连接授权的OSS的单个存储对象的详细信息
|
|
6992
|
+
*
|
|
6993
|
+
* @param request DescribeOssObjectDetailV2Request
|
|
6994
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
6995
|
+
* @return DescribeOssObjectDetailV2Response
|
|
6996
|
+
*/
|
|
6756
6997
|
async describeOssObjectDetailV2WithOptions(request, runtime) {
|
|
6757
6998
|
tea_util_1.default.validateModel(request);
|
|
6758
6999
|
let query = {};
|
|
@@ -6778,10 +7019,23 @@ class Client extends openapi_client_1.default {
|
|
|
6778
7019
|
});
|
|
6779
7020
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeOssObjectDetailV2Response({}));
|
|
6780
7021
|
}
|
|
7022
|
+
/**
|
|
7023
|
+
* @summary 调用本接口查询数据安全中心连接授权的OSS的单个存储对象的详细信息
|
|
7024
|
+
*
|
|
7025
|
+
* @param request DescribeOssObjectDetailV2Request
|
|
7026
|
+
* @return DescribeOssObjectDetailV2Response
|
|
7027
|
+
*/
|
|
6781
7028
|
async describeOssObjectDetailV2(request) {
|
|
6782
7029
|
let runtime = new $Util.RuntimeOptions({});
|
|
6783
7030
|
return await this.describeOssObjectDetailV2WithOptions(request, runtime);
|
|
6784
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
|
+
*/
|
|
6785
7039
|
async describeOssObjectsWithOptions(request, runtime) {
|
|
6786
7040
|
tea_util_1.default.validateModel(request);
|
|
6787
7041
|
let query = {};
|
|
@@ -6837,18 +7091,26 @@ class Client extends openapi_client_1.default {
|
|
|
6837
7091
|
});
|
|
6838
7092
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeOssObjectsResponse({}));
|
|
6839
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
|
+
*/
|
|
6840
7100
|
async describeOssObjects(request) {
|
|
6841
7101
|
let runtime = new $Util.RuntimeOptions({});
|
|
6842
7102
|
return await this.describeOssObjectsWithOptions(request, runtime);
|
|
6843
7103
|
}
|
|
6844
7104
|
/**
|
|
6845
|
-
|
|
6846
|
-
|
|
6847
|
-
|
|
6848
|
-
|
|
6849
|
-
|
|
6850
|
-
|
|
6851
|
-
|
|
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
|
|
6852
7114
|
*/
|
|
6853
7115
|
async describePackagesWithOptions(request, runtime) {
|
|
6854
7116
|
tea_util_1.default.validateModel(request);
|
|
@@ -6894,17 +7156,26 @@ class Client extends openapi_client_1.default {
|
|
|
6894
7156
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribePackagesResponse({}));
|
|
6895
7157
|
}
|
|
6896
7158
|
/**
|
|
6897
|
-
|
|
6898
|
-
|
|
6899
|
-
|
|
6900
|
-
|
|
6901
|
-
|
|
6902
|
-
|
|
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
|
|
6903
7167
|
*/
|
|
6904
7168
|
async describePackages(request) {
|
|
6905
7169
|
let runtime = new $Util.RuntimeOptions({});
|
|
6906
7170
|
return await this.describePackagesWithOptions(request, runtime);
|
|
6907
7171
|
}
|
|
7172
|
+
/**
|
|
7173
|
+
* @summary 获取一级授权列表
|
|
7174
|
+
*
|
|
7175
|
+
* @param request DescribeParentInstanceRequest
|
|
7176
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
7177
|
+
* @return DescribeParentInstanceResponse
|
|
7178
|
+
*/
|
|
6908
7179
|
async describeParentInstanceWithOptions(request, runtime) {
|
|
6909
7180
|
tea_util_1.default.validateModel(request);
|
|
6910
7181
|
let query = {};
|
|
@@ -6960,18 +7231,26 @@ class Client extends openapi_client_1.default {
|
|
|
6960
7231
|
});
|
|
6961
7232
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeParentInstanceResponse({}));
|
|
6962
7233
|
}
|
|
7234
|
+
/**
|
|
7235
|
+
* @summary 获取一级授权列表
|
|
7236
|
+
*
|
|
7237
|
+
* @param request DescribeParentInstanceRequest
|
|
7238
|
+
* @return DescribeParentInstanceResponse
|
|
7239
|
+
*/
|
|
6963
7240
|
async describeParentInstance(request) {
|
|
6964
7241
|
let runtime = new $Util.RuntimeOptions({});
|
|
6965
7242
|
return await this.describeParentInstanceWithOptions(request, runtime);
|
|
6966
7243
|
}
|
|
6967
7244
|
/**
|
|
6968
|
-
|
|
6969
|
-
|
|
6970
|
-
|
|
6971
|
-
|
|
6972
|
-
|
|
6973
|
-
|
|
6974
|
-
|
|
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
|
|
6975
7254
|
*/
|
|
6976
7255
|
async describeRiskLevelsWithOptions(request, runtime) {
|
|
6977
7256
|
tea_util_1.default.validateModel(request);
|
|
@@ -7002,17 +7281,26 @@ class Client extends openapi_client_1.default {
|
|
|
7002
7281
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeRiskLevelsResponse({}));
|
|
7003
7282
|
}
|
|
7004
7283
|
/**
|
|
7005
|
-
|
|
7006
|
-
|
|
7007
|
-
|
|
7008
|
-
|
|
7009
|
-
|
|
7010
|
-
|
|
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
|
|
7011
7292
|
*/
|
|
7012
7293
|
async describeRiskLevels(request) {
|
|
7013
7294
|
let runtime = new $Util.RuntimeOptions({});
|
|
7014
7295
|
return await this.describeRiskLevelsWithOptions(request, runtime);
|
|
7015
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
|
+
*/
|
|
7016
7304
|
async describeRulesWithOptions(request, runtime) {
|
|
7017
7305
|
tea_util_1.default.validateModel(request);
|
|
7018
7306
|
let query = {};
|
|
@@ -7086,18 +7374,26 @@ class Client extends openapi_client_1.default {
|
|
|
7086
7374
|
});
|
|
7087
7375
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeRulesResponse({}));
|
|
7088
7376
|
}
|
|
7377
|
+
/**
|
|
7378
|
+
* @summary Queries sensitive data detection rules.
|
|
7379
|
+
*
|
|
7380
|
+
* @param request DescribeRulesRequest
|
|
7381
|
+
* @return DescribeRulesResponse
|
|
7382
|
+
*/
|
|
7089
7383
|
async describeRules(request) {
|
|
7090
7384
|
let runtime = new $Util.RuntimeOptions({});
|
|
7091
7385
|
return await this.describeRulesWithOptions(request, runtime);
|
|
7092
7386
|
}
|
|
7093
7387
|
/**
|
|
7094
|
-
|
|
7095
|
-
|
|
7096
|
-
|
|
7097
|
-
|
|
7098
|
-
|
|
7099
|
-
|
|
7100
|
-
|
|
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
|
|
7101
7397
|
*/
|
|
7102
7398
|
async describeTablesWithOptions(request, runtime) {
|
|
7103
7399
|
tea_util_1.default.validateModel(request);
|
|
@@ -7155,17 +7451,24 @@ class Client extends openapi_client_1.default {
|
|
|
7155
7451
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeTablesResponse({}));
|
|
7156
7452
|
}
|
|
7157
7453
|
/**
|
|
7158
|
-
|
|
7159
|
-
|
|
7160
|
-
|
|
7161
|
-
|
|
7162
|
-
|
|
7163
|
-
|
|
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
|
|
7164
7462
|
*/
|
|
7165
7463
|
async describeTables(request) {
|
|
7166
7464
|
let runtime = new $Util.RuntimeOptions({});
|
|
7167
7465
|
return await this.describeTablesWithOptions(request, runtime);
|
|
7168
7466
|
}
|
|
7467
|
+
/**
|
|
7468
|
+
* @param request DescribeTemplateAllRulesRequest
|
|
7469
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
7470
|
+
* @return DescribeTemplateAllRulesResponse
|
|
7471
|
+
*/
|
|
7169
7472
|
async describeTemplateAllRulesWithOptions(request, runtime) {
|
|
7170
7473
|
tea_util_1.default.validateModel(request);
|
|
7171
7474
|
let query = {};
|
|
@@ -7194,18 +7497,24 @@ class Client extends openapi_client_1.default {
|
|
|
7194
7497
|
});
|
|
7195
7498
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeTemplateAllRulesResponse({}));
|
|
7196
7499
|
}
|
|
7500
|
+
/**
|
|
7501
|
+
* @param request DescribeTemplateAllRulesRequest
|
|
7502
|
+
* @return DescribeTemplateAllRulesResponse
|
|
7503
|
+
*/
|
|
7197
7504
|
async describeTemplateAllRules(request) {
|
|
7198
7505
|
let runtime = new $Util.RuntimeOptions({});
|
|
7199
7506
|
return await this.describeTemplateAllRulesWithOptions(request, runtime);
|
|
7200
7507
|
}
|
|
7201
7508
|
/**
|
|
7202
|
-
|
|
7203
|
-
|
|
7204
|
-
|
|
7205
|
-
|
|
7206
|
-
|
|
7207
|
-
|
|
7208
|
-
|
|
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
|
|
7209
7518
|
*/
|
|
7210
7519
|
async describeUserStatusWithOptions(request, runtime) {
|
|
7211
7520
|
tea_util_1.default.validateModel(request);
|
|
@@ -7233,25 +7542,29 @@ class Client extends openapi_client_1.default {
|
|
|
7233
7542
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeUserStatusResponse({}));
|
|
7234
7543
|
}
|
|
7235
7544
|
/**
|
|
7236
|
-
|
|
7237
|
-
|
|
7238
|
-
|
|
7239
|
-
|
|
7240
|
-
|
|
7241
|
-
|
|
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
|
|
7242
7553
|
*/
|
|
7243
7554
|
async describeUserStatus(request) {
|
|
7244
7555
|
let runtime = new $Util.RuntimeOptions({});
|
|
7245
7556
|
return await this.describeUserStatusWithOptions(request, runtime);
|
|
7246
7557
|
}
|
|
7247
7558
|
/**
|
|
7248
|
-
|
|
7249
|
-
|
|
7250
|
-
|
|
7251
|
-
|
|
7252
|
-
|
|
7253
|
-
|
|
7254
|
-
|
|
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
|
|
7255
7568
|
*/
|
|
7256
7569
|
async disableUserConfigWithOptions(request, runtime) {
|
|
7257
7570
|
tea_util_1.default.validateModel(request);
|
|
@@ -7282,17 +7595,26 @@ class Client extends openapi_client_1.default {
|
|
|
7282
7595
|
return $tea.cast(await this.callApi(params, req, runtime), new DisableUserConfigResponse({}));
|
|
7283
7596
|
}
|
|
7284
7597
|
/**
|
|
7285
|
-
|
|
7286
|
-
|
|
7287
|
-
|
|
7288
|
-
|
|
7289
|
-
|
|
7290
|
-
|
|
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
|
|
7291
7606
|
*/
|
|
7292
7607
|
async disableUserConfig(request) {
|
|
7293
7608
|
let runtime = new $Util.RuntimeOptions({});
|
|
7294
7609
|
return await this.disableUserConfigWithOptions(request, runtime);
|
|
7295
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
|
+
*/
|
|
7296
7618
|
async execDatamaskWithOptions(request, runtime) {
|
|
7297
7619
|
tea_util_1.default.validateModel(request);
|
|
7298
7620
|
let query = {};
|
|
@@ -7324,10 +7646,23 @@ class Client extends openapi_client_1.default {
|
|
|
7324
7646
|
});
|
|
7325
7647
|
return $tea.cast(await this.callApi(params, req, runtime), new ExecDatamaskResponse({}));
|
|
7326
7648
|
}
|
|
7649
|
+
/**
|
|
7650
|
+
* @summary Dynamically de-identifies sensitive data.
|
|
7651
|
+
*
|
|
7652
|
+
* @param request ExecDatamaskRequest
|
|
7653
|
+
* @return ExecDatamaskResponse
|
|
7654
|
+
*/
|
|
7327
7655
|
async execDatamask(request) {
|
|
7328
7656
|
let runtime = new $Util.RuntimeOptions({});
|
|
7329
7657
|
return await this.execDatamaskWithOptions(request, runtime);
|
|
7330
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
|
+
*/
|
|
7331
7666
|
async manualTriggerMaskingProcessWithOptions(request, runtime) {
|
|
7332
7667
|
tea_util_1.default.validateModel(request);
|
|
7333
7668
|
let query = {};
|
|
@@ -7353,10 +7688,23 @@ class Client extends openapi_client_1.default {
|
|
|
7353
7688
|
});
|
|
7354
7689
|
return $tea.cast(await this.callApi(params, req, runtime), new ManualTriggerMaskingProcessResponse({}));
|
|
7355
7690
|
}
|
|
7691
|
+
/**
|
|
7692
|
+
* @summary Triggers a de-identification task.
|
|
7693
|
+
*
|
|
7694
|
+
* @param request ManualTriggerMaskingProcessRequest
|
|
7695
|
+
* @return ManualTriggerMaskingProcessResponse
|
|
7696
|
+
*/
|
|
7356
7697
|
async manualTriggerMaskingProcess(request) {
|
|
7357
7698
|
let runtime = new $Util.RuntimeOptions({});
|
|
7358
7699
|
return await this.manualTriggerMaskingProcessWithOptions(request, runtime);
|
|
7359
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
|
+
*/
|
|
7360
7708
|
async modifyDataLimitWithOptions(request, runtime) {
|
|
7361
7709
|
tea_util_1.default.validateModel(request);
|
|
7362
7710
|
let query = {};
|
|
@@ -7427,18 +7775,26 @@ class Client extends openapi_client_1.default {
|
|
|
7427
7775
|
});
|
|
7428
7776
|
return $tea.cast(await this.callApi(params, req, runtime), new ModifyDataLimitResponse({}));
|
|
7429
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
|
+
*/
|
|
7430
7784
|
async modifyDataLimit(request) {
|
|
7431
7785
|
let runtime = new $Util.RuntimeOptions({});
|
|
7432
7786
|
return await this.modifyDataLimitWithOptions(request, runtime);
|
|
7433
7787
|
}
|
|
7434
7788
|
/**
|
|
7435
|
-
|
|
7436
|
-
|
|
7437
|
-
|
|
7438
|
-
|
|
7439
|
-
|
|
7440
|
-
|
|
7441
|
-
|
|
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
|
|
7442
7798
|
*/
|
|
7443
7799
|
async modifyDefaultLevelWithOptions(request, runtime) {
|
|
7444
7800
|
tea_util_1.default.validateModel(request);
|
|
@@ -7469,25 +7825,29 @@ class Client extends openapi_client_1.default {
|
|
|
7469
7825
|
return $tea.cast(await this.callApi(params, req, runtime), new ModifyDefaultLevelResponse({}));
|
|
7470
7826
|
}
|
|
7471
7827
|
/**
|
|
7472
|
-
|
|
7473
|
-
|
|
7474
|
-
|
|
7475
|
-
|
|
7476
|
-
|
|
7477
|
-
|
|
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
|
|
7478
7836
|
*/
|
|
7479
7837
|
async modifyDefaultLevel(request) {
|
|
7480
7838
|
let runtime = new $Util.RuntimeOptions({});
|
|
7481
7839
|
return await this.modifyDefaultLevelWithOptions(request, runtime);
|
|
7482
7840
|
}
|
|
7483
7841
|
/**
|
|
7484
|
-
|
|
7485
|
-
|
|
7486
|
-
|
|
7487
|
-
|
|
7488
|
-
|
|
7489
|
-
|
|
7490
|
-
|
|
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
|
|
7491
7851
|
*/
|
|
7492
7852
|
async modifyEventStatusWithOptions(request, runtime) {
|
|
7493
7853
|
tea_util_1.default.validateModel(request);
|
|
@@ -7524,17 +7884,26 @@ class Client extends openapi_client_1.default {
|
|
|
7524
7884
|
return $tea.cast(await this.callApi(params, req, runtime), new ModifyEventStatusResponse({}));
|
|
7525
7885
|
}
|
|
7526
7886
|
/**
|
|
7527
|
-
|
|
7528
|
-
|
|
7529
|
-
|
|
7530
|
-
|
|
7531
|
-
|
|
7532
|
-
|
|
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
|
|
7533
7895
|
*/
|
|
7534
7896
|
async modifyEventStatus(request) {
|
|
7535
7897
|
let runtime = new $Util.RuntimeOptions({});
|
|
7536
7898
|
return await this.modifyEventStatusWithOptions(request, runtime);
|
|
7537
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
|
+
*/
|
|
7538
7907
|
async modifyEventTypeStatusWithOptions(request, runtime) {
|
|
7539
7908
|
tea_util_1.default.validateModel(request);
|
|
7540
7909
|
let query = {};
|
|
@@ -7563,18 +7932,26 @@ class Client extends openapi_client_1.default {
|
|
|
7563
7932
|
});
|
|
7564
7933
|
return $tea.cast(await this.callApi(params, req, runtime), new ModifyEventTypeStatusResponse({}));
|
|
7565
7934
|
}
|
|
7935
|
+
/**
|
|
7936
|
+
* @summary Enables the detection of anomalous events of subtypes.
|
|
7937
|
+
*
|
|
7938
|
+
* @param request ModifyEventTypeStatusRequest
|
|
7939
|
+
* @return ModifyEventTypeStatusResponse
|
|
7940
|
+
*/
|
|
7566
7941
|
async modifyEventTypeStatus(request) {
|
|
7567
7942
|
let runtime = new $Util.RuntimeOptions({});
|
|
7568
7943
|
return await this.modifyEventTypeStatusWithOptions(request, runtime);
|
|
7569
7944
|
}
|
|
7570
7945
|
/**
|
|
7571
|
-
|
|
7572
|
-
|
|
7573
|
-
|
|
7574
|
-
|
|
7575
|
-
|
|
7576
|
-
|
|
7577
|
-
|
|
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
|
|
7578
7955
|
*/
|
|
7579
7956
|
async modifyReportTaskStatusWithOptions(request, runtime) {
|
|
7580
7957
|
tea_util_1.default.validateModel(request);
|
|
@@ -7605,25 +7982,29 @@ class Client extends openapi_client_1.default {
|
|
|
7605
7982
|
return $tea.cast(await this.callApi(params, req, runtime), new ModifyReportTaskStatusResponse({}));
|
|
7606
7983
|
}
|
|
7607
7984
|
/**
|
|
7608
|
-
|
|
7609
|
-
|
|
7610
|
-
|
|
7611
|
-
|
|
7612
|
-
|
|
7613
|
-
|
|
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
|
|
7614
7993
|
*/
|
|
7615
7994
|
async modifyReportTaskStatus(request) {
|
|
7616
7995
|
let runtime = new $Util.RuntimeOptions({});
|
|
7617
7996
|
return await this.modifyReportTaskStatusWithOptions(request, runtime);
|
|
7618
7997
|
}
|
|
7619
7998
|
/**
|
|
7620
|
-
|
|
7621
|
-
|
|
7622
|
-
|
|
7623
|
-
|
|
7624
|
-
|
|
7625
|
-
|
|
7626
|
-
|
|
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
|
|
7627
8008
|
*/
|
|
7628
8009
|
async modifyRuleWithOptions(request, runtime) {
|
|
7629
8010
|
tea_util_1.default.validateModel(request);
|
|
@@ -7681,17 +8062,26 @@ class Client extends openapi_client_1.default {
|
|
|
7681
8062
|
return $tea.cast(await this.callApi(params, req, runtime), new ModifyRuleResponse({}));
|
|
7682
8063
|
}
|
|
7683
8064
|
/**
|
|
7684
|
-
|
|
7685
|
-
|
|
7686
|
-
|
|
7687
|
-
|
|
7688
|
-
|
|
7689
|
-
|
|
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
|
|
7690
8073
|
*/
|
|
7691
8074
|
async modifyRule(request) {
|
|
7692
8075
|
let runtime = new $Util.RuntimeOptions({});
|
|
7693
8076
|
return await this.modifyRuleWithOptions(request, runtime);
|
|
7694
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
|
+
*/
|
|
7695
8085
|
async modifyRuleStatusWithOptions(request, runtime) {
|
|
7696
8086
|
tea_util_1.default.validateModel(request);
|
|
7697
8087
|
let query = {};
|
|
@@ -7723,18 +8113,26 @@ class Client extends openapi_client_1.default {
|
|
|
7723
8113
|
});
|
|
7724
8114
|
return $tea.cast(await this.callApi(params, req, runtime), new ModifyRuleStatusResponse({}));
|
|
7725
8115
|
}
|
|
8116
|
+
/**
|
|
8117
|
+
* @summary Enables or disables a sensitive data detection rule.
|
|
8118
|
+
*
|
|
8119
|
+
* @param request ModifyRuleStatusRequest
|
|
8120
|
+
* @return ModifyRuleStatusResponse
|
|
8121
|
+
*/
|
|
7726
8122
|
async modifyRuleStatus(request) {
|
|
7727
8123
|
let runtime = new $Util.RuntimeOptions({});
|
|
7728
8124
|
return await this.modifyRuleStatusWithOptions(request, runtime);
|
|
7729
8125
|
}
|
|
7730
8126
|
/**
|
|
7731
|
-
|
|
7732
|
-
|
|
7733
|
-
|
|
7734
|
-
|
|
7735
|
-
|
|
7736
|
-
|
|
7737
|
-
|
|
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
|
|
7738
8136
|
*/
|
|
7739
8137
|
async stopMaskingProcessWithOptions(request, runtime) {
|
|
7740
8138
|
tea_util_1.default.validateModel(request);
|
|
@@ -7762,12 +8160,14 @@ class Client extends openapi_client_1.default {
|
|
|
7762
8160
|
return $tea.cast(await this.callApi(params, req, runtime), new StopMaskingProcessResponse({}));
|
|
7763
8161
|
}
|
|
7764
8162
|
/**
|
|
7765
|
-
|
|
7766
|
-
|
|
7767
|
-
|
|
7768
|
-
|
|
7769
|
-
|
|
7770
|
-
|
|
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
|
|
7771
8171
|
*/
|
|
7772
8172
|
async stopMaskingProcess(request) {
|
|
7773
8173
|
let runtime = new $Util.RuntimeOptions({});
|