@alicloud/sddp20190103 1.6.5 → 2.0.0
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 +352 -266
- package/dist/client.js +357 -266
- package/dist/client.js.map +1 -1
- package/dist/models/CreateConfigRequest.d.ts +15 -10
- package/dist/models/CreateConfigRequest.js.map +1 -1
- package/dist/models/CreateDataLimitRequest.d.ts +85 -59
- package/dist/models/CreateDataLimitRequest.js.map +1 -1
- package/dist/models/CreateDataLimitResponseBody.d.ts +1 -1
- package/dist/models/CreateRuleRequest.d.ts +74 -39
- package/dist/models/CreateRuleRequest.js.map +1 -1
- package/dist/models/CreateScanTaskRequest.d.ts +35 -17
- package/dist/models/CreateScanTaskRequest.js.map +1 -1
- package/dist/models/CreateScanTaskResponseBody.d.ts +1 -1
- package/dist/models/CreateSlrRoleRequest.d.ts +5 -4
- package/dist/models/CreateSlrRoleRequest.js.map +1 -1
- package/dist/models/CreateSlrRoleResponseBody.d.ts +5 -4
- package/dist/models/CreateSlrRoleResponseBody.js.map +1 -1
- package/dist/models/DeleteDataLimitRequest.d.ts +7 -6
- package/dist/models/DeleteDataLimitRequest.js.map +1 -1
- package/dist/models/DeleteRuleRequest.d.ts +2 -2
- package/dist/models/DescribeAuditLogsRequest.d.ts +131 -0
- package/dist/models/DescribeAuditLogsRequest.js.map +1 -1
- package/dist/models/DescribeAuditLogsResponseBody.d.ts +167 -2
- package/dist/models/DescribeAuditLogsResponseBody.js +2 -0
- package/dist/models/DescribeAuditLogsResponseBody.js.map +1 -1
- package/dist/models/DescribeCategoryTemplateListRequest.d.ts +13 -11
- package/dist/models/DescribeCategoryTemplateListRequest.js.map +1 -1
- package/dist/models/DescribeCategoryTemplateListResponseBody.d.ts +29 -23
- package/dist/models/DescribeCategoryTemplateListResponseBody.js.map +1 -1
- package/dist/models/DescribeCategoryTemplateRuleListRequest.d.ts +37 -23
- package/dist/models/DescribeCategoryTemplateRuleListRequest.js.map +1 -1
- package/dist/models/DescribeCategoryTemplateRuleListResponseBody.d.ts +47 -32
- package/dist/models/DescribeCategoryTemplateRuleListResponseBody.js.map +1 -1
- package/dist/models/DescribeColumnsRequest.d.ts +81 -56
- package/dist/models/DescribeColumnsRequest.js.map +1 -1
- package/dist/models/DescribeColumnsResponseBody.d.ts +122 -83
- package/dist/models/DescribeColumnsResponseBody.js.map +1 -1
- package/dist/models/DescribeColumnsV2request.d.ts +47 -31
- package/dist/models/DescribeColumnsV2request.js.map +1 -1
- package/dist/models/DescribeColumnsV2responseBody.d.ts +96 -52
- package/dist/models/DescribeColumnsV2responseBody.js.map +1 -1
- package/dist/models/DescribeConfigsRequest.d.ts +5 -4
- package/dist/models/DescribeConfigsRequest.js.map +1 -1
- package/dist/models/DescribeConfigsResponseBody.d.ts +11 -11
- package/dist/models/DescribeDataAssetsRequest.d.ts +56 -34
- package/dist/models/DescribeDataAssetsRequest.js.map +1 -1
- package/dist/models/DescribeDataAssetsResponseBody.d.ts +74 -52
- package/dist/models/DescribeDataAssetsResponseBody.js.map +1 -1
- package/dist/models/DescribeDataLimitDetailRequest.d.ts +7 -5
- package/dist/models/DescribeDataLimitDetailRequest.js.map +1 -1
- package/dist/models/DescribeDataLimitDetailResponseBody.d.ts +30 -18
- package/dist/models/DescribeDataLimitDetailResponseBody.js.map +1 -1
- package/dist/models/DescribeDataLimitSetRequest.d.ts +29 -11
- package/dist/models/DescribeDataLimitSetRequest.js.map +1 -1
- package/dist/models/DescribeDataLimitSetResponseBody.d.ts +75 -49
- package/dist/models/DescribeDataLimitSetResponseBody.js.map +1 -1
- package/dist/models/DescribeDataLimitsRequest.d.ts +49 -34
- package/dist/models/DescribeDataLimitsRequest.js.map +1 -1
- package/dist/models/DescribeDataLimitsResponseBody.d.ts +105 -80
- package/dist/models/DescribeDataLimitsResponseBody.js.map +1 -1
- package/dist/models/DescribeDataMaskingRunHistoryRequest.d.ts +24 -18
- package/dist/models/DescribeDataMaskingRunHistoryRequest.js.map +1 -1
- package/dist/models/DescribeDataMaskingRunHistoryResponseBody.d.ts +35 -28
- package/dist/models/DescribeDataMaskingRunHistoryResponseBody.js.map +1 -1
- package/dist/models/DescribeDataMaskingTasksRequest.d.ts +21 -8
- package/dist/models/DescribeDataMaskingTasksRequest.js.map +1 -1
- package/dist/models/DescribeDataMaskingTasksResponseBody.d.ts +71 -20
- package/dist/models/DescribeDataMaskingTasksResponseBody.js.map +1 -1
- package/dist/models/DescribeDataObjectColumnDetailRequest.d.ts +26 -11
- package/dist/models/DescribeDataObjectColumnDetailRequest.js.map +1 -1
- package/dist/models/DescribeDataObjectColumnDetailResponseBody.d.ts +80 -46
- package/dist/models/DescribeDataObjectColumnDetailResponseBody.js.map +1 -1
- package/dist/models/DescribeDataObjectColumnDetailV2request.d.ts +24 -9
- package/dist/models/DescribeDataObjectColumnDetailV2request.js.map +1 -1
- package/dist/models/DescribeDataObjectColumnDetailV2responseBody.d.ts +83 -49
- package/dist/models/DescribeDataObjectColumnDetailV2responseBody.js.map +1 -1
- package/dist/models/DescribeDataObjectsRequest.d.ts +102 -34
- package/dist/models/DescribeDataObjectsRequest.js.map +1 -1
- package/dist/models/DescribeDataObjectsResponseBody.d.ts +149 -51
- package/dist/models/DescribeDataObjectsResponseBody.js +2 -0
- package/dist/models/DescribeDataObjectsResponseBody.js.map +1 -1
- package/dist/models/DescribeDocTypesRequest.d.ts +4 -3
- package/dist/models/DescribeDocTypesRequest.js.map +1 -1
- package/dist/models/DescribeDocTypesResponseBody.d.ts +4 -4
- package/dist/models/DescribeEventDetailRequest.d.ts +5 -4
- package/dist/models/DescribeEventDetailRequest.js.map +1 -1
- package/dist/models/DescribeEventDetailResponseBody.d.ts +84 -72
- package/dist/models/DescribeEventDetailResponseBody.js.map +1 -1
- package/dist/models/DescribeEventTypesRequest.d.ts +26 -12
- package/dist/models/DescribeEventTypesRequest.js.map +1 -1
- package/dist/models/DescribeEventTypesResponseBody.d.ts +29 -27
- package/dist/models/DescribeEventTypesResponseBody.js.map +1 -1
- package/dist/models/DescribeEventsRequest.d.ts +35 -28
- package/dist/models/DescribeEventsRequest.js +2 -2
- package/dist/models/DescribeEventsRequest.js.map +1 -1
- package/dist/models/DescribeEventsResponseBody.d.ts +36 -31
- package/dist/models/DescribeEventsResponseBody.js.map +1 -1
- package/dist/models/DescribeIdentifyTaskStatusRequest.d.ts +6 -4
- package/dist/models/DescribeIdentifyTaskStatusRequest.js.map +1 -1
- package/dist/models/DescribeIdentifyTaskStatusResponseBody.d.ts +13 -8
- package/dist/models/DescribeIdentifyTaskStatusResponseBody.js.map +1 -1
- package/dist/models/DescribeInstanceSourcesRequest.d.ts +47 -33
- package/dist/models/DescribeInstanceSourcesRequest.js.map +1 -1
- package/dist/models/DescribeInstanceSourcesResponseBody.d.ts +75 -56
- package/dist/models/DescribeInstanceSourcesResponseBody.js.map +1 -1
- package/dist/models/DescribeInstancesRequest.d.ts +35 -23
- package/dist/models/DescribeInstancesRequest.js.map +1 -1
- package/dist/models/DescribeInstancesResponseBody.d.ts +70 -53
- package/dist/models/DescribeInstancesResponseBody.js.map +1 -1
- package/dist/models/DescribeOssObjectDetailRequest.d.ts +6 -5
- package/dist/models/DescribeOssObjectDetailRequest.js.map +1 -1
- package/dist/models/DescribeOssObjectDetailResponseBody.d.ts +37 -29
- package/dist/models/DescribeOssObjectDetailResponseBody.js.map +1 -1
- package/dist/models/DescribeOssObjectDetailV2request.d.ts +11 -9
- package/dist/models/DescribeOssObjectDetailV2request.js.map +1 -1
- package/dist/models/DescribeOssObjectDetailV2responseBody.d.ts +60 -40
- package/dist/models/DescribeOssObjectDetailV2responseBody.js.map +1 -1
- package/dist/models/DescribeOssObjectsRequest.d.ts +24 -19
- package/dist/models/DescribeOssObjectsRequest.js.map +1 -1
- package/dist/models/DescribeOssObjectsResponseBody.d.ts +45 -36
- package/dist/models/DescribeOssObjectsResponseBody.js.map +1 -1
- package/dist/models/DescribePackagesRequest.d.ts +23 -18
- package/dist/models/DescribePackagesRequest.js.map +1 -1
- package/dist/models/DescribePackagesResponseBody.d.ts +25 -20
- package/dist/models/DescribePackagesResponseBody.js.map +1 -1
- package/dist/models/DescribeParentInstanceRequest.d.ts +75 -38
- package/dist/models/DescribeParentInstanceRequest.js.map +1 -1
- package/dist/models/DescribeParentInstanceResponseBody.d.ts +64 -35
- package/dist/models/DescribeParentInstanceResponseBody.js.map +1 -1
- package/dist/models/DescribeRiskLevelsRequest.d.ts +7 -4
- package/dist/models/DescribeRiskLevelsRequest.js.map +1 -1
- package/dist/models/DescribeRiskLevelsResponseBody.d.ts +54 -33
- package/dist/models/DescribeRiskLevelsResponseBody.js.map +1 -1
- package/dist/models/DescribeRulesRequest.d.ts +101 -48
- package/dist/models/DescribeRulesRequest.js.map +1 -1
- package/dist/models/DescribeRulesResponseBody.d.ts +118 -50
- package/dist/models/DescribeRulesResponseBody.js.map +1 -1
- package/dist/models/DescribeTablesRequest.d.ts +24 -19
- package/dist/models/DescribeTablesRequest.js.map +1 -1
- package/dist/models/DescribeTablesResponseBody.d.ts +52 -39
- package/dist/models/DescribeTablesResponseBody.js.map +1 -1
- package/dist/models/DescribeTemplateAllRulesRequest.d.ts +5 -3
- package/dist/models/DescribeTemplateAllRulesRequest.js.map +1 -1
- package/dist/models/DescribeTemplateAllRulesResponseBody.d.ts +4 -4
- package/dist/models/DescribeUserStatusRequest.d.ts +5 -4
- package/dist/models/DescribeUserStatusRequest.js.map +1 -1
- package/dist/models/DescribeUserStatusResponseBody.d.ts +58 -38
- package/dist/models/DescribeUserStatusResponseBody.js.map +1 -1
- package/dist/models/DisableUserConfigRequest.d.ts +6 -5
- package/dist/models/DisableUserConfigRequest.js.map +1 -1
- package/dist/models/ExecDatamaskRequest.d.ts +15 -11
- package/dist/models/ExecDatamaskRequest.js.map +1 -1
- package/dist/models/ExecDatamaskResponseBody.d.ts +7 -5
- package/dist/models/ExecDatamaskResponseBody.js.map +1 -1
- package/dist/models/ManualTriggerMaskingProcessRequest.d.ts +6 -5
- package/dist/models/ManualTriggerMaskingProcessRequest.js.map +1 -1
- package/dist/models/ManualTriggerMaskingProcessResponseBody.d.ts +1 -1
- package/dist/models/MaskOssImageRequest.d.ts +43 -0
- package/dist/models/MaskOssImageRequest.js +2 -0
- package/dist/models/MaskOssImageRequest.js.map +1 -1
- package/dist/models/MaskOssImageResponseBody.d.ts +3 -0
- package/dist/models/MaskOssImageResponseBody.js.map +1 -1
- package/dist/models/ModifyDataLimitRequest.d.ts +66 -46
- package/dist/models/ModifyDataLimitRequest.js.map +1 -1
- package/dist/models/ModifyDataLimitResponseBody.d.ts +1 -1
- package/dist/models/ModifyDefaultLevelRequest.d.ts +24 -15
- package/dist/models/ModifyDefaultLevelRequest.js.map +1 -1
- package/dist/models/ModifyEventStatusRequest.d.ts +16 -13
- package/dist/models/ModifyEventStatusRequest.js.map +1 -1
- package/dist/models/ModifyEventTypeStatusRequest.d.ts +4 -4
- package/dist/models/ModifyReportTaskStatusRequest.d.ts +12 -8
- package/dist/models/ModifyReportTaskStatusRequest.js.map +1 -1
- package/dist/models/ModifyReportTaskStatusResponseBody.d.ts +1 -1
- package/dist/models/ModifyRuleRequest.d.ts +71 -33
- package/dist/models/ModifyRuleRequest.js.map +1 -1
- package/dist/models/ModifyRuleStatusRequest.d.ts +12 -10
- package/dist/models/ModifyRuleStatusRequest.js.map +1 -1
- package/dist/models/ModifyRuleStatusResponseBody.d.ts +1 -1
- package/dist/models/RestoreOssImageRequest.d.ts +9 -0
- package/dist/models/RestoreOssImageRequest.js.map +1 -1
- package/dist/models/RestoreOssImageResponseBody.d.ts +6 -0
- package/dist/models/RestoreOssImageResponseBody.js.map +1 -1
- package/dist/models/ScanOssObjectV1request.d.ts +8 -7
- package/dist/models/ScanOssObjectV1request.js.map +1 -1
- package/dist/models/ScanOssObjectV1responseBody.d.ts +2 -2
- package/dist/models/ScanOssObjectV1shrinkRequest.d.ts +8 -7
- package/dist/models/ScanOssObjectV1shrinkRequest.js.map +1 -1
- package/dist/models/StopMaskingProcessRequest.d.ts +5 -4
- package/dist/models/StopMaskingProcessRequest.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +358 -266
- package/src/models/CreateConfigRequest.ts +15 -10
- package/src/models/CreateDataLimitRequest.ts +85 -59
- package/src/models/CreateDataLimitResponseBody.ts +1 -1
- package/src/models/CreateRuleRequest.ts +74 -39
- package/src/models/CreateScanTaskRequest.ts +35 -17
- package/src/models/CreateScanTaskResponseBody.ts +1 -1
- package/src/models/CreateSlrRoleRequest.ts +5 -4
- package/src/models/CreateSlrRoleResponseBody.ts +5 -4
- package/src/models/DeleteDataLimitRequest.ts +7 -6
- package/src/models/DeleteRuleRequest.ts +2 -2
- package/src/models/DescribeAuditLogsRequest.ts +131 -0
- package/src/models/DescribeAuditLogsResponseBody.ts +169 -2
- package/src/models/DescribeCategoryTemplateListRequest.ts +13 -11
- package/src/models/DescribeCategoryTemplateListResponseBody.ts +29 -23
- package/src/models/DescribeCategoryTemplateRuleListRequest.ts +37 -23
- package/src/models/DescribeCategoryTemplateRuleListResponseBody.ts +47 -32
- package/src/models/DescribeColumnsRequest.ts +82 -57
- package/src/models/DescribeColumnsResponseBody.ts +122 -83
- package/src/models/DescribeColumnsV2request.ts +47 -31
- package/src/models/DescribeColumnsV2responseBody.ts +96 -52
- package/src/models/DescribeConfigsRequest.ts +5 -4
- package/src/models/DescribeConfigsResponseBody.ts +11 -11
- package/src/models/DescribeDataAssetsRequest.ts +56 -34
- package/src/models/DescribeDataAssetsResponseBody.ts +75 -53
- package/src/models/DescribeDataLimitDetailRequest.ts +7 -5
- package/src/models/DescribeDataLimitDetailResponseBody.ts +30 -18
- package/src/models/DescribeDataLimitSetRequest.ts +29 -11
- package/src/models/DescribeDataLimitSetResponseBody.ts +75 -49
- package/src/models/DescribeDataLimitsRequest.ts +49 -34
- package/src/models/DescribeDataLimitsResponseBody.ts +105 -80
- package/src/models/DescribeDataMaskingRunHistoryRequest.ts +24 -18
- package/src/models/DescribeDataMaskingRunHistoryResponseBody.ts +35 -28
- package/src/models/DescribeDataMaskingTasksRequest.ts +21 -8
- package/src/models/DescribeDataMaskingTasksResponseBody.ts +71 -20
- package/src/models/DescribeDataObjectColumnDetailRequest.ts +26 -11
- package/src/models/DescribeDataObjectColumnDetailResponseBody.ts +80 -46
- package/src/models/DescribeDataObjectColumnDetailV2request.ts +24 -9
- package/src/models/DescribeDataObjectColumnDetailV2responseBody.ts +83 -49
- package/src/models/DescribeDataObjectsRequest.ts +102 -34
- package/src/models/DescribeDataObjectsResponseBody.ts +151 -51
- package/src/models/DescribeDocTypesRequest.ts +4 -3
- package/src/models/DescribeDocTypesResponseBody.ts +4 -4
- package/src/models/DescribeEventDetailRequest.ts +5 -4
- package/src/models/DescribeEventDetailResponseBody.ts +84 -72
- package/src/models/DescribeEventTypesRequest.ts +26 -12
- package/src/models/DescribeEventTypesResponseBody.ts +29 -27
- package/src/models/DescribeEventsRequest.ts +37 -30
- package/src/models/DescribeEventsResponseBody.ts +36 -31
- package/src/models/DescribeIdentifyTaskStatusRequest.ts +6 -4
- package/src/models/DescribeIdentifyTaskStatusResponseBody.ts +13 -8
- package/src/models/DescribeInstanceSourcesRequest.ts +47 -33
- package/src/models/DescribeInstanceSourcesResponseBody.ts +75 -56
- package/src/models/DescribeInstancesRequest.ts +35 -23
- package/src/models/DescribeInstancesResponseBody.ts +70 -53
- package/src/models/DescribeOssObjectDetailRequest.ts +6 -5
- package/src/models/DescribeOssObjectDetailResponseBody.ts +37 -29
- package/src/models/DescribeOssObjectDetailV2request.ts +11 -9
- package/src/models/DescribeOssObjectDetailV2responseBody.ts +60 -40
- package/src/models/DescribeOssObjectsRequest.ts +24 -19
- package/src/models/DescribeOssObjectsResponseBody.ts +45 -36
- package/src/models/DescribePackagesRequest.ts +23 -18
- package/src/models/DescribePackagesResponseBody.ts +25 -20
- package/src/models/DescribeParentInstanceRequest.ts +75 -38
- package/src/models/DescribeParentInstanceResponseBody.ts +64 -35
- package/src/models/DescribeRiskLevelsRequest.ts +7 -4
- package/src/models/DescribeRiskLevelsResponseBody.ts +54 -33
- package/src/models/DescribeRulesRequest.ts +101 -48
- package/src/models/DescribeRulesResponseBody.ts +118 -50
- package/src/models/DescribeTablesRequest.ts +24 -19
- package/src/models/DescribeTablesResponseBody.ts +52 -39
- package/src/models/DescribeTemplateAllRulesRequest.ts +5 -3
- package/src/models/DescribeTemplateAllRulesResponseBody.ts +4 -4
- package/src/models/DescribeUserStatusRequest.ts +5 -4
- package/src/models/DescribeUserStatusResponseBody.ts +58 -38
- package/src/models/DisableUserConfigRequest.ts +6 -5
- package/src/models/ExecDatamaskRequest.ts +15 -11
- package/src/models/ExecDatamaskResponseBody.ts +7 -5
- package/src/models/ManualTriggerMaskingProcessRequest.ts +6 -5
- package/src/models/ManualTriggerMaskingProcessResponseBody.ts +1 -1
- package/src/models/MaskOssImageRequest.ts +45 -0
- package/src/models/MaskOssImageResponseBody.ts +3 -0
- package/src/models/ModifyDataLimitRequest.ts +66 -46
- package/src/models/ModifyDataLimitResponseBody.ts +1 -1
- package/src/models/ModifyDefaultLevelRequest.ts +24 -15
- package/src/models/ModifyEventStatusRequest.ts +16 -13
- package/src/models/ModifyEventTypeStatusRequest.ts +4 -4
- package/src/models/ModifyReportTaskStatusRequest.ts +12 -8
- package/src/models/ModifyReportTaskStatusResponseBody.ts +1 -1
- package/src/models/ModifyRuleRequest.ts +71 -33
- package/src/models/ModifyRuleStatusRequest.ts +12 -10
- package/src/models/ModifyRuleStatusResponseBody.ts +1 -1
- package/src/models/RestoreOssImageRequest.ts +9 -0
- package/src/models/RestoreOssImageResponseBody.ts +6 -0
- package/src/models/ScanOssObjectV1request.ts +8 -7
- package/src/models/ScanOssObjectV1responseBody.ts +2 -2
- package/src/models/ScanOssObjectV1shrinkRequest.ts +8 -7
- package/src/models/StopMaskingProcessRequest.ts +5 -4
package/src/client.ts
CHANGED
|
@@ -14,6 +14,8 @@ export default class Client extends OpenApi {
|
|
|
14
14
|
this._endpointRule = "regional";
|
|
15
15
|
this._endpointMap = {
|
|
16
16
|
'cn-hongkong': "sddp-api.cn-hongkong.aliyuncs.com",
|
|
17
|
+
'cn-zhangjiakou': "sddp.cn-zhangjiakou.aliyuncs.com",
|
|
18
|
+
'ap-southeast-1': "sddp.ap-southeast-1.aliyuncs.com",
|
|
17
19
|
};
|
|
18
20
|
this.checkConfig(config);
|
|
19
21
|
this._endpoint = this.getEndpoint("sddp", this._regionId, this._endpointRule, this._network, this._suffix, this._endpointMap, this._endpoint);
|
|
@@ -33,10 +35,10 @@ export default class Client extends OpenApi {
|
|
|
33
35
|
}
|
|
34
36
|
|
|
35
37
|
/**
|
|
36
|
-
* Modifies the
|
|
38
|
+
* Modifies the general alert configuration parameters.
|
|
37
39
|
*
|
|
38
40
|
* @remarks
|
|
39
|
-
*
|
|
41
|
+
* Creates or restores configurations based on the codes of common alert configuration items, allowing you to manage these configurations.
|
|
40
42
|
* # Limits
|
|
41
43
|
* 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.
|
|
42
44
|
*
|
|
@@ -89,10 +91,10 @@ export default class Client extends OpenApi {
|
|
|
89
91
|
}
|
|
90
92
|
|
|
91
93
|
/**
|
|
92
|
-
* Modifies the
|
|
94
|
+
* Modifies the general alert configuration parameters.
|
|
93
95
|
*
|
|
94
96
|
* @remarks
|
|
95
|
-
*
|
|
97
|
+
* Creates or restores configurations based on the codes of common alert configuration items, allowing you to manage these configurations.
|
|
96
98
|
* # Limits
|
|
97
99
|
* 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.
|
|
98
100
|
*
|
|
@@ -105,10 +107,12 @@ export default class Client extends OpenApi {
|
|
|
105
107
|
}
|
|
106
108
|
|
|
107
109
|
/**
|
|
108
|
-
*
|
|
110
|
+
* You can call the CreateDataLimit operation to grant permissions to scan databases, projects, and buckets.
|
|
109
111
|
*
|
|
110
112
|
* @remarks
|
|
111
|
-
* You can
|
|
113
|
+
* You can use this operation to grant permissions to scan your data assets. This helps improve the security of your data assets.
|
|
114
|
+
* ## QPS limits
|
|
115
|
+
* The queries per second (QPS) limit for a single user is 10 calls per second. If you exceed this limit, the system throttles your API calls. This may affect your business. Plan your calls accordingly.
|
|
112
116
|
*
|
|
113
117
|
* @param request - CreateDataLimitRequest
|
|
114
118
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -211,10 +215,12 @@ export default class Client extends OpenApi {
|
|
|
211
215
|
}
|
|
212
216
|
|
|
213
217
|
/**
|
|
214
|
-
*
|
|
218
|
+
* You can call the CreateDataLimit operation to grant permissions to scan databases, projects, and buckets.
|
|
215
219
|
*
|
|
216
220
|
* @remarks
|
|
217
|
-
* You can
|
|
221
|
+
* You can use this operation to grant permissions to scan your data assets. This helps improve the security of your data assets.
|
|
222
|
+
* ## QPS limits
|
|
223
|
+
* The queries per second (QPS) limit for a single user is 10 calls per second. If you exceed this limit, the system throttles your API calls. This may affect your business. Plan your calls accordingly.
|
|
218
224
|
*
|
|
219
225
|
* @param request - CreateDataLimitRequest
|
|
220
226
|
* @returns CreateDataLimitResponse
|
|
@@ -225,7 +231,7 @@ export default class Client extends OpenApi {
|
|
|
225
231
|
}
|
|
226
232
|
|
|
227
233
|
/**
|
|
228
|
-
*
|
|
234
|
+
* Call CreateRule to create a custom sensitive data detection rule.
|
|
229
235
|
*
|
|
230
236
|
* @param request - CreateRuleRequest
|
|
231
237
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -328,7 +334,7 @@ export default class Client extends OpenApi {
|
|
|
328
334
|
}
|
|
329
335
|
|
|
330
336
|
/**
|
|
331
|
-
*
|
|
337
|
+
* Call CreateRule to create a custom sensitive data detection rule.
|
|
332
338
|
*
|
|
333
339
|
* @param request - CreateRuleRequest
|
|
334
340
|
* @returns CreateRuleResponse
|
|
@@ -339,12 +345,12 @@ export default class Client extends OpenApi {
|
|
|
339
345
|
}
|
|
340
346
|
|
|
341
347
|
/**
|
|
342
|
-
*
|
|
348
|
+
* You can call the CreateScanTask operation to create a custom scan task to detect sensitive data in authorized assets.
|
|
343
349
|
*
|
|
344
350
|
* @remarks
|
|
345
|
-
*
|
|
346
|
-
*
|
|
347
|
-
*
|
|
351
|
+
* This operation creates custom scan tasks for authorized assets. You can control the run interval and runtime of each scan task.
|
|
352
|
+
* ## QPS limits
|
|
353
|
+
* The queries per second (QPS) limit for this operation is 10 calls per second for a single user. If you exceed this limit, API calls are throttled. This may impact your business. Plan your calls accordingly.
|
|
348
354
|
*
|
|
349
355
|
* @param request - CreateScanTaskRequest
|
|
350
356
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -423,12 +429,12 @@ export default class Client extends OpenApi {
|
|
|
423
429
|
}
|
|
424
430
|
|
|
425
431
|
/**
|
|
426
|
-
*
|
|
432
|
+
* You can call the CreateScanTask operation to create a custom scan task to detect sensitive data in authorized assets.
|
|
427
433
|
*
|
|
428
434
|
* @remarks
|
|
429
|
-
*
|
|
430
|
-
*
|
|
431
|
-
*
|
|
435
|
+
* This operation creates custom scan tasks for authorized assets. You can control the run interval and runtime of each scan task.
|
|
436
|
+
* ## QPS limits
|
|
437
|
+
* The queries per second (QPS) limit for this operation is 10 calls per second for a single user. If you exceed this limit, API calls are throttled. This may impact your business. Plan your calls accordingly.
|
|
432
438
|
*
|
|
433
439
|
* @param request - CreateScanTaskRequest
|
|
434
440
|
* @returns CreateScanTaskResponse
|
|
@@ -439,12 +445,12 @@ export default class Client extends OpenApi {
|
|
|
439
445
|
}
|
|
440
446
|
|
|
441
447
|
/**
|
|
442
|
-
*
|
|
448
|
+
* Call CreateSlrRole to create a service-linked role for Data Security Center (DSC). This role authorizes DSC to access your cloud resources.
|
|
443
449
|
*
|
|
444
450
|
* @remarks
|
|
445
|
-
*
|
|
446
|
-
*
|
|
447
|
-
*
|
|
451
|
+
* This operation allows DSC to access the resources of Alibaba Cloud services such as OSS, RDS, and MaxCompute. After you call this operation, the system automatically creates a service-linked role. The role is named AliyunServiceRoleForSDDP, and its access policy is AliyunServiceRolePolicyForSDDP.
|
|
452
|
+
* ## QPS limits
|
|
453
|
+
* The queries per second (QPS) limit for this operation is 10 for each user. If you exceed the limit, API calls are throttled, which can affect your business. Call this operation at a reasonable rate.
|
|
448
454
|
*
|
|
449
455
|
* @param request - CreateSlrRoleRequest
|
|
450
456
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -487,12 +493,12 @@ export default class Client extends OpenApi {
|
|
|
487
493
|
}
|
|
488
494
|
|
|
489
495
|
/**
|
|
490
|
-
*
|
|
496
|
+
* Call CreateSlrRole to create a service-linked role for Data Security Center (DSC). This role authorizes DSC to access your cloud resources.
|
|
491
497
|
*
|
|
492
498
|
* @remarks
|
|
493
|
-
*
|
|
494
|
-
*
|
|
495
|
-
*
|
|
499
|
+
* This operation allows DSC to access the resources of Alibaba Cloud services such as OSS, RDS, and MaxCompute. After you call this operation, the system automatically creates a service-linked role. The role is named AliyunServiceRoleForSDDP, and its access policy is AliyunServiceRolePolicyForSDDP.
|
|
500
|
+
* ## QPS limits
|
|
501
|
+
* The queries per second (QPS) limit for this operation is 10 for each user. If you exceed the limit, API calls are throttled, which can affect your business. Call this operation at a reasonable rate.
|
|
496
502
|
*
|
|
497
503
|
* @param request - CreateSlrRoleRequest
|
|
498
504
|
* @returns CreateSlrRoleResponse
|
|
@@ -503,12 +509,12 @@ export default class Client extends OpenApi {
|
|
|
503
509
|
}
|
|
504
510
|
|
|
505
511
|
/**
|
|
506
|
-
* Revokes the scan
|
|
512
|
+
* Revokes the scan authorization for a data asset, such as a database, instance, or bucket.
|
|
507
513
|
*
|
|
508
514
|
* @remarks
|
|
509
|
-
*
|
|
510
|
-
*
|
|
511
|
-
*
|
|
515
|
+
* This operation is typically used to revoke authorization for data assets. This helps you manage data access permissions.
|
|
516
|
+
* ## QPS limit
|
|
517
|
+
* The queries per second (QPS) limit for this operation is 10 calls per second for each user. If you exceed this limit, API calls are throttled. This may affect your business. We recommend that you call this operation within this limit.
|
|
512
518
|
*
|
|
513
519
|
* @param request - DeleteDataLimitRequest
|
|
514
520
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -551,12 +557,12 @@ export default class Client extends OpenApi {
|
|
|
551
557
|
}
|
|
552
558
|
|
|
553
559
|
/**
|
|
554
|
-
* Revokes the scan
|
|
560
|
+
* Revokes the scan authorization for a data asset, such as a database, instance, or bucket.
|
|
555
561
|
*
|
|
556
562
|
* @remarks
|
|
557
|
-
*
|
|
558
|
-
*
|
|
559
|
-
*
|
|
563
|
+
* This operation is typically used to revoke authorization for data assets. This helps you manage data access permissions.
|
|
564
|
+
* ## QPS limit
|
|
565
|
+
* The queries per second (QPS) limit for this operation is 10 calls per second for each user. If you exceed this limit, API calls are throttled. This may affect your business. We recommend that you call this operation within this limit.
|
|
560
566
|
*
|
|
561
567
|
* @param request - DeleteDataLimitRequest
|
|
562
568
|
* @returns DeleteDataLimitResponse
|
|
@@ -567,7 +573,7 @@ export default class Client extends OpenApi {
|
|
|
567
573
|
}
|
|
568
574
|
|
|
569
575
|
/**
|
|
570
|
-
* Deletes a custom sensitive data detection rule
|
|
576
|
+
* Deletes a custom sensitive data detection rule.
|
|
571
577
|
*
|
|
572
578
|
* @param request - DeleteRuleRequest
|
|
573
579
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -610,7 +616,7 @@ export default class Client extends OpenApi {
|
|
|
610
616
|
}
|
|
611
617
|
|
|
612
618
|
/**
|
|
613
|
-
* Deletes a custom sensitive data detection rule
|
|
619
|
+
* Deletes a custom sensitive data detection rule.
|
|
614
620
|
*
|
|
615
621
|
* @param request - DeleteRuleRequest
|
|
616
622
|
* @returns DeleteRuleResponse
|
|
@@ -621,7 +627,12 @@ export default class Client extends OpenApi {
|
|
|
621
627
|
}
|
|
622
628
|
|
|
623
629
|
/**
|
|
624
|
-
*
|
|
630
|
+
* Retrieves a list of audit alert logs.
|
|
631
|
+
*
|
|
632
|
+
* @remarks
|
|
633
|
+
* This operation queries a list of data audit alert logs, allowing you to search for and handle alerts.
|
|
634
|
+
* ## QPS limit
|
|
635
|
+
* The QPS limit for a single user is 10. If you exceed this limit, the system throttles your API calls. Plan your calls accordingly.
|
|
625
636
|
*
|
|
626
637
|
* @param request - DescribeAuditLogsRequest
|
|
627
638
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -764,7 +775,12 @@ export default class Client extends OpenApi {
|
|
|
764
775
|
}
|
|
765
776
|
|
|
766
777
|
/**
|
|
767
|
-
*
|
|
778
|
+
* Retrieves a list of audit alert logs.
|
|
779
|
+
*
|
|
780
|
+
* @remarks
|
|
781
|
+
* This operation queries a list of data audit alert logs, allowing you to search for and handle alerts.
|
|
782
|
+
* ## QPS limit
|
|
783
|
+
* The QPS limit for a single user is 10. If you exceed this limit, the system throttles your API calls. Plan your calls accordingly.
|
|
768
784
|
*
|
|
769
785
|
* @param request - DescribeAuditLogsRequest
|
|
770
786
|
* @returns DescribeAuditLogsResponse
|
|
@@ -775,7 +791,7 @@ export default class Client extends OpenApi {
|
|
|
775
791
|
}
|
|
776
792
|
|
|
777
793
|
/**
|
|
778
|
-
*
|
|
794
|
+
* Lists industry-specific templates.
|
|
779
795
|
*
|
|
780
796
|
* @param request - DescribeCategoryTemplateListRequest
|
|
781
797
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -822,7 +838,7 @@ export default class Client extends OpenApi {
|
|
|
822
838
|
}
|
|
823
839
|
|
|
824
840
|
/**
|
|
825
|
-
*
|
|
841
|
+
* Lists industry-specific templates.
|
|
826
842
|
*
|
|
827
843
|
* @param request - DescribeCategoryTemplateListRequest
|
|
828
844
|
* @returns DescribeCategoryTemplateListResponse
|
|
@@ -833,12 +849,12 @@ export default class Client extends OpenApi {
|
|
|
833
849
|
}
|
|
834
850
|
|
|
835
851
|
/**
|
|
836
|
-
* Queries rules in a classification template
|
|
852
|
+
* Queries a paginated list of rules in a data classification template.
|
|
837
853
|
*
|
|
838
854
|
* @remarks
|
|
839
|
-
*
|
|
840
|
-
*
|
|
841
|
-
*
|
|
855
|
+
* Retrieves the rules in a data classification template to help you review the rule details.
|
|
856
|
+
* ## QPS limit
|
|
857
|
+
* The queries per second (QPS) limit for a single user on this operation is 10 calls per second. If you exceed this limit, API calls are throttled. This may affect your business. Plan your calls accordingly.
|
|
842
858
|
*
|
|
843
859
|
* @param request - DescribeCategoryTemplateRuleListRequest
|
|
844
860
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -889,12 +905,12 @@ export default class Client extends OpenApi {
|
|
|
889
905
|
}
|
|
890
906
|
|
|
891
907
|
/**
|
|
892
|
-
* Queries rules in a classification template
|
|
908
|
+
* Queries a paginated list of rules in a data classification template.
|
|
893
909
|
*
|
|
894
910
|
* @remarks
|
|
895
|
-
*
|
|
896
|
-
*
|
|
897
|
-
*
|
|
911
|
+
* Retrieves the rules in a data classification template to help you review the rule details.
|
|
912
|
+
* ## QPS limit
|
|
913
|
+
* The queries per second (QPS) limit for a single user on this operation is 10 calls per second. If you exceed this limit, API calls are throttled. This may affect your business. Plan your calls accordingly.
|
|
898
914
|
*
|
|
899
915
|
* @param request - DescribeCategoryTemplateRuleListRequest
|
|
900
916
|
* @returns DescribeCategoryTemplateRuleListResponse
|
|
@@ -905,14 +921,14 @@ export default class Client extends OpenApi {
|
|
|
905
921
|
}
|
|
906
922
|
|
|
907
923
|
/**
|
|
908
|
-
*
|
|
924
|
+
* You can call the DescribeColumns API to query column data in data asset tables, such as MaxCompute and RDS, that are authorized to connect to Data Security Center.
|
|
909
925
|
*
|
|
910
926
|
* @remarks
|
|
911
|
-
*
|
|
912
|
-
* ##
|
|
913
|
-
* The DescribeColumns
|
|
914
|
-
* ##
|
|
915
|
-
*
|
|
927
|
+
* This API is typically used to view column data in sensitive data asset information tables. This helps users accurately analyze sensitive data.
|
|
928
|
+
* ## Notes
|
|
929
|
+
* The DescribeColumns API has been revised and replaced by DescribeColumnsV2. Use the newer DescribeColumnsV2 version when developing applications.
|
|
930
|
+
* ## QPS Limits
|
|
931
|
+
* The single-user QPS limit for this API is 10 calls per second. If you exceed this limit, API calls will be rate-limited. This may affect your business. You should call the API reasonably.
|
|
916
932
|
*
|
|
917
933
|
* @param request - DescribeColumnsRequest
|
|
918
934
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1015,14 +1031,14 @@ export default class Client extends OpenApi {
|
|
|
1015
1031
|
}
|
|
1016
1032
|
|
|
1017
1033
|
/**
|
|
1018
|
-
*
|
|
1034
|
+
* You can call the DescribeColumns API to query column data in data asset tables, such as MaxCompute and RDS, that are authorized to connect to Data Security Center.
|
|
1019
1035
|
*
|
|
1020
1036
|
* @remarks
|
|
1021
|
-
*
|
|
1022
|
-
* ##
|
|
1023
|
-
* The DescribeColumns
|
|
1024
|
-
* ##
|
|
1025
|
-
*
|
|
1037
|
+
* This API is typically used to view column data in sensitive data asset information tables. This helps users accurately analyze sensitive data.
|
|
1038
|
+
* ## Notes
|
|
1039
|
+
* The DescribeColumns API has been revised and replaced by DescribeColumnsV2. Use the newer DescribeColumnsV2 version when developing applications.
|
|
1040
|
+
* ## QPS Limits
|
|
1041
|
+
* The single-user QPS limit for this API is 10 calls per second. If you exceed this limit, API calls will be rate-limited. This may affect your business. You should call the API reasonably.
|
|
1026
1042
|
*
|
|
1027
1043
|
* @param request - DescribeColumnsRequest
|
|
1028
1044
|
* @returns DescribeColumnsResponse
|
|
@@ -1033,7 +1049,7 @@ export default class Client extends OpenApi {
|
|
|
1033
1049
|
}
|
|
1034
1050
|
|
|
1035
1051
|
/**
|
|
1036
|
-
*
|
|
1052
|
+
* The DescribeColumnsV2 operation queries data in the columns of data asset tables, such as those in MaxCompute and RDS, that are authorized in Data Security Center.
|
|
1037
1053
|
*
|
|
1038
1054
|
* @param request - DescribeColumnsV2Request
|
|
1039
1055
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1116,7 +1132,7 @@ export default class Client extends OpenApi {
|
|
|
1116
1132
|
}
|
|
1117
1133
|
|
|
1118
1134
|
/**
|
|
1119
|
-
*
|
|
1135
|
+
* The DescribeColumnsV2 operation queries data in the columns of data asset tables, such as those in MaxCompute and RDS, that are authorized in Data Security Center.
|
|
1120
1136
|
*
|
|
1121
1137
|
* @param request - DescribeColumnsV2Request
|
|
1122
1138
|
* @returns DescribeColumnsV2Response
|
|
@@ -1127,7 +1143,13 @@ export default class Client extends OpenApi {
|
|
|
1127
1143
|
}
|
|
1128
1144
|
|
|
1129
1145
|
/**
|
|
1130
|
-
* Queries common configuration items for alerts.
|
|
1146
|
+
* Queries common configuration items for anomaly alerts.
|
|
1147
|
+
*
|
|
1148
|
+
* @remarks
|
|
1149
|
+
* # Usage notes
|
|
1150
|
+
* Queries common configuration items for anomaly alerts, which you can use to create or restore alert configurations.
|
|
1151
|
+
* # QPS limit
|
|
1152
|
+
* The maximum number of queries per second (QPS) per user is 10. If this limit is exceeded, API calls are throttled. This may impact your business. Call this operation only as needed.
|
|
1131
1153
|
*
|
|
1132
1154
|
* @param request - DescribeConfigsRequest
|
|
1133
1155
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1158,7 +1180,13 @@ export default class Client extends OpenApi {
|
|
|
1158
1180
|
}
|
|
1159
1181
|
|
|
1160
1182
|
/**
|
|
1161
|
-
* Queries common configuration items for alerts.
|
|
1183
|
+
* Queries common configuration items for anomaly alerts.
|
|
1184
|
+
*
|
|
1185
|
+
* @remarks
|
|
1186
|
+
* # Usage notes
|
|
1187
|
+
* Queries common configuration items for anomaly alerts, which you can use to create or restore alert configurations.
|
|
1188
|
+
* # QPS limit
|
|
1189
|
+
* The maximum number of queries per second (QPS) per user is 10. If this limit is exceeded, API calls are throttled. This may impact your business. Call this operation only as needed.
|
|
1162
1190
|
*
|
|
1163
1191
|
* @param request - DescribeConfigsRequest
|
|
1164
1192
|
* @returns DescribeConfigsResponse
|
|
@@ -1169,7 +1197,14 @@ export default class Client extends OpenApi {
|
|
|
1169
1197
|
}
|
|
1170
1198
|
|
|
1171
1199
|
/**
|
|
1172
|
-
*
|
|
1200
|
+
* Searches for data assets on the Overview page of Data Security Center (DSC).
|
|
1201
|
+
*
|
|
1202
|
+
* @remarks
|
|
1203
|
+
* This operation is typically used to query data assets of different types on the overview page of DSC.
|
|
1204
|
+
* ## Usage notes
|
|
1205
|
+
* This operation is deprecated and no longer maintained.
|
|
1206
|
+
* ## QPS limit
|
|
1207
|
+
* The queries per second (QPS) limit for a single user is 10 calls per second. If you exceed this limit, API calls are throttled. This may affect your business. Plan your calls accordingly.
|
|
1173
1208
|
*
|
|
1174
1209
|
* @param request - DescribeDataAssetsRequest
|
|
1175
1210
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1224,7 +1259,14 @@ export default class Client extends OpenApi {
|
|
|
1224
1259
|
}
|
|
1225
1260
|
|
|
1226
1261
|
/**
|
|
1227
|
-
*
|
|
1262
|
+
* Searches for data assets on the Overview page of Data Security Center (DSC).
|
|
1263
|
+
*
|
|
1264
|
+
* @remarks
|
|
1265
|
+
* This operation is typically used to query data assets of different types on the overview page of DSC.
|
|
1266
|
+
* ## Usage notes
|
|
1267
|
+
* This operation is deprecated and no longer maintained.
|
|
1268
|
+
* ## QPS limit
|
|
1269
|
+
* The queries per second (QPS) limit for a single user is 10 calls per second. If you exceed this limit, API calls are throttled. This may affect your business. Plan your calls accordingly.
|
|
1228
1270
|
*
|
|
1229
1271
|
* @param request - DescribeDataAssetsRequest
|
|
1230
1272
|
* @returns DescribeDataAssetsResponse
|
|
@@ -1235,7 +1277,7 @@ export default class Client extends OpenApi {
|
|
|
1235
1277
|
}
|
|
1236
1278
|
|
|
1237
1279
|
/**
|
|
1238
|
-
*
|
|
1280
|
+
* Retrieves the details of an authorized data asset, such as a MaxCompute project, ApsaraDB RDS database, or OSS bucket.
|
|
1239
1281
|
*
|
|
1240
1282
|
* @param request - DescribeDataLimitDetailRequest
|
|
1241
1283
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1278,7 +1320,7 @@ export default class Client extends OpenApi {
|
|
|
1278
1320
|
}
|
|
1279
1321
|
|
|
1280
1322
|
/**
|
|
1281
|
-
*
|
|
1323
|
+
* Retrieves the details of an authorized data asset, such as a MaxCompute project, ApsaraDB RDS database, or OSS bucket.
|
|
1282
1324
|
*
|
|
1283
1325
|
* @param request - DescribeDataLimitDetailRequest
|
|
1284
1326
|
* @returns DescribeDataLimitDetailResponse
|
|
@@ -1289,12 +1331,14 @@ export default class Client extends OpenApi {
|
|
|
1289
1331
|
}
|
|
1290
1332
|
|
|
1291
1333
|
/**
|
|
1292
|
-
*
|
|
1334
|
+
* Call the DescribeDataLimitSet operation to query the authorization list for unstructured assets or the list of regions supported by Data Security Center.
|
|
1293
1335
|
*
|
|
1294
1336
|
* @remarks
|
|
1295
|
-
*
|
|
1296
|
-
*
|
|
1297
|
-
*
|
|
1337
|
+
* Use this operation to retrieve a list of authorized product assets. This list helps you search for and aggregate resources.
|
|
1338
|
+
* ## Notes
|
|
1339
|
+
* In the future, this operation will be used only to retrieve the list of regions that a product supports. Other features will no longer be maintained.
|
|
1340
|
+
* ## QPS limits
|
|
1341
|
+
* The queries per second (QPS) limit for this operation is 10 calls per second for each user. API calls that exceed this limit are throttled. Throttling can affect your business. We recommend that you call this operation a reasonable number of times.
|
|
1298
1342
|
*
|
|
1299
1343
|
* @param request - DescribeDataLimitSetRequest
|
|
1300
1344
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1341,12 +1385,14 @@ export default class Client extends OpenApi {
|
|
|
1341
1385
|
}
|
|
1342
1386
|
|
|
1343
1387
|
/**
|
|
1344
|
-
*
|
|
1388
|
+
* Call the DescribeDataLimitSet operation to query the authorization list for unstructured assets or the list of regions supported by Data Security Center.
|
|
1345
1389
|
*
|
|
1346
1390
|
* @remarks
|
|
1347
|
-
*
|
|
1348
|
-
*
|
|
1349
|
-
*
|
|
1391
|
+
* Use this operation to retrieve a list of authorized product assets. This list helps you search for and aggregate resources.
|
|
1392
|
+
* ## Notes
|
|
1393
|
+
* In the future, this operation will be used only to retrieve the list of regions that a product supports. Other features will no longer be maintained.
|
|
1394
|
+
* ## QPS limits
|
|
1395
|
+
* The queries per second (QPS) limit for this operation is 10 calls per second for each user. API calls that exceed this limit are throttled. Throttling can affect your business. We recommend that you call this operation a reasonable number of times.
|
|
1350
1396
|
*
|
|
1351
1397
|
* @param request - DescribeDataLimitSetRequest
|
|
1352
1398
|
* @returns DescribeDataLimitSetResponse
|
|
@@ -1357,7 +1403,7 @@ export default class Client extends OpenApi {
|
|
|
1357
1403
|
}
|
|
1358
1404
|
|
|
1359
1405
|
/**
|
|
1360
|
-
* Queries the data assets
|
|
1406
|
+
* Queries the list of data assets for authorized instances, databases, and buckets.
|
|
1361
1407
|
*
|
|
1362
1408
|
* @param request - DescribeDataLimitsRequest
|
|
1363
1409
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1444,7 +1490,7 @@ export default class Client extends OpenApi {
|
|
|
1444
1490
|
}
|
|
1445
1491
|
|
|
1446
1492
|
/**
|
|
1447
|
-
* Queries the data assets
|
|
1493
|
+
* Queries the list of data assets for authorized instances, databases, and buckets.
|
|
1448
1494
|
*
|
|
1449
1495
|
* @param request - DescribeDataLimitsRequest
|
|
1450
1496
|
* @returns DescribeDataLimitsResponse
|
|
@@ -1455,12 +1501,12 @@ export default class Client extends OpenApi {
|
|
|
1455
1501
|
}
|
|
1456
1502
|
|
|
1457
1503
|
/**
|
|
1458
|
-
*
|
|
1504
|
+
* You can call DescribeDataMaskingRunHistory to query the execution history of data masking tasks.
|
|
1459
1505
|
*
|
|
1460
1506
|
* @remarks
|
|
1461
|
-
*
|
|
1462
|
-
*
|
|
1463
|
-
*
|
|
1507
|
+
* This operation retrieves the execution history of static data masking tasks. You can use it to search for task statuses and view task progress.
|
|
1508
|
+
* ## QPS limits
|
|
1509
|
+
* The queries per second (QPS) limit for a single user on this operation is 10 calls per second. Calls that exceed this limit are throttled. This may affect your business. Plan your calls accordingly.
|
|
1464
1510
|
*
|
|
1465
1511
|
* @param request - DescribeDataMaskingRunHistoryRequest
|
|
1466
1512
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1531,12 +1577,12 @@ export default class Client extends OpenApi {
|
|
|
1531
1577
|
}
|
|
1532
1578
|
|
|
1533
1579
|
/**
|
|
1534
|
-
*
|
|
1580
|
+
* You can call DescribeDataMaskingRunHistory to query the execution history of data masking tasks.
|
|
1535
1581
|
*
|
|
1536
1582
|
* @remarks
|
|
1537
|
-
*
|
|
1538
|
-
*
|
|
1539
|
-
*
|
|
1583
|
+
* This operation retrieves the execution history of static data masking tasks. You can use it to search for task statuses and view task progress.
|
|
1584
|
+
* ## QPS limits
|
|
1585
|
+
* The queries per second (QPS) limit for a single user on this operation is 10 calls per second. Calls that exceed this limit are throttled. This may affect your business. Plan your calls accordingly.
|
|
1540
1586
|
*
|
|
1541
1587
|
* @param request - DescribeDataMaskingRunHistoryRequest
|
|
1542
1588
|
* @returns DescribeDataMaskingRunHistoryResponse
|
|
@@ -1547,12 +1593,12 @@ export default class Client extends OpenApi {
|
|
|
1547
1593
|
}
|
|
1548
1594
|
|
|
1549
1595
|
/**
|
|
1550
|
-
*
|
|
1596
|
+
* Call DescribeDataMaskingTasks to retrieve a list of data masking tasks.
|
|
1551
1597
|
*
|
|
1552
1598
|
* @remarks
|
|
1553
|
-
*
|
|
1554
|
-
*
|
|
1555
|
-
*
|
|
1599
|
+
* This operation retrieves a list of static data masking tasks, which you can then search and manage.
|
|
1600
|
+
* ## QPS limits
|
|
1601
|
+
* The queries per second (QPS) limit for a single user is 10 calls per second. If you exceed this limit, your API calls are throttled, which may affect your business. We recommend that you call this operation at a reasonable rate.
|
|
1556
1602
|
*
|
|
1557
1603
|
* @param request - DescribeDataMaskingTasksRequest
|
|
1558
1604
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1607,12 +1653,12 @@ export default class Client extends OpenApi {
|
|
|
1607
1653
|
}
|
|
1608
1654
|
|
|
1609
1655
|
/**
|
|
1610
|
-
*
|
|
1656
|
+
* Call DescribeDataMaskingTasks to retrieve a list of data masking tasks.
|
|
1611
1657
|
*
|
|
1612
1658
|
* @remarks
|
|
1613
|
-
*
|
|
1614
|
-
*
|
|
1615
|
-
*
|
|
1659
|
+
* This operation retrieves a list of static data masking tasks, which you can then search and manage.
|
|
1660
|
+
* ## QPS limits
|
|
1661
|
+
* The queries per second (QPS) limit for a single user is 10 calls per second. If you exceed this limit, your API calls are throttled, which may affect your business. We recommend that you call this operation at a reasonable rate.
|
|
1616
1662
|
*
|
|
1617
1663
|
* @param request - DescribeDataMaskingTasksRequest
|
|
1618
1664
|
* @returns DescribeDataMaskingTasksResponse
|
|
@@ -1623,11 +1669,11 @@ export default class Client extends OpenApi {
|
|
|
1623
1669
|
}
|
|
1624
1670
|
|
|
1625
1671
|
/**
|
|
1626
|
-
*
|
|
1672
|
+
* Queries the detection results for columns in a data table.
|
|
1627
1673
|
*
|
|
1628
1674
|
* @remarks
|
|
1629
1675
|
* ## Notes
|
|
1630
|
-
* The DescribeDataObjectColumnDetail
|
|
1676
|
+
* The DescribeDataObjectColumnDetail operation has been updated to DescribeDataObjectColumnDetailV2. We recommend that you use the latest version, DescribeDataObjectColumnDetailV2, for application development.
|
|
1631
1677
|
*
|
|
1632
1678
|
* @param request - DescribeDataObjectColumnDetailRequest
|
|
1633
1679
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1682,11 +1728,11 @@ export default class Client extends OpenApi {
|
|
|
1682
1728
|
}
|
|
1683
1729
|
|
|
1684
1730
|
/**
|
|
1685
|
-
*
|
|
1731
|
+
* Queries the detection results for columns in a data table.
|
|
1686
1732
|
*
|
|
1687
1733
|
* @remarks
|
|
1688
1734
|
* ## Notes
|
|
1689
|
-
* The DescribeDataObjectColumnDetail
|
|
1735
|
+
* The DescribeDataObjectColumnDetail operation has been updated to DescribeDataObjectColumnDetailV2. We recommend that you use the latest version, DescribeDataObjectColumnDetailV2, for application development.
|
|
1690
1736
|
*
|
|
1691
1737
|
* @param request - DescribeDataObjectColumnDetailRequest
|
|
1692
1738
|
* @returns DescribeDataObjectColumnDetailResponse
|
|
@@ -1697,7 +1743,7 @@ export default class Client extends OpenApi {
|
|
|
1697
1743
|
}
|
|
1698
1744
|
|
|
1699
1745
|
/**
|
|
1700
|
-
*
|
|
1746
|
+
* Queries the detection results for the columns of a data table.
|
|
1701
1747
|
*
|
|
1702
1748
|
* @param request - DescribeDataObjectColumnDetailV2Request
|
|
1703
1749
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1752,7 +1798,7 @@ export default class Client extends OpenApi {
|
|
|
1752
1798
|
}
|
|
1753
1799
|
|
|
1754
1800
|
/**
|
|
1755
|
-
*
|
|
1801
|
+
* Queries the detection results for the columns of a data table.
|
|
1756
1802
|
*
|
|
1757
1803
|
* @param request - DescribeDataObjectColumnDetailV2Request
|
|
1758
1804
|
* @returns DescribeDataObjectColumnDetailV2Response
|
|
@@ -1763,7 +1809,12 @@ export default class Client extends OpenApi {
|
|
|
1763
1809
|
}
|
|
1764
1810
|
|
|
1765
1811
|
/**
|
|
1766
|
-
*
|
|
1812
|
+
* Query data detection results for tables and files.
|
|
1813
|
+
*
|
|
1814
|
+
* @remarks
|
|
1815
|
+
* This operation queries data detection results for tables and files, to provide a comprehensive view across all your assets.
|
|
1816
|
+
* ## QPS limit
|
|
1817
|
+
* The per-user QPS limit for this operation is 10 requests per second. If you exceed this limit, the system throttles your API calls. To prevent business disruptions, call this operation only when necessary.
|
|
1767
1818
|
*
|
|
1768
1819
|
* @param request - DescribeDataObjectsRequest
|
|
1769
1820
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1910,7 +1961,12 @@ export default class Client extends OpenApi {
|
|
|
1910
1961
|
}
|
|
1911
1962
|
|
|
1912
1963
|
/**
|
|
1913
|
-
*
|
|
1964
|
+
* Query data detection results for tables and files.
|
|
1965
|
+
*
|
|
1966
|
+
* @remarks
|
|
1967
|
+
* This operation queries data detection results for tables and files, to provide a comprehensive view across all your assets.
|
|
1968
|
+
* ## QPS limit
|
|
1969
|
+
* The per-user QPS limit for this operation is 10 requests per second. If you exceed this limit, the system throttles your API calls. To prevent business disruptions, call this operation only when necessary.
|
|
1914
1970
|
*
|
|
1915
1971
|
* @param request - DescribeDataObjectsRequest
|
|
1916
1972
|
* @returns DescribeDataObjectsResponse
|
|
@@ -1921,7 +1977,7 @@ export default class Client extends OpenApi {
|
|
|
1921
1977
|
}
|
|
1922
1978
|
|
|
1923
1979
|
/**
|
|
1924
|
-
* Queries a list of
|
|
1980
|
+
* Queries a list of file types supported by Object Storage Service (OSS).
|
|
1925
1981
|
*
|
|
1926
1982
|
* @param request - DescribeDocTypesRequest
|
|
1927
1983
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1952,7 +2008,7 @@ export default class Client extends OpenApi {
|
|
|
1952
2008
|
}
|
|
1953
2009
|
|
|
1954
2010
|
/**
|
|
1955
|
-
* Queries a list of
|
|
2011
|
+
* Queries a list of file types supported by Object Storage Service (OSS).
|
|
1956
2012
|
*
|
|
1957
2013
|
* @param request - DescribeDocTypesRequest
|
|
1958
2014
|
* @returns DescribeDocTypesResponse
|
|
@@ -1963,7 +2019,7 @@ export default class Client extends OpenApi {
|
|
|
1963
2019
|
}
|
|
1964
2020
|
|
|
1965
2021
|
/**
|
|
1966
|
-
*
|
|
2022
|
+
* Retrieves the details of an anomalous event, including its occurrence time, description, and handling status.
|
|
1967
2023
|
*
|
|
1968
2024
|
* @param request - DescribeEventDetailRequest
|
|
1969
2025
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1998,7 +2054,7 @@ export default class Client extends OpenApi {
|
|
|
1998
2054
|
}
|
|
1999
2055
|
|
|
2000
2056
|
/**
|
|
2001
|
-
*
|
|
2057
|
+
* Retrieves the details of an anomalous event, including its occurrence time, description, and handling status.
|
|
2002
2058
|
*
|
|
2003
2059
|
* @param request - DescribeEventDetailRequest
|
|
2004
2060
|
* @returns DescribeEventDetailResponse
|
|
@@ -2009,7 +2065,7 @@ export default class Client extends OpenApi {
|
|
|
2009
2065
|
}
|
|
2010
2066
|
|
|
2011
2067
|
/**
|
|
2012
|
-
* Queries
|
|
2068
|
+
* Queries anomalous activity types.
|
|
2013
2069
|
*
|
|
2014
2070
|
* @param request - DescribeEventTypesRequest
|
|
2015
2071
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2056,7 +2112,7 @@ export default class Client extends OpenApi {
|
|
|
2056
2112
|
}
|
|
2057
2113
|
|
|
2058
2114
|
/**
|
|
2059
|
-
* Queries
|
|
2115
|
+
* Queries anomalous activity types.
|
|
2060
2116
|
*
|
|
2061
2117
|
* @param request - DescribeEventTypesRequest
|
|
2062
2118
|
* @returns DescribeEventTypesResponse
|
|
@@ -2067,12 +2123,12 @@ export default class Client extends OpenApi {
|
|
|
2067
2123
|
}
|
|
2068
2124
|
|
|
2069
2125
|
/**
|
|
2070
|
-
*
|
|
2126
|
+
* Lists anomalous events.
|
|
2071
2127
|
*
|
|
2072
2128
|
* @remarks
|
|
2073
|
-
*
|
|
2074
|
-
*
|
|
2075
|
-
*
|
|
2129
|
+
* This operation queries alerts for data breach risks to help you find and handle them.
|
|
2130
|
+
* ## QPS limits
|
|
2131
|
+
* The queries per second (QPS) limit for this operation is 10 for each user. If you exceed the limit, your API calls are throttled. This may affect your business. Plan your API calls accordingly.
|
|
2076
2132
|
*
|
|
2077
2133
|
* @param request - DescribeEventsRequest
|
|
2078
2134
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2163,12 +2219,12 @@ export default class Client extends OpenApi {
|
|
|
2163
2219
|
}
|
|
2164
2220
|
|
|
2165
2221
|
/**
|
|
2166
|
-
*
|
|
2222
|
+
* Lists anomalous events.
|
|
2167
2223
|
*
|
|
2168
2224
|
* @remarks
|
|
2169
|
-
*
|
|
2170
|
-
*
|
|
2171
|
-
*
|
|
2225
|
+
* This operation queries alerts for data breach risks to help you find and handle them.
|
|
2226
|
+
* ## QPS limits
|
|
2227
|
+
* The queries per second (QPS) limit for this operation is 10 for each user. If you exceed the limit, your API calls are throttled. This may affect your business. Plan your API calls accordingly.
|
|
2172
2228
|
*
|
|
2173
2229
|
* @param request - DescribeEventsRequest
|
|
2174
2230
|
* @returns DescribeEventsResponse
|
|
@@ -2179,11 +2235,11 @@ export default class Client extends OpenApi {
|
|
|
2179
2235
|
}
|
|
2180
2236
|
|
|
2181
2237
|
/**
|
|
2182
|
-
*
|
|
2238
|
+
* Retrieves the completion status of a detection task based on the task ID. You can obtain the task ID from the Id field in the return value of a CreateScanTask or ScanOssObjectV1 API call.
|
|
2183
2239
|
*
|
|
2184
2240
|
* @remarks
|
|
2185
|
-
* ## QPS
|
|
2186
|
-
* The QPS limit for this
|
|
2241
|
+
* ## QPS limit
|
|
2242
|
+
* The queries per second (QPS) limit for this operation is 10 for each user. If you exceed the limit, API calls are throttled, which may affect your business. Call this operation at a reasonable rate.
|
|
2187
2243
|
*
|
|
2188
2244
|
* @param request - DescribeIdentifyTaskStatusRequest
|
|
2189
2245
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2210,11 +2266,11 @@ export default class Client extends OpenApi {
|
|
|
2210
2266
|
}
|
|
2211
2267
|
|
|
2212
2268
|
/**
|
|
2213
|
-
*
|
|
2269
|
+
* Retrieves the completion status of a detection task based on the task ID. You can obtain the task ID from the Id field in the return value of a CreateScanTask or ScanOssObjectV1 API call.
|
|
2214
2270
|
*
|
|
2215
2271
|
* @remarks
|
|
2216
|
-
* ## QPS
|
|
2217
|
-
* The QPS limit for this
|
|
2272
|
+
* ## QPS limit
|
|
2273
|
+
* The queries per second (QPS) limit for this operation is 10 for each user. If you exceed the limit, API calls are throttled, which may affect your business. Call this operation at a reasonable rate.
|
|
2218
2274
|
*
|
|
2219
2275
|
* @param request - DescribeIdentifyTaskStatusRequest
|
|
2220
2276
|
* @returns DescribeIdentifyTaskStatusResponse
|
|
@@ -2228,8 +2284,10 @@ export default class Client extends OpenApi {
|
|
|
2228
2284
|
* Queries a list of data assets.
|
|
2229
2285
|
*
|
|
2230
2286
|
* @remarks
|
|
2231
|
-
*
|
|
2232
|
-
* This operation is no longer used
|
|
2287
|
+
* Queries the list of authorized or unauthorized data assets based on the AuthStatus parameter to help you understand the authorization status of your data assets.
|
|
2288
|
+
* This operation is no longer used in the new console.
|
|
2289
|
+
* ## QPS limit
|
|
2290
|
+
* Each user can call this operation up to 10 times per second. If this limit is exceeded, API calls are throttled, which may affect your business.
|
|
2233
2291
|
*
|
|
2234
2292
|
* @param request - DescribeInstanceSourcesRequest
|
|
2235
2293
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2311,8 +2369,10 @@ export default class Client extends OpenApi {
|
|
|
2311
2369
|
* Queries a list of data assets.
|
|
2312
2370
|
*
|
|
2313
2371
|
* @remarks
|
|
2314
|
-
*
|
|
2315
|
-
* This operation is no longer used
|
|
2372
|
+
* Queries the list of authorized or unauthorized data assets based on the AuthStatus parameter to help you understand the authorization status of your data assets.
|
|
2373
|
+
* This operation is no longer used in the new console.
|
|
2374
|
+
* ## QPS limit
|
|
2375
|
+
* Each user can call this operation up to 10 times per second. If this limit is exceeded, API calls are throttled, which may affect your business.
|
|
2316
2376
|
*
|
|
2317
2377
|
* @param request - DescribeInstanceSourcesRequest
|
|
2318
2378
|
* @returns DescribeInstanceSourcesResponse
|
|
@@ -2323,12 +2383,12 @@ export default class Client extends OpenApi {
|
|
|
2323
2383
|
}
|
|
2324
2384
|
|
|
2325
2385
|
/**
|
|
2326
|
-
*
|
|
2386
|
+
* Retrieves a list of authorized MaxCompute, RDS, and OSS data asset instances.
|
|
2327
2387
|
*
|
|
2328
2388
|
* @remarks
|
|
2329
|
-
* When you call the DescribeInstances operation, you can
|
|
2330
|
-
*
|
|
2331
|
-
*
|
|
2389
|
+
* When you call the DescribeInstances operation, you can set parameters such as search keywords and the threat level of data asset instances to retrieve a list of instances that meet your requirements.
|
|
2390
|
+
* ## QPS limit
|
|
2391
|
+
* The queries per second (QPS) limit for a single user for this operation is 10 calls per second. If you exceed this limit, API calls are throttled. This can affect your business. Plan your calls accordingly.
|
|
2332
2392
|
*
|
|
2333
2393
|
* @param request - DescribeInstancesRequest
|
|
2334
2394
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2395,12 +2455,12 @@ export default class Client extends OpenApi {
|
|
|
2395
2455
|
}
|
|
2396
2456
|
|
|
2397
2457
|
/**
|
|
2398
|
-
*
|
|
2458
|
+
* Retrieves a list of authorized MaxCompute, RDS, and OSS data asset instances.
|
|
2399
2459
|
*
|
|
2400
2460
|
* @remarks
|
|
2401
|
-
* When you call the DescribeInstances operation, you can
|
|
2402
|
-
*
|
|
2403
|
-
*
|
|
2461
|
+
* When you call the DescribeInstances operation, you can set parameters such as search keywords and the threat level of data asset instances to retrieve a list of instances that meet your requirements.
|
|
2462
|
+
* ## QPS limit
|
|
2463
|
+
* The queries per second (QPS) limit for a single user for this operation is 10 calls per second. If you exceed this limit, API calls are throttled. This can affect your business. Plan your calls accordingly.
|
|
2404
2464
|
*
|
|
2405
2465
|
* @param request - DescribeInstancesRequest
|
|
2406
2466
|
* @returns DescribeInstancesResponse
|
|
@@ -2411,14 +2471,14 @@ export default class Client extends OpenApi {
|
|
|
2411
2471
|
}
|
|
2412
2472
|
|
|
2413
2473
|
/**
|
|
2414
|
-
*
|
|
2474
|
+
* Obtains detailed information about an authorized OSS object in Data Security Center.
|
|
2415
2475
|
*
|
|
2416
2476
|
* @remarks
|
|
2417
|
-
*
|
|
2418
|
-
* ##
|
|
2419
|
-
* The DescribeOssObjectDetail operation
|
|
2420
|
-
* ##
|
|
2421
|
-
*
|
|
2477
|
+
* This operation is typically used to query the details of OSS objects. This information helps you accurately locate sensitive data assets in OSS.
|
|
2478
|
+
* ## Usage notes
|
|
2479
|
+
* The DescribeOssObjectDetail operation has been updated to DescribeOssObjectDetailV2. We recommend that you use the new version, DescribeOssObjectDetailV2, when you develop applications.
|
|
2480
|
+
* ## QPS limit
|
|
2481
|
+
* A single user can make up to 10 queries per second (QPS). If you exceed the limit, API calls are throttled. This may affect your business. We recommend that you plan your calls accordingly.
|
|
2422
2482
|
*
|
|
2423
2483
|
* @param request - DescribeOssObjectDetailRequest
|
|
2424
2484
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2453,14 +2513,14 @@ export default class Client extends OpenApi {
|
|
|
2453
2513
|
}
|
|
2454
2514
|
|
|
2455
2515
|
/**
|
|
2456
|
-
*
|
|
2516
|
+
* Obtains detailed information about an authorized OSS object in Data Security Center.
|
|
2457
2517
|
*
|
|
2458
2518
|
* @remarks
|
|
2459
|
-
*
|
|
2460
|
-
* ##
|
|
2461
|
-
* The DescribeOssObjectDetail operation
|
|
2462
|
-
* ##
|
|
2463
|
-
*
|
|
2519
|
+
* This operation is typically used to query the details of OSS objects. This information helps you accurately locate sensitive data assets in OSS.
|
|
2520
|
+
* ## Usage notes
|
|
2521
|
+
* The DescribeOssObjectDetail operation has been updated to DescribeOssObjectDetailV2. We recommend that you use the new version, DescribeOssObjectDetailV2, when you develop applications.
|
|
2522
|
+
* ## QPS limit
|
|
2523
|
+
* A single user can make up to 10 queries per second (QPS). If you exceed the limit, API calls are throttled. This may affect your business. We recommend that you plan your calls accordingly.
|
|
2464
2524
|
*
|
|
2465
2525
|
* @param request - DescribeOssObjectDetailRequest
|
|
2466
2526
|
* @returns DescribeOssObjectDetailResponse
|
|
@@ -2471,10 +2531,10 @@ export default class Client extends OpenApi {
|
|
|
2471
2531
|
}
|
|
2472
2532
|
|
|
2473
2533
|
/**
|
|
2474
|
-
*
|
|
2534
|
+
* Obtains detailed information about an authorized OSS object in Data Security Center.
|
|
2475
2535
|
*
|
|
2476
2536
|
* @remarks
|
|
2477
|
-
* This
|
|
2537
|
+
* This operation queries the details of OSS objects. You can use this operation to locate sensitive data assets in OSS.
|
|
2478
2538
|
*
|
|
2479
2539
|
* @param request - DescribeOssObjectDetailV2Request
|
|
2480
2540
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2525,10 +2585,10 @@ export default class Client extends OpenApi {
|
|
|
2525
2585
|
}
|
|
2526
2586
|
|
|
2527
2587
|
/**
|
|
2528
|
-
*
|
|
2588
|
+
* Obtains detailed information about an authorized OSS object in Data Security Center.
|
|
2529
2589
|
*
|
|
2530
2590
|
* @remarks
|
|
2531
|
-
* This
|
|
2591
|
+
* This operation queries the details of OSS objects. You can use this operation to locate sensitive data assets in OSS.
|
|
2532
2592
|
*
|
|
2533
2593
|
* @param request - DescribeOssObjectDetailV2Request
|
|
2534
2594
|
* @returns DescribeOssObjectDetailV2Response
|
|
@@ -2539,7 +2599,7 @@ export default class Client extends OpenApi {
|
|
|
2539
2599
|
}
|
|
2540
2600
|
|
|
2541
2601
|
/**
|
|
2542
|
-
*
|
|
2602
|
+
* Lists authorized OSS objects.
|
|
2543
2603
|
*
|
|
2544
2604
|
* @param request - DescribeOssObjectsRequest
|
|
2545
2605
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2618,7 +2678,7 @@ export default class Client extends OpenApi {
|
|
|
2618
2678
|
}
|
|
2619
2679
|
|
|
2620
2680
|
/**
|
|
2621
|
-
*
|
|
2681
|
+
* Lists authorized OSS objects.
|
|
2622
2682
|
*
|
|
2623
2683
|
* @param request - DescribeOssObjectsRequest
|
|
2624
2684
|
* @returns DescribeOssObjectsResponse
|
|
@@ -2629,12 +2689,12 @@ export default class Client extends OpenApi {
|
|
|
2629
2689
|
}
|
|
2630
2690
|
|
|
2631
2691
|
/**
|
|
2632
|
-
*
|
|
2692
|
+
* Retrieves information about MaxCompute packages authorized for scanning, including package names, owner accounts, and risk levels.
|
|
2633
2693
|
*
|
|
2634
2694
|
* @remarks
|
|
2635
|
-
*
|
|
2636
|
-
*
|
|
2637
|
-
*
|
|
2695
|
+
* This API is typically used to query a list of MaxCompute packages. This helps you search for packages and obtain an overview of sensitive information.
|
|
2696
|
+
* ## QPS limit
|
|
2697
|
+
* The queries per second (QPS) limit for a single user is 10 calls per second. If you exceed this limit, your API calls are throttled. This can affect your business. Make sure to call this API within the limit.
|
|
2638
2698
|
*
|
|
2639
2699
|
* @param request - DescribePackagesRequest
|
|
2640
2700
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2693,12 +2753,12 @@ export default class Client extends OpenApi {
|
|
|
2693
2753
|
}
|
|
2694
2754
|
|
|
2695
2755
|
/**
|
|
2696
|
-
*
|
|
2756
|
+
* Retrieves information about MaxCompute packages authorized for scanning, including package names, owner accounts, and risk levels.
|
|
2697
2757
|
*
|
|
2698
2758
|
* @remarks
|
|
2699
|
-
*
|
|
2700
|
-
*
|
|
2701
|
-
*
|
|
2759
|
+
* This API is typically used to query a list of MaxCompute packages. This helps you search for packages and obtain an overview of sensitive information.
|
|
2760
|
+
* ## QPS limit
|
|
2761
|
+
* The queries per second (QPS) limit for a single user is 10 calls per second. If you exceed this limit, your API calls are throttled. This can affect your business. Make sure to call this API within the limit.
|
|
2702
2762
|
*
|
|
2703
2763
|
* @param request - DescribePackagesRequest
|
|
2704
2764
|
* @returns DescribePackagesResponse
|
|
@@ -2709,7 +2769,7 @@ export default class Client extends OpenApi {
|
|
|
2709
2769
|
}
|
|
2710
2770
|
|
|
2711
2771
|
/**
|
|
2712
|
-
*
|
|
2772
|
+
* Lists assets and their authorization status.
|
|
2713
2773
|
*
|
|
2714
2774
|
* @param request - DescribeParentInstanceRequest
|
|
2715
2775
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2784,7 +2844,7 @@ export default class Client extends OpenApi {
|
|
|
2784
2844
|
}
|
|
2785
2845
|
|
|
2786
2846
|
/**
|
|
2787
|
-
*
|
|
2847
|
+
* Lists assets and their authorization status.
|
|
2788
2848
|
*
|
|
2789
2849
|
* @param request - DescribeParentInstanceRequest
|
|
2790
2850
|
* @returns DescribeParentInstanceResponse
|
|
@@ -2795,12 +2855,12 @@ export default class Client extends OpenApi {
|
|
|
2795
2855
|
}
|
|
2796
2856
|
|
|
2797
2857
|
/**
|
|
2798
|
-
*
|
|
2858
|
+
* Call the DescribeRiskLevels operation to retrieve a list of risk levels for sensitive data.
|
|
2799
2859
|
*
|
|
2800
2860
|
* @remarks
|
|
2801
|
-
* You can
|
|
2802
|
-
*
|
|
2803
|
-
*
|
|
2861
|
+
* You can use this operation to retrieve a list of risk levels for sensitive data that are defined in the current template. This lets you view the number of rules that reference each risk level and the maximum risk level in the template.
|
|
2862
|
+
* ## QPS limits
|
|
2863
|
+
* The queries per second (QPS) limit for this operation is 10 calls per second for a single user. If you exceed this limit, your API calls are throttled. This may affect your business. Plan your calls accordingly.
|
|
2804
2864
|
*
|
|
2805
2865
|
* @param request - DescribeRiskLevelsRequest
|
|
2806
2866
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2839,12 +2899,12 @@ export default class Client extends OpenApi {
|
|
|
2839
2899
|
}
|
|
2840
2900
|
|
|
2841
2901
|
/**
|
|
2842
|
-
*
|
|
2902
|
+
* Call the DescribeRiskLevels operation to retrieve a list of risk levels for sensitive data.
|
|
2843
2903
|
*
|
|
2844
2904
|
* @remarks
|
|
2845
|
-
* You can
|
|
2846
|
-
*
|
|
2847
|
-
*
|
|
2905
|
+
* You can use this operation to retrieve a list of risk levels for sensitive data that are defined in the current template. This lets you view the number of rules that reference each risk level and the maximum risk level in the template.
|
|
2906
|
+
* ## QPS limits
|
|
2907
|
+
* The queries per second (QPS) limit for this operation is 10 calls per second for a single user. If you exceed this limit, your API calls are throttled. This may affect your business. Plan your calls accordingly.
|
|
2848
2908
|
*
|
|
2849
2909
|
* @param request - DescribeRiskLevelsRequest
|
|
2850
2910
|
* @returns DescribeRiskLevelsResponse
|
|
@@ -2855,7 +2915,7 @@ export default class Client extends OpenApi {
|
|
|
2855
2915
|
}
|
|
2856
2916
|
|
|
2857
2917
|
/**
|
|
2858
|
-
* Queries sensitive data detection rules.
|
|
2918
|
+
* Queries a list of sensitive data detection rules.
|
|
2859
2919
|
*
|
|
2860
2920
|
* @param request - DescribeRulesRequest
|
|
2861
2921
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2962,7 +3022,7 @@ export default class Client extends OpenApi {
|
|
|
2962
3022
|
}
|
|
2963
3023
|
|
|
2964
3024
|
/**
|
|
2965
|
-
* Queries sensitive data detection rules.
|
|
3025
|
+
* Queries a list of sensitive data detection rules.
|
|
2966
3026
|
*
|
|
2967
3027
|
* @param request - DescribeRulesRequest
|
|
2968
3028
|
* @returns DescribeRulesResponse
|
|
@@ -2973,12 +3033,12 @@ export default class Client extends OpenApi {
|
|
|
2973
3033
|
}
|
|
2974
3034
|
|
|
2975
3035
|
/**
|
|
2976
|
-
* Queries tables in data assets such as MaxCompute
|
|
3036
|
+
* Queries tables in data assets, such as MaxCompute and RDS, that Data Security Center is authorized to access.
|
|
2977
3037
|
*
|
|
2978
3038
|
* @remarks
|
|
2979
|
-
*
|
|
2980
|
-
*
|
|
2981
|
-
*
|
|
3039
|
+
* You can call the DescribeTables operation to retrieve information about specific data asset tables. You can specify parameters such as search keywords and risk levels.
|
|
3040
|
+
* ## QPS limits
|
|
3041
|
+
* Each Alibaba Cloud account can call this operation up to 10 times per second. If you exceed this limit, throttling is triggered, which may affect your business. We recommend that you call this operation at a sustainable rate.
|
|
2982
3042
|
*
|
|
2983
3043
|
* @param request - DescribeTablesRequest
|
|
2984
3044
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3053,12 +3113,12 @@ export default class Client extends OpenApi {
|
|
|
3053
3113
|
}
|
|
3054
3114
|
|
|
3055
3115
|
/**
|
|
3056
|
-
* Queries tables in data assets such as MaxCompute
|
|
3116
|
+
* Queries tables in data assets, such as MaxCompute and RDS, that Data Security Center is authorized to access.
|
|
3057
3117
|
*
|
|
3058
3118
|
* @remarks
|
|
3059
|
-
*
|
|
3060
|
-
*
|
|
3061
|
-
*
|
|
3119
|
+
* You can call the DescribeTables operation to retrieve information about specific data asset tables. You can specify parameters such as search keywords and risk levels.
|
|
3120
|
+
* ## QPS limits
|
|
3121
|
+
* Each Alibaba Cloud account can call this operation up to 10 times per second. If you exceed this limit, throttling is triggered, which may affect your business. We recommend that you call this operation at a sustainable rate.
|
|
3062
3122
|
*
|
|
3063
3123
|
* @param request - DescribeTablesRequest
|
|
3064
3124
|
* @returns DescribeTablesResponse
|
|
@@ -3069,7 +3129,7 @@ export default class Client extends OpenApi {
|
|
|
3069
3129
|
}
|
|
3070
3130
|
|
|
3071
3131
|
/**
|
|
3072
|
-
*
|
|
3132
|
+
* Lists all rules in an industry-specific template.
|
|
3073
3133
|
*
|
|
3074
3134
|
* @param request - DescribeTemplateAllRulesRequest
|
|
3075
3135
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3108,7 +3168,7 @@ export default class Client extends OpenApi {
|
|
|
3108
3168
|
}
|
|
3109
3169
|
|
|
3110
3170
|
/**
|
|
3111
|
-
*
|
|
3171
|
+
* Lists all rules in an industry-specific template.
|
|
3112
3172
|
*
|
|
3113
3173
|
* @param request - DescribeTemplateAllRulesRequest
|
|
3114
3174
|
* @returns DescribeTemplateAllRulesResponse
|
|
@@ -3119,12 +3179,12 @@ export default class Client extends OpenApi {
|
|
|
3119
3179
|
}
|
|
3120
3180
|
|
|
3121
3181
|
/**
|
|
3122
|
-
* Queries the
|
|
3182
|
+
* Queries the status of a user account.
|
|
3123
3183
|
*
|
|
3124
3184
|
* @remarks
|
|
3125
|
-
*
|
|
3126
|
-
*
|
|
3127
|
-
*
|
|
3185
|
+
* Retrieves information about the current account, such as your usage of Data Security Center (DSC).
|
|
3186
|
+
* ## QPS limit
|
|
3187
|
+
* The queries per second (QPS) limit for this operation is 10 calls per second for each user. If you exceed this limit, API calls are throttled. This may affect your business. Call this operation at a reasonable frequency.
|
|
3128
3188
|
*
|
|
3129
3189
|
* @param request - DescribeUserStatusRequest
|
|
3130
3190
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3159,12 +3219,12 @@ export default class Client extends OpenApi {
|
|
|
3159
3219
|
}
|
|
3160
3220
|
|
|
3161
3221
|
/**
|
|
3162
|
-
* Queries the
|
|
3222
|
+
* Queries the status of a user account.
|
|
3163
3223
|
*
|
|
3164
3224
|
* @remarks
|
|
3165
|
-
*
|
|
3166
|
-
*
|
|
3167
|
-
*
|
|
3225
|
+
* Retrieves information about the current account, such as your usage of Data Security Center (DSC).
|
|
3226
|
+
* ## QPS limit
|
|
3227
|
+
* The queries per second (QPS) limit for this operation is 10 calls per second for each user. If you exceed this limit, API calls are throttled. This may affect your business. Call this operation at a reasonable frequency.
|
|
3168
3228
|
*
|
|
3169
3229
|
* @param request - DescribeUserStatusRequest
|
|
3170
3230
|
* @returns DescribeUserStatusResponse
|
|
@@ -3175,12 +3235,12 @@ export default class Client extends OpenApi {
|
|
|
3175
3235
|
}
|
|
3176
3236
|
|
|
3177
3237
|
/**
|
|
3178
|
-
*
|
|
3238
|
+
* You can call the DisableUserConfig operation to disable a user configuration. After a configuration is disabled, you can call the CreateConfig operation and specify the same Code parameter to restore the general anomaly alert configuration.
|
|
3179
3239
|
*
|
|
3180
3240
|
* @remarks
|
|
3181
|
-
*
|
|
3182
|
-
*
|
|
3183
|
-
*
|
|
3241
|
+
* This operation disables a user configuration based on the code of a configuration item in the general anomaly alert configuration module. This lets you promptly change the status of the user configuration.
|
|
3242
|
+
* ## QPS limits
|
|
3243
|
+
* This operation is limited to 10 queries per second (QPS) per user. Calls that exceed this limit are throttled. Throttling may impact your business. Plan your calls accordingly.
|
|
3184
3244
|
*
|
|
3185
3245
|
* @param request - DisableUserConfigRequest
|
|
3186
3246
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3219,12 +3279,12 @@ export default class Client extends OpenApi {
|
|
|
3219
3279
|
}
|
|
3220
3280
|
|
|
3221
3281
|
/**
|
|
3222
|
-
*
|
|
3282
|
+
* You can call the DisableUserConfig operation to disable a user configuration. After a configuration is disabled, you can call the CreateConfig operation and specify the same Code parameter to restore the general anomaly alert configuration.
|
|
3223
3283
|
*
|
|
3224
3284
|
* @remarks
|
|
3225
|
-
*
|
|
3226
|
-
*
|
|
3227
|
-
*
|
|
3285
|
+
* This operation disables a user configuration based on the code of a configuration item in the general anomaly alert configuration module. This lets you promptly change the status of the user configuration.
|
|
3286
|
+
* ## QPS limits
|
|
3287
|
+
* This operation is limited to 10 queries per second (QPS) per user. Calls that exceed this limit are throttled. Throttling may impact your business. Plan your calls accordingly.
|
|
3228
3288
|
*
|
|
3229
3289
|
* @param request - DisableUserConfigRequest
|
|
3230
3290
|
* @returns DisableUserConfigResponse
|
|
@@ -3235,7 +3295,7 @@ export default class Client extends OpenApi {
|
|
|
3235
3295
|
}
|
|
3236
3296
|
|
|
3237
3297
|
/**
|
|
3238
|
-
*
|
|
3298
|
+
* You can call the ExecDatamask operation to dynamically mask data.
|
|
3239
3299
|
*
|
|
3240
3300
|
* @param request - ExecDatamaskRequest
|
|
3241
3301
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3278,7 +3338,7 @@ export default class Client extends OpenApi {
|
|
|
3278
3338
|
}
|
|
3279
3339
|
|
|
3280
3340
|
/**
|
|
3281
|
-
*
|
|
3341
|
+
* You can call the ExecDatamask operation to dynamically mask data.
|
|
3282
3342
|
*
|
|
3283
3343
|
* @param request - ExecDatamaskRequest
|
|
3284
3344
|
* @returns ExecDatamaskResponse
|
|
@@ -3289,7 +3349,7 @@ export default class Client extends OpenApi {
|
|
|
3289
3349
|
}
|
|
3290
3350
|
|
|
3291
3351
|
/**
|
|
3292
|
-
* Triggers a
|
|
3352
|
+
* Triggers a data masking task.
|
|
3293
3353
|
*
|
|
3294
3354
|
* @param request - ManualTriggerMaskingProcessRequest
|
|
3295
3355
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3324,7 +3384,7 @@ export default class Client extends OpenApi {
|
|
|
3324
3384
|
}
|
|
3325
3385
|
|
|
3326
3386
|
/**
|
|
3327
|
-
* Triggers a
|
|
3387
|
+
* Triggers a data masking task.
|
|
3328
3388
|
*
|
|
3329
3389
|
* @param request - ManualTriggerMaskingProcessRequest
|
|
3330
3390
|
* @returns ManualTriggerMaskingProcessResponse
|
|
@@ -3335,7 +3395,17 @@ export default class Client extends OpenApi {
|
|
|
3335
3395
|
}
|
|
3336
3396
|
|
|
3337
3397
|
/**
|
|
3338
|
-
*
|
|
3398
|
+
* Use the MaskOssImage operation to mask images stored as objects.
|
|
3399
|
+
*
|
|
3400
|
+
* @remarks
|
|
3401
|
+
* *Prerequisites**
|
|
3402
|
+
* To use this operation, you must have an image masking quota. Each call deducts one unit from your quota.
|
|
3403
|
+
* **QPS limit**
|
|
3404
|
+
* The QPS limit for a single user is 10. If you exceed this limit, API calls are throttled, which can affect your business. To prevent service disruptions, operate within this limit.
|
|
3405
|
+
* **Usage notes**
|
|
3406
|
+
* After masking is complete, the system stores the masked image in the aliyun_dsc_desensitization folder within the source bucket.
|
|
3407
|
+
* For example, an image at exampledir/test.png in a bucket is saved as aliyun_dsc_desensitization/exampledir/test.png after masking.
|
|
3408
|
+
* For more information, see https\\://help.aliyun.com/zh/dsc/data-security-center/user-guide/picture-desensitization
|
|
3339
3409
|
*
|
|
3340
3410
|
* @param request - MaskOssImageRequest
|
|
3341
3411
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3352,6 +3422,10 @@ export default class Client extends OpenApi {
|
|
|
3352
3422
|
query["IsAlwaysUpload"] = request.isAlwaysUpload;
|
|
3353
3423
|
}
|
|
3354
3424
|
|
|
3425
|
+
if (!$dara.isNull(request.isCoverObject)) {
|
|
3426
|
+
query["IsCoverObject"] = request.isCoverObject;
|
|
3427
|
+
}
|
|
3428
|
+
|
|
3355
3429
|
if (!$dara.isNull(request.isSupportRestore)) {
|
|
3356
3430
|
query["IsSupportRestore"] = request.isSupportRestore;
|
|
3357
3431
|
}
|
|
@@ -3390,7 +3464,17 @@ export default class Client extends OpenApi {
|
|
|
3390
3464
|
}
|
|
3391
3465
|
|
|
3392
3466
|
/**
|
|
3393
|
-
*
|
|
3467
|
+
* Use the MaskOssImage operation to mask images stored as objects.
|
|
3468
|
+
*
|
|
3469
|
+
* @remarks
|
|
3470
|
+
* *Prerequisites**
|
|
3471
|
+
* To use this operation, you must have an image masking quota. Each call deducts one unit from your quota.
|
|
3472
|
+
* **QPS limit**
|
|
3473
|
+
* The QPS limit for a single user is 10. If you exceed this limit, API calls are throttled, which can affect your business. To prevent service disruptions, operate within this limit.
|
|
3474
|
+
* **Usage notes**
|
|
3475
|
+
* After masking is complete, the system stores the masked image in the aliyun_dsc_desensitization folder within the source bucket.
|
|
3476
|
+
* For example, an image at exampledir/test.png in a bucket is saved as aliyun_dsc_desensitization/exampledir/test.png after masking.
|
|
3477
|
+
* For more information, see https\\://help.aliyun.com/zh/dsc/data-security-center/user-guide/picture-desensitization
|
|
3394
3478
|
*
|
|
3395
3479
|
* @param request - MaskOssImageRequest
|
|
3396
3480
|
* @returns MaskOssImageResponse
|
|
@@ -3401,7 +3485,7 @@ export default class Client extends OpenApi {
|
|
|
3401
3485
|
}
|
|
3402
3486
|
|
|
3403
3487
|
/**
|
|
3404
|
-
*
|
|
3488
|
+
* You can call ModifyDataLimit to modify the configuration items of a connection authorization in Data Security Center (DSC).
|
|
3405
3489
|
*
|
|
3406
3490
|
* @param request - ModifyDataLimitRequest
|
|
3407
3491
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3496,7 +3580,7 @@ export default class Client extends OpenApi {
|
|
|
3496
3580
|
}
|
|
3497
3581
|
|
|
3498
3582
|
/**
|
|
3499
|
-
*
|
|
3583
|
+
* You can call ModifyDataLimit to modify the configuration items of a connection authorization in Data Security Center (DSC).
|
|
3500
3584
|
*
|
|
3501
3585
|
* @param request - ModifyDataLimitRequest
|
|
3502
3586
|
* @returns ModifyDataLimitResponse
|
|
@@ -3507,12 +3591,12 @@ export default class Client extends OpenApi {
|
|
|
3507
3591
|
}
|
|
3508
3592
|
|
|
3509
3593
|
/**
|
|
3510
|
-
*
|
|
3594
|
+
* Modifies the rules that define threat levels for sensitive data. This includes the default threat level for unidentified data and the threat levels for data that is classified as sensitive.
|
|
3511
3595
|
*
|
|
3512
3596
|
* @remarks
|
|
3513
|
-
*
|
|
3514
|
-
*
|
|
3515
|
-
*
|
|
3597
|
+
* This API modifies the rules that define threat levels for sensitive data to help with threat level planning.
|
|
3598
|
+
* ## QPS limit
|
|
3599
|
+
* The queries per second (QPS) limit for a single user is 10 calls per second. If you exceed this limit, API calls are throttled. Throttling can impact your business. We recommend that you call this API at a reasonable rate.
|
|
3516
3600
|
*
|
|
3517
3601
|
* @param request - ModifyDefaultLevelRequest
|
|
3518
3602
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3551,12 +3635,12 @@ export default class Client extends OpenApi {
|
|
|
3551
3635
|
}
|
|
3552
3636
|
|
|
3553
3637
|
/**
|
|
3554
|
-
*
|
|
3638
|
+
* Modifies the rules that define threat levels for sensitive data. This includes the default threat level for unidentified data and the threat levels for data that is classified as sensitive.
|
|
3555
3639
|
*
|
|
3556
3640
|
* @remarks
|
|
3557
|
-
*
|
|
3558
|
-
*
|
|
3559
|
-
*
|
|
3641
|
+
* This API modifies the rules that define threat levels for sensitive data to help with threat level planning.
|
|
3642
|
+
* ## QPS limit
|
|
3643
|
+
* The queries per second (QPS) limit for a single user is 10 calls per second. If you exceed this limit, API calls are throttled. Throttling can impact your business. We recommend that you call this API at a reasonable rate.
|
|
3560
3644
|
*
|
|
3561
3645
|
* @param request - ModifyDefaultLevelRequest
|
|
3562
3646
|
* @returns ModifyDefaultLevelResponse
|
|
@@ -3567,12 +3651,12 @@ export default class Client extends OpenApi {
|
|
|
3567
3651
|
}
|
|
3568
3652
|
|
|
3569
3653
|
/**
|
|
3570
|
-
* Handles
|
|
3654
|
+
* Handles anomalous activities.
|
|
3571
3655
|
*
|
|
3572
3656
|
* @remarks
|
|
3573
|
-
*
|
|
3574
|
-
*
|
|
3575
|
-
*
|
|
3657
|
+
* This API operation is typically used to handle alerts for data breach threats, helping you protect your data assets promptly.
|
|
3658
|
+
* ## QPS limits
|
|
3659
|
+
* This API operation has a queries per second (QPS) limit of 10 for each user. If you exceed the limit, API calls are throttled, which can affect your business. We recommend calling the API operation at a reasonable rate.
|
|
3576
3660
|
*
|
|
3577
3661
|
* @param request - ModifyEventStatusRequest
|
|
3578
3662
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3619,12 +3703,12 @@ export default class Client extends OpenApi {
|
|
|
3619
3703
|
}
|
|
3620
3704
|
|
|
3621
3705
|
/**
|
|
3622
|
-
* Handles
|
|
3706
|
+
* Handles anomalous activities.
|
|
3623
3707
|
*
|
|
3624
3708
|
* @remarks
|
|
3625
|
-
*
|
|
3626
|
-
*
|
|
3627
|
-
*
|
|
3709
|
+
* This API operation is typically used to handle alerts for data breach threats, helping you protect your data assets promptly.
|
|
3710
|
+
* ## QPS limits
|
|
3711
|
+
* This API operation has a queries per second (QPS) limit of 10 for each user. If you exceed the limit, API calls are throttled, which can affect your business. We recommend calling the API operation at a reasonable rate.
|
|
3628
3712
|
*
|
|
3629
3713
|
* @param request - ModifyEventStatusRequest
|
|
3630
3714
|
* @returns ModifyEventStatusResponse
|
|
@@ -3635,7 +3719,7 @@ export default class Client extends OpenApi {
|
|
|
3635
3719
|
}
|
|
3636
3720
|
|
|
3637
3721
|
/**
|
|
3638
|
-
*
|
|
3722
|
+
* This operation enables anomalous activity detection for subtypes.
|
|
3639
3723
|
*
|
|
3640
3724
|
* @param request - ModifyEventTypeStatusRequest
|
|
3641
3725
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3674,7 +3758,7 @@ export default class Client extends OpenApi {
|
|
|
3674
3758
|
}
|
|
3675
3759
|
|
|
3676
3760
|
/**
|
|
3677
|
-
*
|
|
3761
|
+
* This operation enables anomalous activity detection for subtypes.
|
|
3678
3762
|
*
|
|
3679
3763
|
* @param request - ModifyEventTypeStatusRequest
|
|
3680
3764
|
* @returns ModifyEventTypeStatusResponse
|
|
@@ -3685,12 +3769,12 @@ export default class Client extends OpenApi {
|
|
|
3685
3769
|
}
|
|
3686
3770
|
|
|
3687
3771
|
/**
|
|
3688
|
-
*
|
|
3772
|
+
* You can call the ModifyReportTaskStatus operation to enable or disable report tasks.
|
|
3689
3773
|
*
|
|
3690
3774
|
* @remarks
|
|
3691
|
-
*
|
|
3692
|
-
*
|
|
3693
|
-
*
|
|
3775
|
+
* After you activate Data Security Center (DSC), report tasks are enabled by default. If you disable report tasks, Report Center, Cloud-native Data Audit Overview, and Data Security Lab will not generate new statistical data. Existing data is not affected.
|
|
3776
|
+
* ## QPS limit
|
|
3777
|
+
* The queries per second (QPS) limit for a single user is 10 calls per second. If you exceed this limit, API calls are throttled, which may affect your business. We recommend that you call this operation at a reasonable rate.
|
|
3694
3778
|
*
|
|
3695
3779
|
* @param request - ModifyReportTaskStatusRequest
|
|
3696
3780
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3729,12 +3813,12 @@ export default class Client extends OpenApi {
|
|
|
3729
3813
|
}
|
|
3730
3814
|
|
|
3731
3815
|
/**
|
|
3732
|
-
*
|
|
3816
|
+
* You can call the ModifyReportTaskStatus operation to enable or disable report tasks.
|
|
3733
3817
|
*
|
|
3734
3818
|
* @remarks
|
|
3735
|
-
*
|
|
3736
|
-
*
|
|
3737
|
-
*
|
|
3819
|
+
* After you activate Data Security Center (DSC), report tasks are enabled by default. If you disable report tasks, Report Center, Cloud-native Data Audit Overview, and Data Security Lab will not generate new statistical data. Existing data is not affected.
|
|
3820
|
+
* ## QPS limit
|
|
3821
|
+
* The queries per second (QPS) limit for a single user is 10 calls per second. If you exceed this limit, API calls are throttled, which may affect your business. We recommend that you call this operation at a reasonable rate.
|
|
3738
3822
|
*
|
|
3739
3823
|
* @param request - ModifyReportTaskStatusRequest
|
|
3740
3824
|
* @returns ModifyReportTaskStatusResponse
|
|
@@ -3748,9 +3832,9 @@ export default class Client extends OpenApi {
|
|
|
3748
3832
|
* Modifies a custom sensitive data detection rule in Data Security Center (DSC).
|
|
3749
3833
|
*
|
|
3750
3834
|
* @remarks
|
|
3751
|
-
*
|
|
3752
|
-
*
|
|
3753
|
-
*
|
|
3835
|
+
* You must specify the rule name, rule ID, and rule content.
|
|
3836
|
+
* ## QPS limits
|
|
3837
|
+
* The queries per second (QPS) limit for this operation is 10 calls per second for a single user. If the limit is exceeded, API calls are throttled. This may affect your business. Plan your calls accordingly.
|
|
3754
3838
|
*
|
|
3755
3839
|
* @param request - ModifyRuleRequest
|
|
3756
3840
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3836,9 +3920,9 @@ export default class Client extends OpenApi {
|
|
|
3836
3920
|
* Modifies a custom sensitive data detection rule in Data Security Center (DSC).
|
|
3837
3921
|
*
|
|
3838
3922
|
* @remarks
|
|
3839
|
-
*
|
|
3840
|
-
*
|
|
3841
|
-
*
|
|
3923
|
+
* You must specify the rule name, rule ID, and rule content.
|
|
3924
|
+
* ## QPS limits
|
|
3925
|
+
* The queries per second (QPS) limit for this operation is 10 calls per second for a single user. If the limit is exceeded, API calls are throttled. This may affect your business. Plan your calls accordingly.
|
|
3842
3926
|
*
|
|
3843
3927
|
* @param request - ModifyRuleRequest
|
|
3844
3928
|
* @returns ModifyRuleResponse
|
|
@@ -3849,7 +3933,7 @@ export default class Client extends OpenApi {
|
|
|
3849
3933
|
}
|
|
3850
3934
|
|
|
3851
3935
|
/**
|
|
3852
|
-
* Enables or disables
|
|
3936
|
+
* Enables or disables sensitive data detection rules.
|
|
3853
3937
|
*
|
|
3854
3938
|
* @param request - ModifyRuleStatusRequest
|
|
3855
3939
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3892,7 +3976,7 @@ export default class Client extends OpenApi {
|
|
|
3892
3976
|
}
|
|
3893
3977
|
|
|
3894
3978
|
/**
|
|
3895
|
-
* Enables or disables
|
|
3979
|
+
* Enables or disables sensitive data detection rules.
|
|
3896
3980
|
*
|
|
3897
3981
|
* @param request - ModifyRuleStatusRequest
|
|
3898
3982
|
* @returns ModifyRuleStatusResponse
|
|
@@ -3903,7 +3987,11 @@ export default class Client extends OpenApi {
|
|
|
3903
3987
|
}
|
|
3904
3988
|
|
|
3905
3989
|
/**
|
|
3906
|
-
*
|
|
3990
|
+
* You can call the RestoreOssImage operation to restore desensitized images.
|
|
3991
|
+
*
|
|
3992
|
+
* @remarks
|
|
3993
|
+
* You can use RestoreOssImage to retrieve the original images that were processed by the MaskOssImage operation if the IsAlwaysUpload parameter is set to `true`.
|
|
3994
|
+
* For example, the image `aliyun_dsc_desensitization/exampledir/test.png` in a bucket is restored and saved as `aliyun_dsc_original/exampledir/test.png`.
|
|
3907
3995
|
*
|
|
3908
3996
|
* @param request - RestoreOssImageRequest
|
|
3909
3997
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3950,7 +4038,11 @@ export default class Client extends OpenApi {
|
|
|
3950
4038
|
}
|
|
3951
4039
|
|
|
3952
4040
|
/**
|
|
3953
|
-
*
|
|
4041
|
+
* You can call the RestoreOssImage operation to restore desensitized images.
|
|
4042
|
+
*
|
|
4043
|
+
* @remarks
|
|
4044
|
+
* You can use RestoreOssImage to retrieve the original images that were processed by the MaskOssImage operation if the IsAlwaysUpload parameter is set to `true`.
|
|
4045
|
+
* For example, the image `aliyun_dsc_desensitization/exampledir/test.png` in a bucket is restored and saved as `aliyun_dsc_original/exampledir/test.png`.
|
|
3954
4046
|
*
|
|
3955
4047
|
* @param request - RestoreOssImageRequest
|
|
3956
4048
|
* @returns RestoreOssImageResponse
|
|
@@ -3961,16 +4053,16 @@ export default class Client extends OpenApi {
|
|
|
3961
4053
|
}
|
|
3962
4054
|
|
|
3963
4055
|
/**
|
|
3964
|
-
*
|
|
4056
|
+
* The ScanOssObjectV1 operation creates a scan task to detect sensitive data in a specified object.
|
|
3965
4057
|
*
|
|
3966
4058
|
* @remarks
|
|
3967
|
-
* ###
|
|
3968
|
-
*
|
|
3969
|
-
* ###
|
|
3970
|
-
*
|
|
3971
|
-
* ###
|
|
3972
|
-
*
|
|
3973
|
-
* After the task is complete,
|
|
4059
|
+
* ### Prerequisites
|
|
4060
|
+
* You must authorize and connect to the specified bucket before you call this operation. If the bucket is not authorized, the API call returns the bucket_not_authorized error code.
|
|
4061
|
+
* ### QPS limits
|
|
4062
|
+
* The queries per second (QPS) limit for this operation is 10 calls per second for each user. If you exceed the limit, API calls are throttled. This may affect your business. We recommend that you call the operation at a reasonable rate.
|
|
4063
|
+
* ### Usage notes
|
|
4064
|
+
* You can use the returned task ID to call the DescribeIdentifyTaskStatus operation to check the running status of the task.
|
|
4065
|
+
* After the task is complete, call the DescribeOssObjectDetailV2 operation and provide the BucketName, ServiceRegionId, and ObjectKey to view the sensitive data detection results for the object.
|
|
3974
4066
|
*
|
|
3975
4067
|
* @param tmpReq - ScanOssObjectV1Request
|
|
3976
4068
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4023,16 +4115,16 @@ export default class Client extends OpenApi {
|
|
|
4023
4115
|
}
|
|
4024
4116
|
|
|
4025
4117
|
/**
|
|
4026
|
-
*
|
|
4118
|
+
* The ScanOssObjectV1 operation creates a scan task to detect sensitive data in a specified object.
|
|
4027
4119
|
*
|
|
4028
4120
|
* @remarks
|
|
4029
|
-
* ###
|
|
4030
|
-
*
|
|
4031
|
-
* ###
|
|
4032
|
-
*
|
|
4033
|
-
* ###
|
|
4034
|
-
*
|
|
4035
|
-
* After the task is complete,
|
|
4121
|
+
* ### Prerequisites
|
|
4122
|
+
* You must authorize and connect to the specified bucket before you call this operation. If the bucket is not authorized, the API call returns the bucket_not_authorized error code.
|
|
4123
|
+
* ### QPS limits
|
|
4124
|
+
* The queries per second (QPS) limit for this operation is 10 calls per second for each user. If you exceed the limit, API calls are throttled. This may affect your business. We recommend that you call the operation at a reasonable rate.
|
|
4125
|
+
* ### Usage notes
|
|
4126
|
+
* You can use the returned task ID to call the DescribeIdentifyTaskStatus operation to check the running status of the task.
|
|
4127
|
+
* After the task is complete, call the DescribeOssObjectDetailV2 operation and provide the BucketName, ServiceRegionId, and ObjectKey to view the sensitive data detection results for the object.
|
|
4036
4128
|
*
|
|
4037
4129
|
* @param request - ScanOssObjectV1Request
|
|
4038
4130
|
* @returns ScanOssObjectV1Response
|
|
@@ -4043,12 +4135,12 @@ export default class Client extends OpenApi {
|
|
|
4043
4135
|
}
|
|
4044
4136
|
|
|
4045
4137
|
/**
|
|
4046
|
-
*
|
|
4138
|
+
* You can call the StopMaskingProcess operation to stop a data masking task. You can call the ManualTriggerMaskingProcess operation to restart a stopped task using its unique resource ID.
|
|
4047
4139
|
*
|
|
4048
4140
|
* @remarks
|
|
4049
|
-
*
|
|
4050
|
-
*
|
|
4051
|
-
*
|
|
4141
|
+
* This operation stops a running data masking task. For example, you can call this operation if you no longer need to mask data for a previously configured task.
|
|
4142
|
+
* ## QPS limit
|
|
4143
|
+
* The queries per second (QPS) limit for a single user is 10 calls per second. If you exceed this limit, API calls are throttled. This may affect your business. Ensure that you call this operation within the specified limit.
|
|
4052
4144
|
*
|
|
4053
4145
|
* @param request - StopMaskingProcessRequest
|
|
4054
4146
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4083,12 +4175,12 @@ export default class Client extends OpenApi {
|
|
|
4083
4175
|
}
|
|
4084
4176
|
|
|
4085
4177
|
/**
|
|
4086
|
-
*
|
|
4178
|
+
* You can call the StopMaskingProcess operation to stop a data masking task. You can call the ManualTriggerMaskingProcess operation to restart a stopped task using its unique resource ID.
|
|
4087
4179
|
*
|
|
4088
4180
|
* @remarks
|
|
4089
|
-
*
|
|
4090
|
-
*
|
|
4091
|
-
*
|
|
4181
|
+
* This operation stops a running data masking task. For example, you can call this operation if you no longer need to mask data for a previously configured task.
|
|
4182
|
+
* ## QPS limit
|
|
4183
|
+
* The queries per second (QPS) limit for a single user is 10 calls per second. If you exceed this limit, API calls are throttled. This may affect your business. Ensure that you call this operation within the specified limit.
|
|
4092
4184
|
*
|
|
4093
4185
|
* @param request - StopMaskingProcessRequest
|
|
4094
4186
|
* @returns StopMaskingProcessResponse
|