@alicloud/sddp20190103 1.2.6 → 1.2.8
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 +8020 -385
- package/dist/client.js +439 -379
- package/dist/client.js.map +1 -1
- package/package.json +3 -3
- package/src/client.ts +8166 -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;
|
|
@@ -2104,6 +2103,7 @@ class DescribeOssObjectsRequest extends $tea.Model {
|
|
|
2104
2103
|
lang: 'Lang',
|
|
2105
2104
|
lastScanTimeEnd: 'LastScanTimeEnd',
|
|
2106
2105
|
lastScanTimeStart: 'LastScanTimeStart',
|
|
2106
|
+
marker: 'Marker',
|
|
2107
2107
|
name: 'Name',
|
|
2108
2108
|
pageSize: 'PageSize',
|
|
2109
2109
|
riskLevelId: 'RiskLevelId',
|
|
@@ -2120,6 +2120,7 @@ class DescribeOssObjectsRequest extends $tea.Model {
|
|
|
2120
2120
|
lang: 'string',
|
|
2121
2121
|
lastScanTimeEnd: 'number',
|
|
2122
2122
|
lastScanTimeStart: 'number',
|
|
2123
|
+
marker: 'number',
|
|
2123
2124
|
name: 'string',
|
|
2124
2125
|
pageSize: 'number',
|
|
2125
2126
|
riskLevelId: 'number',
|
|
@@ -2138,18 +2139,24 @@ class DescribeOssObjectsResponseBody extends $tea.Model {
|
|
|
2138
2139
|
return {
|
|
2139
2140
|
currentPage: 'CurrentPage',
|
|
2140
2141
|
items: 'Items',
|
|
2142
|
+
marker: 'Marker',
|
|
2143
|
+
nextMarker: 'NextMarker',
|
|
2141
2144
|
pageSize: 'PageSize',
|
|
2142
2145
|
requestId: 'RequestId',
|
|
2143
2146
|
totalCount: 'TotalCount',
|
|
2147
|
+
truncated: 'Truncated',
|
|
2144
2148
|
};
|
|
2145
2149
|
}
|
|
2146
2150
|
static types() {
|
|
2147
2151
|
return {
|
|
2148
2152
|
currentPage: 'number',
|
|
2149
2153
|
items: { 'type': 'array', 'itemType': DescribeOssObjectsResponseBodyItems },
|
|
2154
|
+
marker: 'string',
|
|
2155
|
+
nextMarker: 'string',
|
|
2150
2156
|
pageSize: 'number',
|
|
2151
2157
|
requestId: 'string',
|
|
2152
2158
|
totalCount: 'number',
|
|
2159
|
+
truncated: 'boolean',
|
|
2153
2160
|
};
|
|
2154
2161
|
}
|
|
2155
2162
|
constructor(map) {
|
|
@@ -3788,6 +3795,7 @@ class DescribeDataLimitsResponseBodyItems extends $tea.Model {
|
|
|
3788
3795
|
instanceDescription: 'InstanceDescription',
|
|
3789
3796
|
instanceId: 'InstanceId',
|
|
3790
3797
|
lastFinishedTime: 'LastFinishedTime',
|
|
3798
|
+
lastStartTime: 'LastStartTime',
|
|
3791
3799
|
localName: 'LocalName',
|
|
3792
3800
|
logStoreDay: 'LogStoreDay',
|
|
3793
3801
|
memberAccount: 'MemberAccount',
|
|
@@ -3832,6 +3840,7 @@ class DescribeDataLimitsResponseBodyItems extends $tea.Model {
|
|
|
3832
3840
|
instanceDescription: 'string',
|
|
3833
3841
|
instanceId: 'string',
|
|
3834
3842
|
lastFinishedTime: 'number',
|
|
3843
|
+
lastStartTime: 'number',
|
|
3835
3844
|
localName: 'string',
|
|
3836
3845
|
logStoreDay: 'number',
|
|
3837
3846
|
memberAccount: 'number',
|
|
@@ -5179,15 +5188,16 @@ class Client extends openapi_client_1.default {
|
|
|
5179
5188
|
return endpoint_util_1.default.getEndpointRules(productId, regionId, endpointRule, network, suffix);
|
|
5180
5189
|
}
|
|
5181
5190
|
/**
|
|
5182
|
-
*
|
|
5191
|
+
* Modifies the configurations of a common configuration item for alerts.
|
|
5183
5192
|
*
|
|
5184
|
-
* @
|
|
5193
|
+
* @remarks
|
|
5194
|
+
* You can call this operation to create or restore configurations based on the codes of common configuration items. This allows you to manage the configurations of common configuration items.
|
|
5185
5195
|
* # Limits
|
|
5186
5196
|
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
5187
5197
|
*
|
|
5188
|
-
* @param request CreateConfigRequest
|
|
5189
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
5190
|
-
* @
|
|
5198
|
+
* @param request - CreateConfigRequest
|
|
5199
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
5200
|
+
* @returns CreateConfigResponse
|
|
5191
5201
|
*/
|
|
5192
5202
|
async createConfigWithOptions(request, runtime) {
|
|
5193
5203
|
tea_util_1.default.validateModel(request);
|
|
@@ -5227,29 +5237,31 @@ class Client extends openapi_client_1.default {
|
|
|
5227
5237
|
return $tea.cast(await this.callApi(params, req, runtime), new CreateConfigResponse({}));
|
|
5228
5238
|
}
|
|
5229
5239
|
/**
|
|
5230
|
-
*
|
|
5240
|
+
* Modifies the configurations of a common configuration item for alerts.
|
|
5231
5241
|
*
|
|
5232
|
-
* @
|
|
5242
|
+
* @remarks
|
|
5243
|
+
* You can call this operation to create or restore configurations based on the codes of common configuration items. This allows you to manage the configurations of common configuration items.
|
|
5233
5244
|
* # Limits
|
|
5234
5245
|
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
5235
5246
|
*
|
|
5236
|
-
* @param request CreateConfigRequest
|
|
5237
|
-
* @
|
|
5247
|
+
* @param request - CreateConfigRequest
|
|
5248
|
+
* @returns CreateConfigResponse
|
|
5238
5249
|
*/
|
|
5239
5250
|
async createConfig(request) {
|
|
5240
5251
|
let runtime = new $Util.RuntimeOptions({});
|
|
5241
5252
|
return await this.createConfigWithOptions(request, runtime);
|
|
5242
5253
|
}
|
|
5243
5254
|
/**
|
|
5244
|
-
*
|
|
5255
|
+
* Authorizes Data Security Center (DSC) to scan data assets. The data assets can be a database, a project, or a bucket.
|
|
5245
5256
|
*
|
|
5246
|
-
* @
|
|
5257
|
+
* @remarks
|
|
5258
|
+
* You can call this operation to authorize DSC to scan data assets to ensure the security of the data assets.
|
|
5247
5259
|
* # Limits
|
|
5248
5260
|
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
5249
5261
|
*
|
|
5250
|
-
* @param request CreateDataLimitRequest
|
|
5251
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
5252
|
-
* @
|
|
5262
|
+
* @param request - CreateDataLimitRequest
|
|
5263
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
5264
|
+
* @returns CreateDataLimitResponse
|
|
5253
5265
|
*/
|
|
5254
5266
|
async createDataLimitWithOptions(request, runtime) {
|
|
5255
5267
|
tea_util_1.default.validateModel(request);
|
|
@@ -5328,25 +5340,26 @@ class Client extends openapi_client_1.default {
|
|
|
5328
5340
|
return $tea.cast(await this.callApi(params, req, runtime), new CreateDataLimitResponse({}));
|
|
5329
5341
|
}
|
|
5330
5342
|
/**
|
|
5331
|
-
*
|
|
5343
|
+
* Authorizes Data Security Center (DSC) to scan data assets. The data assets can be a database, a project, or a bucket.
|
|
5332
5344
|
*
|
|
5333
|
-
* @
|
|
5345
|
+
* @remarks
|
|
5346
|
+
* You can call this operation to authorize DSC to scan data assets to ensure the security of the data assets.
|
|
5334
5347
|
* # Limits
|
|
5335
5348
|
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
5336
5349
|
*
|
|
5337
|
-
* @param request CreateDataLimitRequest
|
|
5338
|
-
* @
|
|
5350
|
+
* @param request - CreateDataLimitRequest
|
|
5351
|
+
* @returns CreateDataLimitResponse
|
|
5339
5352
|
*/
|
|
5340
5353
|
async createDataLimit(request) {
|
|
5341
5354
|
let runtime = new $Util.RuntimeOptions({});
|
|
5342
5355
|
return await this.createDataLimitWithOptions(request, runtime);
|
|
5343
5356
|
}
|
|
5344
5357
|
/**
|
|
5345
|
-
*
|
|
5358
|
+
* Creates a custom sensitive data detection rule.
|
|
5346
5359
|
*
|
|
5347
|
-
* @param request CreateRuleRequest
|
|
5348
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
5349
|
-
* @
|
|
5360
|
+
* @param request - CreateRuleRequest
|
|
5361
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
5362
|
+
* @returns CreateRuleResponse
|
|
5350
5363
|
*/
|
|
5351
5364
|
async createRuleWithOptions(request, runtime) {
|
|
5352
5365
|
tea_util_1.default.validateModel(request);
|
|
@@ -5419,25 +5432,26 @@ class Client extends openapi_client_1.default {
|
|
|
5419
5432
|
return $tea.cast(await this.callApi(params, req, runtime), new CreateRuleResponse({}));
|
|
5420
5433
|
}
|
|
5421
5434
|
/**
|
|
5422
|
-
*
|
|
5435
|
+
* Creates a custom sensitive data detection rule.
|
|
5423
5436
|
*
|
|
5424
|
-
* @param request CreateRuleRequest
|
|
5425
|
-
* @
|
|
5437
|
+
* @param request - CreateRuleRequest
|
|
5438
|
+
* @returns CreateRuleResponse
|
|
5426
5439
|
*/
|
|
5427
5440
|
async createRule(request) {
|
|
5428
5441
|
let runtime = new $Util.RuntimeOptions({});
|
|
5429
5442
|
return await this.createRuleWithOptions(request, runtime);
|
|
5430
5443
|
}
|
|
5431
5444
|
/**
|
|
5432
|
-
*
|
|
5445
|
+
* Creates a custom scan task. The custom scan task is used to scan data assets on which Data Security Center (DSC) is granted the scan permissions for sensitive data.
|
|
5433
5446
|
*
|
|
5434
|
-
* @
|
|
5447
|
+
* @remarks
|
|
5448
|
+
* You can call this operation to create a custom scan task for authorized data assets. You can customize the interval between two consecutive scan tasks and the time when the scan task is executed next time.
|
|
5435
5449
|
* # Limits
|
|
5436
5450
|
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
5437
5451
|
*
|
|
5438
|
-
* @param request CreateScanTaskRequest
|
|
5439
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
5440
|
-
* @
|
|
5452
|
+
* @param request - CreateScanTaskRequest
|
|
5453
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
5454
|
+
* @returns CreateScanTaskResponse
|
|
5441
5455
|
*/
|
|
5442
5456
|
async createScanTaskWithOptions(request, runtime) {
|
|
5443
5457
|
tea_util_1.default.validateModel(request);
|
|
@@ -5498,29 +5512,31 @@ class Client extends openapi_client_1.default {
|
|
|
5498
5512
|
return $tea.cast(await this.callApi(params, req, runtime), new CreateScanTaskResponse({}));
|
|
5499
5513
|
}
|
|
5500
5514
|
/**
|
|
5501
|
-
*
|
|
5515
|
+
* Creates a custom scan task. The custom scan task is used to scan data assets on which Data Security Center (DSC) is granted the scan permissions for sensitive data.
|
|
5502
5516
|
*
|
|
5503
|
-
* @
|
|
5517
|
+
* @remarks
|
|
5518
|
+
* You can call this operation to create a custom scan task for authorized data assets. You can customize the interval between two consecutive scan tasks and the time when the scan task is executed next time.
|
|
5504
5519
|
* # Limits
|
|
5505
5520
|
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
5506
5521
|
*
|
|
5507
|
-
* @param request CreateScanTaskRequest
|
|
5508
|
-
* @
|
|
5522
|
+
* @param request - CreateScanTaskRequest
|
|
5523
|
+
* @returns CreateScanTaskResponse
|
|
5509
5524
|
*/
|
|
5510
5525
|
async createScanTask(request) {
|
|
5511
5526
|
let runtime = new $Util.RuntimeOptions({});
|
|
5512
5527
|
return await this.createScanTaskWithOptions(request, runtime);
|
|
5513
5528
|
}
|
|
5514
5529
|
/**
|
|
5515
|
-
*
|
|
5530
|
+
* Creates a service-linked role for Data Security Center (DSC) to grant DSC the permissions to access data assets in other services.
|
|
5516
5531
|
*
|
|
5517
|
-
* @
|
|
5532
|
+
* @remarks
|
|
5533
|
+
* You can call this operation to allow DSC to access the data assets in services such as Object Storage Service (OSS), ApsaraDB RDS, and MaxCompute. After you call this operation, the system automatically creates a service-linked role named AliyunServiceRoleForSDDP and attaches the AliyunServiceRolePolicyForSDDP policy to the role.
|
|
5518
5534
|
* # Limits
|
|
5519
5535
|
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
5520
5536
|
*
|
|
5521
|
-
* @param request CreateSlrRoleRequest
|
|
5522
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
5523
|
-
* @
|
|
5537
|
+
* @param request - CreateSlrRoleRequest
|
|
5538
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
5539
|
+
* @returns CreateSlrRoleResponse
|
|
5524
5540
|
*/
|
|
5525
5541
|
async createSlrRoleWithOptions(request, runtime) {
|
|
5526
5542
|
tea_util_1.default.validateModel(request);
|
|
@@ -5551,29 +5567,31 @@ class Client extends openapi_client_1.default {
|
|
|
5551
5567
|
return $tea.cast(await this.callApi(params, req, runtime), new CreateSlrRoleResponse({}));
|
|
5552
5568
|
}
|
|
5553
5569
|
/**
|
|
5554
|
-
*
|
|
5570
|
+
* Creates a service-linked role for Data Security Center (DSC) to grant DSC the permissions to access data assets in other services.
|
|
5555
5571
|
*
|
|
5556
|
-
* @
|
|
5572
|
+
* @remarks
|
|
5573
|
+
* You can call this operation to allow DSC to access the data assets in services such as Object Storage Service (OSS), ApsaraDB RDS, and MaxCompute. After you call this operation, the system automatically creates a service-linked role named AliyunServiceRoleForSDDP and attaches the AliyunServiceRolePolicyForSDDP policy to the role.
|
|
5557
5574
|
* # Limits
|
|
5558
5575
|
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
5559
5576
|
*
|
|
5560
|
-
* @param request CreateSlrRoleRequest
|
|
5561
|
-
* @
|
|
5577
|
+
* @param request - CreateSlrRoleRequest
|
|
5578
|
+
* @returns CreateSlrRoleResponse
|
|
5562
5579
|
*/
|
|
5563
5580
|
async createSlrRole(request) {
|
|
5564
5581
|
let runtime = new $Util.RuntimeOptions({});
|
|
5565
5582
|
return await this.createSlrRoleWithOptions(request, runtime);
|
|
5566
5583
|
}
|
|
5567
5584
|
/**
|
|
5568
|
-
*
|
|
5585
|
+
* Revokes the scan permissions on a data asset. The data asset can be a database, an instance, or a bucket.
|
|
5569
5586
|
*
|
|
5570
|
-
* @
|
|
5587
|
+
* @remarks
|
|
5588
|
+
* You can call this operation to revoke the permissions on a data asset from Data Security Center (DSC).
|
|
5571
5589
|
* # Limits
|
|
5572
5590
|
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
5573
5591
|
*
|
|
5574
|
-
* @param request DeleteDataLimitRequest
|
|
5575
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
5576
|
-
* @
|
|
5592
|
+
* @param request - DeleteDataLimitRequest
|
|
5593
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
5594
|
+
* @returns DeleteDataLimitResponse
|
|
5577
5595
|
*/
|
|
5578
5596
|
async deleteDataLimitWithOptions(request, runtime) {
|
|
5579
5597
|
tea_util_1.default.validateModel(request);
|
|
@@ -5607,25 +5625,26 @@ class Client extends openapi_client_1.default {
|
|
|
5607
5625
|
return $tea.cast(await this.callApi(params, req, runtime), new DeleteDataLimitResponse({}));
|
|
5608
5626
|
}
|
|
5609
5627
|
/**
|
|
5610
|
-
*
|
|
5628
|
+
* Revokes the scan permissions on a data asset. The data asset can be a database, an instance, or a bucket.
|
|
5611
5629
|
*
|
|
5612
|
-
* @
|
|
5630
|
+
* @remarks
|
|
5631
|
+
* You can call this operation to revoke the permissions on a data asset from Data Security Center (DSC).
|
|
5613
5632
|
* # Limits
|
|
5614
5633
|
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
5615
5634
|
*
|
|
5616
|
-
* @param request DeleteDataLimitRequest
|
|
5617
|
-
* @
|
|
5635
|
+
* @param request - DeleteDataLimitRequest
|
|
5636
|
+
* @returns DeleteDataLimitResponse
|
|
5618
5637
|
*/
|
|
5619
5638
|
async deleteDataLimit(request) {
|
|
5620
5639
|
let runtime = new $Util.RuntimeOptions({});
|
|
5621
5640
|
return await this.deleteDataLimitWithOptions(request, runtime);
|
|
5622
5641
|
}
|
|
5623
5642
|
/**
|
|
5624
|
-
*
|
|
5643
|
+
* Deletes a custom sensitive data detection rule from Data Security Center (DSC).
|
|
5625
5644
|
*
|
|
5626
|
-
* @param request DeleteRuleRequest
|
|
5627
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
5628
|
-
* @
|
|
5645
|
+
* @param request - DeleteRuleRequest
|
|
5646
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
5647
|
+
* @returns DeleteRuleResponse
|
|
5629
5648
|
*/
|
|
5630
5649
|
async deleteRuleWithOptions(request, runtime) {
|
|
5631
5650
|
tea_util_1.default.validateModel(request);
|
|
@@ -5659,19 +5678,19 @@ class Client extends openapi_client_1.default {
|
|
|
5659
5678
|
return $tea.cast(await this.callApi(params, req, runtime), new DeleteRuleResponse({}));
|
|
5660
5679
|
}
|
|
5661
5680
|
/**
|
|
5662
|
-
*
|
|
5681
|
+
* Deletes a custom sensitive data detection rule from Data Security Center (DSC).
|
|
5663
5682
|
*
|
|
5664
|
-
* @param request DeleteRuleRequest
|
|
5665
|
-
* @
|
|
5683
|
+
* @param request - DeleteRuleRequest
|
|
5684
|
+
* @returns DeleteRuleResponse
|
|
5666
5685
|
*/
|
|
5667
5686
|
async deleteRule(request) {
|
|
5668
5687
|
let runtime = new $Util.RuntimeOptions({});
|
|
5669
5688
|
return await this.deleteRuleWithOptions(request, runtime);
|
|
5670
5689
|
}
|
|
5671
5690
|
/**
|
|
5672
|
-
* @param request DescribeCategoryTemplateListRequest
|
|
5673
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
5674
|
-
* @
|
|
5691
|
+
* @param request - DescribeCategoryTemplateListRequest
|
|
5692
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
5693
|
+
* @returns DescribeCategoryTemplateListResponse
|
|
5675
5694
|
*/
|
|
5676
5695
|
async describeCategoryTemplateListWithOptions(request, runtime) {
|
|
5677
5696
|
tea_util_1.default.validateModel(request);
|
|
@@ -5708,23 +5727,24 @@ class Client extends openapi_client_1.default {
|
|
|
5708
5727
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeCategoryTemplateListResponse({}));
|
|
5709
5728
|
}
|
|
5710
5729
|
/**
|
|
5711
|
-
* @param request DescribeCategoryTemplateListRequest
|
|
5712
|
-
* @
|
|
5730
|
+
* @param request - DescribeCategoryTemplateListRequest
|
|
5731
|
+
* @returns DescribeCategoryTemplateListResponse
|
|
5713
5732
|
*/
|
|
5714
5733
|
async describeCategoryTemplateList(request) {
|
|
5715
5734
|
let runtime = new $Util.RuntimeOptions({});
|
|
5716
5735
|
return await this.describeCategoryTemplateListWithOptions(request, runtime);
|
|
5717
5736
|
}
|
|
5718
5737
|
/**
|
|
5719
|
-
*
|
|
5738
|
+
* Queries rules in a classification template by page.
|
|
5720
5739
|
*
|
|
5721
|
-
* @
|
|
5740
|
+
* @remarks
|
|
5741
|
+
* You can call this operation to query rules in a classification template.
|
|
5722
5742
|
* # Limits
|
|
5723
5743
|
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
5724
5744
|
*
|
|
5725
|
-
* @param request DescribeCategoryTemplateRuleListRequest
|
|
5726
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
5727
|
-
* @
|
|
5745
|
+
* @param request - DescribeCategoryTemplateRuleListRequest
|
|
5746
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
5747
|
+
* @returns DescribeCategoryTemplateRuleListResponse
|
|
5728
5748
|
*/
|
|
5729
5749
|
async describeCategoryTemplateRuleListWithOptions(request, runtime) {
|
|
5730
5750
|
tea_util_1.default.validateModel(request);
|
|
@@ -5764,31 +5784,33 @@ class Client extends openapi_client_1.default {
|
|
|
5764
5784
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeCategoryTemplateRuleListResponse({}));
|
|
5765
5785
|
}
|
|
5766
5786
|
/**
|
|
5767
|
-
*
|
|
5787
|
+
* Queries rules in a classification template by page.
|
|
5768
5788
|
*
|
|
5769
|
-
* @
|
|
5789
|
+
* @remarks
|
|
5790
|
+
* You can call this operation to query rules in a classification template.
|
|
5770
5791
|
* # Limits
|
|
5771
5792
|
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
5772
5793
|
*
|
|
5773
|
-
* @param request DescribeCategoryTemplateRuleListRequest
|
|
5774
|
-
* @
|
|
5794
|
+
* @param request - DescribeCategoryTemplateRuleListRequest
|
|
5795
|
+
* @returns DescribeCategoryTemplateRuleListResponse
|
|
5775
5796
|
*/
|
|
5776
5797
|
async describeCategoryTemplateRuleList(request) {
|
|
5777
5798
|
let runtime = new $Util.RuntimeOptions({});
|
|
5778
5799
|
return await this.describeCategoryTemplateRuleListWithOptions(request, runtime);
|
|
5779
5800
|
}
|
|
5780
5801
|
/**
|
|
5781
|
-
*
|
|
5802
|
+
* Queries data in the columns of the tables that Data Security Center (DSC) is authorized to access. The tables include the tables of MaxCompute and ApsaraDB RDS.
|
|
5782
5803
|
*
|
|
5783
|
-
* @
|
|
5804
|
+
* @remarks
|
|
5805
|
+
* You can call this operation to query the data in columns of a table that may contain sensitive data. This helps you analyze sensitive data.
|
|
5784
5806
|
* ## [](#)Precautions
|
|
5785
5807
|
* The DescribeColumns operation is changed to DescribeColumnsV2. We recommend that you call the DescribeColumnsV2 operation when you develop your applications.
|
|
5786
5808
|
* ## [](#qps)Limits
|
|
5787
5809
|
* Each Alibaba Cloud account can call this operation up to 10 times per second. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
5788
5810
|
*
|
|
5789
|
-
* @param request DescribeColumnsRequest
|
|
5790
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
5791
|
-
* @
|
|
5811
|
+
* @param request - DescribeColumnsRequest
|
|
5812
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
5813
|
+
* @returns DescribeColumnsResponse
|
|
5792
5814
|
*/
|
|
5793
5815
|
async describeColumnsWithOptions(request, runtime) {
|
|
5794
5816
|
tea_util_1.default.validateModel(request);
|
|
@@ -5849,27 +5871,28 @@ class Client extends openapi_client_1.default {
|
|
|
5849
5871
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeColumnsResponse({}));
|
|
5850
5872
|
}
|
|
5851
5873
|
/**
|
|
5852
|
-
*
|
|
5874
|
+
* Queries data in the columns of the tables that Data Security Center (DSC) is authorized to access. The tables include the tables of MaxCompute and ApsaraDB RDS.
|
|
5853
5875
|
*
|
|
5854
|
-
* @
|
|
5876
|
+
* @remarks
|
|
5877
|
+
* You can call this operation to query the data in columns of a table that may contain sensitive data. This helps you analyze sensitive data.
|
|
5855
5878
|
* ## [](#)Precautions
|
|
5856
5879
|
* The DescribeColumns operation is changed to DescribeColumnsV2. We recommend that you call the DescribeColumnsV2 operation when you develop your applications.
|
|
5857
5880
|
* ## [](#qps)Limits
|
|
5858
5881
|
* Each Alibaba Cloud account can call this operation up to 10 times per second. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
5859
5882
|
*
|
|
5860
|
-
* @param request DescribeColumnsRequest
|
|
5861
|
-
* @
|
|
5883
|
+
* @param request - DescribeColumnsRequest
|
|
5884
|
+
* @returns DescribeColumnsResponse
|
|
5862
5885
|
*/
|
|
5863
5886
|
async describeColumns(request) {
|
|
5864
5887
|
let runtime = new $Util.RuntimeOptions({});
|
|
5865
5888
|
return await this.describeColumnsWithOptions(request, runtime);
|
|
5866
5889
|
}
|
|
5867
5890
|
/**
|
|
5868
|
-
*
|
|
5891
|
+
* Queries the columns of tables in instances, such as MaxCompute projects and ApsaraDB RDS instances, that you authorize Data Security Center (DSC) to access.
|
|
5869
5892
|
*
|
|
5870
|
-
* @param request DescribeColumnsV2Request
|
|
5871
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
5872
|
-
* @
|
|
5893
|
+
* @param request - DescribeColumnsV2Request
|
|
5894
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
5895
|
+
* @returns DescribeColumnsV2Response
|
|
5873
5896
|
*/
|
|
5874
5897
|
async describeColumnsV2WithOptions(request, runtime) {
|
|
5875
5898
|
tea_util_1.default.validateModel(request);
|
|
@@ -5930,21 +5953,21 @@ class Client extends openapi_client_1.default {
|
|
|
5930
5953
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeColumnsV2Response({}));
|
|
5931
5954
|
}
|
|
5932
5955
|
/**
|
|
5933
|
-
*
|
|
5956
|
+
* Queries the columns of tables in instances, such as MaxCompute projects and ApsaraDB RDS instances, that you authorize Data Security Center (DSC) to access.
|
|
5934
5957
|
*
|
|
5935
|
-
* @param request DescribeColumnsV2Request
|
|
5936
|
-
* @
|
|
5958
|
+
* @param request - DescribeColumnsV2Request
|
|
5959
|
+
* @returns DescribeColumnsV2Response
|
|
5937
5960
|
*/
|
|
5938
5961
|
async describeColumnsV2(request) {
|
|
5939
5962
|
let runtime = new $Util.RuntimeOptions({});
|
|
5940
5963
|
return await this.describeColumnsV2WithOptions(request, runtime);
|
|
5941
5964
|
}
|
|
5942
5965
|
/**
|
|
5943
|
-
*
|
|
5966
|
+
* Queries common configuration items for alerts.
|
|
5944
5967
|
*
|
|
5945
|
-
* @param request DescribeConfigsRequest
|
|
5946
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
5947
|
-
* @
|
|
5968
|
+
* @param request - DescribeConfigsRequest
|
|
5969
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
5970
|
+
* @returns DescribeConfigsResponse
|
|
5948
5971
|
*/
|
|
5949
5972
|
async describeConfigsWithOptions(request, runtime) {
|
|
5950
5973
|
tea_util_1.default.validateModel(request);
|
|
@@ -5969,21 +5992,21 @@ class Client extends openapi_client_1.default {
|
|
|
5969
5992
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeConfigsResponse({}));
|
|
5970
5993
|
}
|
|
5971
5994
|
/**
|
|
5972
|
-
*
|
|
5995
|
+
* Queries common configuration items for alerts.
|
|
5973
5996
|
*
|
|
5974
|
-
* @param request DescribeConfigsRequest
|
|
5975
|
-
* @
|
|
5997
|
+
* @param request - DescribeConfigsRequest
|
|
5998
|
+
* @returns DescribeConfigsResponse
|
|
5976
5999
|
*/
|
|
5977
6000
|
async describeConfigs(request) {
|
|
5978
6001
|
let runtime = new $Util.RuntimeOptions({});
|
|
5979
6002
|
return await this.describeConfigsWithOptions(request, runtime);
|
|
5980
6003
|
}
|
|
5981
6004
|
/**
|
|
5982
|
-
*
|
|
6005
|
+
* Queries the sensitive data detection results of data assets that Data Security Center (DSC) is authorized to access.
|
|
5983
6006
|
*
|
|
5984
|
-
* @param request DescribeDataAssetsRequest
|
|
5985
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
5986
|
-
* @
|
|
6007
|
+
* @param request - DescribeDataAssetsRequest
|
|
6008
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
6009
|
+
* @returns DescribeDataAssetsResponse
|
|
5987
6010
|
*/
|
|
5988
6011
|
async describeDataAssetsWithOptions(request, runtime) {
|
|
5989
6012
|
tea_util_1.default.validateModel(request);
|
|
@@ -6026,21 +6049,21 @@ class Client extends openapi_client_1.default {
|
|
|
6026
6049
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeDataAssetsResponse({}));
|
|
6027
6050
|
}
|
|
6028
6051
|
/**
|
|
6029
|
-
*
|
|
6052
|
+
* Queries the sensitive data detection results of data assets that Data Security Center (DSC) is authorized to access.
|
|
6030
6053
|
*
|
|
6031
|
-
* @param request DescribeDataAssetsRequest
|
|
6032
|
-
* @
|
|
6054
|
+
* @param request - DescribeDataAssetsRequest
|
|
6055
|
+
* @returns DescribeDataAssetsResponse
|
|
6033
6056
|
*/
|
|
6034
6057
|
async describeDataAssets(request) {
|
|
6035
6058
|
let runtime = new $Util.RuntimeOptions({});
|
|
6036
6059
|
return await this.describeDataAssetsWithOptions(request, runtime);
|
|
6037
6060
|
}
|
|
6038
6061
|
/**
|
|
6039
|
-
*
|
|
6062
|
+
* Queries the details of a data asset, such as a MaxCompute project, an ApsaraDB RDS database, or an Object Storage Service (OSS) bucket, that you authorize Data Security Center (DSC) to access.
|
|
6040
6063
|
*
|
|
6041
|
-
* @param request DescribeDataLimitDetailRequest
|
|
6042
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
6043
|
-
* @
|
|
6064
|
+
* @param request - DescribeDataLimitDetailRequest
|
|
6065
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
6066
|
+
* @returns DescribeDataLimitDetailResponse
|
|
6044
6067
|
*/
|
|
6045
6068
|
async describeDataLimitDetailWithOptions(request, runtime) {
|
|
6046
6069
|
tea_util_1.default.validateModel(request);
|
|
@@ -6074,25 +6097,26 @@ class Client extends openapi_client_1.default {
|
|
|
6074
6097
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeDataLimitDetailResponse({}));
|
|
6075
6098
|
}
|
|
6076
6099
|
/**
|
|
6077
|
-
*
|
|
6100
|
+
* Queries the details of a data asset, such as a MaxCompute project, an ApsaraDB RDS database, or an Object Storage Service (OSS) bucket, that you authorize Data Security Center (DSC) to access.
|
|
6078
6101
|
*
|
|
6079
|
-
* @param request DescribeDataLimitDetailRequest
|
|
6080
|
-
* @
|
|
6102
|
+
* @param request - DescribeDataLimitDetailRequest
|
|
6103
|
+
* @returns DescribeDataLimitDetailResponse
|
|
6081
6104
|
*/
|
|
6082
6105
|
async describeDataLimitDetail(request) {
|
|
6083
6106
|
let runtime = new $Util.RuntimeOptions({});
|
|
6084
6107
|
return await this.describeDataLimitDetailWithOptions(request, runtime);
|
|
6085
6108
|
}
|
|
6086
6109
|
/**
|
|
6087
|
-
*
|
|
6110
|
+
* Queries data assets, such as instances, databases, and Object Storage Service (OSS) buckets, that you authorize Data Security Center (DSC) to scan in a service.
|
|
6088
6111
|
*
|
|
6089
|
-
* @
|
|
6112
|
+
* @remarks
|
|
6113
|
+
* You can call this operation to query the data assets that are authorized to be scanned. This facilitates resource search and aggregation.
|
|
6090
6114
|
* # Limits
|
|
6091
6115
|
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
6092
6116
|
*
|
|
6093
|
-
* @param request DescribeDataLimitSetRequest
|
|
6094
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
6095
|
-
* @
|
|
6117
|
+
* @param request - DescribeDataLimitSetRequest
|
|
6118
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
6119
|
+
* @returns DescribeDataLimitSetResponse
|
|
6096
6120
|
*/
|
|
6097
6121
|
async describeDataLimitSetWithOptions(request, runtime) {
|
|
6098
6122
|
tea_util_1.default.validateModel(request);
|
|
@@ -6126,25 +6150,26 @@ class Client extends openapi_client_1.default {
|
|
|
6126
6150
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeDataLimitSetResponse({}));
|
|
6127
6151
|
}
|
|
6128
6152
|
/**
|
|
6129
|
-
*
|
|
6153
|
+
* Queries data assets, such as instances, databases, and Object Storage Service (OSS) buckets, that you authorize Data Security Center (DSC) to scan in a service.
|
|
6130
6154
|
*
|
|
6131
|
-
* @
|
|
6155
|
+
* @remarks
|
|
6156
|
+
* You can call this operation to query the data assets that are authorized to be scanned. This facilitates resource search and aggregation.
|
|
6132
6157
|
* # Limits
|
|
6133
6158
|
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
6134
6159
|
*
|
|
6135
|
-
* @param request DescribeDataLimitSetRequest
|
|
6136
|
-
* @
|
|
6160
|
+
* @param request - DescribeDataLimitSetRequest
|
|
6161
|
+
* @returns DescribeDataLimitSetResponse
|
|
6137
6162
|
*/
|
|
6138
6163
|
async describeDataLimitSet(request) {
|
|
6139
6164
|
let runtime = new $Util.RuntimeOptions({});
|
|
6140
6165
|
return await this.describeDataLimitSetWithOptions(request, runtime);
|
|
6141
6166
|
}
|
|
6142
6167
|
/**
|
|
6143
|
-
*
|
|
6168
|
+
* Queries the data assets such as instances, databases, or buckets that Data Security Center (DSC) is authorized to access.
|
|
6144
6169
|
*
|
|
6145
|
-
* @param request DescribeDataLimitsRequest
|
|
6146
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
6147
|
-
* @
|
|
6170
|
+
* @param request - DescribeDataLimitsRequest
|
|
6171
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
6172
|
+
* @returns DescribeDataLimitsResponse
|
|
6148
6173
|
*/
|
|
6149
6174
|
async describeDataLimitsWithOptions(request, runtime) {
|
|
6150
6175
|
tea_util_1.default.validateModel(request);
|
|
@@ -6211,25 +6236,26 @@ class Client extends openapi_client_1.default {
|
|
|
6211
6236
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeDataLimitsResponse({}));
|
|
6212
6237
|
}
|
|
6213
6238
|
/**
|
|
6214
|
-
*
|
|
6239
|
+
* Queries the data assets such as instances, databases, or buckets that Data Security Center (DSC) is authorized to access.
|
|
6215
6240
|
*
|
|
6216
|
-
* @param request DescribeDataLimitsRequest
|
|
6217
|
-
* @
|
|
6241
|
+
* @param request - DescribeDataLimitsRequest
|
|
6242
|
+
* @returns DescribeDataLimitsResponse
|
|
6218
6243
|
*/
|
|
6219
6244
|
async describeDataLimits(request) {
|
|
6220
6245
|
let runtime = new $Util.RuntimeOptions({});
|
|
6221
6246
|
return await this.describeDataLimitsWithOptions(request, runtime);
|
|
6222
6247
|
}
|
|
6223
6248
|
/**
|
|
6224
|
-
*
|
|
6249
|
+
* Queries the execution information about a de-identification task.
|
|
6225
6250
|
*
|
|
6226
|
-
* @
|
|
6251
|
+
* @remarks
|
|
6252
|
+
* You can call this operation to query the execution information of a static de-identification task, including the status and progress.
|
|
6227
6253
|
* # Limits
|
|
6228
6254
|
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
6229
6255
|
*
|
|
6230
|
-
* @param request DescribeDataMaskingRunHistoryRequest
|
|
6231
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
6232
|
-
* @
|
|
6256
|
+
* @param request - DescribeDataMaskingRunHistoryRequest
|
|
6257
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
6258
|
+
* @returns DescribeDataMaskingRunHistoryResponse
|
|
6233
6259
|
*/
|
|
6234
6260
|
async describeDataMaskingRunHistoryWithOptions(request, runtime) {
|
|
6235
6261
|
tea_util_1.default.validateModel(request);
|
|
@@ -6284,29 +6310,31 @@ class Client extends openapi_client_1.default {
|
|
|
6284
6310
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeDataMaskingRunHistoryResponse({}));
|
|
6285
6311
|
}
|
|
6286
6312
|
/**
|
|
6287
|
-
*
|
|
6313
|
+
* Queries the execution information about a de-identification task.
|
|
6288
6314
|
*
|
|
6289
|
-
* @
|
|
6315
|
+
* @remarks
|
|
6316
|
+
* You can call this operation to query the execution information of a static de-identification task, including the status and progress.
|
|
6290
6317
|
* # Limits
|
|
6291
6318
|
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
6292
6319
|
*
|
|
6293
|
-
* @param request DescribeDataMaskingRunHistoryRequest
|
|
6294
|
-
* @
|
|
6320
|
+
* @param request - DescribeDataMaskingRunHistoryRequest
|
|
6321
|
+
* @returns DescribeDataMaskingRunHistoryResponse
|
|
6295
6322
|
*/
|
|
6296
6323
|
async describeDataMaskingRunHistory(request) {
|
|
6297
6324
|
let runtime = new $Util.RuntimeOptions({});
|
|
6298
6325
|
return await this.describeDataMaskingRunHistoryWithOptions(request, runtime);
|
|
6299
6326
|
}
|
|
6300
6327
|
/**
|
|
6301
|
-
*
|
|
6328
|
+
* Queries de-identification tasks.
|
|
6302
6329
|
*
|
|
6303
|
-
* @
|
|
6330
|
+
* @remarks
|
|
6331
|
+
* You can call this operation to query static de-identification tasks. This facilitates task queries and management.
|
|
6304
6332
|
* # Limits
|
|
6305
6333
|
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
6306
6334
|
*
|
|
6307
|
-
* @param request DescribeDataMaskingTasksRequest
|
|
6308
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
6309
|
-
* @
|
|
6335
|
+
* @param request - DescribeDataMaskingTasksRequest
|
|
6336
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
6337
|
+
* @returns DescribeDataMaskingTasksResponse
|
|
6310
6338
|
*/
|
|
6311
6339
|
async describeDataMaskingTasksWithOptions(request, runtime) {
|
|
6312
6340
|
tea_util_1.default.validateModel(request);
|
|
@@ -6349,25 +6377,26 @@ class Client extends openapi_client_1.default {
|
|
|
6349
6377
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeDataMaskingTasksResponse({}));
|
|
6350
6378
|
}
|
|
6351
6379
|
/**
|
|
6352
|
-
*
|
|
6380
|
+
* Queries de-identification tasks.
|
|
6353
6381
|
*
|
|
6354
|
-
* @
|
|
6382
|
+
* @remarks
|
|
6383
|
+
* You can call this operation to query static de-identification tasks. This facilitates task queries and management.
|
|
6355
6384
|
* # Limits
|
|
6356
6385
|
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
6357
6386
|
*
|
|
6358
|
-
* @param request DescribeDataMaskingTasksRequest
|
|
6359
|
-
* @
|
|
6387
|
+
* @param request - DescribeDataMaskingTasksRequest
|
|
6388
|
+
* @returns DescribeDataMaskingTasksResponse
|
|
6360
6389
|
*/
|
|
6361
6390
|
async describeDataMaskingTasks(request) {
|
|
6362
6391
|
let runtime = new $Util.RuntimeOptions({});
|
|
6363
6392
|
return await this.describeDataMaskingTasksWithOptions(request, runtime);
|
|
6364
6393
|
}
|
|
6365
6394
|
/**
|
|
6366
|
-
*
|
|
6395
|
+
* 查看数据对象列详情
|
|
6367
6396
|
*
|
|
6368
|
-
* @param request DescribeDataObjectColumnDetailRequest
|
|
6369
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
6370
|
-
* @
|
|
6397
|
+
* @param request - DescribeDataObjectColumnDetailRequest
|
|
6398
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
6399
|
+
* @returns DescribeDataObjectColumnDetailResponse
|
|
6371
6400
|
*/
|
|
6372
6401
|
async describeDataObjectColumnDetailWithOptions(request, runtime) {
|
|
6373
6402
|
tea_util_1.default.validateModel(request);
|
|
@@ -6410,21 +6439,21 @@ class Client extends openapi_client_1.default {
|
|
|
6410
6439
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeDataObjectColumnDetailResponse({}));
|
|
6411
6440
|
}
|
|
6412
6441
|
/**
|
|
6413
|
-
*
|
|
6442
|
+
* 查看数据对象列详情
|
|
6414
6443
|
*
|
|
6415
|
-
* @param request DescribeDataObjectColumnDetailRequest
|
|
6416
|
-
* @
|
|
6444
|
+
* @param request - DescribeDataObjectColumnDetailRequest
|
|
6445
|
+
* @returns DescribeDataObjectColumnDetailResponse
|
|
6417
6446
|
*/
|
|
6418
6447
|
async describeDataObjectColumnDetail(request) {
|
|
6419
6448
|
let runtime = new $Util.RuntimeOptions({});
|
|
6420
6449
|
return await this.describeDataObjectColumnDetailWithOptions(request, runtime);
|
|
6421
6450
|
}
|
|
6422
6451
|
/**
|
|
6423
|
-
*
|
|
6452
|
+
* 查看数据对象列详情V2
|
|
6424
6453
|
*
|
|
6425
|
-
* @param request DescribeDataObjectColumnDetailV2Request
|
|
6426
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
6427
|
-
* @
|
|
6454
|
+
* @param request - DescribeDataObjectColumnDetailV2Request
|
|
6455
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
6456
|
+
* @returns DescribeDataObjectColumnDetailV2Response
|
|
6428
6457
|
*/
|
|
6429
6458
|
async describeDataObjectColumnDetailV2WithOptions(request, runtime) {
|
|
6430
6459
|
tea_util_1.default.validateModel(request);
|
|
@@ -6467,21 +6496,21 @@ class Client extends openapi_client_1.default {
|
|
|
6467
6496
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeDataObjectColumnDetailV2Response({}));
|
|
6468
6497
|
}
|
|
6469
6498
|
/**
|
|
6470
|
-
*
|
|
6499
|
+
* 查看数据对象列详情V2
|
|
6471
6500
|
*
|
|
6472
|
-
* @param request DescribeDataObjectColumnDetailV2Request
|
|
6473
|
-
* @
|
|
6501
|
+
* @param request - DescribeDataObjectColumnDetailV2Request
|
|
6502
|
+
* @returns DescribeDataObjectColumnDetailV2Response
|
|
6474
6503
|
*/
|
|
6475
6504
|
async describeDataObjectColumnDetailV2(request) {
|
|
6476
6505
|
let runtime = new $Util.RuntimeOptions({});
|
|
6477
6506
|
return await this.describeDataObjectColumnDetailV2WithOptions(request, runtime);
|
|
6478
6507
|
}
|
|
6479
6508
|
/**
|
|
6480
|
-
*
|
|
6509
|
+
* 分页查询数据目录对象
|
|
6481
6510
|
*
|
|
6482
|
-
* @param request DescribeDataObjectsRequest
|
|
6483
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
6484
|
-
* @
|
|
6511
|
+
* @param request - DescribeDataObjectsRequest
|
|
6512
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
6513
|
+
* @returns DescribeDataObjectsResponse
|
|
6485
6514
|
*/
|
|
6486
6515
|
async describeDataObjectsWithOptions(request, runtime) {
|
|
6487
6516
|
tea_util_1.default.validateModel(request);
|
|
@@ -6554,19 +6583,19 @@ class Client extends openapi_client_1.default {
|
|
|
6554
6583
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeDataObjectsResponse({}));
|
|
6555
6584
|
}
|
|
6556
6585
|
/**
|
|
6557
|
-
*
|
|
6586
|
+
* 分页查询数据目录对象
|
|
6558
6587
|
*
|
|
6559
|
-
* @param request DescribeDataObjectsRequest
|
|
6560
|
-
* @
|
|
6588
|
+
* @param request - DescribeDataObjectsRequest
|
|
6589
|
+
* @returns DescribeDataObjectsResponse
|
|
6561
6590
|
*/
|
|
6562
6591
|
async describeDataObjects(request) {
|
|
6563
6592
|
let runtime = new $Util.RuntimeOptions({});
|
|
6564
6593
|
return await this.describeDataObjectsWithOptions(request, runtime);
|
|
6565
6594
|
}
|
|
6566
6595
|
/**
|
|
6567
|
-
* @param request DescribeDocTypesRequest
|
|
6568
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
6569
|
-
* @
|
|
6596
|
+
* @param request - DescribeDocTypesRequest
|
|
6597
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
6598
|
+
* @returns DescribeDocTypesResponse
|
|
6570
6599
|
*/
|
|
6571
6600
|
async describeDocTypesWithOptions(request, runtime) {
|
|
6572
6601
|
tea_util_1.default.validateModel(request);
|
|
@@ -6591,19 +6620,19 @@ class Client extends openapi_client_1.default {
|
|
|
6591
6620
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeDocTypesResponse({}));
|
|
6592
6621
|
}
|
|
6593
6622
|
/**
|
|
6594
|
-
* @param request DescribeDocTypesRequest
|
|
6595
|
-
* @
|
|
6623
|
+
* @param request - DescribeDocTypesRequest
|
|
6624
|
+
* @returns DescribeDocTypesResponse
|
|
6596
6625
|
*/
|
|
6597
6626
|
async describeDocTypes(request) {
|
|
6598
6627
|
let runtime = new $Util.RuntimeOptions({});
|
|
6599
6628
|
return await this.describeDocTypesWithOptions(request, runtime);
|
|
6600
6629
|
}
|
|
6601
6630
|
/**
|
|
6602
|
-
*
|
|
6631
|
+
* Queries the details of an anomalous event. The details include the time when the anomalous event occurred, and the description and handling status of the anomalous event.
|
|
6603
6632
|
*
|
|
6604
|
-
* @param request DescribeEventDetailRequest
|
|
6605
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
6606
|
-
* @
|
|
6633
|
+
* @param request - DescribeEventDetailRequest
|
|
6634
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
6635
|
+
* @returns DescribeEventDetailResponse
|
|
6607
6636
|
*/
|
|
6608
6637
|
async describeEventDetailWithOptions(request, runtime) {
|
|
6609
6638
|
tea_util_1.default.validateModel(request);
|
|
@@ -6631,21 +6660,21 @@ class Client extends openapi_client_1.default {
|
|
|
6631
6660
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeEventDetailResponse({}));
|
|
6632
6661
|
}
|
|
6633
6662
|
/**
|
|
6634
|
-
*
|
|
6663
|
+
* Queries the details of an anomalous event. The details include the time when the anomalous event occurred, and the description and handling status of the anomalous event.
|
|
6635
6664
|
*
|
|
6636
|
-
* @param request DescribeEventDetailRequest
|
|
6637
|
-
* @
|
|
6665
|
+
* @param request - DescribeEventDetailRequest
|
|
6666
|
+
* @returns DescribeEventDetailResponse
|
|
6638
6667
|
*/
|
|
6639
6668
|
async describeEventDetail(request) {
|
|
6640
6669
|
let runtime = new $Util.RuntimeOptions({});
|
|
6641
6670
|
return await this.describeEventDetailWithOptions(request, runtime);
|
|
6642
6671
|
}
|
|
6643
6672
|
/**
|
|
6644
|
-
*
|
|
6673
|
+
* Queries the types of anomalous events.
|
|
6645
6674
|
*
|
|
6646
|
-
* @param request DescribeEventTypesRequest
|
|
6647
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
6648
|
-
* @
|
|
6675
|
+
* @param request - DescribeEventTypesRequest
|
|
6676
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
6677
|
+
* @returns DescribeEventTypesResponse
|
|
6649
6678
|
*/
|
|
6650
6679
|
async describeEventTypesWithOptions(request, runtime) {
|
|
6651
6680
|
tea_util_1.default.validateModel(request);
|
|
@@ -6682,25 +6711,26 @@ class Client extends openapi_client_1.default {
|
|
|
6682
6711
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeEventTypesResponse({}));
|
|
6683
6712
|
}
|
|
6684
6713
|
/**
|
|
6685
|
-
*
|
|
6714
|
+
* Queries the types of anomalous events.
|
|
6686
6715
|
*
|
|
6687
|
-
* @param request DescribeEventTypesRequest
|
|
6688
|
-
* @
|
|
6716
|
+
* @param request - DescribeEventTypesRequest
|
|
6717
|
+
* @returns DescribeEventTypesResponse
|
|
6689
6718
|
*/
|
|
6690
6719
|
async describeEventTypes(request) {
|
|
6691
6720
|
let runtime = new $Util.RuntimeOptions({});
|
|
6692
6721
|
return await this.describeEventTypesWithOptions(request, runtime);
|
|
6693
6722
|
}
|
|
6694
6723
|
/**
|
|
6695
|
-
*
|
|
6724
|
+
* Queries anomalous events.
|
|
6696
6725
|
*
|
|
6697
|
-
* @
|
|
6726
|
+
* @remarks
|
|
6727
|
+
* You can call this operation to query anomalous events that may involve data leaks. This helps you search for and handle anomalous events.
|
|
6698
6728
|
* # Limits
|
|
6699
6729
|
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
6700
6730
|
*
|
|
6701
|
-
* @param request DescribeEventsRequest
|
|
6702
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
6703
|
-
* @
|
|
6731
|
+
* @param request - DescribeEventsRequest
|
|
6732
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
6733
|
+
* @returns DescribeEventsResponse
|
|
6704
6734
|
*/
|
|
6705
6735
|
async describeEventsWithOptions(request, runtime) {
|
|
6706
6736
|
tea_util_1.default.validateModel(request);
|
|
@@ -6770,30 +6800,32 @@ class Client extends openapi_client_1.default {
|
|
|
6770
6800
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeEventsResponse({}));
|
|
6771
6801
|
}
|
|
6772
6802
|
/**
|
|
6773
|
-
*
|
|
6803
|
+
* Queries anomalous events.
|
|
6774
6804
|
*
|
|
6775
|
-
* @
|
|
6805
|
+
* @remarks
|
|
6806
|
+
* You can call this operation to query anomalous events that may involve data leaks. This helps you search for and handle anomalous events.
|
|
6776
6807
|
* # Limits
|
|
6777
6808
|
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
6778
6809
|
*
|
|
6779
|
-
* @param request DescribeEventsRequest
|
|
6780
|
-
* @
|
|
6810
|
+
* @param request - DescribeEventsRequest
|
|
6811
|
+
* @returns DescribeEventsResponse
|
|
6781
6812
|
*/
|
|
6782
6813
|
async describeEvents(request) {
|
|
6783
6814
|
let runtime = new $Util.RuntimeOptions({});
|
|
6784
6815
|
return await this.describeEventsWithOptions(request, runtime);
|
|
6785
6816
|
}
|
|
6786
6817
|
/**
|
|
6787
|
-
*
|
|
6818
|
+
* Queries a list of data assets.
|
|
6788
6819
|
*
|
|
6789
|
-
* @
|
|
6820
|
+
* @remarks
|
|
6821
|
+
* You can query a list of unauthorized or authorized data assets based on the value of AuthStatus.
|
|
6790
6822
|
* This operation is no longer used for the KMS console of the new version.
|
|
6791
6823
|
* # [](#qps-)QPS limits
|
|
6792
6824
|
* This operation can be called up to 10 times per second for each Alibaba Cloud account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
6793
6825
|
*
|
|
6794
|
-
* @param request DescribeInstanceSourcesRequest
|
|
6795
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
6796
|
-
* @
|
|
6826
|
+
* @param request - DescribeInstanceSourcesRequest
|
|
6827
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
6828
|
+
* @returns DescribeInstanceSourcesResponse
|
|
6797
6829
|
*/
|
|
6798
6830
|
async describeInstanceSourcesWithOptions(request, runtime) {
|
|
6799
6831
|
tea_util_1.default.validateModel(request);
|
|
@@ -6854,30 +6886,32 @@ class Client extends openapi_client_1.default {
|
|
|
6854
6886
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeInstanceSourcesResponse({}));
|
|
6855
6887
|
}
|
|
6856
6888
|
/**
|
|
6857
|
-
*
|
|
6889
|
+
* Queries a list of data assets.
|
|
6858
6890
|
*
|
|
6859
|
-
* @
|
|
6891
|
+
* @remarks
|
|
6892
|
+
* You can query a list of unauthorized or authorized data assets based on the value of AuthStatus.
|
|
6860
6893
|
* This operation is no longer used for the KMS console of the new version.
|
|
6861
6894
|
* # [](#qps-)QPS limits
|
|
6862
6895
|
* This operation can be called up to 10 times per second for each Alibaba Cloud account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
6863
6896
|
*
|
|
6864
|
-
* @param request DescribeInstanceSourcesRequest
|
|
6865
|
-
* @
|
|
6897
|
+
* @param request - DescribeInstanceSourcesRequest
|
|
6898
|
+
* @returns DescribeInstanceSourcesResponse
|
|
6866
6899
|
*/
|
|
6867
6900
|
async describeInstanceSources(request) {
|
|
6868
6901
|
let runtime = new $Util.RuntimeOptions({});
|
|
6869
6902
|
return await this.describeInstanceSourcesWithOptions(request, runtime);
|
|
6870
6903
|
}
|
|
6871
6904
|
/**
|
|
6872
|
-
*
|
|
6905
|
+
* Queries data assets such as MaxCompute, ApsaraDB RDS, and Object Storage Service (OSS) that you authorize Data Security Center (DSC) to access.
|
|
6873
6906
|
*
|
|
6874
|
-
* @
|
|
6907
|
+
* @remarks
|
|
6908
|
+
* When you call the DescribeInstances operation, you can specify parameters such as Name and RiskLevelId to query data assets that meet filter conditions.
|
|
6875
6909
|
* # Limits
|
|
6876
6910
|
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
6877
6911
|
*
|
|
6878
|
-
* @param request DescribeInstancesRequest
|
|
6879
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
6880
|
-
* @
|
|
6912
|
+
* @param request - DescribeInstancesRequest
|
|
6913
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
6914
|
+
* @returns DescribeInstancesResponse
|
|
6881
6915
|
*/
|
|
6882
6916
|
async describeInstancesWithOptions(request, runtime) {
|
|
6883
6917
|
tea_util_1.default.validateModel(request);
|
|
@@ -6929,31 +6963,33 @@ class Client extends openapi_client_1.default {
|
|
|
6929
6963
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeInstancesResponse({}));
|
|
6930
6964
|
}
|
|
6931
6965
|
/**
|
|
6932
|
-
*
|
|
6966
|
+
* Queries data assets such as MaxCompute, ApsaraDB RDS, and Object Storage Service (OSS) that you authorize Data Security Center (DSC) to access.
|
|
6933
6967
|
*
|
|
6934
|
-
* @
|
|
6968
|
+
* @remarks
|
|
6969
|
+
* When you call the DescribeInstances operation, you can specify parameters such as Name and RiskLevelId to query data assets that meet filter conditions.
|
|
6935
6970
|
* # Limits
|
|
6936
6971
|
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
6937
6972
|
*
|
|
6938
|
-
* @param request DescribeInstancesRequest
|
|
6939
|
-
* @
|
|
6973
|
+
* @param request - DescribeInstancesRequest
|
|
6974
|
+
* @returns DescribeInstancesResponse
|
|
6940
6975
|
*/
|
|
6941
6976
|
async describeInstances(request) {
|
|
6942
6977
|
let runtime = new $Util.RuntimeOptions({});
|
|
6943
6978
|
return await this.describeInstancesWithOptions(request, runtime);
|
|
6944
6979
|
}
|
|
6945
6980
|
/**
|
|
6946
|
-
*
|
|
6981
|
+
* Queries the details of an Object Storage Service (OSS) object that Data Security Center (DSC) is authorized to access.
|
|
6947
6982
|
*
|
|
6948
|
-
* @
|
|
6983
|
+
* @remarks
|
|
6984
|
+
* You can call this operation to query the details of an Object Storage Service (OSS) object. This helps you locate sensitive data detected in OSS.
|
|
6949
6985
|
* ## [](#)Precautions
|
|
6950
6986
|
* The DescribeOssObjectDetail operation is chagned to DescribeOssObjectDetailV2. We recommend that you call the DescribeOssObjectDetailV2 operation when you develop your applications.
|
|
6951
6987
|
* ## [](#qps)Limits
|
|
6952
6988
|
* Each Alibaba Cloud account can call this operation up to 10 times per second. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
6953
6989
|
*
|
|
6954
|
-
* @param request DescribeOssObjectDetailRequest
|
|
6955
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
6956
|
-
* @
|
|
6990
|
+
* @param request - DescribeOssObjectDetailRequest
|
|
6991
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
6992
|
+
* @returns DescribeOssObjectDetailResponse
|
|
6957
6993
|
*/
|
|
6958
6994
|
async describeOssObjectDetailWithOptions(request, runtime) {
|
|
6959
6995
|
tea_util_1.default.validateModel(request);
|
|
@@ -6981,27 +7017,28 @@ class Client extends openapi_client_1.default {
|
|
|
6981
7017
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeOssObjectDetailResponse({}));
|
|
6982
7018
|
}
|
|
6983
7019
|
/**
|
|
6984
|
-
*
|
|
7020
|
+
* Queries the details of an Object Storage Service (OSS) object that Data Security Center (DSC) is authorized to access.
|
|
6985
7021
|
*
|
|
6986
|
-
* @
|
|
7022
|
+
* @remarks
|
|
7023
|
+
* You can call this operation to query the details of an Object Storage Service (OSS) object. This helps you locate sensitive data detected in OSS.
|
|
6987
7024
|
* ## [](#)Precautions
|
|
6988
7025
|
* The DescribeOssObjectDetail operation is chagned to DescribeOssObjectDetailV2. We recommend that you call the DescribeOssObjectDetailV2 operation when you develop your applications.
|
|
6989
7026
|
* ## [](#qps)Limits
|
|
6990
7027
|
* Each Alibaba Cloud account can call this operation up to 10 times per second. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
6991
7028
|
*
|
|
6992
|
-
* @param request DescribeOssObjectDetailRequest
|
|
6993
|
-
* @
|
|
7029
|
+
* @param request - DescribeOssObjectDetailRequest
|
|
7030
|
+
* @returns DescribeOssObjectDetailResponse
|
|
6994
7031
|
*/
|
|
6995
7032
|
async describeOssObjectDetail(request) {
|
|
6996
7033
|
let runtime = new $Util.RuntimeOptions({});
|
|
6997
7034
|
return await this.describeOssObjectDetailWithOptions(request, runtime);
|
|
6998
7035
|
}
|
|
6999
7036
|
/**
|
|
7000
|
-
*
|
|
7037
|
+
* 调用本接口查询数据安全中心连接授权的OSS的单个存储对象的详细信息
|
|
7001
7038
|
*
|
|
7002
|
-
* @param request DescribeOssObjectDetailV2Request
|
|
7003
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
7004
|
-
* @
|
|
7039
|
+
* @param request - DescribeOssObjectDetailV2Request
|
|
7040
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
7041
|
+
* @returns DescribeOssObjectDetailV2Response
|
|
7005
7042
|
*/
|
|
7006
7043
|
async describeOssObjectDetailV2WithOptions(request, runtime) {
|
|
7007
7044
|
tea_util_1.default.validateModel(request);
|
|
@@ -7029,21 +7066,21 @@ class Client extends openapi_client_1.default {
|
|
|
7029
7066
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeOssObjectDetailV2Response({}));
|
|
7030
7067
|
}
|
|
7031
7068
|
/**
|
|
7032
|
-
*
|
|
7069
|
+
* 调用本接口查询数据安全中心连接授权的OSS的单个存储对象的详细信息
|
|
7033
7070
|
*
|
|
7034
|
-
* @param request DescribeOssObjectDetailV2Request
|
|
7035
|
-
* @
|
|
7071
|
+
* @param request - DescribeOssObjectDetailV2Request
|
|
7072
|
+
* @returns DescribeOssObjectDetailV2Response
|
|
7036
7073
|
*/
|
|
7037
7074
|
async describeOssObjectDetailV2(request) {
|
|
7038
7075
|
let runtime = new $Util.RuntimeOptions({});
|
|
7039
7076
|
return await this.describeOssObjectDetailV2WithOptions(request, runtime);
|
|
7040
7077
|
}
|
|
7041
7078
|
/**
|
|
7042
|
-
*
|
|
7079
|
+
* Queries Object Storage Service (OSS) objects that you authorize Data Security Center (DSC) to access.
|
|
7043
7080
|
*
|
|
7044
|
-
* @param request DescribeOssObjectsRequest
|
|
7045
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
7046
|
-
* @
|
|
7081
|
+
* @param request - DescribeOssObjectsRequest
|
|
7082
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
7083
|
+
* @returns DescribeOssObjectsResponse
|
|
7047
7084
|
*/
|
|
7048
7085
|
async describeOssObjectsWithOptions(request, runtime) {
|
|
7049
7086
|
tea_util_1.default.validateModel(request);
|
|
@@ -7066,6 +7103,9 @@ class Client extends openapi_client_1.default {
|
|
|
7066
7103
|
if (!tea_util_1.default.isUnset(request.lastScanTimeStart)) {
|
|
7067
7104
|
query["LastScanTimeStart"] = request.lastScanTimeStart;
|
|
7068
7105
|
}
|
|
7106
|
+
if (!tea_util_1.default.isUnset(request.marker)) {
|
|
7107
|
+
query["Marker"] = request.marker;
|
|
7108
|
+
}
|
|
7069
7109
|
if (!tea_util_1.default.isUnset(request.name)) {
|
|
7070
7110
|
query["Name"] = request.name;
|
|
7071
7111
|
}
|
|
@@ -7101,25 +7141,26 @@ class Client extends openapi_client_1.default {
|
|
|
7101
7141
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeOssObjectsResponse({}));
|
|
7102
7142
|
}
|
|
7103
7143
|
/**
|
|
7104
|
-
*
|
|
7144
|
+
* Queries Object Storage Service (OSS) objects that you authorize Data Security Center (DSC) to access.
|
|
7105
7145
|
*
|
|
7106
|
-
* @param request DescribeOssObjectsRequest
|
|
7107
|
-
* @
|
|
7146
|
+
* @param request - DescribeOssObjectsRequest
|
|
7147
|
+
* @returns DescribeOssObjectsResponse
|
|
7108
7148
|
*/
|
|
7109
7149
|
async describeOssObjects(request) {
|
|
7110
7150
|
let runtime = new $Util.RuntimeOptions({});
|
|
7111
7151
|
return await this.describeOssObjectsWithOptions(request, runtime);
|
|
7112
7152
|
}
|
|
7113
7153
|
/**
|
|
7114
|
-
*
|
|
7154
|
+
* Queries information about the MaxCompute packages that Data Security Center (DSC) is authorized to access. The information includes the names of MaxCompute packages, the accounts of MaxCompute package owners, and the sensitivity levels of MaxCompute packages.
|
|
7115
7155
|
*
|
|
7116
|
-
* @
|
|
7156
|
+
* @remarks
|
|
7157
|
+
* You can call this operation to query MaxCompute packages that are scanned by DSC. This helps you search for MaxCompute packages and view the summary of MaxCompute packages.
|
|
7117
7158
|
* # Limits
|
|
7118
7159
|
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
7119
7160
|
*
|
|
7120
|
-
* @param request DescribePackagesRequest
|
|
7121
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
7122
|
-
* @
|
|
7161
|
+
* @param request - DescribePackagesRequest
|
|
7162
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
7163
|
+
* @returns DescribePackagesResponse
|
|
7123
7164
|
*/
|
|
7124
7165
|
async describePackagesWithOptions(request, runtime) {
|
|
7125
7166
|
tea_util_1.default.validateModel(request);
|
|
@@ -7165,25 +7206,26 @@ class Client extends openapi_client_1.default {
|
|
|
7165
7206
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribePackagesResponse({}));
|
|
7166
7207
|
}
|
|
7167
7208
|
/**
|
|
7168
|
-
*
|
|
7209
|
+
* Queries information about the MaxCompute packages that Data Security Center (DSC) is authorized to access. The information includes the names of MaxCompute packages, the accounts of MaxCompute package owners, and the sensitivity levels of MaxCompute packages.
|
|
7169
7210
|
*
|
|
7170
|
-
* @
|
|
7211
|
+
* @remarks
|
|
7212
|
+
* You can call this operation to query MaxCompute packages that are scanned by DSC. This helps you search for MaxCompute packages and view the summary of MaxCompute packages.
|
|
7171
7213
|
* # Limits
|
|
7172
7214
|
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
7173
7215
|
*
|
|
7174
|
-
* @param request DescribePackagesRequest
|
|
7175
|
-
* @
|
|
7216
|
+
* @param request - DescribePackagesRequest
|
|
7217
|
+
* @returns DescribePackagesResponse
|
|
7176
7218
|
*/
|
|
7177
7219
|
async describePackages(request) {
|
|
7178
7220
|
let runtime = new $Util.RuntimeOptions({});
|
|
7179
7221
|
return await this.describePackagesWithOptions(request, runtime);
|
|
7180
7222
|
}
|
|
7181
7223
|
/**
|
|
7182
|
-
*
|
|
7224
|
+
* 获取一级授权列表
|
|
7183
7225
|
*
|
|
7184
|
-
* @param request DescribeParentInstanceRequest
|
|
7185
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
7186
|
-
* @
|
|
7226
|
+
* @param request - DescribeParentInstanceRequest
|
|
7227
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
7228
|
+
* @returns DescribeParentInstanceResponse
|
|
7187
7229
|
*/
|
|
7188
7230
|
async describeParentInstanceWithOptions(request, runtime) {
|
|
7189
7231
|
tea_util_1.default.validateModel(request);
|
|
@@ -7241,25 +7283,26 @@ class Client extends openapi_client_1.default {
|
|
|
7241
7283
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeParentInstanceResponse({}));
|
|
7242
7284
|
}
|
|
7243
7285
|
/**
|
|
7244
|
-
*
|
|
7286
|
+
* 获取一级授权列表
|
|
7245
7287
|
*
|
|
7246
|
-
* @param request DescribeParentInstanceRequest
|
|
7247
|
-
* @
|
|
7288
|
+
* @param request - DescribeParentInstanceRequest
|
|
7289
|
+
* @returns DescribeParentInstanceResponse
|
|
7248
7290
|
*/
|
|
7249
7291
|
async describeParentInstance(request) {
|
|
7250
7292
|
let runtime = new $Util.RuntimeOptions({});
|
|
7251
7293
|
return await this.describeParentInstanceWithOptions(request, runtime);
|
|
7252
7294
|
}
|
|
7253
7295
|
/**
|
|
7254
|
-
*
|
|
7296
|
+
* Queries the sensitivity levels that are defined in a rule template provided by Data Security Center (DSC).
|
|
7255
7297
|
*
|
|
7256
|
-
* @
|
|
7298
|
+
* @remarks
|
|
7299
|
+
* You can call this operation to query the sensitivity levels that are defined in the current rule template provided by DSC. This helps you learn about the number of times that each sensitivity level is referenced in the rule template and the highest sensitivity level.
|
|
7257
7300
|
* # Limits
|
|
7258
7301
|
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
7259
7302
|
*
|
|
7260
|
-
* @param request DescribeRiskLevelsRequest
|
|
7261
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
7262
|
-
* @
|
|
7303
|
+
* @param request - DescribeRiskLevelsRequest
|
|
7304
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
7305
|
+
* @returns DescribeRiskLevelsResponse
|
|
7263
7306
|
*/
|
|
7264
7307
|
async describeRiskLevelsWithOptions(request, runtime) {
|
|
7265
7308
|
tea_util_1.default.validateModel(request);
|
|
@@ -7290,25 +7333,26 @@ class Client extends openapi_client_1.default {
|
|
|
7290
7333
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeRiskLevelsResponse({}));
|
|
7291
7334
|
}
|
|
7292
7335
|
/**
|
|
7293
|
-
*
|
|
7336
|
+
* Queries the sensitivity levels that are defined in a rule template provided by Data Security Center (DSC).
|
|
7294
7337
|
*
|
|
7295
|
-
* @
|
|
7338
|
+
* @remarks
|
|
7339
|
+
* You can call this operation to query the sensitivity levels that are defined in the current rule template provided by DSC. This helps you learn about the number of times that each sensitivity level is referenced in the rule template and the highest sensitivity level.
|
|
7296
7340
|
* # Limits
|
|
7297
7341
|
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
7298
7342
|
*
|
|
7299
|
-
* @param request DescribeRiskLevelsRequest
|
|
7300
|
-
* @
|
|
7343
|
+
* @param request - DescribeRiskLevelsRequest
|
|
7344
|
+
* @returns DescribeRiskLevelsResponse
|
|
7301
7345
|
*/
|
|
7302
7346
|
async describeRiskLevels(request) {
|
|
7303
7347
|
let runtime = new $Util.RuntimeOptions({});
|
|
7304
7348
|
return await this.describeRiskLevelsWithOptions(request, runtime);
|
|
7305
7349
|
}
|
|
7306
7350
|
/**
|
|
7307
|
-
*
|
|
7351
|
+
* Queries sensitive data detection rules.
|
|
7308
7352
|
*
|
|
7309
|
-
* @param request DescribeRulesRequest
|
|
7310
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
7311
|
-
* @
|
|
7353
|
+
* @param request - DescribeRulesRequest
|
|
7354
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
7355
|
+
* @returns DescribeRulesResponse
|
|
7312
7356
|
*/
|
|
7313
7357
|
async describeRulesWithOptions(request, runtime) {
|
|
7314
7358
|
tea_util_1.default.validateModel(request);
|
|
@@ -7384,25 +7428,26 @@ class Client extends openapi_client_1.default {
|
|
|
7384
7428
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeRulesResponse({}));
|
|
7385
7429
|
}
|
|
7386
7430
|
/**
|
|
7387
|
-
*
|
|
7431
|
+
* Queries sensitive data detection rules.
|
|
7388
7432
|
*
|
|
7389
|
-
* @param request DescribeRulesRequest
|
|
7390
|
-
* @
|
|
7433
|
+
* @param request - DescribeRulesRequest
|
|
7434
|
+
* @returns DescribeRulesResponse
|
|
7391
7435
|
*/
|
|
7392
7436
|
async describeRules(request) {
|
|
7393
7437
|
let runtime = new $Util.RuntimeOptions({});
|
|
7394
7438
|
return await this.describeRulesWithOptions(request, runtime);
|
|
7395
7439
|
}
|
|
7396
7440
|
/**
|
|
7397
|
-
*
|
|
7441
|
+
* Queries tables in data assets, such as MaxCompute projects and ApsaraDB RDS instances, that you authorize Data Security Center (DSC) to access.
|
|
7398
7442
|
*
|
|
7399
|
-
* @
|
|
7443
|
+
* @remarks
|
|
7444
|
+
* When you call the DescribeTables operation to query tables, you can specify parameters such as Name and RiskLevelId to filter tables.
|
|
7400
7445
|
* # Limits
|
|
7401
7446
|
* You can send up to 10 requests per second to call this operation by using your Alibaba Cloud account. If you send excessive requests, throttling is implemented, and your business may be affected.
|
|
7402
7447
|
*
|
|
7403
|
-
* @param request DescribeTablesRequest
|
|
7404
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
7405
|
-
* @
|
|
7448
|
+
* @param request - DescribeTablesRequest
|
|
7449
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
7450
|
+
* @returns DescribeTablesResponse
|
|
7406
7451
|
*/
|
|
7407
7452
|
async describeTablesWithOptions(request, runtime) {
|
|
7408
7453
|
tea_util_1.default.validateModel(request);
|
|
@@ -7460,23 +7505,24 @@ class Client extends openapi_client_1.default {
|
|
|
7460
7505
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeTablesResponse({}));
|
|
7461
7506
|
}
|
|
7462
7507
|
/**
|
|
7463
|
-
*
|
|
7508
|
+
* Queries tables in data assets, such as MaxCompute projects and ApsaraDB RDS instances, that you authorize Data Security Center (DSC) to access.
|
|
7464
7509
|
*
|
|
7465
|
-
* @
|
|
7510
|
+
* @remarks
|
|
7511
|
+
* When you call the DescribeTables operation to query tables, you can specify parameters such as Name and RiskLevelId to filter tables.
|
|
7466
7512
|
* # Limits
|
|
7467
7513
|
* You can send up to 10 requests per second to call this operation by using your Alibaba Cloud account. If you send excessive requests, throttling is implemented, and your business may be affected.
|
|
7468
7514
|
*
|
|
7469
|
-
* @param request DescribeTablesRequest
|
|
7470
|
-
* @
|
|
7515
|
+
* @param request - DescribeTablesRequest
|
|
7516
|
+
* @returns DescribeTablesResponse
|
|
7471
7517
|
*/
|
|
7472
7518
|
async describeTables(request) {
|
|
7473
7519
|
let runtime = new $Util.RuntimeOptions({});
|
|
7474
7520
|
return await this.describeTablesWithOptions(request, runtime);
|
|
7475
7521
|
}
|
|
7476
7522
|
/**
|
|
7477
|
-
* @param request DescribeTemplateAllRulesRequest
|
|
7478
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
7479
|
-
* @
|
|
7523
|
+
* @param request - DescribeTemplateAllRulesRequest
|
|
7524
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
7525
|
+
* @returns DescribeTemplateAllRulesResponse
|
|
7480
7526
|
*/
|
|
7481
7527
|
async describeTemplateAllRulesWithOptions(request, runtime) {
|
|
7482
7528
|
tea_util_1.default.validateModel(request);
|
|
@@ -7507,23 +7553,24 @@ class Client extends openapi_client_1.default {
|
|
|
7507
7553
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeTemplateAllRulesResponse({}));
|
|
7508
7554
|
}
|
|
7509
7555
|
/**
|
|
7510
|
-
* @param request DescribeTemplateAllRulesRequest
|
|
7511
|
-
* @
|
|
7556
|
+
* @param request - DescribeTemplateAllRulesRequest
|
|
7557
|
+
* @returns DescribeTemplateAllRulesResponse
|
|
7512
7558
|
*/
|
|
7513
7559
|
async describeTemplateAllRules(request) {
|
|
7514
7560
|
let runtime = new $Util.RuntimeOptions({});
|
|
7515
7561
|
return await this.describeTemplateAllRulesWithOptions(request, runtime);
|
|
7516
7562
|
}
|
|
7517
7563
|
/**
|
|
7518
|
-
*
|
|
7564
|
+
* Queries the information about an account.
|
|
7519
7565
|
*
|
|
7520
|
-
* @
|
|
7566
|
+
* @remarks
|
|
7567
|
+
* You can call this operation to query the information about the current account. This helps you get familiar with your account that accesses Data Security Center (DSC).
|
|
7521
7568
|
* # Limits
|
|
7522
7569
|
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
7523
7570
|
*
|
|
7524
|
-
* @param request DescribeUserStatusRequest
|
|
7525
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
7526
|
-
* @
|
|
7571
|
+
* @param request - DescribeUserStatusRequest
|
|
7572
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
7573
|
+
* @returns DescribeUserStatusResponse
|
|
7527
7574
|
*/
|
|
7528
7575
|
async describeUserStatusWithOptions(request, runtime) {
|
|
7529
7576
|
tea_util_1.default.validateModel(request);
|
|
@@ -7551,29 +7598,31 @@ class Client extends openapi_client_1.default {
|
|
|
7551
7598
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeUserStatusResponse({}));
|
|
7552
7599
|
}
|
|
7553
7600
|
/**
|
|
7554
|
-
*
|
|
7601
|
+
* Queries the information about an account.
|
|
7555
7602
|
*
|
|
7556
|
-
* @
|
|
7603
|
+
* @remarks
|
|
7604
|
+
* You can call this operation to query the information about the current account. This helps you get familiar with your account that accesses Data Security Center (DSC).
|
|
7557
7605
|
* # Limits
|
|
7558
7606
|
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
7559
7607
|
*
|
|
7560
|
-
* @param request DescribeUserStatusRequest
|
|
7561
|
-
* @
|
|
7608
|
+
* @param request - DescribeUserStatusRequest
|
|
7609
|
+
* @returns DescribeUserStatusResponse
|
|
7562
7610
|
*/
|
|
7563
7611
|
async describeUserStatus(request) {
|
|
7564
7612
|
let runtime = new $Util.RuntimeOptions({});
|
|
7565
7613
|
return await this.describeUserStatusWithOptions(request, runtime);
|
|
7566
7614
|
}
|
|
7567
7615
|
/**
|
|
7568
|
-
*
|
|
7616
|
+
* Disables a configuration item. After you disable a configuration item, you can call the CreateConfig operation to enable the configuration item by specifying the code of the configuration item for the Code parameter in the request.
|
|
7569
7617
|
*
|
|
7570
|
-
* @
|
|
7618
|
+
* @remarks
|
|
7619
|
+
* You can call this operation to disable a configuration item based on the code of the configuration item. This helps you modify configurations at the earliest opportunity.
|
|
7571
7620
|
* # Limits
|
|
7572
7621
|
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
7573
7622
|
*
|
|
7574
|
-
* @param request DisableUserConfigRequest
|
|
7575
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
7576
|
-
* @
|
|
7623
|
+
* @param request - DisableUserConfigRequest
|
|
7624
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
7625
|
+
* @returns DisableUserConfigResponse
|
|
7577
7626
|
*/
|
|
7578
7627
|
async disableUserConfigWithOptions(request, runtime) {
|
|
7579
7628
|
tea_util_1.default.validateModel(request);
|
|
@@ -7604,25 +7653,26 @@ class Client extends openapi_client_1.default {
|
|
|
7604
7653
|
return $tea.cast(await this.callApi(params, req, runtime), new DisableUserConfigResponse({}));
|
|
7605
7654
|
}
|
|
7606
7655
|
/**
|
|
7607
|
-
*
|
|
7656
|
+
* Disables a configuration item. After you disable a configuration item, you can call the CreateConfig operation to enable the configuration item by specifying the code of the configuration item for the Code parameter in the request.
|
|
7608
7657
|
*
|
|
7609
|
-
* @
|
|
7658
|
+
* @remarks
|
|
7659
|
+
* You can call this operation to disable a configuration item based on the code of the configuration item. This helps you modify configurations at the earliest opportunity.
|
|
7610
7660
|
* # Limits
|
|
7611
7661
|
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
7612
7662
|
*
|
|
7613
|
-
* @param request DisableUserConfigRequest
|
|
7614
|
-
* @
|
|
7663
|
+
* @param request - DisableUserConfigRequest
|
|
7664
|
+
* @returns DisableUserConfigResponse
|
|
7615
7665
|
*/
|
|
7616
7666
|
async disableUserConfig(request) {
|
|
7617
7667
|
let runtime = new $Util.RuntimeOptions({});
|
|
7618
7668
|
return await this.disableUserConfigWithOptions(request, runtime);
|
|
7619
7669
|
}
|
|
7620
7670
|
/**
|
|
7621
|
-
*
|
|
7671
|
+
* Dynamically de-identifies sensitive data.
|
|
7622
7672
|
*
|
|
7623
|
-
* @param request ExecDatamaskRequest
|
|
7624
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
7625
|
-
* @
|
|
7673
|
+
* @param request - ExecDatamaskRequest
|
|
7674
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
7675
|
+
* @returns ExecDatamaskResponse
|
|
7626
7676
|
*/
|
|
7627
7677
|
async execDatamaskWithOptions(request, runtime) {
|
|
7628
7678
|
tea_util_1.default.validateModel(request);
|
|
@@ -7656,21 +7706,21 @@ class Client extends openapi_client_1.default {
|
|
|
7656
7706
|
return $tea.cast(await this.callApi(params, req, runtime), new ExecDatamaskResponse({}));
|
|
7657
7707
|
}
|
|
7658
7708
|
/**
|
|
7659
|
-
*
|
|
7709
|
+
* Dynamically de-identifies sensitive data.
|
|
7660
7710
|
*
|
|
7661
|
-
* @param request ExecDatamaskRequest
|
|
7662
|
-
* @
|
|
7711
|
+
* @param request - ExecDatamaskRequest
|
|
7712
|
+
* @returns ExecDatamaskResponse
|
|
7663
7713
|
*/
|
|
7664
7714
|
async execDatamask(request) {
|
|
7665
7715
|
let runtime = new $Util.RuntimeOptions({});
|
|
7666
7716
|
return await this.execDatamaskWithOptions(request, runtime);
|
|
7667
7717
|
}
|
|
7668
7718
|
/**
|
|
7669
|
-
*
|
|
7719
|
+
* Triggers a de-identification task.
|
|
7670
7720
|
*
|
|
7671
|
-
* @param request ManualTriggerMaskingProcessRequest
|
|
7672
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
7673
|
-
* @
|
|
7721
|
+
* @param request - ManualTriggerMaskingProcessRequest
|
|
7722
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
7723
|
+
* @returns ManualTriggerMaskingProcessResponse
|
|
7674
7724
|
*/
|
|
7675
7725
|
async manualTriggerMaskingProcessWithOptions(request, runtime) {
|
|
7676
7726
|
tea_util_1.default.validateModel(request);
|
|
@@ -7698,21 +7748,21 @@ class Client extends openapi_client_1.default {
|
|
|
7698
7748
|
return $tea.cast(await this.callApi(params, req, runtime), new ManualTriggerMaskingProcessResponse({}));
|
|
7699
7749
|
}
|
|
7700
7750
|
/**
|
|
7701
|
-
*
|
|
7751
|
+
* Triggers a de-identification task.
|
|
7702
7752
|
*
|
|
7703
|
-
* @param request ManualTriggerMaskingProcessRequest
|
|
7704
|
-
* @
|
|
7753
|
+
* @param request - ManualTriggerMaskingProcessRequest
|
|
7754
|
+
* @returns ManualTriggerMaskingProcessResponse
|
|
7705
7755
|
*/
|
|
7706
7756
|
async manualTriggerMaskingProcess(request) {
|
|
7707
7757
|
let runtime = new $Util.RuntimeOptions({});
|
|
7708
7758
|
return await this.manualTriggerMaskingProcessWithOptions(request, runtime);
|
|
7709
7759
|
}
|
|
7710
7760
|
/**
|
|
7711
|
-
*
|
|
7761
|
+
* Modifies configuration items for a data asset that you authorize Data Security Center (DSC) to access.
|
|
7712
7762
|
*
|
|
7713
|
-
* @param request ModifyDataLimitRequest
|
|
7714
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
7715
|
-
* @
|
|
7763
|
+
* @param request - ModifyDataLimitRequest
|
|
7764
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
7765
|
+
* @returns ModifyDataLimitResponse
|
|
7716
7766
|
*/
|
|
7717
7767
|
async modifyDataLimitWithOptions(request, runtime) {
|
|
7718
7768
|
tea_util_1.default.validateModel(request);
|
|
@@ -7785,25 +7835,26 @@ class Client extends openapi_client_1.default {
|
|
|
7785
7835
|
return $tea.cast(await this.callApi(params, req, runtime), new ModifyDataLimitResponse({}));
|
|
7786
7836
|
}
|
|
7787
7837
|
/**
|
|
7788
|
-
*
|
|
7838
|
+
* Modifies configuration items for a data asset that you authorize Data Security Center (DSC) to access.
|
|
7789
7839
|
*
|
|
7790
|
-
* @param request ModifyDataLimitRequest
|
|
7791
|
-
* @
|
|
7840
|
+
* @param request - ModifyDataLimitRequest
|
|
7841
|
+
* @returns ModifyDataLimitResponse
|
|
7792
7842
|
*/
|
|
7793
7843
|
async modifyDataLimit(request) {
|
|
7794
7844
|
let runtime = new $Util.RuntimeOptions({});
|
|
7795
7845
|
return await this.modifyDataLimitWithOptions(request, runtime);
|
|
7796
7846
|
}
|
|
7797
7847
|
/**
|
|
7798
|
-
*
|
|
7848
|
+
* Changes the sensitivity levels of sensitive data. You can change the default sensitivity levels of data that cannot be classified as sensitive or insensitive, and the sensitivity levels of data that can be classified as sensitive.
|
|
7799
7849
|
*
|
|
7800
|
-
* @
|
|
7850
|
+
* @remarks
|
|
7851
|
+
* You can call this operation to modify the sensitivity levels of data. This helps you manage the sensitivity levels.
|
|
7801
7852
|
* # Limits
|
|
7802
7853
|
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
7803
7854
|
*
|
|
7804
|
-
* @param request ModifyDefaultLevelRequest
|
|
7805
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
7806
|
-
* @
|
|
7855
|
+
* @param request - ModifyDefaultLevelRequest
|
|
7856
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
7857
|
+
* @returns ModifyDefaultLevelResponse
|
|
7807
7858
|
*/
|
|
7808
7859
|
async modifyDefaultLevelWithOptions(request, runtime) {
|
|
7809
7860
|
tea_util_1.default.validateModel(request);
|
|
@@ -7834,29 +7885,31 @@ class Client extends openapi_client_1.default {
|
|
|
7834
7885
|
return $tea.cast(await this.callApi(params, req, runtime), new ModifyDefaultLevelResponse({}));
|
|
7835
7886
|
}
|
|
7836
7887
|
/**
|
|
7837
|
-
*
|
|
7888
|
+
* Changes the sensitivity levels of sensitive data. You can change the default sensitivity levels of data that cannot be classified as sensitive or insensitive, and the sensitivity levels of data that can be classified as sensitive.
|
|
7838
7889
|
*
|
|
7839
|
-
* @
|
|
7890
|
+
* @remarks
|
|
7891
|
+
* You can call this operation to modify the sensitivity levels of data. This helps you manage the sensitivity levels.
|
|
7840
7892
|
* # Limits
|
|
7841
7893
|
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
7842
7894
|
*
|
|
7843
|
-
* @param request ModifyDefaultLevelRequest
|
|
7844
|
-
* @
|
|
7895
|
+
* @param request - ModifyDefaultLevelRequest
|
|
7896
|
+
* @returns ModifyDefaultLevelResponse
|
|
7845
7897
|
*/
|
|
7846
7898
|
async modifyDefaultLevel(request) {
|
|
7847
7899
|
let runtime = new $Util.RuntimeOptions({});
|
|
7848
7900
|
return await this.modifyDefaultLevelWithOptions(request, runtime);
|
|
7849
7901
|
}
|
|
7850
7902
|
/**
|
|
7851
|
-
*
|
|
7903
|
+
* Handles an anomalous event.
|
|
7852
7904
|
*
|
|
7853
|
-
* @
|
|
7905
|
+
* @remarks
|
|
7906
|
+
* You can call this operation to handle anomalous events that involve data leaks. This helps protect your data assets at the earliest opportunity.
|
|
7854
7907
|
* # Limits
|
|
7855
7908
|
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
7856
7909
|
*
|
|
7857
|
-
* @param request ModifyEventStatusRequest
|
|
7858
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
7859
|
-
* @
|
|
7910
|
+
* @param request - ModifyEventStatusRequest
|
|
7911
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
7912
|
+
* @returns ModifyEventStatusResponse
|
|
7860
7913
|
*/
|
|
7861
7914
|
async modifyEventStatusWithOptions(request, runtime) {
|
|
7862
7915
|
tea_util_1.default.validateModel(request);
|
|
@@ -7893,25 +7946,26 @@ class Client extends openapi_client_1.default {
|
|
|
7893
7946
|
return $tea.cast(await this.callApi(params, req, runtime), new ModifyEventStatusResponse({}));
|
|
7894
7947
|
}
|
|
7895
7948
|
/**
|
|
7896
|
-
*
|
|
7949
|
+
* Handles an anomalous event.
|
|
7897
7950
|
*
|
|
7898
|
-
* @
|
|
7951
|
+
* @remarks
|
|
7952
|
+
* You can call this operation to handle anomalous events that involve data leaks. This helps protect your data assets at the earliest opportunity.
|
|
7899
7953
|
* # Limits
|
|
7900
7954
|
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
7901
7955
|
*
|
|
7902
|
-
* @param request ModifyEventStatusRequest
|
|
7903
|
-
* @
|
|
7956
|
+
* @param request - ModifyEventStatusRequest
|
|
7957
|
+
* @returns ModifyEventStatusResponse
|
|
7904
7958
|
*/
|
|
7905
7959
|
async modifyEventStatus(request) {
|
|
7906
7960
|
let runtime = new $Util.RuntimeOptions({});
|
|
7907
7961
|
return await this.modifyEventStatusWithOptions(request, runtime);
|
|
7908
7962
|
}
|
|
7909
7963
|
/**
|
|
7910
|
-
*
|
|
7964
|
+
* Enables the detection of anomalous events of subtypes.
|
|
7911
7965
|
*
|
|
7912
|
-
* @param request ModifyEventTypeStatusRequest
|
|
7913
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
7914
|
-
* @
|
|
7966
|
+
* @param request - ModifyEventTypeStatusRequest
|
|
7967
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
7968
|
+
* @returns ModifyEventTypeStatusResponse
|
|
7915
7969
|
*/
|
|
7916
7970
|
async modifyEventTypeStatusWithOptions(request, runtime) {
|
|
7917
7971
|
tea_util_1.default.validateModel(request);
|
|
@@ -7942,25 +7996,26 @@ class Client extends openapi_client_1.default {
|
|
|
7942
7996
|
return $tea.cast(await this.callApi(params, req, runtime), new ModifyEventTypeStatusResponse({}));
|
|
7943
7997
|
}
|
|
7944
7998
|
/**
|
|
7945
|
-
*
|
|
7999
|
+
* Enables the detection of anomalous events of subtypes.
|
|
7946
8000
|
*
|
|
7947
|
-
* @param request ModifyEventTypeStatusRequest
|
|
7948
|
-
* @
|
|
8001
|
+
* @param request - ModifyEventTypeStatusRequest
|
|
8002
|
+
* @returns ModifyEventTypeStatusResponse
|
|
7949
8003
|
*/
|
|
7950
8004
|
async modifyEventTypeStatus(request) {
|
|
7951
8005
|
let runtime = new $Util.RuntimeOptions({});
|
|
7952
8006
|
return await this.modifyEventTypeStatusWithOptions(request, runtime);
|
|
7953
8007
|
}
|
|
7954
8008
|
/**
|
|
7955
|
-
*
|
|
8009
|
+
* Enables or disables the report task.
|
|
7956
8010
|
*
|
|
7957
|
-
* @
|
|
8011
|
+
* @remarks
|
|
8012
|
+
* You can call this operation to enable or disable the report task. After you activate Data Security Center (DSC), the report task is enabled by default. After you disable the report task, you cannot view statistics that are newly generated in the Report Center module, on the Overview page of the Cloud Native Data Audit module, and in the Data security lab module. Existing statistics are not affected.
|
|
7958
8013
|
* # Limits
|
|
7959
8014
|
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
7960
8015
|
*
|
|
7961
|
-
* @param request ModifyReportTaskStatusRequest
|
|
7962
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
7963
|
-
* @
|
|
8016
|
+
* @param request - ModifyReportTaskStatusRequest
|
|
8017
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
8018
|
+
* @returns ModifyReportTaskStatusResponse
|
|
7964
8019
|
*/
|
|
7965
8020
|
async modifyReportTaskStatusWithOptions(request, runtime) {
|
|
7966
8021
|
tea_util_1.default.validateModel(request);
|
|
@@ -7991,29 +8046,31 @@ class Client extends openapi_client_1.default {
|
|
|
7991
8046
|
return $tea.cast(await this.callApi(params, req, runtime), new ModifyReportTaskStatusResponse({}));
|
|
7992
8047
|
}
|
|
7993
8048
|
/**
|
|
7994
|
-
*
|
|
8049
|
+
* Enables or disables the report task.
|
|
7995
8050
|
*
|
|
7996
|
-
* @
|
|
8051
|
+
* @remarks
|
|
8052
|
+
* You can call this operation to enable or disable the report task. After you activate Data Security Center (DSC), the report task is enabled by default. After you disable the report task, you cannot view statistics that are newly generated in the Report Center module, on the Overview page of the Cloud Native Data Audit module, and in the Data security lab module. Existing statistics are not affected.
|
|
7997
8053
|
* # Limits
|
|
7998
8054
|
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
7999
8055
|
*
|
|
8000
|
-
* @param request ModifyReportTaskStatusRequest
|
|
8001
|
-
* @
|
|
8056
|
+
* @param request - ModifyReportTaskStatusRequest
|
|
8057
|
+
* @returns ModifyReportTaskStatusResponse
|
|
8002
8058
|
*/
|
|
8003
8059
|
async modifyReportTaskStatus(request) {
|
|
8004
8060
|
let runtime = new $Util.RuntimeOptions({});
|
|
8005
8061
|
return await this.modifyReportTaskStatusWithOptions(request, runtime);
|
|
8006
8062
|
}
|
|
8007
8063
|
/**
|
|
8008
|
-
*
|
|
8064
|
+
* Modifies a custom sensitive data detection rule in Data Security Center (DSC).
|
|
8009
8065
|
*
|
|
8010
|
-
* @
|
|
8066
|
+
* @remarks
|
|
8067
|
+
* When you call this operation, you must configure request parameters to specify the rule name, rule ID, and rule content.
|
|
8011
8068
|
* # Limits
|
|
8012
8069
|
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
8013
8070
|
*
|
|
8014
|
-
* @param request ModifyRuleRequest
|
|
8015
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
8016
|
-
* @
|
|
8071
|
+
* @param request - ModifyRuleRequest
|
|
8072
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
8073
|
+
* @returns ModifyRuleResponse
|
|
8017
8074
|
*/
|
|
8018
8075
|
async modifyRuleWithOptions(request, runtime) {
|
|
8019
8076
|
tea_util_1.default.validateModel(request);
|
|
@@ -8071,25 +8128,26 @@ class Client extends openapi_client_1.default {
|
|
|
8071
8128
|
return $tea.cast(await this.callApi(params, req, runtime), new ModifyRuleResponse({}));
|
|
8072
8129
|
}
|
|
8073
8130
|
/**
|
|
8074
|
-
*
|
|
8131
|
+
* Modifies a custom sensitive data detection rule in Data Security Center (DSC).
|
|
8075
8132
|
*
|
|
8076
|
-
* @
|
|
8133
|
+
* @remarks
|
|
8134
|
+
* When you call this operation, you must configure request parameters to specify the rule name, rule ID, and rule content.
|
|
8077
8135
|
* # Limits
|
|
8078
8136
|
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
8079
8137
|
*
|
|
8080
|
-
* @param request ModifyRuleRequest
|
|
8081
|
-
* @
|
|
8138
|
+
* @param request - ModifyRuleRequest
|
|
8139
|
+
* @returns ModifyRuleResponse
|
|
8082
8140
|
*/
|
|
8083
8141
|
async modifyRule(request) {
|
|
8084
8142
|
let runtime = new $Util.RuntimeOptions({});
|
|
8085
8143
|
return await this.modifyRuleWithOptions(request, runtime);
|
|
8086
8144
|
}
|
|
8087
8145
|
/**
|
|
8088
|
-
*
|
|
8146
|
+
* Enables or disables a sensitive data detection rule.
|
|
8089
8147
|
*
|
|
8090
|
-
* @param request ModifyRuleStatusRequest
|
|
8091
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
8092
|
-
* @
|
|
8148
|
+
* @param request - ModifyRuleStatusRequest
|
|
8149
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
8150
|
+
* @returns ModifyRuleStatusResponse
|
|
8093
8151
|
*/
|
|
8094
8152
|
async modifyRuleStatusWithOptions(request, runtime) {
|
|
8095
8153
|
tea_util_1.default.validateModel(request);
|
|
@@ -8123,25 +8181,26 @@ class Client extends openapi_client_1.default {
|
|
|
8123
8181
|
return $tea.cast(await this.callApi(params, req, runtime), new ModifyRuleStatusResponse({}));
|
|
8124
8182
|
}
|
|
8125
8183
|
/**
|
|
8126
|
-
*
|
|
8184
|
+
* Enables or disables a sensitive data detection rule.
|
|
8127
8185
|
*
|
|
8128
|
-
* @param request ModifyRuleStatusRequest
|
|
8129
|
-
* @
|
|
8186
|
+
* @param request - ModifyRuleStatusRequest
|
|
8187
|
+
* @returns ModifyRuleStatusResponse
|
|
8130
8188
|
*/
|
|
8131
8189
|
async modifyRuleStatus(request) {
|
|
8132
8190
|
let runtime = new $Util.RuntimeOptions({});
|
|
8133
8191
|
return await this.modifyRuleStatusWithOptions(request, runtime);
|
|
8134
8192
|
}
|
|
8135
8193
|
/**
|
|
8136
|
-
*
|
|
8194
|
+
* Stops a de-identification task. After you stop a de-identification task, you can resume the task by calling the ManualTriggerMaskingProcess operation.
|
|
8137
8195
|
*
|
|
8138
|
-
* @
|
|
8196
|
+
* @remarks
|
|
8197
|
+
* You can call this operation to stop a de-identification task that is running. For example, you can stop a de-identification task that is used to de-identify specific data.
|
|
8139
8198
|
* # Limits
|
|
8140
8199
|
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
8141
8200
|
*
|
|
8142
|
-
* @param request StopMaskingProcessRequest
|
|
8143
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
8144
|
-
* @
|
|
8201
|
+
* @param request - StopMaskingProcessRequest
|
|
8202
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
8203
|
+
* @returns StopMaskingProcessResponse
|
|
8145
8204
|
*/
|
|
8146
8205
|
async stopMaskingProcessWithOptions(request, runtime) {
|
|
8147
8206
|
tea_util_1.default.validateModel(request);
|
|
@@ -8169,14 +8228,15 @@ class Client extends openapi_client_1.default {
|
|
|
8169
8228
|
return $tea.cast(await this.callApi(params, req, runtime), new StopMaskingProcessResponse({}));
|
|
8170
8229
|
}
|
|
8171
8230
|
/**
|
|
8172
|
-
*
|
|
8231
|
+
* Stops a de-identification task. After you stop a de-identification task, you can resume the task by calling the ManualTriggerMaskingProcess operation.
|
|
8173
8232
|
*
|
|
8174
|
-
* @
|
|
8233
|
+
* @remarks
|
|
8234
|
+
* You can call this operation to stop a de-identification task that is running. For example, you can stop a de-identification task that is used to de-identify specific data.
|
|
8175
8235
|
* # Limits
|
|
8176
8236
|
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
8177
8237
|
*
|
|
8178
|
-
* @param request StopMaskingProcessRequest
|
|
8179
|
-
* @
|
|
8238
|
+
* @param request - StopMaskingProcessRequest
|
|
8239
|
+
* @returns StopMaskingProcessResponse
|
|
8180
8240
|
*/
|
|
8181
8241
|
async stopMaskingProcess(request) {
|
|
8182
8242
|
let runtime = new $Util.RuntimeOptions({});
|