@alicloud/csas20230120 1.11.0 → 1.11.2
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 +14 -0
- package/dist/client.js +637 -100
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +653 -100
package/dist/client.d.ts
CHANGED
|
@@ -498,9 +498,13 @@ export declare class CreateWmBaseImageResponseBodyData extends $dara.Model {
|
|
|
498
498
|
});
|
|
499
499
|
}
|
|
500
500
|
export declare class CreateWmEmbedTaskRequestCsvControl extends $dara.Model {
|
|
501
|
+
embedBitsNumberInEachTime?: number;
|
|
501
502
|
embedColumn?: number;
|
|
503
|
+
embedDensity?: string;
|
|
502
504
|
embedPrecision?: number;
|
|
505
|
+
embedTimePosition?: string;
|
|
503
506
|
method?: string;
|
|
507
|
+
timeFormat?: string;
|
|
504
508
|
static names(): {
|
|
505
509
|
[key: string]: string;
|
|
506
510
|
};
|
|
@@ -656,9 +660,12 @@ export declare class CreateWmEmbedTaskResponseBodyData extends $dara.Model {
|
|
|
656
660
|
});
|
|
657
661
|
}
|
|
658
662
|
export declare class CreateWmExtractTaskRequestCsvControl extends $dara.Model {
|
|
663
|
+
embedBitsNumberInEachTime?: number;
|
|
659
664
|
embedColumn?: number;
|
|
660
665
|
embedPrecision?: number;
|
|
666
|
+
embedTimePosition?: string;
|
|
661
667
|
method?: string;
|
|
668
|
+
timeFormat?: string;
|
|
662
669
|
static names(): {
|
|
663
670
|
[key: string]: string;
|
|
664
671
|
};
|
|
@@ -1543,6 +1550,7 @@ export declare class GetPrivateAccessPolicyResponseBodyPolicy extends $dara.Mode
|
|
|
1543
1550
|
*/
|
|
1544
1551
|
status?: string;
|
|
1545
1552
|
tagIds?: string[];
|
|
1553
|
+
triggerTemplateId?: string;
|
|
1546
1554
|
userGroupIds?: string[];
|
|
1547
1555
|
/**
|
|
1548
1556
|
* @example
|
|
@@ -1704,6 +1712,7 @@ export declare class GetUserDeviceResponseBodyDevice extends $dara.Model {
|
|
|
1704
1712
|
* Unauthorized
|
|
1705
1713
|
*/
|
|
1706
1714
|
dlpStatus?: string;
|
|
1715
|
+
edrStatus?: string;
|
|
1707
1716
|
historyUsers?: GetUserDeviceResponseBodyDeviceHistoryUsers[];
|
|
1708
1717
|
/**
|
|
1709
1718
|
* @example
|
|
@@ -3555,6 +3564,7 @@ export declare class ListPrivateAccessPolicesResponseBodyPolices extends $dara.M
|
|
|
3555
3564
|
*/
|
|
3556
3565
|
status?: string;
|
|
3557
3566
|
tagIds?: string[];
|
|
3567
|
+
triggerTemplateId?: string;
|
|
3558
3568
|
userGroupIds?: string[];
|
|
3559
3569
|
/**
|
|
3560
3570
|
* @example
|
|
@@ -4216,6 +4226,7 @@ export declare class ListUserDevicesResponseBodyDevices extends $dara.Model {
|
|
|
4216
4226
|
* Enabled
|
|
4217
4227
|
*/
|
|
4218
4228
|
dlpStatus?: string;
|
|
4229
|
+
edrStatus?: string;
|
|
4219
4230
|
/**
|
|
4220
4231
|
* @example
|
|
4221
4232
|
* win10-64bit
|
|
@@ -6560,6 +6571,7 @@ export declare class CreatePrivateAccessPolicyRequest extends $dara.Model {
|
|
|
6560
6571
|
* 内网访问标签ID集合。最多可输入100个内网访问标签ID。当**ApplicationType**为**Tag时**,必填。和**ApplicationIds**互斥。
|
|
6561
6572
|
*/
|
|
6562
6573
|
tagIds?: string[];
|
|
6574
|
+
triggerTemplateId?: string;
|
|
6563
6575
|
userGroupIds?: string[];
|
|
6564
6576
|
/**
|
|
6565
6577
|
* @remarks
|
|
@@ -11267,6 +11279,7 @@ export declare class ListUserApplicationsResponse extends $dara.Model {
|
|
|
11267
11279
|
}
|
|
11268
11280
|
export declare class ListUserDevicesRequest extends $dara.Model {
|
|
11269
11281
|
appStatuses?: string[];
|
|
11282
|
+
appVersions?: string[];
|
|
11270
11283
|
/**
|
|
11271
11284
|
* @remarks
|
|
11272
11285
|
* This parameter is required.
|
|
@@ -12696,6 +12709,7 @@ export declare class UpdatePrivateAccessPolicyRequest extends $dara.Model {
|
|
|
12696
12709
|
* 内网访问标签ID集合。一条策略最多支持100个内网访问标签ID。
|
|
12697
12710
|
*/
|
|
12698
12711
|
tagIds?: string[];
|
|
12712
|
+
triggerTemplateId?: string;
|
|
12699
12713
|
userGroupIds?: string[];
|
|
12700
12714
|
/**
|
|
12701
12715
|
* @remarks
|