@alicloud/sddp20190103 1.2.6 → 1.2.7
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 +8016 -385
- package/dist/client.js +428 -379
- package/dist/client.js.map +1 -1
- package/package.json +3 -3
- package/src/client.ts +8150 -517
package/dist/client.js
CHANGED
|
@@ -32,7 +32,6 @@ exports.DescribeColumnsV2ResponseBodyItems = exports.DescribeColumnsV2ResponseBo
|
|
|
32
32
|
exports.DescribeUserStatusResponseBodyUserStatus = exports.DescribeTemplateAllRulesResponseBodyRuleList = exports.DescribeTablesResponseBodyItems = exports.DescribeTablesResponseBodyItemsRuleList = exports.DescribeRulesResponseBodyItems = exports.DescribeRiskLevelsResponseBodyRiskLevelList = exports.DescribeParentInstanceResponseBodyItems = exports.DescribePackagesResponseBodyItems = exports.DescribeOssObjectsResponseBodyItems = exports.DescribeOssObjectsResponseBodyItemsRuleList = exports.DescribeOssObjectDetailV2ResponseBodyOssObjectDetail = exports.DescribeOssObjectDetailV2ResponseBodyOssObjectDetailRuleList = exports.DescribeOssObjectDetailV2ResponseBodyOssObjectDetailRuleListModelTags = exports.DescribeOssObjectDetailResponseBodyOssObjectDetail = exports.DescribeOssObjectDetailResponseBodyOssObjectDetailRuleList = exports.DescribeOssObjectDetailResponseBodyOssObjectDetailRuleListModelTags = exports.DescribeInstancesResponseBodyItems = exports.DescribeInstancesResponseBodyItemsModelTags = exports.DescribeInstanceSourcesResponseBodyItems = exports.DescribeEventsResponseBodyItems = exports.DescribeEventTypesResponseBodyEventTypeList = exports.DescribeEventTypesResponseBodyEventTypeListSubTypeList = exports.DescribeEventDetailResponseBodyEvent = exports.DescribeEventDetailResponseBodyEventHandleInfoList = exports.DescribeEventDetailResponseBodyEventDetail = exports.DescribeEventDetailResponseBodyEventDetailResourceInfo = exports.DescribeEventDetailResponseBodyEventDetailContent = exports.DescribeEventDetailResponseBodyEventDetailChart = exports.DescribeEventDetailResponseBodyEventDetailChartData = exports.DescribeDocTypesResponseBodyDocTypeList = exports.DescribeDataObjectsResponseBodyItems = exports.DescribeDataObjectsResponseBodyItemsRuleList = exports.DescribeDataObjectsResponseBodyItemsModelTags = exports.DescribeDataObjectColumnDetailV2ResponseBodyItems = exports.DescribeDataObjectColumnDetailV2ResponseBodyItemsModelTags = exports.DescribeDataObjectColumnDetailResponseBodyItems = exports.DescribeDataObjectColumnDetailResponseBodyItemsModelTags = exports.DescribeDataMaskingTasksResponseBodyItems = exports.DescribeDataMaskingRunHistoryResponseBodyItems = exports.DescribeDataLimitsResponseBodyItems = exports.DescribeDataLimitSetResponseBodyDataLimitSet = exports.DescribeDataLimitSetResponseBodyDataLimitSetRegionList = exports.DescribeDataLimitSetResponseBodyDataLimitSetOssBucketList = exports.DescribeDataLimitSetResponseBodyDataLimitSetDataLimitList = exports.DescribeDataLimitDetailResponseBodyDataLimit = exports.DescribeDataAssetsResponseBodyItems = exports.DescribeConfigsResponseBodyConfigList = void 0;
|
|
33
33
|
// This file is auto-generated, don't edit it
|
|
34
34
|
/**
|
|
35
|
-
*
|
|
36
35
|
*/
|
|
37
36
|
const tea_util_1 = __importStar(require("@alicloud/tea-util")), $Util = tea_util_1;
|
|
38
37
|
const openapi_client_1 = __importStar(require("@alicloud/openapi-client")), $OpenApi = openapi_client_1;
|
|
@@ -3788,6 +3787,7 @@ class DescribeDataLimitsResponseBodyItems extends $tea.Model {
|
|
|
3788
3787
|
instanceDescription: 'InstanceDescription',
|
|
3789
3788
|
instanceId: 'InstanceId',
|
|
3790
3789
|
lastFinishedTime: 'LastFinishedTime',
|
|
3790
|
+
lastStartTime: 'LastStartTime',
|
|
3791
3791
|
localName: 'LocalName',
|
|
3792
3792
|
logStoreDay: 'LogStoreDay',
|
|
3793
3793
|
memberAccount: 'MemberAccount',
|
|
@@ -3832,6 +3832,7 @@ class DescribeDataLimitsResponseBodyItems extends $tea.Model {
|
|
|
3832
3832
|
instanceDescription: 'string',
|
|
3833
3833
|
instanceId: 'string',
|
|
3834
3834
|
lastFinishedTime: 'number',
|
|
3835
|
+
lastStartTime: 'number',
|
|
3835
3836
|
localName: 'string',
|
|
3836
3837
|
logStoreDay: 'number',
|
|
3837
3838
|
memberAccount: 'number',
|
|
@@ -5179,15 +5180,16 @@ class Client extends openapi_client_1.default {
|
|
|
5179
5180
|
return endpoint_util_1.default.getEndpointRules(productId, regionId, endpointRule, network, suffix);
|
|
5180
5181
|
}
|
|
5181
5182
|
/**
|
|
5182
|
-
*
|
|
5183
|
+
* Modifies the configurations of a common configuration item for alerts.
|
|
5183
5184
|
*
|
|
5184
|
-
* @
|
|
5185
|
+
* @remarks
|
|
5186
|
+
* 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.
|
|
5185
5187
|
* # Limits
|
|
5186
5188
|
* 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.
|
|
5187
5189
|
*
|
|
5188
|
-
* @param request CreateConfigRequest
|
|
5189
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
5190
|
-
* @
|
|
5190
|
+
* @param request - CreateConfigRequest
|
|
5191
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
5192
|
+
* @returns CreateConfigResponse
|
|
5191
5193
|
*/
|
|
5192
5194
|
async createConfigWithOptions(request, runtime) {
|
|
5193
5195
|
tea_util_1.default.validateModel(request);
|
|
@@ -5227,29 +5229,31 @@ class Client extends openapi_client_1.default {
|
|
|
5227
5229
|
return $tea.cast(await this.callApi(params, req, runtime), new CreateConfigResponse({}));
|
|
5228
5230
|
}
|
|
5229
5231
|
/**
|
|
5230
|
-
*
|
|
5232
|
+
* Modifies the configurations of a common configuration item for alerts.
|
|
5231
5233
|
*
|
|
5232
|
-
* @
|
|
5234
|
+
* @remarks
|
|
5235
|
+
* 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.
|
|
5233
5236
|
* # Limits
|
|
5234
5237
|
* 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.
|
|
5235
5238
|
*
|
|
5236
|
-
* @param request CreateConfigRequest
|
|
5237
|
-
* @
|
|
5239
|
+
* @param request - CreateConfigRequest
|
|
5240
|
+
* @returns CreateConfigResponse
|
|
5238
5241
|
*/
|
|
5239
5242
|
async createConfig(request) {
|
|
5240
5243
|
let runtime = new $Util.RuntimeOptions({});
|
|
5241
5244
|
return await this.createConfigWithOptions(request, runtime);
|
|
5242
5245
|
}
|
|
5243
5246
|
/**
|
|
5244
|
-
*
|
|
5247
|
+
* Authorizes Data Security Center (DSC) to scan data assets. The data assets can be a database, a project, or a bucket.
|
|
5245
5248
|
*
|
|
5246
|
-
* @
|
|
5249
|
+
* @remarks
|
|
5250
|
+
* You can call this operation to authorize DSC to scan data assets to ensure the security of the data assets.
|
|
5247
5251
|
* # Limits
|
|
5248
5252
|
* 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.
|
|
5249
5253
|
*
|
|
5250
|
-
* @param request CreateDataLimitRequest
|
|
5251
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
5252
|
-
* @
|
|
5254
|
+
* @param request - CreateDataLimitRequest
|
|
5255
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
5256
|
+
* @returns CreateDataLimitResponse
|
|
5253
5257
|
*/
|
|
5254
5258
|
async createDataLimitWithOptions(request, runtime) {
|
|
5255
5259
|
tea_util_1.default.validateModel(request);
|
|
@@ -5328,25 +5332,26 @@ class Client extends openapi_client_1.default {
|
|
|
5328
5332
|
return $tea.cast(await this.callApi(params, req, runtime), new CreateDataLimitResponse({}));
|
|
5329
5333
|
}
|
|
5330
5334
|
/**
|
|
5331
|
-
*
|
|
5335
|
+
* Authorizes Data Security Center (DSC) to scan data assets. The data assets can be a database, a project, or a bucket.
|
|
5332
5336
|
*
|
|
5333
|
-
* @
|
|
5337
|
+
* @remarks
|
|
5338
|
+
* You can call this operation to authorize DSC to scan data assets to ensure the security of the data assets.
|
|
5334
5339
|
* # Limits
|
|
5335
5340
|
* 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.
|
|
5336
5341
|
*
|
|
5337
|
-
* @param request CreateDataLimitRequest
|
|
5338
|
-
* @
|
|
5342
|
+
* @param request - CreateDataLimitRequest
|
|
5343
|
+
* @returns CreateDataLimitResponse
|
|
5339
5344
|
*/
|
|
5340
5345
|
async createDataLimit(request) {
|
|
5341
5346
|
let runtime = new $Util.RuntimeOptions({});
|
|
5342
5347
|
return await this.createDataLimitWithOptions(request, runtime);
|
|
5343
5348
|
}
|
|
5344
5349
|
/**
|
|
5345
|
-
*
|
|
5350
|
+
* Creates a custom sensitive data detection rule.
|
|
5346
5351
|
*
|
|
5347
|
-
* @param request CreateRuleRequest
|
|
5348
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
5349
|
-
* @
|
|
5352
|
+
* @param request - CreateRuleRequest
|
|
5353
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
5354
|
+
* @returns CreateRuleResponse
|
|
5350
5355
|
*/
|
|
5351
5356
|
async createRuleWithOptions(request, runtime) {
|
|
5352
5357
|
tea_util_1.default.validateModel(request);
|
|
@@ -5419,25 +5424,26 @@ class Client extends openapi_client_1.default {
|
|
|
5419
5424
|
return $tea.cast(await this.callApi(params, req, runtime), new CreateRuleResponse({}));
|
|
5420
5425
|
}
|
|
5421
5426
|
/**
|
|
5422
|
-
*
|
|
5427
|
+
* Creates a custom sensitive data detection rule.
|
|
5423
5428
|
*
|
|
5424
|
-
* @param request CreateRuleRequest
|
|
5425
|
-
* @
|
|
5429
|
+
* @param request - CreateRuleRequest
|
|
5430
|
+
* @returns CreateRuleResponse
|
|
5426
5431
|
*/
|
|
5427
5432
|
async createRule(request) {
|
|
5428
5433
|
let runtime = new $Util.RuntimeOptions({});
|
|
5429
5434
|
return await this.createRuleWithOptions(request, runtime);
|
|
5430
5435
|
}
|
|
5431
5436
|
/**
|
|
5432
|
-
*
|
|
5437
|
+
* 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.
|
|
5433
5438
|
*
|
|
5434
|
-
* @
|
|
5439
|
+
* @remarks
|
|
5440
|
+
* 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.
|
|
5435
5441
|
* # Limits
|
|
5436
5442
|
* 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.
|
|
5437
5443
|
*
|
|
5438
|
-
* @param request CreateScanTaskRequest
|
|
5439
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
5440
|
-
* @
|
|
5444
|
+
* @param request - CreateScanTaskRequest
|
|
5445
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
5446
|
+
* @returns CreateScanTaskResponse
|
|
5441
5447
|
*/
|
|
5442
5448
|
async createScanTaskWithOptions(request, runtime) {
|
|
5443
5449
|
tea_util_1.default.validateModel(request);
|
|
@@ -5498,29 +5504,31 @@ class Client extends openapi_client_1.default {
|
|
|
5498
5504
|
return $tea.cast(await this.callApi(params, req, runtime), new CreateScanTaskResponse({}));
|
|
5499
5505
|
}
|
|
5500
5506
|
/**
|
|
5501
|
-
*
|
|
5507
|
+
* 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.
|
|
5502
5508
|
*
|
|
5503
|
-
* @
|
|
5509
|
+
* @remarks
|
|
5510
|
+
* 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.
|
|
5504
5511
|
* # Limits
|
|
5505
5512
|
* 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.
|
|
5506
5513
|
*
|
|
5507
|
-
* @param request CreateScanTaskRequest
|
|
5508
|
-
* @
|
|
5514
|
+
* @param request - CreateScanTaskRequest
|
|
5515
|
+
* @returns CreateScanTaskResponse
|
|
5509
5516
|
*/
|
|
5510
5517
|
async createScanTask(request) {
|
|
5511
5518
|
let runtime = new $Util.RuntimeOptions({});
|
|
5512
5519
|
return await this.createScanTaskWithOptions(request, runtime);
|
|
5513
5520
|
}
|
|
5514
5521
|
/**
|
|
5515
|
-
*
|
|
5522
|
+
* Creates a service-linked role for Data Security Center (DSC) to grant DSC the permissions to access data assets in other services.
|
|
5516
5523
|
*
|
|
5517
|
-
* @
|
|
5524
|
+
* @remarks
|
|
5525
|
+
* 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.
|
|
5518
5526
|
* # Limits
|
|
5519
5527
|
* 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.
|
|
5520
5528
|
*
|
|
5521
|
-
* @param request CreateSlrRoleRequest
|
|
5522
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
5523
|
-
* @
|
|
5529
|
+
* @param request - CreateSlrRoleRequest
|
|
5530
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
5531
|
+
* @returns CreateSlrRoleResponse
|
|
5524
5532
|
*/
|
|
5525
5533
|
async createSlrRoleWithOptions(request, runtime) {
|
|
5526
5534
|
tea_util_1.default.validateModel(request);
|
|
@@ -5551,29 +5559,31 @@ class Client extends openapi_client_1.default {
|
|
|
5551
5559
|
return $tea.cast(await this.callApi(params, req, runtime), new CreateSlrRoleResponse({}));
|
|
5552
5560
|
}
|
|
5553
5561
|
/**
|
|
5554
|
-
*
|
|
5562
|
+
* Creates a service-linked role for Data Security Center (DSC) to grant DSC the permissions to access data assets in other services.
|
|
5555
5563
|
*
|
|
5556
|
-
* @
|
|
5564
|
+
* @remarks
|
|
5565
|
+
* 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.
|
|
5557
5566
|
* # Limits
|
|
5558
5567
|
* 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.
|
|
5559
5568
|
*
|
|
5560
|
-
* @param request CreateSlrRoleRequest
|
|
5561
|
-
* @
|
|
5569
|
+
* @param request - CreateSlrRoleRequest
|
|
5570
|
+
* @returns CreateSlrRoleResponse
|
|
5562
5571
|
*/
|
|
5563
5572
|
async createSlrRole(request) {
|
|
5564
5573
|
let runtime = new $Util.RuntimeOptions({});
|
|
5565
5574
|
return await this.createSlrRoleWithOptions(request, runtime);
|
|
5566
5575
|
}
|
|
5567
5576
|
/**
|
|
5568
|
-
*
|
|
5577
|
+
* Revokes the scan permissions on a data asset. The data asset can be a database, an instance, or a bucket.
|
|
5569
5578
|
*
|
|
5570
|
-
* @
|
|
5579
|
+
* @remarks
|
|
5580
|
+
* You can call this operation to revoke the permissions on a data asset from Data Security Center (DSC).
|
|
5571
5581
|
* # Limits
|
|
5572
5582
|
* 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.
|
|
5573
5583
|
*
|
|
5574
|
-
* @param request DeleteDataLimitRequest
|
|
5575
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
5576
|
-
* @
|
|
5584
|
+
* @param request - DeleteDataLimitRequest
|
|
5585
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
5586
|
+
* @returns DeleteDataLimitResponse
|
|
5577
5587
|
*/
|
|
5578
5588
|
async deleteDataLimitWithOptions(request, runtime) {
|
|
5579
5589
|
tea_util_1.default.validateModel(request);
|
|
@@ -5607,25 +5617,26 @@ class Client extends openapi_client_1.default {
|
|
|
5607
5617
|
return $tea.cast(await this.callApi(params, req, runtime), new DeleteDataLimitResponse({}));
|
|
5608
5618
|
}
|
|
5609
5619
|
/**
|
|
5610
|
-
*
|
|
5620
|
+
* Revokes the scan permissions on a data asset. The data asset can be a database, an instance, or a bucket.
|
|
5611
5621
|
*
|
|
5612
|
-
* @
|
|
5622
|
+
* @remarks
|
|
5623
|
+
* You can call this operation to revoke the permissions on a data asset from Data Security Center (DSC).
|
|
5613
5624
|
* # Limits
|
|
5614
5625
|
* 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.
|
|
5615
5626
|
*
|
|
5616
|
-
* @param request DeleteDataLimitRequest
|
|
5617
|
-
* @
|
|
5627
|
+
* @param request - DeleteDataLimitRequest
|
|
5628
|
+
* @returns DeleteDataLimitResponse
|
|
5618
5629
|
*/
|
|
5619
5630
|
async deleteDataLimit(request) {
|
|
5620
5631
|
let runtime = new $Util.RuntimeOptions({});
|
|
5621
5632
|
return await this.deleteDataLimitWithOptions(request, runtime);
|
|
5622
5633
|
}
|
|
5623
5634
|
/**
|
|
5624
|
-
*
|
|
5635
|
+
* Deletes a custom sensitive data detection rule from Data Security Center (DSC).
|
|
5625
5636
|
*
|
|
5626
|
-
* @param request DeleteRuleRequest
|
|
5627
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
5628
|
-
* @
|
|
5637
|
+
* @param request - DeleteRuleRequest
|
|
5638
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
5639
|
+
* @returns DeleteRuleResponse
|
|
5629
5640
|
*/
|
|
5630
5641
|
async deleteRuleWithOptions(request, runtime) {
|
|
5631
5642
|
tea_util_1.default.validateModel(request);
|
|
@@ -5659,19 +5670,19 @@ class Client extends openapi_client_1.default {
|
|
|
5659
5670
|
return $tea.cast(await this.callApi(params, req, runtime), new DeleteRuleResponse({}));
|
|
5660
5671
|
}
|
|
5661
5672
|
/**
|
|
5662
|
-
*
|
|
5673
|
+
* Deletes a custom sensitive data detection rule from Data Security Center (DSC).
|
|
5663
5674
|
*
|
|
5664
|
-
* @param request DeleteRuleRequest
|
|
5665
|
-
* @
|
|
5675
|
+
* @param request - DeleteRuleRequest
|
|
5676
|
+
* @returns DeleteRuleResponse
|
|
5666
5677
|
*/
|
|
5667
5678
|
async deleteRule(request) {
|
|
5668
5679
|
let runtime = new $Util.RuntimeOptions({});
|
|
5669
5680
|
return await this.deleteRuleWithOptions(request, runtime);
|
|
5670
5681
|
}
|
|
5671
5682
|
/**
|
|
5672
|
-
* @param request DescribeCategoryTemplateListRequest
|
|
5673
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
5674
|
-
* @
|
|
5683
|
+
* @param request - DescribeCategoryTemplateListRequest
|
|
5684
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
5685
|
+
* @returns DescribeCategoryTemplateListResponse
|
|
5675
5686
|
*/
|
|
5676
5687
|
async describeCategoryTemplateListWithOptions(request, runtime) {
|
|
5677
5688
|
tea_util_1.default.validateModel(request);
|
|
@@ -5708,23 +5719,24 @@ class Client extends openapi_client_1.default {
|
|
|
5708
5719
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeCategoryTemplateListResponse({}));
|
|
5709
5720
|
}
|
|
5710
5721
|
/**
|
|
5711
|
-
* @param request DescribeCategoryTemplateListRequest
|
|
5712
|
-
* @
|
|
5722
|
+
* @param request - DescribeCategoryTemplateListRequest
|
|
5723
|
+
* @returns DescribeCategoryTemplateListResponse
|
|
5713
5724
|
*/
|
|
5714
5725
|
async describeCategoryTemplateList(request) {
|
|
5715
5726
|
let runtime = new $Util.RuntimeOptions({});
|
|
5716
5727
|
return await this.describeCategoryTemplateListWithOptions(request, runtime);
|
|
5717
5728
|
}
|
|
5718
5729
|
/**
|
|
5719
|
-
*
|
|
5730
|
+
* Queries rules in a classification template by page.
|
|
5720
5731
|
*
|
|
5721
|
-
* @
|
|
5732
|
+
* @remarks
|
|
5733
|
+
* You can call this operation to query rules in a classification template.
|
|
5722
5734
|
* # Limits
|
|
5723
5735
|
* 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.
|
|
5724
5736
|
*
|
|
5725
|
-
* @param request DescribeCategoryTemplateRuleListRequest
|
|
5726
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
5727
|
-
* @
|
|
5737
|
+
* @param request - DescribeCategoryTemplateRuleListRequest
|
|
5738
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
5739
|
+
* @returns DescribeCategoryTemplateRuleListResponse
|
|
5728
5740
|
*/
|
|
5729
5741
|
async describeCategoryTemplateRuleListWithOptions(request, runtime) {
|
|
5730
5742
|
tea_util_1.default.validateModel(request);
|
|
@@ -5764,31 +5776,33 @@ class Client extends openapi_client_1.default {
|
|
|
5764
5776
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeCategoryTemplateRuleListResponse({}));
|
|
5765
5777
|
}
|
|
5766
5778
|
/**
|
|
5767
|
-
*
|
|
5779
|
+
* Queries rules in a classification template by page.
|
|
5768
5780
|
*
|
|
5769
|
-
* @
|
|
5781
|
+
* @remarks
|
|
5782
|
+
* You can call this operation to query rules in a classification template.
|
|
5770
5783
|
* # Limits
|
|
5771
5784
|
* 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.
|
|
5772
5785
|
*
|
|
5773
|
-
* @param request DescribeCategoryTemplateRuleListRequest
|
|
5774
|
-
* @
|
|
5786
|
+
* @param request - DescribeCategoryTemplateRuleListRequest
|
|
5787
|
+
* @returns DescribeCategoryTemplateRuleListResponse
|
|
5775
5788
|
*/
|
|
5776
5789
|
async describeCategoryTemplateRuleList(request) {
|
|
5777
5790
|
let runtime = new $Util.RuntimeOptions({});
|
|
5778
5791
|
return await this.describeCategoryTemplateRuleListWithOptions(request, runtime);
|
|
5779
5792
|
}
|
|
5780
5793
|
/**
|
|
5781
|
-
*
|
|
5794
|
+
* 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.
|
|
5782
5795
|
*
|
|
5783
|
-
* @
|
|
5796
|
+
* @remarks
|
|
5797
|
+
* 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.
|
|
5784
5798
|
* ## [](#)Precautions
|
|
5785
5799
|
* The DescribeColumns operation is changed to DescribeColumnsV2. We recommend that you call the DescribeColumnsV2 operation when you develop your applications.
|
|
5786
5800
|
* ## [](#qps)Limits
|
|
5787
5801
|
* 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.
|
|
5788
5802
|
*
|
|
5789
|
-
* @param request DescribeColumnsRequest
|
|
5790
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
5791
|
-
* @
|
|
5803
|
+
* @param request - DescribeColumnsRequest
|
|
5804
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
5805
|
+
* @returns DescribeColumnsResponse
|
|
5792
5806
|
*/
|
|
5793
5807
|
async describeColumnsWithOptions(request, runtime) {
|
|
5794
5808
|
tea_util_1.default.validateModel(request);
|
|
@@ -5849,27 +5863,28 @@ class Client extends openapi_client_1.default {
|
|
|
5849
5863
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeColumnsResponse({}));
|
|
5850
5864
|
}
|
|
5851
5865
|
/**
|
|
5852
|
-
*
|
|
5866
|
+
* 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.
|
|
5853
5867
|
*
|
|
5854
|
-
* @
|
|
5868
|
+
* @remarks
|
|
5869
|
+
* 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.
|
|
5855
5870
|
* ## [](#)Precautions
|
|
5856
5871
|
* The DescribeColumns operation is changed to DescribeColumnsV2. We recommend that you call the DescribeColumnsV2 operation when you develop your applications.
|
|
5857
5872
|
* ## [](#qps)Limits
|
|
5858
5873
|
* 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.
|
|
5859
5874
|
*
|
|
5860
|
-
* @param request DescribeColumnsRequest
|
|
5861
|
-
* @
|
|
5875
|
+
* @param request - DescribeColumnsRequest
|
|
5876
|
+
* @returns DescribeColumnsResponse
|
|
5862
5877
|
*/
|
|
5863
5878
|
async describeColumns(request) {
|
|
5864
5879
|
let runtime = new $Util.RuntimeOptions({});
|
|
5865
5880
|
return await this.describeColumnsWithOptions(request, runtime);
|
|
5866
5881
|
}
|
|
5867
5882
|
/**
|
|
5868
|
-
*
|
|
5883
|
+
* Queries the columns of tables in instances, such as MaxCompute projects and ApsaraDB RDS instances, that you authorize Data Security Center (DSC) to access.
|
|
5869
5884
|
*
|
|
5870
|
-
* @param request DescribeColumnsV2Request
|
|
5871
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
5872
|
-
* @
|
|
5885
|
+
* @param request - DescribeColumnsV2Request
|
|
5886
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
5887
|
+
* @returns DescribeColumnsV2Response
|
|
5873
5888
|
*/
|
|
5874
5889
|
async describeColumnsV2WithOptions(request, runtime) {
|
|
5875
5890
|
tea_util_1.default.validateModel(request);
|
|
@@ -5930,21 +5945,21 @@ class Client extends openapi_client_1.default {
|
|
|
5930
5945
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeColumnsV2Response({}));
|
|
5931
5946
|
}
|
|
5932
5947
|
/**
|
|
5933
|
-
*
|
|
5948
|
+
* Queries the columns of tables in instances, such as MaxCompute projects and ApsaraDB RDS instances, that you authorize Data Security Center (DSC) to access.
|
|
5934
5949
|
*
|
|
5935
|
-
* @param request DescribeColumnsV2Request
|
|
5936
|
-
* @
|
|
5950
|
+
* @param request - DescribeColumnsV2Request
|
|
5951
|
+
* @returns DescribeColumnsV2Response
|
|
5937
5952
|
*/
|
|
5938
5953
|
async describeColumnsV2(request) {
|
|
5939
5954
|
let runtime = new $Util.RuntimeOptions({});
|
|
5940
5955
|
return await this.describeColumnsV2WithOptions(request, runtime);
|
|
5941
5956
|
}
|
|
5942
5957
|
/**
|
|
5943
|
-
*
|
|
5958
|
+
* Queries common configuration items for alerts.
|
|
5944
5959
|
*
|
|
5945
|
-
* @param request DescribeConfigsRequest
|
|
5946
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
5947
|
-
* @
|
|
5960
|
+
* @param request - DescribeConfigsRequest
|
|
5961
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
5962
|
+
* @returns DescribeConfigsResponse
|
|
5948
5963
|
*/
|
|
5949
5964
|
async describeConfigsWithOptions(request, runtime) {
|
|
5950
5965
|
tea_util_1.default.validateModel(request);
|
|
@@ -5969,21 +5984,21 @@ class Client extends openapi_client_1.default {
|
|
|
5969
5984
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeConfigsResponse({}));
|
|
5970
5985
|
}
|
|
5971
5986
|
/**
|
|
5972
|
-
*
|
|
5987
|
+
* Queries common configuration items for alerts.
|
|
5973
5988
|
*
|
|
5974
|
-
* @param request DescribeConfigsRequest
|
|
5975
|
-
* @
|
|
5989
|
+
* @param request - DescribeConfigsRequest
|
|
5990
|
+
* @returns DescribeConfigsResponse
|
|
5976
5991
|
*/
|
|
5977
5992
|
async describeConfigs(request) {
|
|
5978
5993
|
let runtime = new $Util.RuntimeOptions({});
|
|
5979
5994
|
return await this.describeConfigsWithOptions(request, runtime);
|
|
5980
5995
|
}
|
|
5981
5996
|
/**
|
|
5982
|
-
*
|
|
5997
|
+
* Queries the sensitive data detection results of data assets that Data Security Center (DSC) is authorized to access.
|
|
5983
5998
|
*
|
|
5984
|
-
* @param request DescribeDataAssetsRequest
|
|
5985
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
5986
|
-
* @
|
|
5999
|
+
* @param request - DescribeDataAssetsRequest
|
|
6000
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
6001
|
+
* @returns DescribeDataAssetsResponse
|
|
5987
6002
|
*/
|
|
5988
6003
|
async describeDataAssetsWithOptions(request, runtime) {
|
|
5989
6004
|
tea_util_1.default.validateModel(request);
|
|
@@ -6026,21 +6041,21 @@ class Client extends openapi_client_1.default {
|
|
|
6026
6041
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeDataAssetsResponse({}));
|
|
6027
6042
|
}
|
|
6028
6043
|
/**
|
|
6029
|
-
*
|
|
6044
|
+
* Queries the sensitive data detection results of data assets that Data Security Center (DSC) is authorized to access.
|
|
6030
6045
|
*
|
|
6031
|
-
* @param request DescribeDataAssetsRequest
|
|
6032
|
-
* @
|
|
6046
|
+
* @param request - DescribeDataAssetsRequest
|
|
6047
|
+
* @returns DescribeDataAssetsResponse
|
|
6033
6048
|
*/
|
|
6034
6049
|
async describeDataAssets(request) {
|
|
6035
6050
|
let runtime = new $Util.RuntimeOptions({});
|
|
6036
6051
|
return await this.describeDataAssetsWithOptions(request, runtime);
|
|
6037
6052
|
}
|
|
6038
6053
|
/**
|
|
6039
|
-
*
|
|
6054
|
+
* 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.
|
|
6040
6055
|
*
|
|
6041
|
-
* @param request DescribeDataLimitDetailRequest
|
|
6042
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
6043
|
-
* @
|
|
6056
|
+
* @param request - DescribeDataLimitDetailRequest
|
|
6057
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
6058
|
+
* @returns DescribeDataLimitDetailResponse
|
|
6044
6059
|
*/
|
|
6045
6060
|
async describeDataLimitDetailWithOptions(request, runtime) {
|
|
6046
6061
|
tea_util_1.default.validateModel(request);
|
|
@@ -6074,25 +6089,26 @@ class Client extends openapi_client_1.default {
|
|
|
6074
6089
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeDataLimitDetailResponse({}));
|
|
6075
6090
|
}
|
|
6076
6091
|
/**
|
|
6077
|
-
*
|
|
6092
|
+
* 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.
|
|
6078
6093
|
*
|
|
6079
|
-
* @param request DescribeDataLimitDetailRequest
|
|
6080
|
-
* @
|
|
6094
|
+
* @param request - DescribeDataLimitDetailRequest
|
|
6095
|
+
* @returns DescribeDataLimitDetailResponse
|
|
6081
6096
|
*/
|
|
6082
6097
|
async describeDataLimitDetail(request) {
|
|
6083
6098
|
let runtime = new $Util.RuntimeOptions({});
|
|
6084
6099
|
return await this.describeDataLimitDetailWithOptions(request, runtime);
|
|
6085
6100
|
}
|
|
6086
6101
|
/**
|
|
6087
|
-
*
|
|
6102
|
+
* 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.
|
|
6088
6103
|
*
|
|
6089
|
-
* @
|
|
6104
|
+
* @remarks
|
|
6105
|
+
* You can call this operation to query the data assets that are authorized to be scanned. This facilitates resource search and aggregation.
|
|
6090
6106
|
* # Limits
|
|
6091
6107
|
* 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.
|
|
6092
6108
|
*
|
|
6093
|
-
* @param request DescribeDataLimitSetRequest
|
|
6094
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
6095
|
-
* @
|
|
6109
|
+
* @param request - DescribeDataLimitSetRequest
|
|
6110
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
6111
|
+
* @returns DescribeDataLimitSetResponse
|
|
6096
6112
|
*/
|
|
6097
6113
|
async describeDataLimitSetWithOptions(request, runtime) {
|
|
6098
6114
|
tea_util_1.default.validateModel(request);
|
|
@@ -6126,25 +6142,26 @@ class Client extends openapi_client_1.default {
|
|
|
6126
6142
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeDataLimitSetResponse({}));
|
|
6127
6143
|
}
|
|
6128
6144
|
/**
|
|
6129
|
-
*
|
|
6145
|
+
* 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.
|
|
6130
6146
|
*
|
|
6131
|
-
* @
|
|
6147
|
+
* @remarks
|
|
6148
|
+
* You can call this operation to query the data assets that are authorized to be scanned. This facilitates resource search and aggregation.
|
|
6132
6149
|
* # Limits
|
|
6133
6150
|
* 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.
|
|
6134
6151
|
*
|
|
6135
|
-
* @param request DescribeDataLimitSetRequest
|
|
6136
|
-
* @
|
|
6152
|
+
* @param request - DescribeDataLimitSetRequest
|
|
6153
|
+
* @returns DescribeDataLimitSetResponse
|
|
6137
6154
|
*/
|
|
6138
6155
|
async describeDataLimitSet(request) {
|
|
6139
6156
|
let runtime = new $Util.RuntimeOptions({});
|
|
6140
6157
|
return await this.describeDataLimitSetWithOptions(request, runtime);
|
|
6141
6158
|
}
|
|
6142
6159
|
/**
|
|
6143
|
-
*
|
|
6160
|
+
* Queries the data assets such as instances, databases, or buckets that Data Security Center (DSC) is authorized to access.
|
|
6144
6161
|
*
|
|
6145
|
-
* @param request DescribeDataLimitsRequest
|
|
6146
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
6147
|
-
* @
|
|
6162
|
+
* @param request - DescribeDataLimitsRequest
|
|
6163
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
6164
|
+
* @returns DescribeDataLimitsResponse
|
|
6148
6165
|
*/
|
|
6149
6166
|
async describeDataLimitsWithOptions(request, runtime) {
|
|
6150
6167
|
tea_util_1.default.validateModel(request);
|
|
@@ -6211,25 +6228,26 @@ class Client extends openapi_client_1.default {
|
|
|
6211
6228
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeDataLimitsResponse({}));
|
|
6212
6229
|
}
|
|
6213
6230
|
/**
|
|
6214
|
-
*
|
|
6231
|
+
* Queries the data assets such as instances, databases, or buckets that Data Security Center (DSC) is authorized to access.
|
|
6215
6232
|
*
|
|
6216
|
-
* @param request DescribeDataLimitsRequest
|
|
6217
|
-
* @
|
|
6233
|
+
* @param request - DescribeDataLimitsRequest
|
|
6234
|
+
* @returns DescribeDataLimitsResponse
|
|
6218
6235
|
*/
|
|
6219
6236
|
async describeDataLimits(request) {
|
|
6220
6237
|
let runtime = new $Util.RuntimeOptions({});
|
|
6221
6238
|
return await this.describeDataLimitsWithOptions(request, runtime);
|
|
6222
6239
|
}
|
|
6223
6240
|
/**
|
|
6224
|
-
*
|
|
6241
|
+
* Queries the execution information about a de-identification task.
|
|
6225
6242
|
*
|
|
6226
|
-
* @
|
|
6243
|
+
* @remarks
|
|
6244
|
+
* You can call this operation to query the execution information of a static de-identification task, including the status and progress.
|
|
6227
6245
|
* # Limits
|
|
6228
6246
|
* 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.
|
|
6229
6247
|
*
|
|
6230
|
-
* @param request DescribeDataMaskingRunHistoryRequest
|
|
6231
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
6232
|
-
* @
|
|
6248
|
+
* @param request - DescribeDataMaskingRunHistoryRequest
|
|
6249
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
6250
|
+
* @returns DescribeDataMaskingRunHistoryResponse
|
|
6233
6251
|
*/
|
|
6234
6252
|
async describeDataMaskingRunHistoryWithOptions(request, runtime) {
|
|
6235
6253
|
tea_util_1.default.validateModel(request);
|
|
@@ -6284,29 +6302,31 @@ class Client extends openapi_client_1.default {
|
|
|
6284
6302
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeDataMaskingRunHistoryResponse({}));
|
|
6285
6303
|
}
|
|
6286
6304
|
/**
|
|
6287
|
-
*
|
|
6305
|
+
* Queries the execution information about a de-identification task.
|
|
6288
6306
|
*
|
|
6289
|
-
* @
|
|
6307
|
+
* @remarks
|
|
6308
|
+
* You can call this operation to query the execution information of a static de-identification task, including the status and progress.
|
|
6290
6309
|
* # Limits
|
|
6291
6310
|
* 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.
|
|
6292
6311
|
*
|
|
6293
|
-
* @param request DescribeDataMaskingRunHistoryRequest
|
|
6294
|
-
* @
|
|
6312
|
+
* @param request - DescribeDataMaskingRunHistoryRequest
|
|
6313
|
+
* @returns DescribeDataMaskingRunHistoryResponse
|
|
6295
6314
|
*/
|
|
6296
6315
|
async describeDataMaskingRunHistory(request) {
|
|
6297
6316
|
let runtime = new $Util.RuntimeOptions({});
|
|
6298
6317
|
return await this.describeDataMaskingRunHistoryWithOptions(request, runtime);
|
|
6299
6318
|
}
|
|
6300
6319
|
/**
|
|
6301
|
-
*
|
|
6320
|
+
* Queries de-identification tasks.
|
|
6302
6321
|
*
|
|
6303
|
-
* @
|
|
6322
|
+
* @remarks
|
|
6323
|
+
* You can call this operation to query static de-identification tasks. This facilitates task queries and management.
|
|
6304
6324
|
* # Limits
|
|
6305
6325
|
* 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.
|
|
6306
6326
|
*
|
|
6307
|
-
* @param request DescribeDataMaskingTasksRequest
|
|
6308
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
6309
|
-
* @
|
|
6327
|
+
* @param request - DescribeDataMaskingTasksRequest
|
|
6328
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
6329
|
+
* @returns DescribeDataMaskingTasksResponse
|
|
6310
6330
|
*/
|
|
6311
6331
|
async describeDataMaskingTasksWithOptions(request, runtime) {
|
|
6312
6332
|
tea_util_1.default.validateModel(request);
|
|
@@ -6349,25 +6369,26 @@ class Client extends openapi_client_1.default {
|
|
|
6349
6369
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeDataMaskingTasksResponse({}));
|
|
6350
6370
|
}
|
|
6351
6371
|
/**
|
|
6352
|
-
*
|
|
6372
|
+
* Queries de-identification tasks.
|
|
6353
6373
|
*
|
|
6354
|
-
* @
|
|
6374
|
+
* @remarks
|
|
6375
|
+
* You can call this operation to query static de-identification tasks. This facilitates task queries and management.
|
|
6355
6376
|
* # Limits
|
|
6356
6377
|
* 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.
|
|
6357
6378
|
*
|
|
6358
|
-
* @param request DescribeDataMaskingTasksRequest
|
|
6359
|
-
* @
|
|
6379
|
+
* @param request - DescribeDataMaskingTasksRequest
|
|
6380
|
+
* @returns DescribeDataMaskingTasksResponse
|
|
6360
6381
|
*/
|
|
6361
6382
|
async describeDataMaskingTasks(request) {
|
|
6362
6383
|
let runtime = new $Util.RuntimeOptions({});
|
|
6363
6384
|
return await this.describeDataMaskingTasksWithOptions(request, runtime);
|
|
6364
6385
|
}
|
|
6365
6386
|
/**
|
|
6366
|
-
*
|
|
6387
|
+
* 查看数据对象列详情
|
|
6367
6388
|
*
|
|
6368
|
-
* @param request DescribeDataObjectColumnDetailRequest
|
|
6369
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
6370
|
-
* @
|
|
6389
|
+
* @param request - DescribeDataObjectColumnDetailRequest
|
|
6390
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
6391
|
+
* @returns DescribeDataObjectColumnDetailResponse
|
|
6371
6392
|
*/
|
|
6372
6393
|
async describeDataObjectColumnDetailWithOptions(request, runtime) {
|
|
6373
6394
|
tea_util_1.default.validateModel(request);
|
|
@@ -6410,21 +6431,21 @@ class Client extends openapi_client_1.default {
|
|
|
6410
6431
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeDataObjectColumnDetailResponse({}));
|
|
6411
6432
|
}
|
|
6412
6433
|
/**
|
|
6413
|
-
*
|
|
6434
|
+
* 查看数据对象列详情
|
|
6414
6435
|
*
|
|
6415
|
-
* @param request DescribeDataObjectColumnDetailRequest
|
|
6416
|
-
* @
|
|
6436
|
+
* @param request - DescribeDataObjectColumnDetailRequest
|
|
6437
|
+
* @returns DescribeDataObjectColumnDetailResponse
|
|
6417
6438
|
*/
|
|
6418
6439
|
async describeDataObjectColumnDetail(request) {
|
|
6419
6440
|
let runtime = new $Util.RuntimeOptions({});
|
|
6420
6441
|
return await this.describeDataObjectColumnDetailWithOptions(request, runtime);
|
|
6421
6442
|
}
|
|
6422
6443
|
/**
|
|
6423
|
-
*
|
|
6444
|
+
* 查看数据对象列详情V2
|
|
6424
6445
|
*
|
|
6425
|
-
* @param request DescribeDataObjectColumnDetailV2Request
|
|
6426
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
6427
|
-
* @
|
|
6446
|
+
* @param request - DescribeDataObjectColumnDetailV2Request
|
|
6447
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
6448
|
+
* @returns DescribeDataObjectColumnDetailV2Response
|
|
6428
6449
|
*/
|
|
6429
6450
|
async describeDataObjectColumnDetailV2WithOptions(request, runtime) {
|
|
6430
6451
|
tea_util_1.default.validateModel(request);
|
|
@@ -6467,21 +6488,21 @@ class Client extends openapi_client_1.default {
|
|
|
6467
6488
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeDataObjectColumnDetailV2Response({}));
|
|
6468
6489
|
}
|
|
6469
6490
|
/**
|
|
6470
|
-
*
|
|
6491
|
+
* 查看数据对象列详情V2
|
|
6471
6492
|
*
|
|
6472
|
-
* @param request DescribeDataObjectColumnDetailV2Request
|
|
6473
|
-
* @
|
|
6493
|
+
* @param request - DescribeDataObjectColumnDetailV2Request
|
|
6494
|
+
* @returns DescribeDataObjectColumnDetailV2Response
|
|
6474
6495
|
*/
|
|
6475
6496
|
async describeDataObjectColumnDetailV2(request) {
|
|
6476
6497
|
let runtime = new $Util.RuntimeOptions({});
|
|
6477
6498
|
return await this.describeDataObjectColumnDetailV2WithOptions(request, runtime);
|
|
6478
6499
|
}
|
|
6479
6500
|
/**
|
|
6480
|
-
*
|
|
6501
|
+
* 分页查询数据目录对象
|
|
6481
6502
|
*
|
|
6482
|
-
* @param request DescribeDataObjectsRequest
|
|
6483
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
6484
|
-
* @
|
|
6503
|
+
* @param request - DescribeDataObjectsRequest
|
|
6504
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
6505
|
+
* @returns DescribeDataObjectsResponse
|
|
6485
6506
|
*/
|
|
6486
6507
|
async describeDataObjectsWithOptions(request, runtime) {
|
|
6487
6508
|
tea_util_1.default.validateModel(request);
|
|
@@ -6554,19 +6575,19 @@ class Client extends openapi_client_1.default {
|
|
|
6554
6575
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeDataObjectsResponse({}));
|
|
6555
6576
|
}
|
|
6556
6577
|
/**
|
|
6557
|
-
*
|
|
6578
|
+
* 分页查询数据目录对象
|
|
6558
6579
|
*
|
|
6559
|
-
* @param request DescribeDataObjectsRequest
|
|
6560
|
-
* @
|
|
6580
|
+
* @param request - DescribeDataObjectsRequest
|
|
6581
|
+
* @returns DescribeDataObjectsResponse
|
|
6561
6582
|
*/
|
|
6562
6583
|
async describeDataObjects(request) {
|
|
6563
6584
|
let runtime = new $Util.RuntimeOptions({});
|
|
6564
6585
|
return await this.describeDataObjectsWithOptions(request, runtime);
|
|
6565
6586
|
}
|
|
6566
6587
|
/**
|
|
6567
|
-
* @param request DescribeDocTypesRequest
|
|
6568
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
6569
|
-
* @
|
|
6588
|
+
* @param request - DescribeDocTypesRequest
|
|
6589
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
6590
|
+
* @returns DescribeDocTypesResponse
|
|
6570
6591
|
*/
|
|
6571
6592
|
async describeDocTypesWithOptions(request, runtime) {
|
|
6572
6593
|
tea_util_1.default.validateModel(request);
|
|
@@ -6591,19 +6612,19 @@ class Client extends openapi_client_1.default {
|
|
|
6591
6612
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeDocTypesResponse({}));
|
|
6592
6613
|
}
|
|
6593
6614
|
/**
|
|
6594
|
-
* @param request DescribeDocTypesRequest
|
|
6595
|
-
* @
|
|
6615
|
+
* @param request - DescribeDocTypesRequest
|
|
6616
|
+
* @returns DescribeDocTypesResponse
|
|
6596
6617
|
*/
|
|
6597
6618
|
async describeDocTypes(request) {
|
|
6598
6619
|
let runtime = new $Util.RuntimeOptions({});
|
|
6599
6620
|
return await this.describeDocTypesWithOptions(request, runtime);
|
|
6600
6621
|
}
|
|
6601
6622
|
/**
|
|
6602
|
-
*
|
|
6623
|
+
* 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.
|
|
6603
6624
|
*
|
|
6604
|
-
* @param request DescribeEventDetailRequest
|
|
6605
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
6606
|
-
* @
|
|
6625
|
+
* @param request - DescribeEventDetailRequest
|
|
6626
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
6627
|
+
* @returns DescribeEventDetailResponse
|
|
6607
6628
|
*/
|
|
6608
6629
|
async describeEventDetailWithOptions(request, runtime) {
|
|
6609
6630
|
tea_util_1.default.validateModel(request);
|
|
@@ -6631,21 +6652,21 @@ class Client extends openapi_client_1.default {
|
|
|
6631
6652
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeEventDetailResponse({}));
|
|
6632
6653
|
}
|
|
6633
6654
|
/**
|
|
6634
|
-
*
|
|
6655
|
+
* 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.
|
|
6635
6656
|
*
|
|
6636
|
-
* @param request DescribeEventDetailRequest
|
|
6637
|
-
* @
|
|
6657
|
+
* @param request - DescribeEventDetailRequest
|
|
6658
|
+
* @returns DescribeEventDetailResponse
|
|
6638
6659
|
*/
|
|
6639
6660
|
async describeEventDetail(request) {
|
|
6640
6661
|
let runtime = new $Util.RuntimeOptions({});
|
|
6641
6662
|
return await this.describeEventDetailWithOptions(request, runtime);
|
|
6642
6663
|
}
|
|
6643
6664
|
/**
|
|
6644
|
-
*
|
|
6665
|
+
* Queries the types of anomalous events.
|
|
6645
6666
|
*
|
|
6646
|
-
* @param request DescribeEventTypesRequest
|
|
6647
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
6648
|
-
* @
|
|
6667
|
+
* @param request - DescribeEventTypesRequest
|
|
6668
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
6669
|
+
* @returns DescribeEventTypesResponse
|
|
6649
6670
|
*/
|
|
6650
6671
|
async describeEventTypesWithOptions(request, runtime) {
|
|
6651
6672
|
tea_util_1.default.validateModel(request);
|
|
@@ -6682,25 +6703,26 @@ class Client extends openapi_client_1.default {
|
|
|
6682
6703
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeEventTypesResponse({}));
|
|
6683
6704
|
}
|
|
6684
6705
|
/**
|
|
6685
|
-
*
|
|
6706
|
+
* Queries the types of anomalous events.
|
|
6686
6707
|
*
|
|
6687
|
-
* @param request DescribeEventTypesRequest
|
|
6688
|
-
* @
|
|
6708
|
+
* @param request - DescribeEventTypesRequest
|
|
6709
|
+
* @returns DescribeEventTypesResponse
|
|
6689
6710
|
*/
|
|
6690
6711
|
async describeEventTypes(request) {
|
|
6691
6712
|
let runtime = new $Util.RuntimeOptions({});
|
|
6692
6713
|
return await this.describeEventTypesWithOptions(request, runtime);
|
|
6693
6714
|
}
|
|
6694
6715
|
/**
|
|
6695
|
-
*
|
|
6716
|
+
* Queries anomalous events.
|
|
6696
6717
|
*
|
|
6697
|
-
* @
|
|
6718
|
+
* @remarks
|
|
6719
|
+
* You can call this operation to query anomalous events that may involve data leaks. This helps you search for and handle anomalous events.
|
|
6698
6720
|
* # Limits
|
|
6699
6721
|
* 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.
|
|
6700
6722
|
*
|
|
6701
|
-
* @param request DescribeEventsRequest
|
|
6702
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
6703
|
-
* @
|
|
6723
|
+
* @param request - DescribeEventsRequest
|
|
6724
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
6725
|
+
* @returns DescribeEventsResponse
|
|
6704
6726
|
*/
|
|
6705
6727
|
async describeEventsWithOptions(request, runtime) {
|
|
6706
6728
|
tea_util_1.default.validateModel(request);
|
|
@@ -6770,30 +6792,32 @@ class Client extends openapi_client_1.default {
|
|
|
6770
6792
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeEventsResponse({}));
|
|
6771
6793
|
}
|
|
6772
6794
|
/**
|
|
6773
|
-
*
|
|
6795
|
+
* Queries anomalous events.
|
|
6774
6796
|
*
|
|
6775
|
-
* @
|
|
6797
|
+
* @remarks
|
|
6798
|
+
* You can call this operation to query anomalous events that may involve data leaks. This helps you search for and handle anomalous events.
|
|
6776
6799
|
* # Limits
|
|
6777
6800
|
* 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.
|
|
6778
6801
|
*
|
|
6779
|
-
* @param request DescribeEventsRequest
|
|
6780
|
-
* @
|
|
6802
|
+
* @param request - DescribeEventsRequest
|
|
6803
|
+
* @returns DescribeEventsResponse
|
|
6781
6804
|
*/
|
|
6782
6805
|
async describeEvents(request) {
|
|
6783
6806
|
let runtime = new $Util.RuntimeOptions({});
|
|
6784
6807
|
return await this.describeEventsWithOptions(request, runtime);
|
|
6785
6808
|
}
|
|
6786
6809
|
/**
|
|
6787
|
-
*
|
|
6810
|
+
* Queries a list of data assets.
|
|
6788
6811
|
*
|
|
6789
|
-
* @
|
|
6812
|
+
* @remarks
|
|
6813
|
+
* You can query a list of unauthorized or authorized data assets based on the value of AuthStatus.
|
|
6790
6814
|
* This operation is no longer used for the KMS console of the new version.
|
|
6791
6815
|
* # [](#qps-)QPS limits
|
|
6792
6816
|
* 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.
|
|
6793
6817
|
*
|
|
6794
|
-
* @param request DescribeInstanceSourcesRequest
|
|
6795
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
6796
|
-
* @
|
|
6818
|
+
* @param request - DescribeInstanceSourcesRequest
|
|
6819
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
6820
|
+
* @returns DescribeInstanceSourcesResponse
|
|
6797
6821
|
*/
|
|
6798
6822
|
async describeInstanceSourcesWithOptions(request, runtime) {
|
|
6799
6823
|
tea_util_1.default.validateModel(request);
|
|
@@ -6854,30 +6878,32 @@ class Client extends openapi_client_1.default {
|
|
|
6854
6878
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeInstanceSourcesResponse({}));
|
|
6855
6879
|
}
|
|
6856
6880
|
/**
|
|
6857
|
-
*
|
|
6881
|
+
* Queries a list of data assets.
|
|
6858
6882
|
*
|
|
6859
|
-
* @
|
|
6883
|
+
* @remarks
|
|
6884
|
+
* You can query a list of unauthorized or authorized data assets based on the value of AuthStatus.
|
|
6860
6885
|
* This operation is no longer used for the KMS console of the new version.
|
|
6861
6886
|
* # [](#qps-)QPS limits
|
|
6862
6887
|
* 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.
|
|
6863
6888
|
*
|
|
6864
|
-
* @param request DescribeInstanceSourcesRequest
|
|
6865
|
-
* @
|
|
6889
|
+
* @param request - DescribeInstanceSourcesRequest
|
|
6890
|
+
* @returns DescribeInstanceSourcesResponse
|
|
6866
6891
|
*/
|
|
6867
6892
|
async describeInstanceSources(request) {
|
|
6868
6893
|
let runtime = new $Util.RuntimeOptions({});
|
|
6869
6894
|
return await this.describeInstanceSourcesWithOptions(request, runtime);
|
|
6870
6895
|
}
|
|
6871
6896
|
/**
|
|
6872
|
-
*
|
|
6897
|
+
* Queries data assets such as MaxCompute, ApsaraDB RDS, and Object Storage Service (OSS) that you authorize Data Security Center (DSC) to access.
|
|
6873
6898
|
*
|
|
6874
|
-
* @
|
|
6899
|
+
* @remarks
|
|
6900
|
+
* When you call the DescribeInstances operation, you can specify parameters such as Name and RiskLevelId to query data assets that meet filter conditions.
|
|
6875
6901
|
* # Limits
|
|
6876
6902
|
* 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.
|
|
6877
6903
|
*
|
|
6878
|
-
* @param request DescribeInstancesRequest
|
|
6879
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
6880
|
-
* @
|
|
6904
|
+
* @param request - DescribeInstancesRequest
|
|
6905
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
6906
|
+
* @returns DescribeInstancesResponse
|
|
6881
6907
|
*/
|
|
6882
6908
|
async describeInstancesWithOptions(request, runtime) {
|
|
6883
6909
|
tea_util_1.default.validateModel(request);
|
|
@@ -6929,31 +6955,33 @@ class Client extends openapi_client_1.default {
|
|
|
6929
6955
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeInstancesResponse({}));
|
|
6930
6956
|
}
|
|
6931
6957
|
/**
|
|
6932
|
-
*
|
|
6958
|
+
* Queries data assets such as MaxCompute, ApsaraDB RDS, and Object Storage Service (OSS) that you authorize Data Security Center (DSC) to access.
|
|
6933
6959
|
*
|
|
6934
|
-
* @
|
|
6960
|
+
* @remarks
|
|
6961
|
+
* When you call the DescribeInstances operation, you can specify parameters such as Name and RiskLevelId to query data assets that meet filter conditions.
|
|
6935
6962
|
* # Limits
|
|
6936
6963
|
* 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.
|
|
6937
6964
|
*
|
|
6938
|
-
* @param request DescribeInstancesRequest
|
|
6939
|
-
* @
|
|
6965
|
+
* @param request - DescribeInstancesRequest
|
|
6966
|
+
* @returns DescribeInstancesResponse
|
|
6940
6967
|
*/
|
|
6941
6968
|
async describeInstances(request) {
|
|
6942
6969
|
let runtime = new $Util.RuntimeOptions({});
|
|
6943
6970
|
return await this.describeInstancesWithOptions(request, runtime);
|
|
6944
6971
|
}
|
|
6945
6972
|
/**
|
|
6946
|
-
*
|
|
6973
|
+
* Queries the details of an Object Storage Service (OSS) object that Data Security Center (DSC) is authorized to access.
|
|
6947
6974
|
*
|
|
6948
|
-
* @
|
|
6975
|
+
* @remarks
|
|
6976
|
+
* 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.
|
|
6949
6977
|
* ## [](#)Precautions
|
|
6950
6978
|
* The DescribeOssObjectDetail operation is chagned to DescribeOssObjectDetailV2. We recommend that you call the DescribeOssObjectDetailV2 operation when you develop your applications.
|
|
6951
6979
|
* ## [](#qps)Limits
|
|
6952
6980
|
* 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.
|
|
6953
6981
|
*
|
|
6954
|
-
* @param request DescribeOssObjectDetailRequest
|
|
6955
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
6956
|
-
* @
|
|
6982
|
+
* @param request - DescribeOssObjectDetailRequest
|
|
6983
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
6984
|
+
* @returns DescribeOssObjectDetailResponse
|
|
6957
6985
|
*/
|
|
6958
6986
|
async describeOssObjectDetailWithOptions(request, runtime) {
|
|
6959
6987
|
tea_util_1.default.validateModel(request);
|
|
@@ -6981,27 +7009,28 @@ class Client extends openapi_client_1.default {
|
|
|
6981
7009
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeOssObjectDetailResponse({}));
|
|
6982
7010
|
}
|
|
6983
7011
|
/**
|
|
6984
|
-
*
|
|
7012
|
+
* Queries the details of an Object Storage Service (OSS) object that Data Security Center (DSC) is authorized to access.
|
|
6985
7013
|
*
|
|
6986
|
-
* @
|
|
7014
|
+
* @remarks
|
|
7015
|
+
* 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.
|
|
6987
7016
|
* ## [](#)Precautions
|
|
6988
7017
|
* The DescribeOssObjectDetail operation is chagned to DescribeOssObjectDetailV2. We recommend that you call the DescribeOssObjectDetailV2 operation when you develop your applications.
|
|
6989
7018
|
* ## [](#qps)Limits
|
|
6990
7019
|
* 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.
|
|
6991
7020
|
*
|
|
6992
|
-
* @param request DescribeOssObjectDetailRequest
|
|
6993
|
-
* @
|
|
7021
|
+
* @param request - DescribeOssObjectDetailRequest
|
|
7022
|
+
* @returns DescribeOssObjectDetailResponse
|
|
6994
7023
|
*/
|
|
6995
7024
|
async describeOssObjectDetail(request) {
|
|
6996
7025
|
let runtime = new $Util.RuntimeOptions({});
|
|
6997
7026
|
return await this.describeOssObjectDetailWithOptions(request, runtime);
|
|
6998
7027
|
}
|
|
6999
7028
|
/**
|
|
7000
|
-
*
|
|
7029
|
+
* 调用本接口查询数据安全中心连接授权的OSS的单个存储对象的详细信息
|
|
7001
7030
|
*
|
|
7002
|
-
* @param request DescribeOssObjectDetailV2Request
|
|
7003
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
7004
|
-
* @
|
|
7031
|
+
* @param request - DescribeOssObjectDetailV2Request
|
|
7032
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
7033
|
+
* @returns DescribeOssObjectDetailV2Response
|
|
7005
7034
|
*/
|
|
7006
7035
|
async describeOssObjectDetailV2WithOptions(request, runtime) {
|
|
7007
7036
|
tea_util_1.default.validateModel(request);
|
|
@@ -7029,21 +7058,21 @@ class Client extends openapi_client_1.default {
|
|
|
7029
7058
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeOssObjectDetailV2Response({}));
|
|
7030
7059
|
}
|
|
7031
7060
|
/**
|
|
7032
|
-
*
|
|
7061
|
+
* 调用本接口查询数据安全中心连接授权的OSS的单个存储对象的详细信息
|
|
7033
7062
|
*
|
|
7034
|
-
* @param request DescribeOssObjectDetailV2Request
|
|
7035
|
-
* @
|
|
7063
|
+
* @param request - DescribeOssObjectDetailV2Request
|
|
7064
|
+
* @returns DescribeOssObjectDetailV2Response
|
|
7036
7065
|
*/
|
|
7037
7066
|
async describeOssObjectDetailV2(request) {
|
|
7038
7067
|
let runtime = new $Util.RuntimeOptions({});
|
|
7039
7068
|
return await this.describeOssObjectDetailV2WithOptions(request, runtime);
|
|
7040
7069
|
}
|
|
7041
7070
|
/**
|
|
7042
|
-
*
|
|
7071
|
+
* Queries Object Storage Service (OSS) objects that you authorize Data Security Center (DSC) to access.
|
|
7043
7072
|
*
|
|
7044
|
-
* @param request DescribeOssObjectsRequest
|
|
7045
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
7046
|
-
* @
|
|
7073
|
+
* @param request - DescribeOssObjectsRequest
|
|
7074
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
7075
|
+
* @returns DescribeOssObjectsResponse
|
|
7047
7076
|
*/
|
|
7048
7077
|
async describeOssObjectsWithOptions(request, runtime) {
|
|
7049
7078
|
tea_util_1.default.validateModel(request);
|
|
@@ -7101,25 +7130,26 @@ class Client extends openapi_client_1.default {
|
|
|
7101
7130
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeOssObjectsResponse({}));
|
|
7102
7131
|
}
|
|
7103
7132
|
/**
|
|
7104
|
-
*
|
|
7133
|
+
* Queries Object Storage Service (OSS) objects that you authorize Data Security Center (DSC) to access.
|
|
7105
7134
|
*
|
|
7106
|
-
* @param request DescribeOssObjectsRequest
|
|
7107
|
-
* @
|
|
7135
|
+
* @param request - DescribeOssObjectsRequest
|
|
7136
|
+
* @returns DescribeOssObjectsResponse
|
|
7108
7137
|
*/
|
|
7109
7138
|
async describeOssObjects(request) {
|
|
7110
7139
|
let runtime = new $Util.RuntimeOptions({});
|
|
7111
7140
|
return await this.describeOssObjectsWithOptions(request, runtime);
|
|
7112
7141
|
}
|
|
7113
7142
|
/**
|
|
7114
|
-
*
|
|
7143
|
+
* 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.
|
|
7115
7144
|
*
|
|
7116
|
-
* @
|
|
7145
|
+
* @remarks
|
|
7146
|
+
* 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.
|
|
7117
7147
|
* # Limits
|
|
7118
7148
|
* 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.
|
|
7119
7149
|
*
|
|
7120
|
-
* @param request DescribePackagesRequest
|
|
7121
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
7122
|
-
* @
|
|
7150
|
+
* @param request - DescribePackagesRequest
|
|
7151
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
7152
|
+
* @returns DescribePackagesResponse
|
|
7123
7153
|
*/
|
|
7124
7154
|
async describePackagesWithOptions(request, runtime) {
|
|
7125
7155
|
tea_util_1.default.validateModel(request);
|
|
@@ -7165,25 +7195,26 @@ class Client extends openapi_client_1.default {
|
|
|
7165
7195
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribePackagesResponse({}));
|
|
7166
7196
|
}
|
|
7167
7197
|
/**
|
|
7168
|
-
*
|
|
7198
|
+
* 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.
|
|
7169
7199
|
*
|
|
7170
|
-
* @
|
|
7200
|
+
* @remarks
|
|
7201
|
+
* 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.
|
|
7171
7202
|
* # Limits
|
|
7172
7203
|
* 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.
|
|
7173
7204
|
*
|
|
7174
|
-
* @param request DescribePackagesRequest
|
|
7175
|
-
* @
|
|
7205
|
+
* @param request - DescribePackagesRequest
|
|
7206
|
+
* @returns DescribePackagesResponse
|
|
7176
7207
|
*/
|
|
7177
7208
|
async describePackages(request) {
|
|
7178
7209
|
let runtime = new $Util.RuntimeOptions({});
|
|
7179
7210
|
return await this.describePackagesWithOptions(request, runtime);
|
|
7180
7211
|
}
|
|
7181
7212
|
/**
|
|
7182
|
-
*
|
|
7213
|
+
* 获取一级授权列表
|
|
7183
7214
|
*
|
|
7184
|
-
* @param request DescribeParentInstanceRequest
|
|
7185
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
7186
|
-
* @
|
|
7215
|
+
* @param request - DescribeParentInstanceRequest
|
|
7216
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
7217
|
+
* @returns DescribeParentInstanceResponse
|
|
7187
7218
|
*/
|
|
7188
7219
|
async describeParentInstanceWithOptions(request, runtime) {
|
|
7189
7220
|
tea_util_1.default.validateModel(request);
|
|
@@ -7241,25 +7272,26 @@ class Client extends openapi_client_1.default {
|
|
|
7241
7272
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeParentInstanceResponse({}));
|
|
7242
7273
|
}
|
|
7243
7274
|
/**
|
|
7244
|
-
*
|
|
7275
|
+
* 获取一级授权列表
|
|
7245
7276
|
*
|
|
7246
|
-
* @param request DescribeParentInstanceRequest
|
|
7247
|
-
* @
|
|
7277
|
+
* @param request - DescribeParentInstanceRequest
|
|
7278
|
+
* @returns DescribeParentInstanceResponse
|
|
7248
7279
|
*/
|
|
7249
7280
|
async describeParentInstance(request) {
|
|
7250
7281
|
let runtime = new $Util.RuntimeOptions({});
|
|
7251
7282
|
return await this.describeParentInstanceWithOptions(request, runtime);
|
|
7252
7283
|
}
|
|
7253
7284
|
/**
|
|
7254
|
-
*
|
|
7285
|
+
* Queries the sensitivity levels that are defined in a rule template provided by Data Security Center (DSC).
|
|
7255
7286
|
*
|
|
7256
|
-
* @
|
|
7287
|
+
* @remarks
|
|
7288
|
+
* 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.
|
|
7257
7289
|
* # Limits
|
|
7258
7290
|
* 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.
|
|
7259
7291
|
*
|
|
7260
|
-
* @param request DescribeRiskLevelsRequest
|
|
7261
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
7262
|
-
* @
|
|
7292
|
+
* @param request - DescribeRiskLevelsRequest
|
|
7293
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
7294
|
+
* @returns DescribeRiskLevelsResponse
|
|
7263
7295
|
*/
|
|
7264
7296
|
async describeRiskLevelsWithOptions(request, runtime) {
|
|
7265
7297
|
tea_util_1.default.validateModel(request);
|
|
@@ -7290,25 +7322,26 @@ class Client extends openapi_client_1.default {
|
|
|
7290
7322
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeRiskLevelsResponse({}));
|
|
7291
7323
|
}
|
|
7292
7324
|
/**
|
|
7293
|
-
*
|
|
7325
|
+
* Queries the sensitivity levels that are defined in a rule template provided by Data Security Center (DSC).
|
|
7294
7326
|
*
|
|
7295
|
-
* @
|
|
7327
|
+
* @remarks
|
|
7328
|
+
* 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.
|
|
7296
7329
|
* # Limits
|
|
7297
7330
|
* 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.
|
|
7298
7331
|
*
|
|
7299
|
-
* @param request DescribeRiskLevelsRequest
|
|
7300
|
-
* @
|
|
7332
|
+
* @param request - DescribeRiskLevelsRequest
|
|
7333
|
+
* @returns DescribeRiskLevelsResponse
|
|
7301
7334
|
*/
|
|
7302
7335
|
async describeRiskLevels(request) {
|
|
7303
7336
|
let runtime = new $Util.RuntimeOptions({});
|
|
7304
7337
|
return await this.describeRiskLevelsWithOptions(request, runtime);
|
|
7305
7338
|
}
|
|
7306
7339
|
/**
|
|
7307
|
-
*
|
|
7340
|
+
* Queries sensitive data detection rules.
|
|
7308
7341
|
*
|
|
7309
|
-
* @param request DescribeRulesRequest
|
|
7310
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
7311
|
-
* @
|
|
7342
|
+
* @param request - DescribeRulesRequest
|
|
7343
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
7344
|
+
* @returns DescribeRulesResponse
|
|
7312
7345
|
*/
|
|
7313
7346
|
async describeRulesWithOptions(request, runtime) {
|
|
7314
7347
|
tea_util_1.default.validateModel(request);
|
|
@@ -7384,25 +7417,26 @@ class Client extends openapi_client_1.default {
|
|
|
7384
7417
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeRulesResponse({}));
|
|
7385
7418
|
}
|
|
7386
7419
|
/**
|
|
7387
|
-
*
|
|
7420
|
+
* Queries sensitive data detection rules.
|
|
7388
7421
|
*
|
|
7389
|
-
* @param request DescribeRulesRequest
|
|
7390
|
-
* @
|
|
7422
|
+
* @param request - DescribeRulesRequest
|
|
7423
|
+
* @returns DescribeRulesResponse
|
|
7391
7424
|
*/
|
|
7392
7425
|
async describeRules(request) {
|
|
7393
7426
|
let runtime = new $Util.RuntimeOptions({});
|
|
7394
7427
|
return await this.describeRulesWithOptions(request, runtime);
|
|
7395
7428
|
}
|
|
7396
7429
|
/**
|
|
7397
|
-
*
|
|
7430
|
+
* Queries tables in data assets, such as MaxCompute projects and ApsaraDB RDS instances, that you authorize Data Security Center (DSC) to access.
|
|
7398
7431
|
*
|
|
7399
|
-
* @
|
|
7432
|
+
* @remarks
|
|
7433
|
+
* When you call the DescribeTables operation to query tables, you can specify parameters such as Name and RiskLevelId to filter tables.
|
|
7400
7434
|
* # Limits
|
|
7401
7435
|
* 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.
|
|
7402
7436
|
*
|
|
7403
|
-
* @param request DescribeTablesRequest
|
|
7404
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
7405
|
-
* @
|
|
7437
|
+
* @param request - DescribeTablesRequest
|
|
7438
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
7439
|
+
* @returns DescribeTablesResponse
|
|
7406
7440
|
*/
|
|
7407
7441
|
async describeTablesWithOptions(request, runtime) {
|
|
7408
7442
|
tea_util_1.default.validateModel(request);
|
|
@@ -7460,23 +7494,24 @@ class Client extends openapi_client_1.default {
|
|
|
7460
7494
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeTablesResponse({}));
|
|
7461
7495
|
}
|
|
7462
7496
|
/**
|
|
7463
|
-
*
|
|
7497
|
+
* Queries tables in data assets, such as MaxCompute projects and ApsaraDB RDS instances, that you authorize Data Security Center (DSC) to access.
|
|
7464
7498
|
*
|
|
7465
|
-
* @
|
|
7499
|
+
* @remarks
|
|
7500
|
+
* When you call the DescribeTables operation to query tables, you can specify parameters such as Name and RiskLevelId to filter tables.
|
|
7466
7501
|
* # Limits
|
|
7467
7502
|
* 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.
|
|
7468
7503
|
*
|
|
7469
|
-
* @param request DescribeTablesRequest
|
|
7470
|
-
* @
|
|
7504
|
+
* @param request - DescribeTablesRequest
|
|
7505
|
+
* @returns DescribeTablesResponse
|
|
7471
7506
|
*/
|
|
7472
7507
|
async describeTables(request) {
|
|
7473
7508
|
let runtime = new $Util.RuntimeOptions({});
|
|
7474
7509
|
return await this.describeTablesWithOptions(request, runtime);
|
|
7475
7510
|
}
|
|
7476
7511
|
/**
|
|
7477
|
-
* @param request DescribeTemplateAllRulesRequest
|
|
7478
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
7479
|
-
* @
|
|
7512
|
+
* @param request - DescribeTemplateAllRulesRequest
|
|
7513
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
7514
|
+
* @returns DescribeTemplateAllRulesResponse
|
|
7480
7515
|
*/
|
|
7481
7516
|
async describeTemplateAllRulesWithOptions(request, runtime) {
|
|
7482
7517
|
tea_util_1.default.validateModel(request);
|
|
@@ -7507,23 +7542,24 @@ class Client extends openapi_client_1.default {
|
|
|
7507
7542
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeTemplateAllRulesResponse({}));
|
|
7508
7543
|
}
|
|
7509
7544
|
/**
|
|
7510
|
-
* @param request DescribeTemplateAllRulesRequest
|
|
7511
|
-
* @
|
|
7545
|
+
* @param request - DescribeTemplateAllRulesRequest
|
|
7546
|
+
* @returns DescribeTemplateAllRulesResponse
|
|
7512
7547
|
*/
|
|
7513
7548
|
async describeTemplateAllRules(request) {
|
|
7514
7549
|
let runtime = new $Util.RuntimeOptions({});
|
|
7515
7550
|
return await this.describeTemplateAllRulesWithOptions(request, runtime);
|
|
7516
7551
|
}
|
|
7517
7552
|
/**
|
|
7518
|
-
*
|
|
7553
|
+
* Queries the information about an account.
|
|
7519
7554
|
*
|
|
7520
|
-
* @
|
|
7555
|
+
* @remarks
|
|
7556
|
+
* 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).
|
|
7521
7557
|
* # Limits
|
|
7522
7558
|
* 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.
|
|
7523
7559
|
*
|
|
7524
|
-
* @param request DescribeUserStatusRequest
|
|
7525
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
7526
|
-
* @
|
|
7560
|
+
* @param request - DescribeUserStatusRequest
|
|
7561
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
7562
|
+
* @returns DescribeUserStatusResponse
|
|
7527
7563
|
*/
|
|
7528
7564
|
async describeUserStatusWithOptions(request, runtime) {
|
|
7529
7565
|
tea_util_1.default.validateModel(request);
|
|
@@ -7551,29 +7587,31 @@ class Client extends openapi_client_1.default {
|
|
|
7551
7587
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeUserStatusResponse({}));
|
|
7552
7588
|
}
|
|
7553
7589
|
/**
|
|
7554
|
-
*
|
|
7590
|
+
* Queries the information about an account.
|
|
7555
7591
|
*
|
|
7556
|
-
* @
|
|
7592
|
+
* @remarks
|
|
7593
|
+
* 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).
|
|
7557
7594
|
* # Limits
|
|
7558
7595
|
* 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.
|
|
7559
7596
|
*
|
|
7560
|
-
* @param request DescribeUserStatusRequest
|
|
7561
|
-
* @
|
|
7597
|
+
* @param request - DescribeUserStatusRequest
|
|
7598
|
+
* @returns DescribeUserStatusResponse
|
|
7562
7599
|
*/
|
|
7563
7600
|
async describeUserStatus(request) {
|
|
7564
7601
|
let runtime = new $Util.RuntimeOptions({});
|
|
7565
7602
|
return await this.describeUserStatusWithOptions(request, runtime);
|
|
7566
7603
|
}
|
|
7567
7604
|
/**
|
|
7568
|
-
*
|
|
7605
|
+
* 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.
|
|
7569
7606
|
*
|
|
7570
|
-
* @
|
|
7607
|
+
* @remarks
|
|
7608
|
+
* 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.
|
|
7571
7609
|
* # Limits
|
|
7572
7610
|
* 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.
|
|
7573
7611
|
*
|
|
7574
|
-
* @param request DisableUserConfigRequest
|
|
7575
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
7576
|
-
* @
|
|
7612
|
+
* @param request - DisableUserConfigRequest
|
|
7613
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
7614
|
+
* @returns DisableUserConfigResponse
|
|
7577
7615
|
*/
|
|
7578
7616
|
async disableUserConfigWithOptions(request, runtime) {
|
|
7579
7617
|
tea_util_1.default.validateModel(request);
|
|
@@ -7604,25 +7642,26 @@ class Client extends openapi_client_1.default {
|
|
|
7604
7642
|
return $tea.cast(await this.callApi(params, req, runtime), new DisableUserConfigResponse({}));
|
|
7605
7643
|
}
|
|
7606
7644
|
/**
|
|
7607
|
-
*
|
|
7645
|
+
* 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.
|
|
7608
7646
|
*
|
|
7609
|
-
* @
|
|
7647
|
+
* @remarks
|
|
7648
|
+
* 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.
|
|
7610
7649
|
* # Limits
|
|
7611
7650
|
* 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.
|
|
7612
7651
|
*
|
|
7613
|
-
* @param request DisableUserConfigRequest
|
|
7614
|
-
* @
|
|
7652
|
+
* @param request - DisableUserConfigRequest
|
|
7653
|
+
* @returns DisableUserConfigResponse
|
|
7615
7654
|
*/
|
|
7616
7655
|
async disableUserConfig(request) {
|
|
7617
7656
|
let runtime = new $Util.RuntimeOptions({});
|
|
7618
7657
|
return await this.disableUserConfigWithOptions(request, runtime);
|
|
7619
7658
|
}
|
|
7620
7659
|
/**
|
|
7621
|
-
*
|
|
7660
|
+
* Dynamically de-identifies sensitive data.
|
|
7622
7661
|
*
|
|
7623
|
-
* @param request ExecDatamaskRequest
|
|
7624
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
7625
|
-
* @
|
|
7662
|
+
* @param request - ExecDatamaskRequest
|
|
7663
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
7664
|
+
* @returns ExecDatamaskResponse
|
|
7626
7665
|
*/
|
|
7627
7666
|
async execDatamaskWithOptions(request, runtime) {
|
|
7628
7667
|
tea_util_1.default.validateModel(request);
|
|
@@ -7656,21 +7695,21 @@ class Client extends openapi_client_1.default {
|
|
|
7656
7695
|
return $tea.cast(await this.callApi(params, req, runtime), new ExecDatamaskResponse({}));
|
|
7657
7696
|
}
|
|
7658
7697
|
/**
|
|
7659
|
-
*
|
|
7698
|
+
* Dynamically de-identifies sensitive data.
|
|
7660
7699
|
*
|
|
7661
|
-
* @param request ExecDatamaskRequest
|
|
7662
|
-
* @
|
|
7700
|
+
* @param request - ExecDatamaskRequest
|
|
7701
|
+
* @returns ExecDatamaskResponse
|
|
7663
7702
|
*/
|
|
7664
7703
|
async execDatamask(request) {
|
|
7665
7704
|
let runtime = new $Util.RuntimeOptions({});
|
|
7666
7705
|
return await this.execDatamaskWithOptions(request, runtime);
|
|
7667
7706
|
}
|
|
7668
7707
|
/**
|
|
7669
|
-
*
|
|
7708
|
+
* Triggers a de-identification task.
|
|
7670
7709
|
*
|
|
7671
|
-
* @param request ManualTriggerMaskingProcessRequest
|
|
7672
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
7673
|
-
* @
|
|
7710
|
+
* @param request - ManualTriggerMaskingProcessRequest
|
|
7711
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
7712
|
+
* @returns ManualTriggerMaskingProcessResponse
|
|
7674
7713
|
*/
|
|
7675
7714
|
async manualTriggerMaskingProcessWithOptions(request, runtime) {
|
|
7676
7715
|
tea_util_1.default.validateModel(request);
|
|
@@ -7698,21 +7737,21 @@ class Client extends openapi_client_1.default {
|
|
|
7698
7737
|
return $tea.cast(await this.callApi(params, req, runtime), new ManualTriggerMaskingProcessResponse({}));
|
|
7699
7738
|
}
|
|
7700
7739
|
/**
|
|
7701
|
-
*
|
|
7740
|
+
* Triggers a de-identification task.
|
|
7702
7741
|
*
|
|
7703
|
-
* @param request ManualTriggerMaskingProcessRequest
|
|
7704
|
-
* @
|
|
7742
|
+
* @param request - ManualTriggerMaskingProcessRequest
|
|
7743
|
+
* @returns ManualTriggerMaskingProcessResponse
|
|
7705
7744
|
*/
|
|
7706
7745
|
async manualTriggerMaskingProcess(request) {
|
|
7707
7746
|
let runtime = new $Util.RuntimeOptions({});
|
|
7708
7747
|
return await this.manualTriggerMaskingProcessWithOptions(request, runtime);
|
|
7709
7748
|
}
|
|
7710
7749
|
/**
|
|
7711
|
-
*
|
|
7750
|
+
* Modifies configuration items for a data asset that you authorize Data Security Center (DSC) to access.
|
|
7712
7751
|
*
|
|
7713
|
-
* @param request ModifyDataLimitRequest
|
|
7714
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
7715
|
-
* @
|
|
7752
|
+
* @param request - ModifyDataLimitRequest
|
|
7753
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
7754
|
+
* @returns ModifyDataLimitResponse
|
|
7716
7755
|
*/
|
|
7717
7756
|
async modifyDataLimitWithOptions(request, runtime) {
|
|
7718
7757
|
tea_util_1.default.validateModel(request);
|
|
@@ -7785,25 +7824,26 @@ class Client extends openapi_client_1.default {
|
|
|
7785
7824
|
return $tea.cast(await this.callApi(params, req, runtime), new ModifyDataLimitResponse({}));
|
|
7786
7825
|
}
|
|
7787
7826
|
/**
|
|
7788
|
-
*
|
|
7827
|
+
* Modifies configuration items for a data asset that you authorize Data Security Center (DSC) to access.
|
|
7789
7828
|
*
|
|
7790
|
-
* @param request ModifyDataLimitRequest
|
|
7791
|
-
* @
|
|
7829
|
+
* @param request - ModifyDataLimitRequest
|
|
7830
|
+
* @returns ModifyDataLimitResponse
|
|
7792
7831
|
*/
|
|
7793
7832
|
async modifyDataLimit(request) {
|
|
7794
7833
|
let runtime = new $Util.RuntimeOptions({});
|
|
7795
7834
|
return await this.modifyDataLimitWithOptions(request, runtime);
|
|
7796
7835
|
}
|
|
7797
7836
|
/**
|
|
7798
|
-
*
|
|
7837
|
+
* 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.
|
|
7799
7838
|
*
|
|
7800
|
-
* @
|
|
7839
|
+
* @remarks
|
|
7840
|
+
* You can call this operation to modify the sensitivity levels of data. This helps you manage the sensitivity levels.
|
|
7801
7841
|
* # Limits
|
|
7802
7842
|
* 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.
|
|
7803
7843
|
*
|
|
7804
|
-
* @param request ModifyDefaultLevelRequest
|
|
7805
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
7806
|
-
* @
|
|
7844
|
+
* @param request - ModifyDefaultLevelRequest
|
|
7845
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
7846
|
+
* @returns ModifyDefaultLevelResponse
|
|
7807
7847
|
*/
|
|
7808
7848
|
async modifyDefaultLevelWithOptions(request, runtime) {
|
|
7809
7849
|
tea_util_1.default.validateModel(request);
|
|
@@ -7834,29 +7874,31 @@ class Client extends openapi_client_1.default {
|
|
|
7834
7874
|
return $tea.cast(await this.callApi(params, req, runtime), new ModifyDefaultLevelResponse({}));
|
|
7835
7875
|
}
|
|
7836
7876
|
/**
|
|
7837
|
-
*
|
|
7877
|
+
* 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.
|
|
7838
7878
|
*
|
|
7839
|
-
* @
|
|
7879
|
+
* @remarks
|
|
7880
|
+
* You can call this operation to modify the sensitivity levels of data. This helps you manage the sensitivity levels.
|
|
7840
7881
|
* # Limits
|
|
7841
7882
|
* 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.
|
|
7842
7883
|
*
|
|
7843
|
-
* @param request ModifyDefaultLevelRequest
|
|
7844
|
-
* @
|
|
7884
|
+
* @param request - ModifyDefaultLevelRequest
|
|
7885
|
+
* @returns ModifyDefaultLevelResponse
|
|
7845
7886
|
*/
|
|
7846
7887
|
async modifyDefaultLevel(request) {
|
|
7847
7888
|
let runtime = new $Util.RuntimeOptions({});
|
|
7848
7889
|
return await this.modifyDefaultLevelWithOptions(request, runtime);
|
|
7849
7890
|
}
|
|
7850
7891
|
/**
|
|
7851
|
-
*
|
|
7892
|
+
* Handles an anomalous event.
|
|
7852
7893
|
*
|
|
7853
|
-
* @
|
|
7894
|
+
* @remarks
|
|
7895
|
+
* You can call this operation to handle anomalous events that involve data leaks. This helps protect your data assets at the earliest opportunity.
|
|
7854
7896
|
* # Limits
|
|
7855
7897
|
* 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.
|
|
7856
7898
|
*
|
|
7857
|
-
* @param request ModifyEventStatusRequest
|
|
7858
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
7859
|
-
* @
|
|
7899
|
+
* @param request - ModifyEventStatusRequest
|
|
7900
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
7901
|
+
* @returns ModifyEventStatusResponse
|
|
7860
7902
|
*/
|
|
7861
7903
|
async modifyEventStatusWithOptions(request, runtime) {
|
|
7862
7904
|
tea_util_1.default.validateModel(request);
|
|
@@ -7893,25 +7935,26 @@ class Client extends openapi_client_1.default {
|
|
|
7893
7935
|
return $tea.cast(await this.callApi(params, req, runtime), new ModifyEventStatusResponse({}));
|
|
7894
7936
|
}
|
|
7895
7937
|
/**
|
|
7896
|
-
*
|
|
7938
|
+
* Handles an anomalous event.
|
|
7897
7939
|
*
|
|
7898
|
-
* @
|
|
7940
|
+
* @remarks
|
|
7941
|
+
* You can call this operation to handle anomalous events that involve data leaks. This helps protect your data assets at the earliest opportunity.
|
|
7899
7942
|
* # Limits
|
|
7900
7943
|
* 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.
|
|
7901
7944
|
*
|
|
7902
|
-
* @param request ModifyEventStatusRequest
|
|
7903
|
-
* @
|
|
7945
|
+
* @param request - ModifyEventStatusRequest
|
|
7946
|
+
* @returns ModifyEventStatusResponse
|
|
7904
7947
|
*/
|
|
7905
7948
|
async modifyEventStatus(request) {
|
|
7906
7949
|
let runtime = new $Util.RuntimeOptions({});
|
|
7907
7950
|
return await this.modifyEventStatusWithOptions(request, runtime);
|
|
7908
7951
|
}
|
|
7909
7952
|
/**
|
|
7910
|
-
*
|
|
7953
|
+
* Enables the detection of anomalous events of subtypes.
|
|
7911
7954
|
*
|
|
7912
|
-
* @param request ModifyEventTypeStatusRequest
|
|
7913
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
7914
|
-
* @
|
|
7955
|
+
* @param request - ModifyEventTypeStatusRequest
|
|
7956
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
7957
|
+
* @returns ModifyEventTypeStatusResponse
|
|
7915
7958
|
*/
|
|
7916
7959
|
async modifyEventTypeStatusWithOptions(request, runtime) {
|
|
7917
7960
|
tea_util_1.default.validateModel(request);
|
|
@@ -7942,25 +7985,26 @@ class Client extends openapi_client_1.default {
|
|
|
7942
7985
|
return $tea.cast(await this.callApi(params, req, runtime), new ModifyEventTypeStatusResponse({}));
|
|
7943
7986
|
}
|
|
7944
7987
|
/**
|
|
7945
|
-
*
|
|
7988
|
+
* Enables the detection of anomalous events of subtypes.
|
|
7946
7989
|
*
|
|
7947
|
-
* @param request ModifyEventTypeStatusRequest
|
|
7948
|
-
* @
|
|
7990
|
+
* @param request - ModifyEventTypeStatusRequest
|
|
7991
|
+
* @returns ModifyEventTypeStatusResponse
|
|
7949
7992
|
*/
|
|
7950
7993
|
async modifyEventTypeStatus(request) {
|
|
7951
7994
|
let runtime = new $Util.RuntimeOptions({});
|
|
7952
7995
|
return await this.modifyEventTypeStatusWithOptions(request, runtime);
|
|
7953
7996
|
}
|
|
7954
7997
|
/**
|
|
7955
|
-
*
|
|
7998
|
+
* Enables or disables the report task.
|
|
7956
7999
|
*
|
|
7957
|
-
* @
|
|
8000
|
+
* @remarks
|
|
8001
|
+
* 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.
|
|
7958
8002
|
* # Limits
|
|
7959
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.
|
|
7960
8004
|
*
|
|
7961
|
-
* @param request ModifyReportTaskStatusRequest
|
|
7962
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
7963
|
-
* @
|
|
8005
|
+
* @param request - ModifyReportTaskStatusRequest
|
|
8006
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
8007
|
+
* @returns ModifyReportTaskStatusResponse
|
|
7964
8008
|
*/
|
|
7965
8009
|
async modifyReportTaskStatusWithOptions(request, runtime) {
|
|
7966
8010
|
tea_util_1.default.validateModel(request);
|
|
@@ -7991,29 +8035,31 @@ class Client extends openapi_client_1.default {
|
|
|
7991
8035
|
return $tea.cast(await this.callApi(params, req, runtime), new ModifyReportTaskStatusResponse({}));
|
|
7992
8036
|
}
|
|
7993
8037
|
/**
|
|
7994
|
-
*
|
|
8038
|
+
* Enables or disables the report task.
|
|
7995
8039
|
*
|
|
7996
|
-
* @
|
|
8040
|
+
* @remarks
|
|
8041
|
+
* 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.
|
|
7997
8042
|
* # Limits
|
|
7998
8043
|
* 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.
|
|
7999
8044
|
*
|
|
8000
|
-
* @param request ModifyReportTaskStatusRequest
|
|
8001
|
-
* @
|
|
8045
|
+
* @param request - ModifyReportTaskStatusRequest
|
|
8046
|
+
* @returns ModifyReportTaskStatusResponse
|
|
8002
8047
|
*/
|
|
8003
8048
|
async modifyReportTaskStatus(request) {
|
|
8004
8049
|
let runtime = new $Util.RuntimeOptions({});
|
|
8005
8050
|
return await this.modifyReportTaskStatusWithOptions(request, runtime);
|
|
8006
8051
|
}
|
|
8007
8052
|
/**
|
|
8008
|
-
*
|
|
8053
|
+
* Modifies a custom sensitive data detection rule in Data Security Center (DSC).
|
|
8009
8054
|
*
|
|
8010
|
-
* @
|
|
8055
|
+
* @remarks
|
|
8056
|
+
* When you call this operation, you must configure request parameters to specify the rule name, rule ID, and rule content.
|
|
8011
8057
|
* # Limits
|
|
8012
8058
|
* 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.
|
|
8013
8059
|
*
|
|
8014
|
-
* @param request ModifyRuleRequest
|
|
8015
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
8016
|
-
* @
|
|
8060
|
+
* @param request - ModifyRuleRequest
|
|
8061
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
8062
|
+
* @returns ModifyRuleResponse
|
|
8017
8063
|
*/
|
|
8018
8064
|
async modifyRuleWithOptions(request, runtime) {
|
|
8019
8065
|
tea_util_1.default.validateModel(request);
|
|
@@ -8071,25 +8117,26 @@ class Client extends openapi_client_1.default {
|
|
|
8071
8117
|
return $tea.cast(await this.callApi(params, req, runtime), new ModifyRuleResponse({}));
|
|
8072
8118
|
}
|
|
8073
8119
|
/**
|
|
8074
|
-
*
|
|
8120
|
+
* Modifies a custom sensitive data detection rule in Data Security Center (DSC).
|
|
8075
8121
|
*
|
|
8076
|
-
* @
|
|
8122
|
+
* @remarks
|
|
8123
|
+
* When you call this operation, you must configure request parameters to specify the rule name, rule ID, and rule content.
|
|
8077
8124
|
* # Limits
|
|
8078
8125
|
* 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.
|
|
8079
8126
|
*
|
|
8080
|
-
* @param request ModifyRuleRequest
|
|
8081
|
-
* @
|
|
8127
|
+
* @param request - ModifyRuleRequest
|
|
8128
|
+
* @returns ModifyRuleResponse
|
|
8082
8129
|
*/
|
|
8083
8130
|
async modifyRule(request) {
|
|
8084
8131
|
let runtime = new $Util.RuntimeOptions({});
|
|
8085
8132
|
return await this.modifyRuleWithOptions(request, runtime);
|
|
8086
8133
|
}
|
|
8087
8134
|
/**
|
|
8088
|
-
*
|
|
8135
|
+
* Enables or disables a sensitive data detection rule.
|
|
8089
8136
|
*
|
|
8090
|
-
* @param request ModifyRuleStatusRequest
|
|
8091
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
8092
|
-
* @
|
|
8137
|
+
* @param request - ModifyRuleStatusRequest
|
|
8138
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
8139
|
+
* @returns ModifyRuleStatusResponse
|
|
8093
8140
|
*/
|
|
8094
8141
|
async modifyRuleStatusWithOptions(request, runtime) {
|
|
8095
8142
|
tea_util_1.default.validateModel(request);
|
|
@@ -8123,25 +8170,26 @@ class Client extends openapi_client_1.default {
|
|
|
8123
8170
|
return $tea.cast(await this.callApi(params, req, runtime), new ModifyRuleStatusResponse({}));
|
|
8124
8171
|
}
|
|
8125
8172
|
/**
|
|
8126
|
-
*
|
|
8173
|
+
* Enables or disables a sensitive data detection rule.
|
|
8127
8174
|
*
|
|
8128
|
-
* @param request ModifyRuleStatusRequest
|
|
8129
|
-
* @
|
|
8175
|
+
* @param request - ModifyRuleStatusRequest
|
|
8176
|
+
* @returns ModifyRuleStatusResponse
|
|
8130
8177
|
*/
|
|
8131
8178
|
async modifyRuleStatus(request) {
|
|
8132
8179
|
let runtime = new $Util.RuntimeOptions({});
|
|
8133
8180
|
return await this.modifyRuleStatusWithOptions(request, runtime);
|
|
8134
8181
|
}
|
|
8135
8182
|
/**
|
|
8136
|
-
*
|
|
8183
|
+
* Stops a de-identification task. After you stop a de-identification task, you can resume the task by calling the ManualTriggerMaskingProcess operation.
|
|
8137
8184
|
*
|
|
8138
|
-
* @
|
|
8185
|
+
* @remarks
|
|
8186
|
+
* 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.
|
|
8139
8187
|
* # Limits
|
|
8140
8188
|
* 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.
|
|
8141
8189
|
*
|
|
8142
|
-
* @param request StopMaskingProcessRequest
|
|
8143
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
8144
|
-
* @
|
|
8190
|
+
* @param request - StopMaskingProcessRequest
|
|
8191
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
8192
|
+
* @returns StopMaskingProcessResponse
|
|
8145
8193
|
*/
|
|
8146
8194
|
async stopMaskingProcessWithOptions(request, runtime) {
|
|
8147
8195
|
tea_util_1.default.validateModel(request);
|
|
@@ -8169,14 +8217,15 @@ class Client extends openapi_client_1.default {
|
|
|
8169
8217
|
return $tea.cast(await this.callApi(params, req, runtime), new StopMaskingProcessResponse({}));
|
|
8170
8218
|
}
|
|
8171
8219
|
/**
|
|
8172
|
-
*
|
|
8220
|
+
* Stops a de-identification task. After you stop a de-identification task, you can resume the task by calling the ManualTriggerMaskingProcess operation.
|
|
8173
8221
|
*
|
|
8174
|
-
* @
|
|
8222
|
+
* @remarks
|
|
8223
|
+
* 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.
|
|
8175
8224
|
* # Limits
|
|
8176
8225
|
* 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.
|
|
8177
8226
|
*
|
|
8178
|
-
* @param request StopMaskingProcessRequest
|
|
8179
|
-
* @
|
|
8227
|
+
* @param request - StopMaskingProcessRequest
|
|
8228
|
+
* @returns StopMaskingProcessResponse
|
|
8180
8229
|
*/
|
|
8181
8230
|
async stopMaskingProcess(request) {
|
|
8182
8231
|
let runtime = new $Util.RuntimeOptions({});
|