@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/dist/client.d.ts
CHANGED
|
@@ -9,10 +9,10 @@ export default class Client extends OpenApi {
|
|
|
9
9
|
[key: string]: string;
|
|
10
10
|
}, endpoint: string): string;
|
|
11
11
|
/**
|
|
12
|
-
* Modifies the
|
|
12
|
+
* Modifies the general alert configuration parameters.
|
|
13
13
|
*
|
|
14
14
|
* @remarks
|
|
15
|
-
*
|
|
15
|
+
* Creates or restores configurations based on the codes of common alert configuration items, allowing you to manage these configurations.
|
|
16
16
|
* # Limits
|
|
17
17
|
* 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.
|
|
18
18
|
*
|
|
@@ -22,10 +22,10 @@ export default class Client extends OpenApi {
|
|
|
22
22
|
*/
|
|
23
23
|
createConfigWithOptions(request: $_model.CreateConfigRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CreateConfigResponse>;
|
|
24
24
|
/**
|
|
25
|
-
* Modifies the
|
|
25
|
+
* Modifies the general alert configuration parameters.
|
|
26
26
|
*
|
|
27
27
|
* @remarks
|
|
28
|
-
*
|
|
28
|
+
* Creates or restores configurations based on the codes of common alert configuration items, allowing you to manage these configurations.
|
|
29
29
|
* # Limits
|
|
30
30
|
* 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.
|
|
31
31
|
*
|
|
@@ -34,10 +34,12 @@ export default class Client extends OpenApi {
|
|
|
34
34
|
*/
|
|
35
35
|
createConfig(request: $_model.CreateConfigRequest): Promise<$_model.CreateConfigResponse>;
|
|
36
36
|
/**
|
|
37
|
-
*
|
|
37
|
+
* You can call the CreateDataLimit operation to grant permissions to scan databases, projects, and buckets.
|
|
38
38
|
*
|
|
39
39
|
* @remarks
|
|
40
|
-
* You can
|
|
40
|
+
* You can use this operation to grant permissions to scan your data assets. This helps improve the security of your data assets.
|
|
41
|
+
* ## QPS limits
|
|
42
|
+
* 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.
|
|
41
43
|
*
|
|
42
44
|
* @param request - CreateDataLimitRequest
|
|
43
45
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -45,17 +47,19 @@ export default class Client extends OpenApi {
|
|
|
45
47
|
*/
|
|
46
48
|
createDataLimitWithOptions(request: $_model.CreateDataLimitRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CreateDataLimitResponse>;
|
|
47
49
|
/**
|
|
48
|
-
*
|
|
50
|
+
* You can call the CreateDataLimit operation to grant permissions to scan databases, projects, and buckets.
|
|
49
51
|
*
|
|
50
52
|
* @remarks
|
|
51
|
-
* You can
|
|
53
|
+
* You can use this operation to grant permissions to scan your data assets. This helps improve the security of your data assets.
|
|
54
|
+
* ## QPS limits
|
|
55
|
+
* 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.
|
|
52
56
|
*
|
|
53
57
|
* @param request - CreateDataLimitRequest
|
|
54
58
|
* @returns CreateDataLimitResponse
|
|
55
59
|
*/
|
|
56
60
|
createDataLimit(request: $_model.CreateDataLimitRequest): Promise<$_model.CreateDataLimitResponse>;
|
|
57
61
|
/**
|
|
58
|
-
*
|
|
62
|
+
* Call CreateRule to create a custom sensitive data detection rule.
|
|
59
63
|
*
|
|
60
64
|
* @param request - CreateRuleRequest
|
|
61
65
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -63,19 +67,19 @@ export default class Client extends OpenApi {
|
|
|
63
67
|
*/
|
|
64
68
|
createRuleWithOptions(request: $_model.CreateRuleRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CreateRuleResponse>;
|
|
65
69
|
/**
|
|
66
|
-
*
|
|
70
|
+
* Call CreateRule to create a custom sensitive data detection rule.
|
|
67
71
|
*
|
|
68
72
|
* @param request - CreateRuleRequest
|
|
69
73
|
* @returns CreateRuleResponse
|
|
70
74
|
*/
|
|
71
75
|
createRule(request: $_model.CreateRuleRequest): Promise<$_model.CreateRuleResponse>;
|
|
72
76
|
/**
|
|
73
|
-
*
|
|
77
|
+
* You can call the CreateScanTask operation to create a custom scan task to detect sensitive data in authorized assets.
|
|
74
78
|
*
|
|
75
79
|
* @remarks
|
|
76
|
-
*
|
|
77
|
-
*
|
|
78
|
-
*
|
|
80
|
+
* This operation creates custom scan tasks for authorized assets. You can control the run interval and runtime of each scan task.
|
|
81
|
+
* ## QPS limits
|
|
82
|
+
* 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.
|
|
79
83
|
*
|
|
80
84
|
* @param request - CreateScanTaskRequest
|
|
81
85
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -83,24 +87,24 @@ export default class Client extends OpenApi {
|
|
|
83
87
|
*/
|
|
84
88
|
createScanTaskWithOptions(request: $_model.CreateScanTaskRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CreateScanTaskResponse>;
|
|
85
89
|
/**
|
|
86
|
-
*
|
|
90
|
+
* You can call the CreateScanTask operation to create a custom scan task to detect sensitive data in authorized assets.
|
|
87
91
|
*
|
|
88
92
|
* @remarks
|
|
89
|
-
*
|
|
90
|
-
*
|
|
91
|
-
*
|
|
93
|
+
* This operation creates custom scan tasks for authorized assets. You can control the run interval and runtime of each scan task.
|
|
94
|
+
* ## QPS limits
|
|
95
|
+
* 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.
|
|
92
96
|
*
|
|
93
97
|
* @param request - CreateScanTaskRequest
|
|
94
98
|
* @returns CreateScanTaskResponse
|
|
95
99
|
*/
|
|
96
100
|
createScanTask(request: $_model.CreateScanTaskRequest): Promise<$_model.CreateScanTaskResponse>;
|
|
97
101
|
/**
|
|
98
|
-
*
|
|
102
|
+
* Call CreateSlrRole to create a service-linked role for Data Security Center (DSC). This role authorizes DSC to access your cloud resources.
|
|
99
103
|
*
|
|
100
104
|
* @remarks
|
|
101
|
-
*
|
|
102
|
-
*
|
|
103
|
-
*
|
|
105
|
+
* 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.
|
|
106
|
+
* ## QPS limits
|
|
107
|
+
* 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.
|
|
104
108
|
*
|
|
105
109
|
* @param request - CreateSlrRoleRequest
|
|
106
110
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -108,24 +112,24 @@ export default class Client extends OpenApi {
|
|
|
108
112
|
*/
|
|
109
113
|
createSlrRoleWithOptions(request: $_model.CreateSlrRoleRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CreateSlrRoleResponse>;
|
|
110
114
|
/**
|
|
111
|
-
*
|
|
115
|
+
* Call CreateSlrRole to create a service-linked role for Data Security Center (DSC). This role authorizes DSC to access your cloud resources.
|
|
112
116
|
*
|
|
113
117
|
* @remarks
|
|
114
|
-
*
|
|
115
|
-
*
|
|
116
|
-
*
|
|
118
|
+
* 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.
|
|
119
|
+
* ## QPS limits
|
|
120
|
+
* 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.
|
|
117
121
|
*
|
|
118
122
|
* @param request - CreateSlrRoleRequest
|
|
119
123
|
* @returns CreateSlrRoleResponse
|
|
120
124
|
*/
|
|
121
125
|
createSlrRole(request: $_model.CreateSlrRoleRequest): Promise<$_model.CreateSlrRoleResponse>;
|
|
122
126
|
/**
|
|
123
|
-
* Revokes the scan
|
|
127
|
+
* Revokes the scan authorization for a data asset, such as a database, instance, or bucket.
|
|
124
128
|
*
|
|
125
129
|
* @remarks
|
|
126
|
-
*
|
|
127
|
-
*
|
|
128
|
-
*
|
|
130
|
+
* This operation is typically used to revoke authorization for data assets. This helps you manage data access permissions.
|
|
131
|
+
* ## QPS limit
|
|
132
|
+
* 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.
|
|
129
133
|
*
|
|
130
134
|
* @param request - DeleteDataLimitRequest
|
|
131
135
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -133,19 +137,19 @@ export default class Client extends OpenApi {
|
|
|
133
137
|
*/
|
|
134
138
|
deleteDataLimitWithOptions(request: $_model.DeleteDataLimitRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteDataLimitResponse>;
|
|
135
139
|
/**
|
|
136
|
-
* Revokes the scan
|
|
140
|
+
* Revokes the scan authorization for a data asset, such as a database, instance, or bucket.
|
|
137
141
|
*
|
|
138
142
|
* @remarks
|
|
139
|
-
*
|
|
140
|
-
*
|
|
141
|
-
*
|
|
143
|
+
* This operation is typically used to revoke authorization for data assets. This helps you manage data access permissions.
|
|
144
|
+
* ## QPS limit
|
|
145
|
+
* 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.
|
|
142
146
|
*
|
|
143
147
|
* @param request - DeleteDataLimitRequest
|
|
144
148
|
* @returns DeleteDataLimitResponse
|
|
145
149
|
*/
|
|
146
150
|
deleteDataLimit(request: $_model.DeleteDataLimitRequest): Promise<$_model.DeleteDataLimitResponse>;
|
|
147
151
|
/**
|
|
148
|
-
* Deletes a custom sensitive data detection rule
|
|
152
|
+
* Deletes a custom sensitive data detection rule.
|
|
149
153
|
*
|
|
150
154
|
* @param request - DeleteRuleRequest
|
|
151
155
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -153,14 +157,19 @@ export default class Client extends OpenApi {
|
|
|
153
157
|
*/
|
|
154
158
|
deleteRuleWithOptions(request: $_model.DeleteRuleRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteRuleResponse>;
|
|
155
159
|
/**
|
|
156
|
-
* Deletes a custom sensitive data detection rule
|
|
160
|
+
* Deletes a custom sensitive data detection rule.
|
|
157
161
|
*
|
|
158
162
|
* @param request - DeleteRuleRequest
|
|
159
163
|
* @returns DeleteRuleResponse
|
|
160
164
|
*/
|
|
161
165
|
deleteRule(request: $_model.DeleteRuleRequest): Promise<$_model.DeleteRuleResponse>;
|
|
162
166
|
/**
|
|
163
|
-
*
|
|
167
|
+
* Retrieves a list of audit alert logs.
|
|
168
|
+
*
|
|
169
|
+
* @remarks
|
|
170
|
+
* This operation queries a list of data audit alert logs, allowing you to search for and handle alerts.
|
|
171
|
+
* ## QPS limit
|
|
172
|
+
* The QPS limit for a single user is 10. If you exceed this limit, the system throttles your API calls. Plan your calls accordingly.
|
|
164
173
|
*
|
|
165
174
|
* @param request - DescribeAuditLogsRequest
|
|
166
175
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -168,14 +177,19 @@ export default class Client extends OpenApi {
|
|
|
168
177
|
*/
|
|
169
178
|
describeAuditLogsWithOptions(request: $_model.DescribeAuditLogsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeAuditLogsResponse>;
|
|
170
179
|
/**
|
|
171
|
-
*
|
|
180
|
+
* Retrieves a list of audit alert logs.
|
|
181
|
+
*
|
|
182
|
+
* @remarks
|
|
183
|
+
* This operation queries a list of data audit alert logs, allowing you to search for and handle alerts.
|
|
184
|
+
* ## QPS limit
|
|
185
|
+
* The QPS limit for a single user is 10. If you exceed this limit, the system throttles your API calls. Plan your calls accordingly.
|
|
172
186
|
*
|
|
173
187
|
* @param request - DescribeAuditLogsRequest
|
|
174
188
|
* @returns DescribeAuditLogsResponse
|
|
175
189
|
*/
|
|
176
190
|
describeAuditLogs(request: $_model.DescribeAuditLogsRequest): Promise<$_model.DescribeAuditLogsResponse>;
|
|
177
191
|
/**
|
|
178
|
-
*
|
|
192
|
+
* Lists industry-specific templates.
|
|
179
193
|
*
|
|
180
194
|
* @param request - DescribeCategoryTemplateListRequest
|
|
181
195
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -183,19 +197,19 @@ export default class Client extends OpenApi {
|
|
|
183
197
|
*/
|
|
184
198
|
describeCategoryTemplateListWithOptions(request: $_model.DescribeCategoryTemplateListRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeCategoryTemplateListResponse>;
|
|
185
199
|
/**
|
|
186
|
-
*
|
|
200
|
+
* Lists industry-specific templates.
|
|
187
201
|
*
|
|
188
202
|
* @param request - DescribeCategoryTemplateListRequest
|
|
189
203
|
* @returns DescribeCategoryTemplateListResponse
|
|
190
204
|
*/
|
|
191
205
|
describeCategoryTemplateList(request: $_model.DescribeCategoryTemplateListRequest): Promise<$_model.DescribeCategoryTemplateListResponse>;
|
|
192
206
|
/**
|
|
193
|
-
* Queries rules in a classification template
|
|
207
|
+
* Queries a paginated list of rules in a data classification template.
|
|
194
208
|
*
|
|
195
209
|
* @remarks
|
|
196
|
-
*
|
|
197
|
-
*
|
|
198
|
-
*
|
|
210
|
+
* Retrieves the rules in a data classification template to help you review the rule details.
|
|
211
|
+
* ## QPS limit
|
|
212
|
+
* 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.
|
|
199
213
|
*
|
|
200
214
|
* @param request - DescribeCategoryTemplateRuleListRequest
|
|
201
215
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -203,26 +217,26 @@ export default class Client extends OpenApi {
|
|
|
203
217
|
*/
|
|
204
218
|
describeCategoryTemplateRuleListWithOptions(request: $_model.DescribeCategoryTemplateRuleListRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeCategoryTemplateRuleListResponse>;
|
|
205
219
|
/**
|
|
206
|
-
* Queries rules in a classification template
|
|
220
|
+
* Queries a paginated list of rules in a data classification template.
|
|
207
221
|
*
|
|
208
222
|
* @remarks
|
|
209
|
-
*
|
|
210
|
-
*
|
|
211
|
-
*
|
|
223
|
+
* Retrieves the rules in a data classification template to help you review the rule details.
|
|
224
|
+
* ## QPS limit
|
|
225
|
+
* 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.
|
|
212
226
|
*
|
|
213
227
|
* @param request - DescribeCategoryTemplateRuleListRequest
|
|
214
228
|
* @returns DescribeCategoryTemplateRuleListResponse
|
|
215
229
|
*/
|
|
216
230
|
describeCategoryTemplateRuleList(request: $_model.DescribeCategoryTemplateRuleListRequest): Promise<$_model.DescribeCategoryTemplateRuleListResponse>;
|
|
217
231
|
/**
|
|
218
|
-
*
|
|
232
|
+
* 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.
|
|
219
233
|
*
|
|
220
234
|
* @remarks
|
|
221
|
-
*
|
|
222
|
-
* ##
|
|
223
|
-
* The DescribeColumns
|
|
224
|
-
* ##
|
|
225
|
-
*
|
|
235
|
+
* This API is typically used to view column data in sensitive data asset information tables. This helps users accurately analyze sensitive data.
|
|
236
|
+
* ## Notes
|
|
237
|
+
* The DescribeColumns API has been revised and replaced by DescribeColumnsV2. Use the newer DescribeColumnsV2 version when developing applications.
|
|
238
|
+
* ## QPS Limits
|
|
239
|
+
* 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.
|
|
226
240
|
*
|
|
227
241
|
* @param request - DescribeColumnsRequest
|
|
228
242
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -230,21 +244,21 @@ export default class Client extends OpenApi {
|
|
|
230
244
|
*/
|
|
231
245
|
describeColumnsWithOptions(request: $_model.DescribeColumnsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeColumnsResponse>;
|
|
232
246
|
/**
|
|
233
|
-
*
|
|
247
|
+
* 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.
|
|
234
248
|
*
|
|
235
249
|
* @remarks
|
|
236
|
-
*
|
|
237
|
-
* ##
|
|
238
|
-
* The DescribeColumns
|
|
239
|
-
* ##
|
|
240
|
-
*
|
|
250
|
+
* This API is typically used to view column data in sensitive data asset information tables. This helps users accurately analyze sensitive data.
|
|
251
|
+
* ## Notes
|
|
252
|
+
* The DescribeColumns API has been revised and replaced by DescribeColumnsV2. Use the newer DescribeColumnsV2 version when developing applications.
|
|
253
|
+
* ## QPS Limits
|
|
254
|
+
* 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.
|
|
241
255
|
*
|
|
242
256
|
* @param request - DescribeColumnsRequest
|
|
243
257
|
* @returns DescribeColumnsResponse
|
|
244
258
|
*/
|
|
245
259
|
describeColumns(request: $_model.DescribeColumnsRequest): Promise<$_model.DescribeColumnsResponse>;
|
|
246
260
|
/**
|
|
247
|
-
*
|
|
261
|
+
* 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.
|
|
248
262
|
*
|
|
249
263
|
* @param request - DescribeColumnsV2Request
|
|
250
264
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -252,14 +266,20 @@ export default class Client extends OpenApi {
|
|
|
252
266
|
*/
|
|
253
267
|
describeColumnsV2WithOptions(request: $_model.DescribeColumnsV2Request, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeColumnsV2Response>;
|
|
254
268
|
/**
|
|
255
|
-
*
|
|
269
|
+
* 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.
|
|
256
270
|
*
|
|
257
271
|
* @param request - DescribeColumnsV2Request
|
|
258
272
|
* @returns DescribeColumnsV2Response
|
|
259
273
|
*/
|
|
260
274
|
describeColumnsV2(request: $_model.DescribeColumnsV2Request): Promise<$_model.DescribeColumnsV2Response>;
|
|
261
275
|
/**
|
|
262
|
-
* Queries common configuration items for alerts.
|
|
276
|
+
* Queries common configuration items for anomaly alerts.
|
|
277
|
+
*
|
|
278
|
+
* @remarks
|
|
279
|
+
* # Usage notes
|
|
280
|
+
* Queries common configuration items for anomaly alerts, which you can use to create or restore alert configurations.
|
|
281
|
+
* # QPS limit
|
|
282
|
+
* 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.
|
|
263
283
|
*
|
|
264
284
|
* @param request - DescribeConfigsRequest
|
|
265
285
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -267,14 +287,27 @@ export default class Client extends OpenApi {
|
|
|
267
287
|
*/
|
|
268
288
|
describeConfigsWithOptions(request: $_model.DescribeConfigsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeConfigsResponse>;
|
|
269
289
|
/**
|
|
270
|
-
* Queries common configuration items for alerts.
|
|
290
|
+
* Queries common configuration items for anomaly alerts.
|
|
291
|
+
*
|
|
292
|
+
* @remarks
|
|
293
|
+
* # Usage notes
|
|
294
|
+
* Queries common configuration items for anomaly alerts, which you can use to create or restore alert configurations.
|
|
295
|
+
* # QPS limit
|
|
296
|
+
* 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.
|
|
271
297
|
*
|
|
272
298
|
* @param request - DescribeConfigsRequest
|
|
273
299
|
* @returns DescribeConfigsResponse
|
|
274
300
|
*/
|
|
275
301
|
describeConfigs(request: $_model.DescribeConfigsRequest): Promise<$_model.DescribeConfigsResponse>;
|
|
276
302
|
/**
|
|
277
|
-
*
|
|
303
|
+
* Searches for data assets on the Overview page of Data Security Center (DSC).
|
|
304
|
+
*
|
|
305
|
+
* @remarks
|
|
306
|
+
* This operation is typically used to query data assets of different types on the overview page of DSC.
|
|
307
|
+
* ## Usage notes
|
|
308
|
+
* This operation is deprecated and no longer maintained.
|
|
309
|
+
* ## QPS limit
|
|
310
|
+
* 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.
|
|
278
311
|
*
|
|
279
312
|
* @param request - DescribeDataAssetsRequest
|
|
280
313
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -282,14 +315,21 @@ export default class Client extends OpenApi {
|
|
|
282
315
|
*/
|
|
283
316
|
describeDataAssetsWithOptions(request: $_model.DescribeDataAssetsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeDataAssetsResponse>;
|
|
284
317
|
/**
|
|
285
|
-
*
|
|
318
|
+
* Searches for data assets on the Overview page of Data Security Center (DSC).
|
|
319
|
+
*
|
|
320
|
+
* @remarks
|
|
321
|
+
* This operation is typically used to query data assets of different types on the overview page of DSC.
|
|
322
|
+
* ## Usage notes
|
|
323
|
+
* This operation is deprecated and no longer maintained.
|
|
324
|
+
* ## QPS limit
|
|
325
|
+
* 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.
|
|
286
326
|
*
|
|
287
327
|
* @param request - DescribeDataAssetsRequest
|
|
288
328
|
* @returns DescribeDataAssetsResponse
|
|
289
329
|
*/
|
|
290
330
|
describeDataAssets(request: $_model.DescribeDataAssetsRequest): Promise<$_model.DescribeDataAssetsResponse>;
|
|
291
331
|
/**
|
|
292
|
-
*
|
|
332
|
+
* Retrieves the details of an authorized data asset, such as a MaxCompute project, ApsaraDB RDS database, or OSS bucket.
|
|
293
333
|
*
|
|
294
334
|
* @param request - DescribeDataLimitDetailRequest
|
|
295
335
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -297,19 +337,21 @@ export default class Client extends OpenApi {
|
|
|
297
337
|
*/
|
|
298
338
|
describeDataLimitDetailWithOptions(request: $_model.DescribeDataLimitDetailRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeDataLimitDetailResponse>;
|
|
299
339
|
/**
|
|
300
|
-
*
|
|
340
|
+
* Retrieves the details of an authorized data asset, such as a MaxCompute project, ApsaraDB RDS database, or OSS bucket.
|
|
301
341
|
*
|
|
302
342
|
* @param request - DescribeDataLimitDetailRequest
|
|
303
343
|
* @returns DescribeDataLimitDetailResponse
|
|
304
344
|
*/
|
|
305
345
|
describeDataLimitDetail(request: $_model.DescribeDataLimitDetailRequest): Promise<$_model.DescribeDataLimitDetailResponse>;
|
|
306
346
|
/**
|
|
307
|
-
*
|
|
347
|
+
* Call the DescribeDataLimitSet operation to query the authorization list for unstructured assets or the list of regions supported by Data Security Center.
|
|
308
348
|
*
|
|
309
349
|
* @remarks
|
|
310
|
-
*
|
|
311
|
-
*
|
|
312
|
-
*
|
|
350
|
+
* Use this operation to retrieve a list of authorized product assets. This list helps you search for and aggregate resources.
|
|
351
|
+
* ## Notes
|
|
352
|
+
* 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.
|
|
353
|
+
* ## QPS limits
|
|
354
|
+
* 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.
|
|
313
355
|
*
|
|
314
356
|
* @param request - DescribeDataLimitSetRequest
|
|
315
357
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -317,19 +359,21 @@ export default class Client extends OpenApi {
|
|
|
317
359
|
*/
|
|
318
360
|
describeDataLimitSetWithOptions(request: $_model.DescribeDataLimitSetRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeDataLimitSetResponse>;
|
|
319
361
|
/**
|
|
320
|
-
*
|
|
362
|
+
* Call the DescribeDataLimitSet operation to query the authorization list for unstructured assets or the list of regions supported by Data Security Center.
|
|
321
363
|
*
|
|
322
364
|
* @remarks
|
|
323
|
-
*
|
|
324
|
-
*
|
|
325
|
-
*
|
|
365
|
+
* Use this operation to retrieve a list of authorized product assets. This list helps you search for and aggregate resources.
|
|
366
|
+
* ## Notes
|
|
367
|
+
* 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.
|
|
368
|
+
* ## QPS limits
|
|
369
|
+
* 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.
|
|
326
370
|
*
|
|
327
371
|
* @param request - DescribeDataLimitSetRequest
|
|
328
372
|
* @returns DescribeDataLimitSetResponse
|
|
329
373
|
*/
|
|
330
374
|
describeDataLimitSet(request: $_model.DescribeDataLimitSetRequest): Promise<$_model.DescribeDataLimitSetResponse>;
|
|
331
375
|
/**
|
|
332
|
-
* Queries the data assets
|
|
376
|
+
* Queries the list of data assets for authorized instances, databases, and buckets.
|
|
333
377
|
*
|
|
334
378
|
* @param request - DescribeDataLimitsRequest
|
|
335
379
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -337,19 +381,19 @@ export default class Client extends OpenApi {
|
|
|
337
381
|
*/
|
|
338
382
|
describeDataLimitsWithOptions(request: $_model.DescribeDataLimitsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeDataLimitsResponse>;
|
|
339
383
|
/**
|
|
340
|
-
* Queries the data assets
|
|
384
|
+
* Queries the list of data assets for authorized instances, databases, and buckets.
|
|
341
385
|
*
|
|
342
386
|
* @param request - DescribeDataLimitsRequest
|
|
343
387
|
* @returns DescribeDataLimitsResponse
|
|
344
388
|
*/
|
|
345
389
|
describeDataLimits(request: $_model.DescribeDataLimitsRequest): Promise<$_model.DescribeDataLimitsResponse>;
|
|
346
390
|
/**
|
|
347
|
-
*
|
|
391
|
+
* You can call DescribeDataMaskingRunHistory to query the execution history of data masking tasks.
|
|
348
392
|
*
|
|
349
393
|
* @remarks
|
|
350
|
-
*
|
|
351
|
-
*
|
|
352
|
-
*
|
|
394
|
+
* This operation retrieves the execution history of static data masking tasks. You can use it to search for task statuses and view task progress.
|
|
395
|
+
* ## QPS limits
|
|
396
|
+
* 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.
|
|
353
397
|
*
|
|
354
398
|
* @param request - DescribeDataMaskingRunHistoryRequest
|
|
355
399
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -357,24 +401,24 @@ export default class Client extends OpenApi {
|
|
|
357
401
|
*/
|
|
358
402
|
describeDataMaskingRunHistoryWithOptions(request: $_model.DescribeDataMaskingRunHistoryRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeDataMaskingRunHistoryResponse>;
|
|
359
403
|
/**
|
|
360
|
-
*
|
|
404
|
+
* You can call DescribeDataMaskingRunHistory to query the execution history of data masking tasks.
|
|
361
405
|
*
|
|
362
406
|
* @remarks
|
|
363
|
-
*
|
|
364
|
-
*
|
|
365
|
-
*
|
|
407
|
+
* This operation retrieves the execution history of static data masking tasks. You can use it to search for task statuses and view task progress.
|
|
408
|
+
* ## QPS limits
|
|
409
|
+
* 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.
|
|
366
410
|
*
|
|
367
411
|
* @param request - DescribeDataMaskingRunHistoryRequest
|
|
368
412
|
* @returns DescribeDataMaskingRunHistoryResponse
|
|
369
413
|
*/
|
|
370
414
|
describeDataMaskingRunHistory(request: $_model.DescribeDataMaskingRunHistoryRequest): Promise<$_model.DescribeDataMaskingRunHistoryResponse>;
|
|
371
415
|
/**
|
|
372
|
-
*
|
|
416
|
+
* Call DescribeDataMaskingTasks to retrieve a list of data masking tasks.
|
|
373
417
|
*
|
|
374
418
|
* @remarks
|
|
375
|
-
*
|
|
376
|
-
*
|
|
377
|
-
*
|
|
419
|
+
* This operation retrieves a list of static data masking tasks, which you can then search and manage.
|
|
420
|
+
* ## QPS limits
|
|
421
|
+
* 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.
|
|
378
422
|
*
|
|
379
423
|
* @param request - DescribeDataMaskingTasksRequest
|
|
380
424
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -382,23 +426,23 @@ export default class Client extends OpenApi {
|
|
|
382
426
|
*/
|
|
383
427
|
describeDataMaskingTasksWithOptions(request: $_model.DescribeDataMaskingTasksRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeDataMaskingTasksResponse>;
|
|
384
428
|
/**
|
|
385
|
-
*
|
|
429
|
+
* Call DescribeDataMaskingTasks to retrieve a list of data masking tasks.
|
|
386
430
|
*
|
|
387
431
|
* @remarks
|
|
388
|
-
*
|
|
389
|
-
*
|
|
390
|
-
*
|
|
432
|
+
* This operation retrieves a list of static data masking tasks, which you can then search and manage.
|
|
433
|
+
* ## QPS limits
|
|
434
|
+
* 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.
|
|
391
435
|
*
|
|
392
436
|
* @param request - DescribeDataMaskingTasksRequest
|
|
393
437
|
* @returns DescribeDataMaskingTasksResponse
|
|
394
438
|
*/
|
|
395
439
|
describeDataMaskingTasks(request: $_model.DescribeDataMaskingTasksRequest): Promise<$_model.DescribeDataMaskingTasksResponse>;
|
|
396
440
|
/**
|
|
397
|
-
*
|
|
441
|
+
* Queries the detection results for columns in a data table.
|
|
398
442
|
*
|
|
399
443
|
* @remarks
|
|
400
444
|
* ## Notes
|
|
401
|
-
* The DescribeDataObjectColumnDetail
|
|
445
|
+
* The DescribeDataObjectColumnDetail operation has been updated to DescribeDataObjectColumnDetailV2. We recommend that you use the latest version, DescribeDataObjectColumnDetailV2, for application development.
|
|
402
446
|
*
|
|
403
447
|
* @param request - DescribeDataObjectColumnDetailRequest
|
|
404
448
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -406,18 +450,18 @@ export default class Client extends OpenApi {
|
|
|
406
450
|
*/
|
|
407
451
|
describeDataObjectColumnDetailWithOptions(request: $_model.DescribeDataObjectColumnDetailRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeDataObjectColumnDetailResponse>;
|
|
408
452
|
/**
|
|
409
|
-
*
|
|
453
|
+
* Queries the detection results for columns in a data table.
|
|
410
454
|
*
|
|
411
455
|
* @remarks
|
|
412
456
|
* ## Notes
|
|
413
|
-
* The DescribeDataObjectColumnDetail
|
|
457
|
+
* The DescribeDataObjectColumnDetail operation has been updated to DescribeDataObjectColumnDetailV2. We recommend that you use the latest version, DescribeDataObjectColumnDetailV2, for application development.
|
|
414
458
|
*
|
|
415
459
|
* @param request - DescribeDataObjectColumnDetailRequest
|
|
416
460
|
* @returns DescribeDataObjectColumnDetailResponse
|
|
417
461
|
*/
|
|
418
462
|
describeDataObjectColumnDetail(request: $_model.DescribeDataObjectColumnDetailRequest): Promise<$_model.DescribeDataObjectColumnDetailResponse>;
|
|
419
463
|
/**
|
|
420
|
-
*
|
|
464
|
+
* Queries the detection results for the columns of a data table.
|
|
421
465
|
*
|
|
422
466
|
* @param request - DescribeDataObjectColumnDetailV2Request
|
|
423
467
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -425,14 +469,19 @@ export default class Client extends OpenApi {
|
|
|
425
469
|
*/
|
|
426
470
|
describeDataObjectColumnDetailV2WithOptions(request: $_model.DescribeDataObjectColumnDetailV2Request, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeDataObjectColumnDetailV2Response>;
|
|
427
471
|
/**
|
|
428
|
-
*
|
|
472
|
+
* Queries the detection results for the columns of a data table.
|
|
429
473
|
*
|
|
430
474
|
* @param request - DescribeDataObjectColumnDetailV2Request
|
|
431
475
|
* @returns DescribeDataObjectColumnDetailV2Response
|
|
432
476
|
*/
|
|
433
477
|
describeDataObjectColumnDetailV2(request: $_model.DescribeDataObjectColumnDetailV2Request): Promise<$_model.DescribeDataObjectColumnDetailV2Response>;
|
|
434
478
|
/**
|
|
435
|
-
*
|
|
479
|
+
* Query data detection results for tables and files.
|
|
480
|
+
*
|
|
481
|
+
* @remarks
|
|
482
|
+
* This operation queries data detection results for tables and files, to provide a comprehensive view across all your assets.
|
|
483
|
+
* ## QPS limit
|
|
484
|
+
* 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.
|
|
436
485
|
*
|
|
437
486
|
* @param request - DescribeDataObjectsRequest
|
|
438
487
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -440,14 +489,19 @@ export default class Client extends OpenApi {
|
|
|
440
489
|
*/
|
|
441
490
|
describeDataObjectsWithOptions(request: $_model.DescribeDataObjectsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeDataObjectsResponse>;
|
|
442
491
|
/**
|
|
443
|
-
*
|
|
492
|
+
* Query data detection results for tables and files.
|
|
493
|
+
*
|
|
494
|
+
* @remarks
|
|
495
|
+
* This operation queries data detection results for tables and files, to provide a comprehensive view across all your assets.
|
|
496
|
+
* ## QPS limit
|
|
497
|
+
* 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.
|
|
444
498
|
*
|
|
445
499
|
* @param request - DescribeDataObjectsRequest
|
|
446
500
|
* @returns DescribeDataObjectsResponse
|
|
447
501
|
*/
|
|
448
502
|
describeDataObjects(request: $_model.DescribeDataObjectsRequest): Promise<$_model.DescribeDataObjectsResponse>;
|
|
449
503
|
/**
|
|
450
|
-
* Queries a list of
|
|
504
|
+
* Queries a list of file types supported by Object Storage Service (OSS).
|
|
451
505
|
*
|
|
452
506
|
* @param request - DescribeDocTypesRequest
|
|
453
507
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -455,14 +509,14 @@ export default class Client extends OpenApi {
|
|
|
455
509
|
*/
|
|
456
510
|
describeDocTypesWithOptions(request: $_model.DescribeDocTypesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeDocTypesResponse>;
|
|
457
511
|
/**
|
|
458
|
-
* Queries a list of
|
|
512
|
+
* Queries a list of file types supported by Object Storage Service (OSS).
|
|
459
513
|
*
|
|
460
514
|
* @param request - DescribeDocTypesRequest
|
|
461
515
|
* @returns DescribeDocTypesResponse
|
|
462
516
|
*/
|
|
463
517
|
describeDocTypes(request: $_model.DescribeDocTypesRequest): Promise<$_model.DescribeDocTypesResponse>;
|
|
464
518
|
/**
|
|
465
|
-
*
|
|
519
|
+
* Retrieves the details of an anomalous event, including its occurrence time, description, and handling status.
|
|
466
520
|
*
|
|
467
521
|
* @param request - DescribeEventDetailRequest
|
|
468
522
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -470,14 +524,14 @@ export default class Client extends OpenApi {
|
|
|
470
524
|
*/
|
|
471
525
|
describeEventDetailWithOptions(request: $_model.DescribeEventDetailRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeEventDetailResponse>;
|
|
472
526
|
/**
|
|
473
|
-
*
|
|
527
|
+
* Retrieves the details of an anomalous event, including its occurrence time, description, and handling status.
|
|
474
528
|
*
|
|
475
529
|
* @param request - DescribeEventDetailRequest
|
|
476
530
|
* @returns DescribeEventDetailResponse
|
|
477
531
|
*/
|
|
478
532
|
describeEventDetail(request: $_model.DescribeEventDetailRequest): Promise<$_model.DescribeEventDetailResponse>;
|
|
479
533
|
/**
|
|
480
|
-
* Queries
|
|
534
|
+
* Queries anomalous activity types.
|
|
481
535
|
*
|
|
482
536
|
* @param request - DescribeEventTypesRequest
|
|
483
537
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -485,19 +539,19 @@ export default class Client extends OpenApi {
|
|
|
485
539
|
*/
|
|
486
540
|
describeEventTypesWithOptions(request: $_model.DescribeEventTypesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeEventTypesResponse>;
|
|
487
541
|
/**
|
|
488
|
-
* Queries
|
|
542
|
+
* Queries anomalous activity types.
|
|
489
543
|
*
|
|
490
544
|
* @param request - DescribeEventTypesRequest
|
|
491
545
|
* @returns DescribeEventTypesResponse
|
|
492
546
|
*/
|
|
493
547
|
describeEventTypes(request: $_model.DescribeEventTypesRequest): Promise<$_model.DescribeEventTypesResponse>;
|
|
494
548
|
/**
|
|
495
|
-
*
|
|
549
|
+
* Lists anomalous events.
|
|
496
550
|
*
|
|
497
551
|
* @remarks
|
|
498
|
-
*
|
|
499
|
-
*
|
|
500
|
-
*
|
|
552
|
+
* This operation queries alerts for data breach risks to help you find and handle them.
|
|
553
|
+
* ## QPS limits
|
|
554
|
+
* 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.
|
|
501
555
|
*
|
|
502
556
|
* @param request - DescribeEventsRequest
|
|
503
557
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -505,23 +559,23 @@ export default class Client extends OpenApi {
|
|
|
505
559
|
*/
|
|
506
560
|
describeEventsWithOptions(request: $_model.DescribeEventsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeEventsResponse>;
|
|
507
561
|
/**
|
|
508
|
-
*
|
|
562
|
+
* Lists anomalous events.
|
|
509
563
|
*
|
|
510
564
|
* @remarks
|
|
511
|
-
*
|
|
512
|
-
*
|
|
513
|
-
*
|
|
565
|
+
* This operation queries alerts for data breach risks to help you find and handle them.
|
|
566
|
+
* ## QPS limits
|
|
567
|
+
* 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.
|
|
514
568
|
*
|
|
515
569
|
* @param request - DescribeEventsRequest
|
|
516
570
|
* @returns DescribeEventsResponse
|
|
517
571
|
*/
|
|
518
572
|
describeEvents(request: $_model.DescribeEventsRequest): Promise<$_model.DescribeEventsResponse>;
|
|
519
573
|
/**
|
|
520
|
-
*
|
|
574
|
+
* 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.
|
|
521
575
|
*
|
|
522
576
|
* @remarks
|
|
523
|
-
* ## QPS
|
|
524
|
-
* The QPS limit for this
|
|
577
|
+
* ## QPS limit
|
|
578
|
+
* 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.
|
|
525
579
|
*
|
|
526
580
|
* @param request - DescribeIdentifyTaskStatusRequest
|
|
527
581
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -529,11 +583,11 @@ export default class Client extends OpenApi {
|
|
|
529
583
|
*/
|
|
530
584
|
describeIdentifyTaskStatusWithOptions(request: $_model.DescribeIdentifyTaskStatusRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeIdentifyTaskStatusResponse>;
|
|
531
585
|
/**
|
|
532
|
-
*
|
|
586
|
+
* 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.
|
|
533
587
|
*
|
|
534
588
|
* @remarks
|
|
535
|
-
* ## QPS
|
|
536
|
-
* The QPS limit for this
|
|
589
|
+
* ## QPS limit
|
|
590
|
+
* 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.
|
|
537
591
|
*
|
|
538
592
|
* @param request - DescribeIdentifyTaskStatusRequest
|
|
539
593
|
* @returns DescribeIdentifyTaskStatusResponse
|
|
@@ -543,8 +597,10 @@ export default class Client extends OpenApi {
|
|
|
543
597
|
* Queries a list of data assets.
|
|
544
598
|
*
|
|
545
599
|
* @remarks
|
|
546
|
-
*
|
|
547
|
-
* This operation is no longer used
|
|
600
|
+
* 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.
|
|
601
|
+
* This operation is no longer used in the new console.
|
|
602
|
+
* ## QPS limit
|
|
603
|
+
* 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.
|
|
548
604
|
*
|
|
549
605
|
* @param request - DescribeInstanceSourcesRequest
|
|
550
606
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -555,20 +611,22 @@ export default class Client extends OpenApi {
|
|
|
555
611
|
* Queries a list of data assets.
|
|
556
612
|
*
|
|
557
613
|
* @remarks
|
|
558
|
-
*
|
|
559
|
-
* This operation is no longer used
|
|
614
|
+
* 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.
|
|
615
|
+
* This operation is no longer used in the new console.
|
|
616
|
+
* ## QPS limit
|
|
617
|
+
* 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.
|
|
560
618
|
*
|
|
561
619
|
* @param request - DescribeInstanceSourcesRequest
|
|
562
620
|
* @returns DescribeInstanceSourcesResponse
|
|
563
621
|
*/
|
|
564
622
|
describeInstanceSources(request: $_model.DescribeInstanceSourcesRequest): Promise<$_model.DescribeInstanceSourcesResponse>;
|
|
565
623
|
/**
|
|
566
|
-
*
|
|
624
|
+
* Retrieves a list of authorized MaxCompute, RDS, and OSS data asset instances.
|
|
567
625
|
*
|
|
568
626
|
* @remarks
|
|
569
|
-
* When you call the DescribeInstances operation, you can
|
|
570
|
-
*
|
|
571
|
-
*
|
|
627
|
+
* 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.
|
|
628
|
+
* ## QPS limit
|
|
629
|
+
* 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.
|
|
572
630
|
*
|
|
573
631
|
* @param request - DescribeInstancesRequest
|
|
574
632
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -576,26 +634,26 @@ export default class Client extends OpenApi {
|
|
|
576
634
|
*/
|
|
577
635
|
describeInstancesWithOptions(request: $_model.DescribeInstancesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeInstancesResponse>;
|
|
578
636
|
/**
|
|
579
|
-
*
|
|
637
|
+
* Retrieves a list of authorized MaxCompute, RDS, and OSS data asset instances.
|
|
580
638
|
*
|
|
581
639
|
* @remarks
|
|
582
|
-
* When you call the DescribeInstances operation, you can
|
|
583
|
-
*
|
|
584
|
-
*
|
|
640
|
+
* 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.
|
|
641
|
+
* ## QPS limit
|
|
642
|
+
* 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.
|
|
585
643
|
*
|
|
586
644
|
* @param request - DescribeInstancesRequest
|
|
587
645
|
* @returns DescribeInstancesResponse
|
|
588
646
|
*/
|
|
589
647
|
describeInstances(request: $_model.DescribeInstancesRequest): Promise<$_model.DescribeInstancesResponse>;
|
|
590
648
|
/**
|
|
591
|
-
*
|
|
649
|
+
* Obtains detailed information about an authorized OSS object in Data Security Center.
|
|
592
650
|
*
|
|
593
651
|
* @remarks
|
|
594
|
-
*
|
|
595
|
-
* ##
|
|
596
|
-
* The DescribeOssObjectDetail operation
|
|
597
|
-
* ##
|
|
598
|
-
*
|
|
652
|
+
* This operation is typically used to query the details of OSS objects. This information helps you accurately locate sensitive data assets in OSS.
|
|
653
|
+
* ## Usage notes
|
|
654
|
+
* The DescribeOssObjectDetail operation has been updated to DescribeOssObjectDetailV2. We recommend that you use the new version, DescribeOssObjectDetailV2, when you develop applications.
|
|
655
|
+
* ## QPS limit
|
|
656
|
+
* 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.
|
|
599
657
|
*
|
|
600
658
|
* @param request - DescribeOssObjectDetailRequest
|
|
601
659
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -603,24 +661,24 @@ export default class Client extends OpenApi {
|
|
|
603
661
|
*/
|
|
604
662
|
describeOssObjectDetailWithOptions(request: $_model.DescribeOssObjectDetailRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeOssObjectDetailResponse>;
|
|
605
663
|
/**
|
|
606
|
-
*
|
|
664
|
+
* Obtains detailed information about an authorized OSS object in Data Security Center.
|
|
607
665
|
*
|
|
608
666
|
* @remarks
|
|
609
|
-
*
|
|
610
|
-
* ##
|
|
611
|
-
* The DescribeOssObjectDetail operation
|
|
612
|
-
* ##
|
|
613
|
-
*
|
|
667
|
+
* This operation is typically used to query the details of OSS objects. This information helps you accurately locate sensitive data assets in OSS.
|
|
668
|
+
* ## Usage notes
|
|
669
|
+
* The DescribeOssObjectDetail operation has been updated to DescribeOssObjectDetailV2. We recommend that you use the new version, DescribeOssObjectDetailV2, when you develop applications.
|
|
670
|
+
* ## QPS limit
|
|
671
|
+
* 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.
|
|
614
672
|
*
|
|
615
673
|
* @param request - DescribeOssObjectDetailRequest
|
|
616
674
|
* @returns DescribeOssObjectDetailResponse
|
|
617
675
|
*/
|
|
618
676
|
describeOssObjectDetail(request: $_model.DescribeOssObjectDetailRequest): Promise<$_model.DescribeOssObjectDetailResponse>;
|
|
619
677
|
/**
|
|
620
|
-
*
|
|
678
|
+
* Obtains detailed information about an authorized OSS object in Data Security Center.
|
|
621
679
|
*
|
|
622
680
|
* @remarks
|
|
623
|
-
* This
|
|
681
|
+
* This operation queries the details of OSS objects. You can use this operation to locate sensitive data assets in OSS.
|
|
624
682
|
*
|
|
625
683
|
* @param request - DescribeOssObjectDetailV2Request
|
|
626
684
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -628,17 +686,17 @@ export default class Client extends OpenApi {
|
|
|
628
686
|
*/
|
|
629
687
|
describeOssObjectDetailV2WithOptions(request: $_model.DescribeOssObjectDetailV2Request, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeOssObjectDetailV2Response>;
|
|
630
688
|
/**
|
|
631
|
-
*
|
|
689
|
+
* Obtains detailed information about an authorized OSS object in Data Security Center.
|
|
632
690
|
*
|
|
633
691
|
* @remarks
|
|
634
|
-
* This
|
|
692
|
+
* This operation queries the details of OSS objects. You can use this operation to locate sensitive data assets in OSS.
|
|
635
693
|
*
|
|
636
694
|
* @param request - DescribeOssObjectDetailV2Request
|
|
637
695
|
* @returns DescribeOssObjectDetailV2Response
|
|
638
696
|
*/
|
|
639
697
|
describeOssObjectDetailV2(request: $_model.DescribeOssObjectDetailV2Request): Promise<$_model.DescribeOssObjectDetailV2Response>;
|
|
640
698
|
/**
|
|
641
|
-
*
|
|
699
|
+
* Lists authorized OSS objects.
|
|
642
700
|
*
|
|
643
701
|
* @param request - DescribeOssObjectsRequest
|
|
644
702
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -646,19 +704,19 @@ export default class Client extends OpenApi {
|
|
|
646
704
|
*/
|
|
647
705
|
describeOssObjectsWithOptions(request: $_model.DescribeOssObjectsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeOssObjectsResponse>;
|
|
648
706
|
/**
|
|
649
|
-
*
|
|
707
|
+
* Lists authorized OSS objects.
|
|
650
708
|
*
|
|
651
709
|
* @param request - DescribeOssObjectsRequest
|
|
652
710
|
* @returns DescribeOssObjectsResponse
|
|
653
711
|
*/
|
|
654
712
|
describeOssObjects(request: $_model.DescribeOssObjectsRequest): Promise<$_model.DescribeOssObjectsResponse>;
|
|
655
713
|
/**
|
|
656
|
-
*
|
|
714
|
+
* Retrieves information about MaxCompute packages authorized for scanning, including package names, owner accounts, and risk levels.
|
|
657
715
|
*
|
|
658
716
|
* @remarks
|
|
659
|
-
*
|
|
660
|
-
*
|
|
661
|
-
*
|
|
717
|
+
* 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.
|
|
718
|
+
* ## QPS limit
|
|
719
|
+
* 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.
|
|
662
720
|
*
|
|
663
721
|
* @param request - DescribePackagesRequest
|
|
664
722
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -666,19 +724,19 @@ export default class Client extends OpenApi {
|
|
|
666
724
|
*/
|
|
667
725
|
describePackagesWithOptions(request: $_model.DescribePackagesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribePackagesResponse>;
|
|
668
726
|
/**
|
|
669
|
-
*
|
|
727
|
+
* Retrieves information about MaxCompute packages authorized for scanning, including package names, owner accounts, and risk levels.
|
|
670
728
|
*
|
|
671
729
|
* @remarks
|
|
672
|
-
*
|
|
673
|
-
*
|
|
674
|
-
*
|
|
730
|
+
* 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.
|
|
731
|
+
* ## QPS limit
|
|
732
|
+
* 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.
|
|
675
733
|
*
|
|
676
734
|
* @param request - DescribePackagesRequest
|
|
677
735
|
* @returns DescribePackagesResponse
|
|
678
736
|
*/
|
|
679
737
|
describePackages(request: $_model.DescribePackagesRequest): Promise<$_model.DescribePackagesResponse>;
|
|
680
738
|
/**
|
|
681
|
-
*
|
|
739
|
+
* Lists assets and their authorization status.
|
|
682
740
|
*
|
|
683
741
|
* @param request - DescribeParentInstanceRequest
|
|
684
742
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -686,19 +744,19 @@ export default class Client extends OpenApi {
|
|
|
686
744
|
*/
|
|
687
745
|
describeParentInstanceWithOptions(request: $_model.DescribeParentInstanceRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeParentInstanceResponse>;
|
|
688
746
|
/**
|
|
689
|
-
*
|
|
747
|
+
* Lists assets and their authorization status.
|
|
690
748
|
*
|
|
691
749
|
* @param request - DescribeParentInstanceRequest
|
|
692
750
|
* @returns DescribeParentInstanceResponse
|
|
693
751
|
*/
|
|
694
752
|
describeParentInstance(request: $_model.DescribeParentInstanceRequest): Promise<$_model.DescribeParentInstanceResponse>;
|
|
695
753
|
/**
|
|
696
|
-
*
|
|
754
|
+
* Call the DescribeRiskLevels operation to retrieve a list of risk levels for sensitive data.
|
|
697
755
|
*
|
|
698
756
|
* @remarks
|
|
699
|
-
* You can
|
|
700
|
-
*
|
|
701
|
-
*
|
|
757
|
+
* 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.
|
|
758
|
+
* ## QPS limits
|
|
759
|
+
* 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.
|
|
702
760
|
*
|
|
703
761
|
* @param request - DescribeRiskLevelsRequest
|
|
704
762
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -706,19 +764,19 @@ export default class Client extends OpenApi {
|
|
|
706
764
|
*/
|
|
707
765
|
describeRiskLevelsWithOptions(request: $_model.DescribeRiskLevelsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeRiskLevelsResponse>;
|
|
708
766
|
/**
|
|
709
|
-
*
|
|
767
|
+
* Call the DescribeRiskLevels operation to retrieve a list of risk levels for sensitive data.
|
|
710
768
|
*
|
|
711
769
|
* @remarks
|
|
712
|
-
* You can
|
|
713
|
-
*
|
|
714
|
-
*
|
|
770
|
+
* 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.
|
|
771
|
+
* ## QPS limits
|
|
772
|
+
* 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.
|
|
715
773
|
*
|
|
716
774
|
* @param request - DescribeRiskLevelsRequest
|
|
717
775
|
* @returns DescribeRiskLevelsResponse
|
|
718
776
|
*/
|
|
719
777
|
describeRiskLevels(request: $_model.DescribeRiskLevelsRequest): Promise<$_model.DescribeRiskLevelsResponse>;
|
|
720
778
|
/**
|
|
721
|
-
* Queries sensitive data detection rules.
|
|
779
|
+
* Queries a list of sensitive data detection rules.
|
|
722
780
|
*
|
|
723
781
|
* @param request - DescribeRulesRequest
|
|
724
782
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -726,19 +784,19 @@ export default class Client extends OpenApi {
|
|
|
726
784
|
*/
|
|
727
785
|
describeRulesWithOptions(request: $_model.DescribeRulesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeRulesResponse>;
|
|
728
786
|
/**
|
|
729
|
-
* Queries sensitive data detection rules.
|
|
787
|
+
* Queries a list of sensitive data detection rules.
|
|
730
788
|
*
|
|
731
789
|
* @param request - DescribeRulesRequest
|
|
732
790
|
* @returns DescribeRulesResponse
|
|
733
791
|
*/
|
|
734
792
|
describeRules(request: $_model.DescribeRulesRequest): Promise<$_model.DescribeRulesResponse>;
|
|
735
793
|
/**
|
|
736
|
-
* Queries tables in data assets such as MaxCompute
|
|
794
|
+
* Queries tables in data assets, such as MaxCompute and RDS, that Data Security Center is authorized to access.
|
|
737
795
|
*
|
|
738
796
|
* @remarks
|
|
739
|
-
*
|
|
740
|
-
*
|
|
741
|
-
*
|
|
797
|
+
* 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.
|
|
798
|
+
* ## QPS limits
|
|
799
|
+
* 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.
|
|
742
800
|
*
|
|
743
801
|
* @param request - DescribeTablesRequest
|
|
744
802
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -746,19 +804,19 @@ export default class Client extends OpenApi {
|
|
|
746
804
|
*/
|
|
747
805
|
describeTablesWithOptions(request: $_model.DescribeTablesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeTablesResponse>;
|
|
748
806
|
/**
|
|
749
|
-
* Queries tables in data assets such as MaxCompute
|
|
807
|
+
* Queries tables in data assets, such as MaxCompute and RDS, that Data Security Center is authorized to access.
|
|
750
808
|
*
|
|
751
809
|
* @remarks
|
|
752
|
-
*
|
|
753
|
-
*
|
|
754
|
-
*
|
|
810
|
+
* 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.
|
|
811
|
+
* ## QPS limits
|
|
812
|
+
* 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.
|
|
755
813
|
*
|
|
756
814
|
* @param request - DescribeTablesRequest
|
|
757
815
|
* @returns DescribeTablesResponse
|
|
758
816
|
*/
|
|
759
817
|
describeTables(request: $_model.DescribeTablesRequest): Promise<$_model.DescribeTablesResponse>;
|
|
760
818
|
/**
|
|
761
|
-
*
|
|
819
|
+
* Lists all rules in an industry-specific template.
|
|
762
820
|
*
|
|
763
821
|
* @param request - DescribeTemplateAllRulesRequest
|
|
764
822
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -766,19 +824,19 @@ export default class Client extends OpenApi {
|
|
|
766
824
|
*/
|
|
767
825
|
describeTemplateAllRulesWithOptions(request: $_model.DescribeTemplateAllRulesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeTemplateAllRulesResponse>;
|
|
768
826
|
/**
|
|
769
|
-
*
|
|
827
|
+
* Lists all rules in an industry-specific template.
|
|
770
828
|
*
|
|
771
829
|
* @param request - DescribeTemplateAllRulesRequest
|
|
772
830
|
* @returns DescribeTemplateAllRulesResponse
|
|
773
831
|
*/
|
|
774
832
|
describeTemplateAllRules(request: $_model.DescribeTemplateAllRulesRequest): Promise<$_model.DescribeTemplateAllRulesResponse>;
|
|
775
833
|
/**
|
|
776
|
-
* Queries the
|
|
834
|
+
* Queries the status of a user account.
|
|
777
835
|
*
|
|
778
836
|
* @remarks
|
|
779
|
-
*
|
|
780
|
-
*
|
|
781
|
-
*
|
|
837
|
+
* Retrieves information about the current account, such as your usage of Data Security Center (DSC).
|
|
838
|
+
* ## QPS limit
|
|
839
|
+
* 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.
|
|
782
840
|
*
|
|
783
841
|
* @param request - DescribeUserStatusRequest
|
|
784
842
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -786,24 +844,24 @@ export default class Client extends OpenApi {
|
|
|
786
844
|
*/
|
|
787
845
|
describeUserStatusWithOptions(request: $_model.DescribeUserStatusRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeUserStatusResponse>;
|
|
788
846
|
/**
|
|
789
|
-
* Queries the
|
|
847
|
+
* Queries the status of a user account.
|
|
790
848
|
*
|
|
791
849
|
* @remarks
|
|
792
|
-
*
|
|
793
|
-
*
|
|
794
|
-
*
|
|
850
|
+
* Retrieves information about the current account, such as your usage of Data Security Center (DSC).
|
|
851
|
+
* ## QPS limit
|
|
852
|
+
* 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.
|
|
795
853
|
*
|
|
796
854
|
* @param request - DescribeUserStatusRequest
|
|
797
855
|
* @returns DescribeUserStatusResponse
|
|
798
856
|
*/
|
|
799
857
|
describeUserStatus(request: $_model.DescribeUserStatusRequest): Promise<$_model.DescribeUserStatusResponse>;
|
|
800
858
|
/**
|
|
801
|
-
*
|
|
859
|
+
* 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.
|
|
802
860
|
*
|
|
803
861
|
* @remarks
|
|
804
|
-
*
|
|
805
|
-
*
|
|
806
|
-
*
|
|
862
|
+
* 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.
|
|
863
|
+
* ## QPS limits
|
|
864
|
+
* 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.
|
|
807
865
|
*
|
|
808
866
|
* @param request - DisableUserConfigRequest
|
|
809
867
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -811,19 +869,19 @@ export default class Client extends OpenApi {
|
|
|
811
869
|
*/
|
|
812
870
|
disableUserConfigWithOptions(request: $_model.DisableUserConfigRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DisableUserConfigResponse>;
|
|
813
871
|
/**
|
|
814
|
-
*
|
|
872
|
+
* 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.
|
|
815
873
|
*
|
|
816
874
|
* @remarks
|
|
817
|
-
*
|
|
818
|
-
*
|
|
819
|
-
*
|
|
875
|
+
* 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.
|
|
876
|
+
* ## QPS limits
|
|
877
|
+
* 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.
|
|
820
878
|
*
|
|
821
879
|
* @param request - DisableUserConfigRequest
|
|
822
880
|
* @returns DisableUserConfigResponse
|
|
823
881
|
*/
|
|
824
882
|
disableUserConfig(request: $_model.DisableUserConfigRequest): Promise<$_model.DisableUserConfigResponse>;
|
|
825
883
|
/**
|
|
826
|
-
*
|
|
884
|
+
* You can call the ExecDatamask operation to dynamically mask data.
|
|
827
885
|
*
|
|
828
886
|
* @param request - ExecDatamaskRequest
|
|
829
887
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -831,14 +889,14 @@ export default class Client extends OpenApi {
|
|
|
831
889
|
*/
|
|
832
890
|
execDatamaskWithOptions(request: $_model.ExecDatamaskRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ExecDatamaskResponse>;
|
|
833
891
|
/**
|
|
834
|
-
*
|
|
892
|
+
* You can call the ExecDatamask operation to dynamically mask data.
|
|
835
893
|
*
|
|
836
894
|
* @param request - ExecDatamaskRequest
|
|
837
895
|
* @returns ExecDatamaskResponse
|
|
838
896
|
*/
|
|
839
897
|
execDatamask(request: $_model.ExecDatamaskRequest): Promise<$_model.ExecDatamaskResponse>;
|
|
840
898
|
/**
|
|
841
|
-
* Triggers a
|
|
899
|
+
* Triggers a data masking task.
|
|
842
900
|
*
|
|
843
901
|
* @param request - ManualTriggerMaskingProcessRequest
|
|
844
902
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -846,14 +904,24 @@ export default class Client extends OpenApi {
|
|
|
846
904
|
*/
|
|
847
905
|
manualTriggerMaskingProcessWithOptions(request: $_model.ManualTriggerMaskingProcessRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ManualTriggerMaskingProcessResponse>;
|
|
848
906
|
/**
|
|
849
|
-
* Triggers a
|
|
907
|
+
* Triggers a data masking task.
|
|
850
908
|
*
|
|
851
909
|
* @param request - ManualTriggerMaskingProcessRequest
|
|
852
910
|
* @returns ManualTriggerMaskingProcessResponse
|
|
853
911
|
*/
|
|
854
912
|
manualTriggerMaskingProcess(request: $_model.ManualTriggerMaskingProcessRequest): Promise<$_model.ManualTriggerMaskingProcessResponse>;
|
|
855
913
|
/**
|
|
856
|
-
*
|
|
914
|
+
* Use the MaskOssImage operation to mask images stored as objects.
|
|
915
|
+
*
|
|
916
|
+
* @remarks
|
|
917
|
+
* *Prerequisites**
|
|
918
|
+
* To use this operation, you must have an image masking quota. Each call deducts one unit from your quota.
|
|
919
|
+
* **QPS limit**
|
|
920
|
+
* 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.
|
|
921
|
+
* **Usage notes**
|
|
922
|
+
* After masking is complete, the system stores the masked image in the aliyun_dsc_desensitization folder within the source bucket.
|
|
923
|
+
* For example, an image at exampledir/test.png in a bucket is saved as aliyun_dsc_desensitization/exampledir/test.png after masking.
|
|
924
|
+
* For more information, see https\\://help.aliyun.com/zh/dsc/data-security-center/user-guide/picture-desensitization
|
|
857
925
|
*
|
|
858
926
|
* @param request - MaskOssImageRequest
|
|
859
927
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -861,14 +929,24 @@ export default class Client extends OpenApi {
|
|
|
861
929
|
*/
|
|
862
930
|
maskOssImageWithOptions(request: $_model.MaskOssImageRequest, runtime: $dara.RuntimeOptions): Promise<$_model.MaskOssImageResponse>;
|
|
863
931
|
/**
|
|
864
|
-
*
|
|
932
|
+
* Use the MaskOssImage operation to mask images stored as objects.
|
|
933
|
+
*
|
|
934
|
+
* @remarks
|
|
935
|
+
* *Prerequisites**
|
|
936
|
+
* To use this operation, you must have an image masking quota. Each call deducts one unit from your quota.
|
|
937
|
+
* **QPS limit**
|
|
938
|
+
* 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.
|
|
939
|
+
* **Usage notes**
|
|
940
|
+
* After masking is complete, the system stores the masked image in the aliyun_dsc_desensitization folder within the source bucket.
|
|
941
|
+
* For example, an image at exampledir/test.png in a bucket is saved as aliyun_dsc_desensitization/exampledir/test.png after masking.
|
|
942
|
+
* For more information, see https\\://help.aliyun.com/zh/dsc/data-security-center/user-guide/picture-desensitization
|
|
865
943
|
*
|
|
866
944
|
* @param request - MaskOssImageRequest
|
|
867
945
|
* @returns MaskOssImageResponse
|
|
868
946
|
*/
|
|
869
947
|
maskOssImage(request: $_model.MaskOssImageRequest): Promise<$_model.MaskOssImageResponse>;
|
|
870
948
|
/**
|
|
871
|
-
*
|
|
949
|
+
* You can call ModifyDataLimit to modify the configuration items of a connection authorization in Data Security Center (DSC).
|
|
872
950
|
*
|
|
873
951
|
* @param request - ModifyDataLimitRequest
|
|
874
952
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -876,19 +954,19 @@ export default class Client extends OpenApi {
|
|
|
876
954
|
*/
|
|
877
955
|
modifyDataLimitWithOptions(request: $_model.ModifyDataLimitRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ModifyDataLimitResponse>;
|
|
878
956
|
/**
|
|
879
|
-
*
|
|
957
|
+
* You can call ModifyDataLimit to modify the configuration items of a connection authorization in Data Security Center (DSC).
|
|
880
958
|
*
|
|
881
959
|
* @param request - ModifyDataLimitRequest
|
|
882
960
|
* @returns ModifyDataLimitResponse
|
|
883
961
|
*/
|
|
884
962
|
modifyDataLimit(request: $_model.ModifyDataLimitRequest): Promise<$_model.ModifyDataLimitResponse>;
|
|
885
963
|
/**
|
|
886
|
-
*
|
|
964
|
+
* 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.
|
|
887
965
|
*
|
|
888
966
|
* @remarks
|
|
889
|
-
*
|
|
890
|
-
*
|
|
891
|
-
*
|
|
967
|
+
* This API modifies the rules that define threat levels for sensitive data to help with threat level planning.
|
|
968
|
+
* ## QPS limit
|
|
969
|
+
* 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.
|
|
892
970
|
*
|
|
893
971
|
* @param request - ModifyDefaultLevelRequest
|
|
894
972
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -896,24 +974,24 @@ export default class Client extends OpenApi {
|
|
|
896
974
|
*/
|
|
897
975
|
modifyDefaultLevelWithOptions(request: $_model.ModifyDefaultLevelRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ModifyDefaultLevelResponse>;
|
|
898
976
|
/**
|
|
899
|
-
*
|
|
977
|
+
* 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.
|
|
900
978
|
*
|
|
901
979
|
* @remarks
|
|
902
|
-
*
|
|
903
|
-
*
|
|
904
|
-
*
|
|
980
|
+
* This API modifies the rules that define threat levels for sensitive data to help with threat level planning.
|
|
981
|
+
* ## QPS limit
|
|
982
|
+
* 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.
|
|
905
983
|
*
|
|
906
984
|
* @param request - ModifyDefaultLevelRequest
|
|
907
985
|
* @returns ModifyDefaultLevelResponse
|
|
908
986
|
*/
|
|
909
987
|
modifyDefaultLevel(request: $_model.ModifyDefaultLevelRequest): Promise<$_model.ModifyDefaultLevelResponse>;
|
|
910
988
|
/**
|
|
911
|
-
* Handles
|
|
989
|
+
* Handles anomalous activities.
|
|
912
990
|
*
|
|
913
991
|
* @remarks
|
|
914
|
-
*
|
|
915
|
-
*
|
|
916
|
-
*
|
|
992
|
+
* This API operation is typically used to handle alerts for data breach threats, helping you protect your data assets promptly.
|
|
993
|
+
* ## QPS limits
|
|
994
|
+
* 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.
|
|
917
995
|
*
|
|
918
996
|
* @param request - ModifyEventStatusRequest
|
|
919
997
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -921,19 +999,19 @@ export default class Client extends OpenApi {
|
|
|
921
999
|
*/
|
|
922
1000
|
modifyEventStatusWithOptions(request: $_model.ModifyEventStatusRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ModifyEventStatusResponse>;
|
|
923
1001
|
/**
|
|
924
|
-
* Handles
|
|
1002
|
+
* Handles anomalous activities.
|
|
925
1003
|
*
|
|
926
1004
|
* @remarks
|
|
927
|
-
*
|
|
928
|
-
*
|
|
929
|
-
*
|
|
1005
|
+
* This API operation is typically used to handle alerts for data breach threats, helping you protect your data assets promptly.
|
|
1006
|
+
* ## QPS limits
|
|
1007
|
+
* 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.
|
|
930
1008
|
*
|
|
931
1009
|
* @param request - ModifyEventStatusRequest
|
|
932
1010
|
* @returns ModifyEventStatusResponse
|
|
933
1011
|
*/
|
|
934
1012
|
modifyEventStatus(request: $_model.ModifyEventStatusRequest): Promise<$_model.ModifyEventStatusResponse>;
|
|
935
1013
|
/**
|
|
936
|
-
*
|
|
1014
|
+
* This operation enables anomalous activity detection for subtypes.
|
|
937
1015
|
*
|
|
938
1016
|
* @param request - ModifyEventTypeStatusRequest
|
|
939
1017
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -941,19 +1019,19 @@ export default class Client extends OpenApi {
|
|
|
941
1019
|
*/
|
|
942
1020
|
modifyEventTypeStatusWithOptions(request: $_model.ModifyEventTypeStatusRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ModifyEventTypeStatusResponse>;
|
|
943
1021
|
/**
|
|
944
|
-
*
|
|
1022
|
+
* This operation enables anomalous activity detection for subtypes.
|
|
945
1023
|
*
|
|
946
1024
|
* @param request - ModifyEventTypeStatusRequest
|
|
947
1025
|
* @returns ModifyEventTypeStatusResponse
|
|
948
1026
|
*/
|
|
949
1027
|
modifyEventTypeStatus(request: $_model.ModifyEventTypeStatusRequest): Promise<$_model.ModifyEventTypeStatusResponse>;
|
|
950
1028
|
/**
|
|
951
|
-
*
|
|
1029
|
+
* You can call the ModifyReportTaskStatus operation to enable or disable report tasks.
|
|
952
1030
|
*
|
|
953
1031
|
* @remarks
|
|
954
|
-
*
|
|
955
|
-
*
|
|
956
|
-
*
|
|
1032
|
+
* 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.
|
|
1033
|
+
* ## QPS limit
|
|
1034
|
+
* 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.
|
|
957
1035
|
*
|
|
958
1036
|
* @param request - ModifyReportTaskStatusRequest
|
|
959
1037
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -961,12 +1039,12 @@ export default class Client extends OpenApi {
|
|
|
961
1039
|
*/
|
|
962
1040
|
modifyReportTaskStatusWithOptions(request: $_model.ModifyReportTaskStatusRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ModifyReportTaskStatusResponse>;
|
|
963
1041
|
/**
|
|
964
|
-
*
|
|
1042
|
+
* You can call the ModifyReportTaskStatus operation to enable or disable report tasks.
|
|
965
1043
|
*
|
|
966
1044
|
* @remarks
|
|
967
|
-
*
|
|
968
|
-
*
|
|
969
|
-
*
|
|
1045
|
+
* 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.
|
|
1046
|
+
* ## QPS limit
|
|
1047
|
+
* 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.
|
|
970
1048
|
*
|
|
971
1049
|
* @param request - ModifyReportTaskStatusRequest
|
|
972
1050
|
* @returns ModifyReportTaskStatusResponse
|
|
@@ -976,9 +1054,9 @@ export default class Client extends OpenApi {
|
|
|
976
1054
|
* Modifies a custom sensitive data detection rule in Data Security Center (DSC).
|
|
977
1055
|
*
|
|
978
1056
|
* @remarks
|
|
979
|
-
*
|
|
980
|
-
*
|
|
981
|
-
*
|
|
1057
|
+
* You must specify the rule name, rule ID, and rule content.
|
|
1058
|
+
* ## QPS limits
|
|
1059
|
+
* 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.
|
|
982
1060
|
*
|
|
983
1061
|
* @param request - ModifyRuleRequest
|
|
984
1062
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -989,16 +1067,16 @@ export default class Client extends OpenApi {
|
|
|
989
1067
|
* Modifies a custom sensitive data detection rule in Data Security Center (DSC).
|
|
990
1068
|
*
|
|
991
1069
|
* @remarks
|
|
992
|
-
*
|
|
993
|
-
*
|
|
994
|
-
*
|
|
1070
|
+
* You must specify the rule name, rule ID, and rule content.
|
|
1071
|
+
* ## QPS limits
|
|
1072
|
+
* 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.
|
|
995
1073
|
*
|
|
996
1074
|
* @param request - ModifyRuleRequest
|
|
997
1075
|
* @returns ModifyRuleResponse
|
|
998
1076
|
*/
|
|
999
1077
|
modifyRule(request: $_model.ModifyRuleRequest): Promise<$_model.ModifyRuleResponse>;
|
|
1000
1078
|
/**
|
|
1001
|
-
* Enables or disables
|
|
1079
|
+
* Enables or disables sensitive data detection rules.
|
|
1002
1080
|
*
|
|
1003
1081
|
* @param request - ModifyRuleStatusRequest
|
|
1004
1082
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1006,14 +1084,18 @@ export default class Client extends OpenApi {
|
|
|
1006
1084
|
*/
|
|
1007
1085
|
modifyRuleStatusWithOptions(request: $_model.ModifyRuleStatusRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ModifyRuleStatusResponse>;
|
|
1008
1086
|
/**
|
|
1009
|
-
* Enables or disables
|
|
1087
|
+
* Enables or disables sensitive data detection rules.
|
|
1010
1088
|
*
|
|
1011
1089
|
* @param request - ModifyRuleStatusRequest
|
|
1012
1090
|
* @returns ModifyRuleStatusResponse
|
|
1013
1091
|
*/
|
|
1014
1092
|
modifyRuleStatus(request: $_model.ModifyRuleStatusRequest): Promise<$_model.ModifyRuleStatusResponse>;
|
|
1015
1093
|
/**
|
|
1016
|
-
*
|
|
1094
|
+
* You can call the RestoreOssImage operation to restore desensitized images.
|
|
1095
|
+
*
|
|
1096
|
+
* @remarks
|
|
1097
|
+
* You can use RestoreOssImage to retrieve the original images that were processed by the MaskOssImage operation if the IsAlwaysUpload parameter is set to `true`.
|
|
1098
|
+
* For example, the image `aliyun_dsc_desensitization/exampledir/test.png` in a bucket is restored and saved as `aliyun_dsc_original/exampledir/test.png`.
|
|
1017
1099
|
*
|
|
1018
1100
|
* @param request - RestoreOssImageRequest
|
|
1019
1101
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1021,23 +1103,27 @@ export default class Client extends OpenApi {
|
|
|
1021
1103
|
*/
|
|
1022
1104
|
restoreOssImageWithOptions(request: $_model.RestoreOssImageRequest, runtime: $dara.RuntimeOptions): Promise<$_model.RestoreOssImageResponse>;
|
|
1023
1105
|
/**
|
|
1024
|
-
*
|
|
1106
|
+
* You can call the RestoreOssImage operation to restore desensitized images.
|
|
1107
|
+
*
|
|
1108
|
+
* @remarks
|
|
1109
|
+
* You can use RestoreOssImage to retrieve the original images that were processed by the MaskOssImage operation if the IsAlwaysUpload parameter is set to `true`.
|
|
1110
|
+
* For example, the image `aliyun_dsc_desensitization/exampledir/test.png` in a bucket is restored and saved as `aliyun_dsc_original/exampledir/test.png`.
|
|
1025
1111
|
*
|
|
1026
1112
|
* @param request - RestoreOssImageRequest
|
|
1027
1113
|
* @returns RestoreOssImageResponse
|
|
1028
1114
|
*/
|
|
1029
1115
|
restoreOssImage(request: $_model.RestoreOssImageRequest): Promise<$_model.RestoreOssImageResponse>;
|
|
1030
1116
|
/**
|
|
1031
|
-
*
|
|
1117
|
+
* The ScanOssObjectV1 operation creates a scan task to detect sensitive data in a specified object.
|
|
1032
1118
|
*
|
|
1033
1119
|
* @remarks
|
|
1034
|
-
* ###
|
|
1035
|
-
*
|
|
1036
|
-
* ###
|
|
1037
|
-
*
|
|
1038
|
-
* ###
|
|
1039
|
-
*
|
|
1040
|
-
* After the task is complete,
|
|
1120
|
+
* ### Prerequisites
|
|
1121
|
+
* 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.
|
|
1122
|
+
* ### QPS limits
|
|
1123
|
+
* 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.
|
|
1124
|
+
* ### Usage notes
|
|
1125
|
+
* You can use the returned task ID to call the DescribeIdentifyTaskStatus operation to check the running status of the task.
|
|
1126
|
+
* 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.
|
|
1041
1127
|
*
|
|
1042
1128
|
* @param tmpReq - ScanOssObjectV1Request
|
|
1043
1129
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1045,28 +1131,28 @@ export default class Client extends OpenApi {
|
|
|
1045
1131
|
*/
|
|
1046
1132
|
scanOssObjectV1WithOptions(tmpReq: $_model.ScanOssObjectV1Request, runtime: $dara.RuntimeOptions): Promise<$_model.ScanOssObjectV1Response>;
|
|
1047
1133
|
/**
|
|
1048
|
-
*
|
|
1134
|
+
* The ScanOssObjectV1 operation creates a scan task to detect sensitive data in a specified object.
|
|
1049
1135
|
*
|
|
1050
1136
|
* @remarks
|
|
1051
|
-
* ###
|
|
1052
|
-
*
|
|
1053
|
-
* ###
|
|
1054
|
-
*
|
|
1055
|
-
* ###
|
|
1056
|
-
*
|
|
1057
|
-
* After the task is complete,
|
|
1137
|
+
* ### Prerequisites
|
|
1138
|
+
* 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.
|
|
1139
|
+
* ### QPS limits
|
|
1140
|
+
* 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.
|
|
1141
|
+
* ### Usage notes
|
|
1142
|
+
* You can use the returned task ID to call the DescribeIdentifyTaskStatus operation to check the running status of the task.
|
|
1143
|
+
* 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.
|
|
1058
1144
|
*
|
|
1059
1145
|
* @param request - ScanOssObjectV1Request
|
|
1060
1146
|
* @returns ScanOssObjectV1Response
|
|
1061
1147
|
*/
|
|
1062
1148
|
scanOssObjectV1(request: $_model.ScanOssObjectV1Request): Promise<$_model.ScanOssObjectV1Response>;
|
|
1063
1149
|
/**
|
|
1064
|
-
*
|
|
1150
|
+
* 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.
|
|
1065
1151
|
*
|
|
1066
1152
|
* @remarks
|
|
1067
|
-
*
|
|
1068
|
-
*
|
|
1069
|
-
*
|
|
1153
|
+
* 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.
|
|
1154
|
+
* ## QPS limit
|
|
1155
|
+
* 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.
|
|
1070
1156
|
*
|
|
1071
1157
|
* @param request - StopMaskingProcessRequest
|
|
1072
1158
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1074,12 +1160,12 @@ export default class Client extends OpenApi {
|
|
|
1074
1160
|
*/
|
|
1075
1161
|
stopMaskingProcessWithOptions(request: $_model.StopMaskingProcessRequest, runtime: $dara.RuntimeOptions): Promise<$_model.StopMaskingProcessResponse>;
|
|
1076
1162
|
/**
|
|
1077
|
-
*
|
|
1163
|
+
* 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.
|
|
1078
1164
|
*
|
|
1079
1165
|
* @remarks
|
|
1080
|
-
*
|
|
1081
|
-
*
|
|
1082
|
-
*
|
|
1166
|
+
* 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.
|
|
1167
|
+
* ## QPS limit
|
|
1168
|
+
* 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.
|
|
1083
1169
|
*
|
|
1084
1170
|
* @param request - StopMaskingProcessRequest
|
|
1085
1171
|
* @returns StopMaskingProcessResponse
|