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