@alicloud/ecd20200930 4.22.2 → 4.22.4
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.js +27 -0
- package/dist/client.js.map +1 -1
- package/dist/models/CreateCenterPolicyRequest.d.ts +4 -0
- package/dist/models/CreateCenterPolicyRequest.js +8 -0
- package/dist/models/CreateCenterPolicyRequest.js.map +1 -1
- package/dist/models/DescribeDesktopMetadataResponseBody.d.ts +1 -0
- package/dist/models/DescribeDesktopMetadataResponseBody.js +5 -0
- package/dist/models/DescribeDesktopMetadataResponseBody.js.map +1 -1
- package/dist/models/DescribeDesktopsResponseBody.d.ts +1 -0
- package/dist/models/DescribeDesktopsResponseBody.js +5 -0
- package/dist/models/DescribeDesktopsResponseBody.js.map +1 -1
- package/dist/models/DescribePolicyGroupsResponseBody.d.ts +4 -0
- package/dist/models/DescribePolicyGroupsResponseBody.js +8 -0
- package/dist/models/DescribePolicyGroupsResponseBody.js.map +1 -1
- package/dist/models/MigrateDesktopsRequest.d.ts +9 -0
- package/dist/models/MigrateDesktopsRequest.js +4 -0
- package/dist/models/MigrateDesktopsRequest.js.map +1 -1
- package/dist/models/ModifyCenterPolicyRequest.d.ts +3 -0
- package/dist/models/ModifyCenterPolicyRequest.js +6 -0
- package/dist/models/ModifyCenterPolicyRequest.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +36 -0
- package/src/models/CreateCenterPolicyRequest.ts +12 -0
- package/src/models/DescribeDesktopMetadataResponseBody.ts +6 -0
- package/src/models/DescribeDesktopsResponseBody.ts +6 -0
- package/src/models/DescribePolicyGroupsResponseBody.ts +12 -0
- package/src/models/MigrateDesktopsRequest.ts +13 -0
- package/src/models/ModifyCenterPolicyRequest.ts +9 -0
package/src/client.ts
CHANGED
|
@@ -2439,6 +2439,14 @@ export default class Client extends OpenApi {
|
|
|
2439
2439
|
query["AdminAccess"] = request.adminAccess;
|
|
2440
2440
|
}
|
|
2441
2441
|
|
|
2442
|
+
if (!$dara.isNull(request.adminKeyboardOnFullScreen)) {
|
|
2443
|
+
query["AdminKeyboardOnFullScreen"] = request.adminKeyboardOnFullScreen;
|
|
2444
|
+
}
|
|
2445
|
+
|
|
2446
|
+
if (!$dara.isNull(request.adminKeyboardOnWindows)) {
|
|
2447
|
+
query["AdminKeyboardOnWindows"] = request.adminKeyboardOnWindows;
|
|
2448
|
+
}
|
|
2449
|
+
|
|
2442
2450
|
if (!$dara.isNull(request.appContentProtection)) {
|
|
2443
2451
|
query["AppContentProtection"] = request.appContentProtection;
|
|
2444
2452
|
}
|
|
@@ -2527,6 +2535,10 @@ export default class Client extends OpenApi {
|
|
|
2527
2535
|
query["CpuSingleRateLimit"] = request.cpuSingleRateLimit;
|
|
2528
2536
|
}
|
|
2529
2537
|
|
|
2538
|
+
if (!$dara.isNull(request.description)) {
|
|
2539
|
+
query["Description"] = request.description;
|
|
2540
|
+
}
|
|
2541
|
+
|
|
2530
2542
|
if (!$dara.isNull(request.deviceConnectHint)) {
|
|
2531
2543
|
query["DeviceConnectHint"] = request.deviceConnectHint;
|
|
2532
2544
|
}
|
|
@@ -2615,6 +2627,10 @@ export default class Client extends OpenApi {
|
|
|
2615
2627
|
query["InternetPrinter"] = request.internetPrinter;
|
|
2616
2628
|
}
|
|
2617
2629
|
|
|
2630
|
+
if (!$dara.isNull(request.keyboardControl)) {
|
|
2631
|
+
query["KeyboardControl"] = request.keyboardControl;
|
|
2632
|
+
}
|
|
2633
|
+
|
|
2618
2634
|
if (!$dara.isNull(request.localDrive)) {
|
|
2619
2635
|
query["LocalDrive"] = request.localDrive;
|
|
2620
2636
|
}
|
|
@@ -14170,10 +14186,18 @@ export default class Client extends OpenApi {
|
|
|
14170
14186
|
query["RegionId"] = request.regionId;
|
|
14171
14187
|
}
|
|
14172
14188
|
|
|
14189
|
+
if (!$dara.isNull(request.targetMemberIp)) {
|
|
14190
|
+
query["TargetMemberIp"] = request.targetMemberIp;
|
|
14191
|
+
}
|
|
14192
|
+
|
|
14173
14193
|
if (!$dara.isNull(request.targetOfficeSiteId)) {
|
|
14174
14194
|
query["TargetOfficeSiteId"] = request.targetOfficeSiteId;
|
|
14175
14195
|
}
|
|
14176
14196
|
|
|
14197
|
+
if (!$dara.isNull(request.targetSubnetId)) {
|
|
14198
|
+
query["TargetSubnetId"] = request.targetSubnetId;
|
|
14199
|
+
}
|
|
14200
|
+
|
|
14177
14201
|
let req = new $OpenApiUtil.OpenApiRequest({
|
|
14178
14202
|
query: OpenApiUtil.query(query),
|
|
14179
14203
|
});
|
|
@@ -14828,6 +14852,14 @@ export default class Client extends OpenApi {
|
|
|
14828
14852
|
query["AdminAccess"] = request.adminAccess;
|
|
14829
14853
|
}
|
|
14830
14854
|
|
|
14855
|
+
if (!$dara.isNull(request.adminKeyboardOnFullScreen)) {
|
|
14856
|
+
query["AdminKeyboardOnFullScreen"] = request.adminKeyboardOnFullScreen;
|
|
14857
|
+
}
|
|
14858
|
+
|
|
14859
|
+
if (!$dara.isNull(request.adminKeyboardOnWindows)) {
|
|
14860
|
+
query["AdminKeyboardOnWindows"] = request.adminKeyboardOnWindows;
|
|
14861
|
+
}
|
|
14862
|
+
|
|
14831
14863
|
if (!$dara.isNull(request.appContentProtection)) {
|
|
14832
14864
|
query["AppContentProtection"] = request.appContentProtection;
|
|
14833
14865
|
}
|
|
@@ -14916,6 +14948,10 @@ export default class Client extends OpenApi {
|
|
|
14916
14948
|
query["CpuSingleRateLimit"] = request.cpuSingleRateLimit;
|
|
14917
14949
|
}
|
|
14918
14950
|
|
|
14951
|
+
if (!$dara.isNull(request.description)) {
|
|
14952
|
+
query["Description"] = request.description;
|
|
14953
|
+
}
|
|
14954
|
+
|
|
14919
14955
|
if (!$dara.isNull(request.deviceConnectHint)) {
|
|
14920
14956
|
query["DeviceConnectHint"] = request.deviceConnectHint;
|
|
14921
14957
|
}
|
|
@@ -648,6 +648,8 @@ export class CreateCenterPolicyRequest extends $dara.Model {
|
|
|
648
648
|
* deny
|
|
649
649
|
*/
|
|
650
650
|
adminAccess?: string;
|
|
651
|
+
adminKeyboardOnFullScreen?: string;
|
|
652
|
+
adminKeyboardOnWindows?: string;
|
|
651
653
|
/**
|
|
652
654
|
* @remarks
|
|
653
655
|
* The anti-screenshot policy.
|
|
@@ -798,6 +800,7 @@ export class CreateCenterPolicyRequest extends $dara.Model {
|
|
|
798
800
|
* 70
|
|
799
801
|
*/
|
|
800
802
|
cpuSingleRateLimit?: number;
|
|
803
|
+
description?: string;
|
|
801
804
|
/**
|
|
802
805
|
* @remarks
|
|
803
806
|
* Specifies whether to display the peripheral connection prompt.
|
|
@@ -971,6 +974,7 @@ export class CreateCenterPolicyRequest extends $dara.Model {
|
|
|
971
974
|
*/
|
|
972
975
|
internetCommunicationProtocol?: string;
|
|
973
976
|
internetPrinter?: string;
|
|
977
|
+
keyboardControl?: string;
|
|
974
978
|
/**
|
|
975
979
|
* @remarks
|
|
976
980
|
* The read/write permissions on the on-premises drive.
|
|
@@ -1717,6 +1721,8 @@ export class CreateCenterPolicyRequest extends $dara.Model {
|
|
|
1717
1721
|
return {
|
|
1718
1722
|
academicProxy: 'AcademicProxy',
|
|
1719
1723
|
adminAccess: 'AdminAccess',
|
|
1724
|
+
adminKeyboardOnFullScreen: 'AdminKeyboardOnFullScreen',
|
|
1725
|
+
adminKeyboardOnWindows: 'AdminKeyboardOnWindows',
|
|
1720
1726
|
appContentProtection: 'AppContentProtection',
|
|
1721
1727
|
authorizeAccessPolicyRule: 'AuthorizeAccessPolicyRule',
|
|
1722
1728
|
authorizeSecurityPolicyRule: 'AuthorizeSecurityPolicyRule',
|
|
@@ -1739,6 +1745,7 @@ export class CreateCenterPolicyRequest extends $dara.Model {
|
|
|
1739
1745
|
cpuRateLimit: 'CpuRateLimit',
|
|
1740
1746
|
cpuSampleDuration: 'CpuSampleDuration',
|
|
1741
1747
|
cpuSingleRateLimit: 'CpuSingleRateLimit',
|
|
1748
|
+
description: 'Description',
|
|
1742
1749
|
deviceConnectHint: 'DeviceConnectHint',
|
|
1743
1750
|
deviceRedirects: 'DeviceRedirects',
|
|
1744
1751
|
deviceRules: 'DeviceRules',
|
|
@@ -1761,6 +1768,7 @@ export class CreateCenterPolicyRequest extends $dara.Model {
|
|
|
1761
1768
|
html5FileTransfer: 'Html5FileTransfer',
|
|
1762
1769
|
internetCommunicationProtocol: 'InternetCommunicationProtocol',
|
|
1763
1770
|
internetPrinter: 'InternetPrinter',
|
|
1771
|
+
keyboardControl: 'KeyboardControl',
|
|
1764
1772
|
localDrive: 'LocalDrive',
|
|
1765
1773
|
maxReconnectTime: 'MaxReconnectTime',
|
|
1766
1774
|
memoryDownGradeDuration: 'MemoryDownGradeDuration',
|
|
@@ -1851,6 +1859,8 @@ export class CreateCenterPolicyRequest extends $dara.Model {
|
|
|
1851
1859
|
return {
|
|
1852
1860
|
academicProxy: 'string',
|
|
1853
1861
|
adminAccess: 'string',
|
|
1862
|
+
adminKeyboardOnFullScreen: 'string',
|
|
1863
|
+
adminKeyboardOnWindows: 'string',
|
|
1854
1864
|
appContentProtection: 'string',
|
|
1855
1865
|
authorizeAccessPolicyRule: { 'type': 'array', 'itemType': CreateCenterPolicyRequestAuthorizeAccessPolicyRule },
|
|
1856
1866
|
authorizeSecurityPolicyRule: { 'type': 'array', 'itemType': CreateCenterPolicyRequestAuthorizeSecurityPolicyRule },
|
|
@@ -1873,6 +1883,7 @@ export class CreateCenterPolicyRequest extends $dara.Model {
|
|
|
1873
1883
|
cpuRateLimit: 'number',
|
|
1874
1884
|
cpuSampleDuration: 'number',
|
|
1875
1885
|
cpuSingleRateLimit: 'number',
|
|
1886
|
+
description: 'string',
|
|
1876
1887
|
deviceConnectHint: 'string',
|
|
1877
1888
|
deviceRedirects: { 'type': 'array', 'itemType': CreateCenterPolicyRequestDeviceRedirects },
|
|
1878
1889
|
deviceRules: { 'type': 'array', 'itemType': CreateCenterPolicyRequestDeviceRules },
|
|
@@ -1895,6 +1906,7 @@ export class CreateCenterPolicyRequest extends $dara.Model {
|
|
|
1895
1906
|
html5FileTransfer: 'string',
|
|
1896
1907
|
internetCommunicationProtocol: 'string',
|
|
1897
1908
|
internetPrinter: 'string',
|
|
1909
|
+
keyboardControl: 'string',
|
|
1898
1910
|
localDrive: 'string',
|
|
1899
1911
|
maxReconnectTime: 'number',
|
|
1900
1912
|
memoryDownGradeDuration: 'number',
|
|
@@ -3,6 +3,7 @@ import * as $dara from '@darabonba/typescript';
|
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
export class DescribeDesktopMetadataResponseBodyDesktops extends $dara.Model {
|
|
6
|
+
agentProviderList?: string[];
|
|
6
7
|
/**
|
|
7
8
|
* @example
|
|
8
9
|
* PostPaid
|
|
@@ -75,6 +76,7 @@ export class DescribeDesktopMetadataResponseBodyDesktops extends $dara.Model {
|
|
|
75
76
|
startTime?: string;
|
|
76
77
|
static names(): { [key: string]: string } {
|
|
77
78
|
return {
|
|
79
|
+
agentProviderList: 'AgentProviderList',
|
|
78
80
|
chargeType: 'ChargeType',
|
|
79
81
|
creationTime: 'CreationTime',
|
|
80
82
|
desktopGroupId: 'DesktopGroupId',
|
|
@@ -98,6 +100,7 @@ export class DescribeDesktopMetadataResponseBodyDesktops extends $dara.Model {
|
|
|
98
100
|
|
|
99
101
|
static types(): { [key: string]: any } {
|
|
100
102
|
return {
|
|
103
|
+
agentProviderList: { 'type': 'array', 'itemType': 'string' },
|
|
101
104
|
chargeType: 'string',
|
|
102
105
|
creationTime: 'string',
|
|
103
106
|
desktopGroupId: 'string',
|
|
@@ -120,6 +123,9 @@ export class DescribeDesktopMetadataResponseBodyDesktops extends $dara.Model {
|
|
|
120
123
|
}
|
|
121
124
|
|
|
122
125
|
validate() {
|
|
126
|
+
if(Array.isArray(this.agentProviderList)) {
|
|
127
|
+
$dara.Model.validateArray(this.agentProviderList);
|
|
128
|
+
}
|
|
123
129
|
if(Array.isArray(this.managementFlags)) {
|
|
124
130
|
$dara.Model.validateArray(this.managementFlags);
|
|
125
131
|
}
|
|
@@ -432,6 +432,7 @@ export class DescribeDesktopsResponseBodyDesktopsTags extends $dara.Model {
|
|
|
432
432
|
|
|
433
433
|
export class DescribeDesktopsResponseBodyDesktops extends $dara.Model {
|
|
434
434
|
accountType?: string;
|
|
435
|
+
agentProviderList?: string[];
|
|
435
436
|
/**
|
|
436
437
|
* @remarks
|
|
437
438
|
* The number of concurrent sessions of each cloud computer in a multi-session cloud computer pool.
|
|
@@ -984,6 +985,7 @@ export class DescribeDesktopsResponseBodyDesktops extends $dara.Model {
|
|
|
984
985
|
static names(): { [key: string]: string } {
|
|
985
986
|
return {
|
|
986
987
|
accountType: 'AccountType',
|
|
988
|
+
agentProviderList: 'AgentProviderList',
|
|
987
989
|
bindAmount: 'BindAmount',
|
|
988
990
|
bundleId: 'BundleId',
|
|
989
991
|
bundleName: 'BundleName',
|
|
@@ -1059,6 +1061,7 @@ export class DescribeDesktopsResponseBodyDesktops extends $dara.Model {
|
|
|
1059
1061
|
static types(): { [key: string]: any } {
|
|
1060
1062
|
return {
|
|
1061
1063
|
accountType: 'string',
|
|
1064
|
+
agentProviderList: { 'type': 'array', 'itemType': 'string' },
|
|
1062
1065
|
bindAmount: 'number',
|
|
1063
1066
|
bundleId: 'string',
|
|
1064
1067
|
bundleName: 'string',
|
|
@@ -1132,6 +1135,9 @@ export class DescribeDesktopsResponseBodyDesktops extends $dara.Model {
|
|
|
1132
1135
|
}
|
|
1133
1136
|
|
|
1134
1137
|
validate() {
|
|
1138
|
+
if(Array.isArray(this.agentProviderList)) {
|
|
1139
|
+
$dara.Model.validateArray(this.agentProviderList);
|
|
1140
|
+
}
|
|
1135
1141
|
if(Array.isArray(this.desktopDurationList)) {
|
|
1136
1142
|
$dara.Model.validateArray(this.desktopDurationList);
|
|
1137
1143
|
}
|
|
@@ -617,6 +617,8 @@ export class DescribePolicyGroupsResponseBodyDescribePolicyGroups extends $dara.
|
|
|
617
617
|
* deny
|
|
618
618
|
*/
|
|
619
619
|
adminAccess?: string;
|
|
620
|
+
adminKeyboardOnFullScreen?: string;
|
|
621
|
+
adminKeyboardOnWindows?: string;
|
|
620
622
|
/**
|
|
621
623
|
* @remarks
|
|
622
624
|
* Indicates whether the anti-screenshot feature is enabled.
|
|
@@ -751,6 +753,7 @@ export class DescribePolicyGroupsResponseBodyDescribePolicyGroups extends $dara.
|
|
|
751
753
|
* 70
|
|
752
754
|
*/
|
|
753
755
|
cpuSingleRateLimit?: number;
|
|
756
|
+
description?: string;
|
|
754
757
|
/**
|
|
755
758
|
* @remarks
|
|
756
759
|
* The number of cloud computers bound with this policy.
|
|
@@ -931,6 +934,7 @@ export class DescribePolicyGroupsResponseBodyDescribePolicyGroups extends $dara.
|
|
|
931
934
|
*/
|
|
932
935
|
internetCommunicationProtocol?: string;
|
|
933
936
|
internetPrinter?: string;
|
|
937
|
+
keyboardControl?: string;
|
|
934
938
|
/**
|
|
935
939
|
* @remarks
|
|
936
940
|
* The permissions on local disk mapping.
|
|
@@ -1694,6 +1698,8 @@ export class DescribePolicyGroupsResponseBodyDescribePolicyGroups extends $dara.
|
|
|
1694
1698
|
return {
|
|
1695
1699
|
academicProxy: 'AcademicProxy',
|
|
1696
1700
|
adminAccess: 'AdminAccess',
|
|
1701
|
+
adminKeyboardOnFullScreen: 'AdminKeyboardOnFullScreen',
|
|
1702
|
+
adminKeyboardOnWindows: 'AdminKeyboardOnWindows',
|
|
1697
1703
|
appContentProtection: 'AppContentProtection',
|
|
1698
1704
|
authorizeAccessPolicyRules: 'AuthorizeAccessPolicyRules',
|
|
1699
1705
|
authorizeSecurityPolicyRules: 'AuthorizeSecurityPolicyRules',
|
|
@@ -1715,6 +1721,7 @@ export class DescribePolicyGroupsResponseBodyDescribePolicyGroups extends $dara.
|
|
|
1715
1721
|
cpuRateLimit: 'CpuRateLimit',
|
|
1716
1722
|
cpuSampleDuration: 'CpuSampleDuration',
|
|
1717
1723
|
cpuSingleRateLimit: 'CpuSingleRateLimit',
|
|
1724
|
+
description: 'Description',
|
|
1718
1725
|
desktopCount: 'DesktopCount',
|
|
1719
1726
|
desktopGroupCount: 'DesktopGroupCount',
|
|
1720
1727
|
deviceConnectHint: 'DeviceConnectHint',
|
|
@@ -1743,6 +1750,7 @@ export class DescribePolicyGroupsResponseBodyDescribePolicyGroups extends $dara.
|
|
|
1743
1750
|
html5FileTransfer: 'Html5FileTransfer',
|
|
1744
1751
|
internetCommunicationProtocol: 'InternetCommunicationProtocol',
|
|
1745
1752
|
internetPrinter: 'InternetPrinter',
|
|
1753
|
+
keyboardControl: 'KeyboardControl',
|
|
1746
1754
|
localDrive: 'LocalDrive',
|
|
1747
1755
|
maxReconnectTime: 'MaxReconnectTime',
|
|
1748
1756
|
memoryDownGradeDuration: 'MemoryDownGradeDuration',
|
|
@@ -1835,6 +1843,8 @@ export class DescribePolicyGroupsResponseBodyDescribePolicyGroups extends $dara.
|
|
|
1835
1843
|
return {
|
|
1836
1844
|
academicProxy: 'string',
|
|
1837
1845
|
adminAccess: 'string',
|
|
1846
|
+
adminKeyboardOnFullScreen: 'string',
|
|
1847
|
+
adminKeyboardOnWindows: 'string',
|
|
1838
1848
|
appContentProtection: 'string',
|
|
1839
1849
|
authorizeAccessPolicyRules: { 'type': 'array', 'itemType': DescribePolicyGroupsResponseBodyDescribePolicyGroupsAuthorizeAccessPolicyRules },
|
|
1840
1850
|
authorizeSecurityPolicyRules: { 'type': 'array', 'itemType': DescribePolicyGroupsResponseBodyDescribePolicyGroupsAuthorizeSecurityPolicyRules },
|
|
@@ -1856,6 +1866,7 @@ export class DescribePolicyGroupsResponseBodyDescribePolicyGroups extends $dara.
|
|
|
1856
1866
|
cpuRateLimit: 'number',
|
|
1857
1867
|
cpuSampleDuration: 'number',
|
|
1858
1868
|
cpuSingleRateLimit: 'number',
|
|
1869
|
+
description: 'string',
|
|
1859
1870
|
desktopCount: 'number',
|
|
1860
1871
|
desktopGroupCount: 'number',
|
|
1861
1872
|
deviceConnectHint: 'string',
|
|
@@ -1884,6 +1895,7 @@ export class DescribePolicyGroupsResponseBodyDescribePolicyGroups extends $dara.
|
|
|
1884
1895
|
html5FileTransfer: 'string',
|
|
1885
1896
|
internetCommunicationProtocol: 'string',
|
|
1886
1897
|
internetPrinter: 'string',
|
|
1898
|
+
keyboardControl: 'string',
|
|
1887
1899
|
localDrive: 'string',
|
|
1888
1900
|
maxReconnectTime: 'number',
|
|
1889
1901
|
memoryDownGradeDuration: 'number',
|
|
@@ -20,6 +20,7 @@ export class MigrateDesktopsRequest extends $dara.Model {
|
|
|
20
20
|
* cn-shanghai
|
|
21
21
|
*/
|
|
22
22
|
regionId?: string;
|
|
23
|
+
targetMemberIp?: string;
|
|
23
24
|
/**
|
|
24
25
|
* @remarks
|
|
25
26
|
* The ID of the destination office network.
|
|
@@ -30,11 +31,21 @@ export class MigrateDesktopsRequest extends $dara.Model {
|
|
|
30
31
|
* cn-shenzhen+dir-388505****
|
|
31
32
|
*/
|
|
32
33
|
targetOfficeSiteId?: string;
|
|
34
|
+
/**
|
|
35
|
+
* @remarks
|
|
36
|
+
* > This parameter is for internal use only.
|
|
37
|
+
*
|
|
38
|
+
* @example
|
|
39
|
+
* null
|
|
40
|
+
*/
|
|
41
|
+
targetSubnetId?: string;
|
|
33
42
|
static names(): { [key: string]: string } {
|
|
34
43
|
return {
|
|
35
44
|
desktopId: 'DesktopId',
|
|
36
45
|
regionId: 'RegionId',
|
|
46
|
+
targetMemberIp: 'TargetMemberIp',
|
|
37
47
|
targetOfficeSiteId: 'TargetOfficeSiteId',
|
|
48
|
+
targetSubnetId: 'TargetSubnetId',
|
|
38
49
|
};
|
|
39
50
|
}
|
|
40
51
|
|
|
@@ -42,7 +53,9 @@ export class MigrateDesktopsRequest extends $dara.Model {
|
|
|
42
53
|
return {
|
|
43
54
|
desktopId: { 'type': 'array', 'itemType': 'string' },
|
|
44
55
|
regionId: 'string',
|
|
56
|
+
targetMemberIp: 'string',
|
|
45
57
|
targetOfficeSiteId: 'string',
|
|
58
|
+
targetSubnetId: 'string',
|
|
46
59
|
};
|
|
47
60
|
}
|
|
48
61
|
|
|
@@ -801,6 +801,8 @@ export class ModifyCenterPolicyRequest extends $dara.Model {
|
|
|
801
801
|
* deny
|
|
802
802
|
*/
|
|
803
803
|
adminAccess?: string;
|
|
804
|
+
adminKeyboardOnFullScreen?: string;
|
|
805
|
+
adminKeyboardOnWindows?: string;
|
|
804
806
|
/**
|
|
805
807
|
* @remarks
|
|
806
808
|
* The anti-screenshot policy.
|
|
@@ -947,6 +949,7 @@ export class ModifyCenterPolicyRequest extends $dara.Model {
|
|
|
947
949
|
* 80
|
|
948
950
|
*/
|
|
949
951
|
cpuSingleRateLimit?: number;
|
|
952
|
+
description?: string;
|
|
950
953
|
/**
|
|
951
954
|
* @remarks
|
|
952
955
|
* Specifies whether to display the peripheral connection prompt.
|
|
@@ -1904,6 +1907,8 @@ export class ModifyCenterPolicyRequest extends $dara.Model {
|
|
|
1904
1907
|
return {
|
|
1905
1908
|
academicProxy: 'AcademicProxy',
|
|
1906
1909
|
adminAccess: 'AdminAccess',
|
|
1910
|
+
adminKeyboardOnFullScreen: 'AdminKeyboardOnFullScreen',
|
|
1911
|
+
adminKeyboardOnWindows: 'AdminKeyboardOnWindows',
|
|
1907
1912
|
appContentProtection: 'AppContentProtection',
|
|
1908
1913
|
authorizeAccessPolicyRule: 'AuthorizeAccessPolicyRule',
|
|
1909
1914
|
authorizeSecurityPolicyRule: 'AuthorizeSecurityPolicyRule',
|
|
@@ -1926,6 +1931,7 @@ export class ModifyCenterPolicyRequest extends $dara.Model {
|
|
|
1926
1931
|
cpuRateLimit: 'CpuRateLimit',
|
|
1927
1932
|
cpuSampleDuration: 'CpuSampleDuration',
|
|
1928
1933
|
cpuSingleRateLimit: 'CpuSingleRateLimit',
|
|
1934
|
+
description: 'Description',
|
|
1929
1935
|
deviceConnectHint: 'DeviceConnectHint',
|
|
1930
1936
|
deviceRedirects: 'DeviceRedirects',
|
|
1931
1937
|
deviceRules: 'DeviceRules',
|
|
@@ -2041,6 +2047,8 @@ export class ModifyCenterPolicyRequest extends $dara.Model {
|
|
|
2041
2047
|
return {
|
|
2042
2048
|
academicProxy: 'string',
|
|
2043
2049
|
adminAccess: 'string',
|
|
2050
|
+
adminKeyboardOnFullScreen: 'string',
|
|
2051
|
+
adminKeyboardOnWindows: 'string',
|
|
2044
2052
|
appContentProtection: 'string',
|
|
2045
2053
|
authorizeAccessPolicyRule: { 'type': 'array', 'itemType': ModifyCenterPolicyRequestAuthorizeAccessPolicyRule },
|
|
2046
2054
|
authorizeSecurityPolicyRule: { 'type': 'array', 'itemType': ModifyCenterPolicyRequestAuthorizeSecurityPolicyRule },
|
|
@@ -2063,6 +2071,7 @@ export class ModifyCenterPolicyRequest extends $dara.Model {
|
|
|
2063
2071
|
cpuRateLimit: 'number',
|
|
2064
2072
|
cpuSampleDuration: 'number',
|
|
2065
2073
|
cpuSingleRateLimit: 'number',
|
|
2074
|
+
description: 'string',
|
|
2066
2075
|
deviceConnectHint: 'string',
|
|
2067
2076
|
deviceRedirects: { 'type': 'array', 'itemType': ModifyCenterPolicyRequestDeviceRedirects },
|
|
2068
2077
|
deviceRules: { 'type': 'array', 'itemType': ModifyCenterPolicyRequestDeviceRules },
|