@alicloud/csas20230120 1.2.1 → 1.4.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 +341 -153
- package/dist/client.js +1063 -705
- package/dist/client.js.map +1 -1
- package/package.json +6 -6
- package/src/client.ts +568 -153
package/src/client.ts
CHANGED
|
@@ -72,9 +72,9 @@ export class AttachApplication2ConnectorResponseBody extends $tea.Model {
|
|
|
72
72
|
}
|
|
73
73
|
|
|
74
74
|
export class AttachApplication2ConnectorResponse extends $tea.Model {
|
|
75
|
-
headers
|
|
76
|
-
statusCode
|
|
77
|
-
body
|
|
75
|
+
headers?: { [key: string]: string };
|
|
76
|
+
statusCode?: number;
|
|
77
|
+
body?: AttachApplication2ConnectorResponseBody;
|
|
78
78
|
static names(): { [key: string]: string } {
|
|
79
79
|
return {
|
|
80
80
|
headers: 'headers',
|
|
@@ -165,9 +165,9 @@ export class CreateDynamicRouteResponseBody extends $tea.Model {
|
|
|
165
165
|
}
|
|
166
166
|
|
|
167
167
|
export class CreateDynamicRouteResponse extends $tea.Model {
|
|
168
|
-
headers
|
|
169
|
-
statusCode
|
|
170
|
-
body
|
|
168
|
+
headers?: { [key: string]: string };
|
|
169
|
+
statusCode?: number;
|
|
170
|
+
body?: CreateDynamicRouteResponseBody;
|
|
171
171
|
static names(): { [key: string]: string } {
|
|
172
172
|
return {
|
|
173
173
|
headers: 'headers',
|
|
@@ -249,9 +249,9 @@ export class CreatePrivateAccessApplicationResponseBody extends $tea.Model {
|
|
|
249
249
|
}
|
|
250
250
|
|
|
251
251
|
export class CreatePrivateAccessApplicationResponse extends $tea.Model {
|
|
252
|
-
headers
|
|
253
|
-
statusCode
|
|
254
|
-
body
|
|
252
|
+
headers?: { [key: string]: string };
|
|
253
|
+
statusCode?: number;
|
|
254
|
+
body?: CreatePrivateAccessApplicationResponseBody;
|
|
255
255
|
static names(): { [key: string]: string } {
|
|
256
256
|
return {
|
|
257
257
|
headers: 'headers',
|
|
@@ -278,6 +278,7 @@ export class CreatePrivateAccessPolicyRequest extends $tea.Model {
|
|
|
278
278
|
applicationType?: string;
|
|
279
279
|
customUserAttributes?: CreatePrivateAccessPolicyRequestCustomUserAttributes[];
|
|
280
280
|
description?: string;
|
|
281
|
+
deviceAttributeId?: string;
|
|
281
282
|
name?: string;
|
|
282
283
|
policyAction?: string;
|
|
283
284
|
priority?: number;
|
|
@@ -291,6 +292,7 @@ export class CreatePrivateAccessPolicyRequest extends $tea.Model {
|
|
|
291
292
|
applicationType: 'ApplicationType',
|
|
292
293
|
customUserAttributes: 'CustomUserAttributes',
|
|
293
294
|
description: 'Description',
|
|
295
|
+
deviceAttributeId: 'DeviceAttributeId',
|
|
294
296
|
name: 'Name',
|
|
295
297
|
policyAction: 'PolicyAction',
|
|
296
298
|
priority: 'Priority',
|
|
@@ -307,6 +309,7 @@ export class CreatePrivateAccessPolicyRequest extends $tea.Model {
|
|
|
307
309
|
applicationType: 'string',
|
|
308
310
|
customUserAttributes: { 'type': 'array', 'itemType': CreatePrivateAccessPolicyRequestCustomUserAttributes },
|
|
309
311
|
description: 'string',
|
|
312
|
+
deviceAttributeId: 'string',
|
|
310
313
|
name: 'string',
|
|
311
314
|
policyAction: 'string',
|
|
312
315
|
priority: 'number',
|
|
@@ -345,9 +348,9 @@ export class CreatePrivateAccessPolicyResponseBody extends $tea.Model {
|
|
|
345
348
|
}
|
|
346
349
|
|
|
347
350
|
export class CreatePrivateAccessPolicyResponse extends $tea.Model {
|
|
348
|
-
headers
|
|
349
|
-
statusCode
|
|
350
|
-
body
|
|
351
|
+
headers?: { [key: string]: string };
|
|
352
|
+
statusCode?: number;
|
|
353
|
+
body?: CreatePrivateAccessPolicyResponseBody;
|
|
351
354
|
static names(): { [key: string]: string } {
|
|
352
355
|
return {
|
|
353
356
|
headers: 'headers',
|
|
@@ -414,9 +417,9 @@ export class CreatePrivateAccessTagResponseBody extends $tea.Model {
|
|
|
414
417
|
}
|
|
415
418
|
|
|
416
419
|
export class CreatePrivateAccessTagResponse extends $tea.Model {
|
|
417
|
-
headers
|
|
418
|
-
statusCode
|
|
419
|
-
body
|
|
420
|
+
headers?: { [key: string]: string };
|
|
421
|
+
statusCode?: number;
|
|
422
|
+
body?: CreatePrivateAccessTagResponseBody;
|
|
420
423
|
static names(): { [key: string]: string } {
|
|
421
424
|
return {
|
|
422
425
|
headers: 'headers',
|
|
@@ -559,9 +562,9 @@ export class CreateRegistrationPolicyResponseBody extends $tea.Model {
|
|
|
559
562
|
}
|
|
560
563
|
|
|
561
564
|
export class CreateRegistrationPolicyResponse extends $tea.Model {
|
|
562
|
-
headers
|
|
563
|
-
statusCode
|
|
564
|
-
body
|
|
565
|
+
headers?: { [key: string]: string };
|
|
566
|
+
statusCode?: number;
|
|
567
|
+
body?: CreateRegistrationPolicyResponseBody;
|
|
565
568
|
static names(): { [key: string]: string } {
|
|
566
569
|
return {
|
|
567
570
|
headers: 'headers',
|
|
@@ -631,9 +634,9 @@ export class CreateUserGroupResponseBody extends $tea.Model {
|
|
|
631
634
|
}
|
|
632
635
|
|
|
633
636
|
export class CreateUserGroupResponse extends $tea.Model {
|
|
634
|
-
headers
|
|
635
|
-
statusCode
|
|
636
|
-
body
|
|
637
|
+
headers?: { [key: string]: string };
|
|
638
|
+
statusCode?: number;
|
|
639
|
+
body?: CreateUserGroupResponseBody;
|
|
637
640
|
static names(): { [key: string]: string } {
|
|
638
641
|
return {
|
|
639
642
|
headers: 'headers',
|
|
@@ -694,9 +697,9 @@ export class DeleteDynamicRouteResponseBody extends $tea.Model {
|
|
|
694
697
|
}
|
|
695
698
|
|
|
696
699
|
export class DeleteDynamicRouteResponse extends $tea.Model {
|
|
697
|
-
headers
|
|
698
|
-
statusCode
|
|
699
|
-
body
|
|
700
|
+
headers?: { [key: string]: string };
|
|
701
|
+
statusCode?: number;
|
|
702
|
+
body?: DeleteDynamicRouteResponseBody;
|
|
700
703
|
static names(): { [key: string]: string } {
|
|
701
704
|
return {
|
|
702
705
|
headers: 'headers',
|
|
@@ -757,9 +760,9 @@ export class DeletePrivateAccessApplicationResponseBody extends $tea.Model {
|
|
|
757
760
|
}
|
|
758
761
|
|
|
759
762
|
export class DeletePrivateAccessApplicationResponse extends $tea.Model {
|
|
760
|
-
headers
|
|
761
|
-
statusCode
|
|
762
|
-
body
|
|
763
|
+
headers?: { [key: string]: string };
|
|
764
|
+
statusCode?: number;
|
|
765
|
+
body?: DeletePrivateAccessApplicationResponseBody;
|
|
763
766
|
static names(): { [key: string]: string } {
|
|
764
767
|
return {
|
|
765
768
|
headers: 'headers',
|
|
@@ -820,9 +823,9 @@ export class DeletePrivateAccessPolicyResponseBody extends $tea.Model {
|
|
|
820
823
|
}
|
|
821
824
|
|
|
822
825
|
export class DeletePrivateAccessPolicyResponse extends $tea.Model {
|
|
823
|
-
headers
|
|
824
|
-
statusCode
|
|
825
|
-
body
|
|
826
|
+
headers?: { [key: string]: string };
|
|
827
|
+
statusCode?: number;
|
|
828
|
+
body?: DeletePrivateAccessPolicyResponseBody;
|
|
826
829
|
static names(): { [key: string]: string } {
|
|
827
830
|
return {
|
|
828
831
|
headers: 'headers',
|
|
@@ -883,9 +886,9 @@ export class DeletePrivateAccessTagResponseBody extends $tea.Model {
|
|
|
883
886
|
}
|
|
884
887
|
|
|
885
888
|
export class DeletePrivateAccessTagResponse extends $tea.Model {
|
|
886
|
-
headers
|
|
887
|
-
statusCode
|
|
888
|
-
body
|
|
889
|
+
headers?: { [key: string]: string };
|
|
890
|
+
statusCode?: number;
|
|
891
|
+
body?: DeletePrivateAccessTagResponseBody;
|
|
889
892
|
static names(): { [key: string]: string } {
|
|
890
893
|
return {
|
|
891
894
|
headers: 'headers',
|
|
@@ -946,9 +949,9 @@ export class DeleteRegistrationPoliciesResponseBody extends $tea.Model {
|
|
|
946
949
|
}
|
|
947
950
|
|
|
948
951
|
export class DeleteRegistrationPoliciesResponse extends $tea.Model {
|
|
949
|
-
headers
|
|
950
|
-
statusCode
|
|
951
|
-
body
|
|
952
|
+
headers?: { [key: string]: string };
|
|
953
|
+
statusCode?: number;
|
|
954
|
+
body?: DeleteRegistrationPoliciesResponseBody;
|
|
952
955
|
static names(): { [key: string]: string } {
|
|
953
956
|
return {
|
|
954
957
|
headers: 'headers',
|
|
@@ -1009,9 +1012,9 @@ export class DeleteUserGroupResponseBody extends $tea.Model {
|
|
|
1009
1012
|
}
|
|
1010
1013
|
|
|
1011
1014
|
export class DeleteUserGroupResponse extends $tea.Model {
|
|
1012
|
-
headers
|
|
1013
|
-
statusCode
|
|
1014
|
-
body
|
|
1015
|
+
headers?: { [key: string]: string };
|
|
1016
|
+
statusCode?: number;
|
|
1017
|
+
body?: DeleteUserGroupResponseBody;
|
|
1015
1018
|
static names(): { [key: string]: string } {
|
|
1016
1019
|
return {
|
|
1017
1020
|
headers: 'headers',
|
|
@@ -1097,9 +1100,9 @@ export class DetachApplication2ConnectorResponseBody extends $tea.Model {
|
|
|
1097
1100
|
}
|
|
1098
1101
|
|
|
1099
1102
|
export class DetachApplication2ConnectorResponse extends $tea.Model {
|
|
1100
|
-
headers
|
|
1101
|
-
statusCode
|
|
1102
|
-
body
|
|
1103
|
+
headers?: { [key: string]: string };
|
|
1104
|
+
statusCode?: number;
|
|
1105
|
+
body?: DetachApplication2ConnectorResponseBody;
|
|
1103
1106
|
static names(): { [key: string]: string } {
|
|
1104
1107
|
return {
|
|
1105
1108
|
headers: 'headers',
|
|
@@ -1163,9 +1166,9 @@ export class GetDynamicRouteResponseBody extends $tea.Model {
|
|
|
1163
1166
|
}
|
|
1164
1167
|
|
|
1165
1168
|
export class GetDynamicRouteResponse extends $tea.Model {
|
|
1166
|
-
headers
|
|
1167
|
-
statusCode
|
|
1168
|
-
body
|
|
1169
|
+
headers?: { [key: string]: string };
|
|
1170
|
+
statusCode?: number;
|
|
1171
|
+
body?: GetDynamicRouteResponseBody;
|
|
1169
1172
|
static names(): { [key: string]: string } {
|
|
1170
1173
|
return {
|
|
1171
1174
|
headers: 'headers',
|
|
@@ -1229,9 +1232,9 @@ export class GetPrivateAccessApplicationResponseBody extends $tea.Model {
|
|
|
1229
1232
|
}
|
|
1230
1233
|
|
|
1231
1234
|
export class GetPrivateAccessApplicationResponse extends $tea.Model {
|
|
1232
|
-
headers
|
|
1233
|
-
statusCode
|
|
1234
|
-
body
|
|
1235
|
+
headers?: { [key: string]: string };
|
|
1236
|
+
statusCode?: number;
|
|
1237
|
+
body?: GetPrivateAccessApplicationResponseBody;
|
|
1235
1238
|
static names(): { [key: string]: string } {
|
|
1236
1239
|
return {
|
|
1237
1240
|
headers: 'headers',
|
|
@@ -1295,9 +1298,9 @@ export class GetPrivateAccessPolicyResponseBody extends $tea.Model {
|
|
|
1295
1298
|
}
|
|
1296
1299
|
|
|
1297
1300
|
export class GetPrivateAccessPolicyResponse extends $tea.Model {
|
|
1298
|
-
headers
|
|
1299
|
-
statusCode
|
|
1300
|
-
body
|
|
1301
|
+
headers?: { [key: string]: string };
|
|
1302
|
+
statusCode?: number;
|
|
1303
|
+
body?: GetPrivateAccessPolicyResponseBody;
|
|
1301
1304
|
static names(): { [key: string]: string } {
|
|
1302
1305
|
return {
|
|
1303
1306
|
headers: 'headers',
|
|
@@ -1388,9 +1391,9 @@ export class GetRegistrationPolicyResponseBody extends $tea.Model {
|
|
|
1388
1391
|
}
|
|
1389
1392
|
|
|
1390
1393
|
export class GetRegistrationPolicyResponse extends $tea.Model {
|
|
1391
|
-
headers
|
|
1392
|
-
statusCode
|
|
1393
|
-
body
|
|
1394
|
+
headers?: { [key: string]: string };
|
|
1395
|
+
statusCode?: number;
|
|
1396
|
+
body?: GetRegistrationPolicyResponseBody;
|
|
1394
1397
|
static names(): { [key: string]: string } {
|
|
1395
1398
|
return {
|
|
1396
1399
|
headers: 'headers',
|
|
@@ -1454,9 +1457,9 @@ export class GetUserDeviceResponseBody extends $tea.Model {
|
|
|
1454
1457
|
}
|
|
1455
1458
|
|
|
1456
1459
|
export class GetUserDeviceResponse extends $tea.Model {
|
|
1457
|
-
headers
|
|
1458
|
-
statusCode
|
|
1459
|
-
body
|
|
1460
|
+
headers?: { [key: string]: string };
|
|
1461
|
+
statusCode?: number;
|
|
1462
|
+
body?: GetUserDeviceResponseBody;
|
|
1460
1463
|
static names(): { [key: string]: string } {
|
|
1461
1464
|
return {
|
|
1462
1465
|
headers: 'headers',
|
|
@@ -1520,9 +1523,9 @@ export class GetUserGroupResponseBody extends $tea.Model {
|
|
|
1520
1523
|
}
|
|
1521
1524
|
|
|
1522
1525
|
export class GetUserGroupResponse extends $tea.Model {
|
|
1523
|
-
headers
|
|
1524
|
-
statusCode
|
|
1525
|
-
body
|
|
1526
|
+
headers?: { [key: string]: string };
|
|
1527
|
+
statusCode?: number;
|
|
1528
|
+
body?: GetUserGroupResponseBody;
|
|
1526
1529
|
static names(): { [key: string]: string } {
|
|
1527
1530
|
return {
|
|
1528
1531
|
headers: 'headers',
|
|
@@ -1586,9 +1589,9 @@ export class ListApplicationsForPrivateAccessPolicyResponseBody extends $tea.Mod
|
|
|
1586
1589
|
}
|
|
1587
1590
|
|
|
1588
1591
|
export class ListApplicationsForPrivateAccessPolicyResponse extends $tea.Model {
|
|
1589
|
-
headers
|
|
1590
|
-
statusCode
|
|
1591
|
-
body
|
|
1592
|
+
headers?: { [key: string]: string };
|
|
1593
|
+
statusCode?: number;
|
|
1594
|
+
body?: ListApplicationsForPrivateAccessPolicyResponseBody;
|
|
1592
1595
|
static names(): { [key: string]: string } {
|
|
1593
1596
|
return {
|
|
1594
1597
|
headers: 'headers',
|
|
@@ -1652,9 +1655,9 @@ export class ListApplicationsForPrivateAccessTagResponseBody extends $tea.Model
|
|
|
1652
1655
|
}
|
|
1653
1656
|
|
|
1654
1657
|
export class ListApplicationsForPrivateAccessTagResponse extends $tea.Model {
|
|
1655
|
-
headers
|
|
1656
|
-
statusCode
|
|
1657
|
-
body
|
|
1658
|
+
headers?: { [key: string]: string };
|
|
1659
|
+
statusCode?: number;
|
|
1660
|
+
body?: ListApplicationsForPrivateAccessTagResponseBody;
|
|
1658
1661
|
static names(): { [key: string]: string } {
|
|
1659
1662
|
return {
|
|
1660
1663
|
headers: 'headers',
|
|
@@ -1736,9 +1739,9 @@ export class ListConnectorsResponseBody extends $tea.Model {
|
|
|
1736
1739
|
}
|
|
1737
1740
|
|
|
1738
1741
|
export class ListConnectorsResponse extends $tea.Model {
|
|
1739
|
-
headers
|
|
1740
|
-
statusCode
|
|
1741
|
-
body
|
|
1742
|
+
headers?: { [key: string]: string };
|
|
1743
|
+
statusCode?: number;
|
|
1744
|
+
body?: ListConnectorsResponseBody;
|
|
1742
1745
|
static names(): { [key: string]: string } {
|
|
1743
1746
|
return {
|
|
1744
1747
|
headers: 'headers',
|
|
@@ -1786,9 +1789,9 @@ export class ListDynamicRouteRegionsResponseBody extends $tea.Model {
|
|
|
1786
1789
|
}
|
|
1787
1790
|
|
|
1788
1791
|
export class ListDynamicRouteRegionsResponse extends $tea.Model {
|
|
1789
|
-
headers
|
|
1790
|
-
statusCode
|
|
1791
|
-
body
|
|
1792
|
+
headers?: { [key: string]: string };
|
|
1793
|
+
statusCode?: number;
|
|
1794
|
+
body?: ListDynamicRouteRegionsResponseBody;
|
|
1792
1795
|
static names(): { [key: string]: string } {
|
|
1793
1796
|
return {
|
|
1794
1797
|
headers: 'headers',
|
|
@@ -1879,9 +1882,9 @@ export class ListDynamicRoutesResponseBody extends $tea.Model {
|
|
|
1879
1882
|
}
|
|
1880
1883
|
|
|
1881
1884
|
export class ListDynamicRoutesResponse extends $tea.Model {
|
|
1882
|
-
headers
|
|
1883
|
-
statusCode
|
|
1884
|
-
body
|
|
1885
|
+
headers?: { [key: string]: string };
|
|
1886
|
+
statusCode?: number;
|
|
1887
|
+
body?: ListDynamicRoutesResponseBody;
|
|
1885
1888
|
static names(): { [key: string]: string } {
|
|
1886
1889
|
return {
|
|
1887
1890
|
headers: 'headers',
|
|
@@ -1975,9 +1978,9 @@ export class ListExcessiveDeviceRegistrationApplicationsResponseBody extends $te
|
|
|
1975
1978
|
}
|
|
1976
1979
|
|
|
1977
1980
|
export class ListExcessiveDeviceRegistrationApplicationsResponse extends $tea.Model {
|
|
1978
|
-
headers
|
|
1979
|
-
statusCode
|
|
1980
|
-
body
|
|
1981
|
+
headers?: { [key: string]: string };
|
|
1982
|
+
statusCode?: number;
|
|
1983
|
+
body?: ListExcessiveDeviceRegistrationApplicationsResponseBody;
|
|
1981
1984
|
static names(): { [key: string]: string } {
|
|
1982
1985
|
return {
|
|
1983
1986
|
headers: 'headers',
|
|
@@ -2041,9 +2044,9 @@ export class ListPolicesForPrivateAccessApplicationResponseBody extends $tea.Mod
|
|
|
2041
2044
|
}
|
|
2042
2045
|
|
|
2043
2046
|
export class ListPolicesForPrivateAccessApplicationResponse extends $tea.Model {
|
|
2044
|
-
headers
|
|
2045
|
-
statusCode
|
|
2046
|
-
body
|
|
2047
|
+
headers?: { [key: string]: string };
|
|
2048
|
+
statusCode?: number;
|
|
2049
|
+
body?: ListPolicesForPrivateAccessApplicationResponseBody;
|
|
2047
2050
|
static names(): { [key: string]: string } {
|
|
2048
2051
|
return {
|
|
2049
2052
|
headers: 'headers',
|
|
@@ -2107,9 +2110,9 @@ export class ListPolicesForPrivateAccessTagResponseBody extends $tea.Model {
|
|
|
2107
2110
|
}
|
|
2108
2111
|
|
|
2109
2112
|
export class ListPolicesForPrivateAccessTagResponse extends $tea.Model {
|
|
2110
|
-
headers
|
|
2111
|
-
statusCode
|
|
2112
|
-
body
|
|
2113
|
+
headers?: { [key: string]: string };
|
|
2114
|
+
statusCode?: number;
|
|
2115
|
+
body?: ListPolicesForPrivateAccessTagResponseBody;
|
|
2113
2116
|
static names(): { [key: string]: string } {
|
|
2114
2117
|
return {
|
|
2115
2118
|
headers: 'headers',
|
|
@@ -2173,9 +2176,9 @@ export class ListPolicesForUserGroupResponseBody extends $tea.Model {
|
|
|
2173
2176
|
}
|
|
2174
2177
|
|
|
2175
2178
|
export class ListPolicesForUserGroupResponse extends $tea.Model {
|
|
2176
|
-
headers
|
|
2177
|
-
statusCode
|
|
2178
|
-
body
|
|
2179
|
+
headers?: { [key: string]: string };
|
|
2180
|
+
statusCode?: number;
|
|
2181
|
+
body?: ListPolicesForUserGroupResponseBody;
|
|
2179
2182
|
static names(): { [key: string]: string } {
|
|
2180
2183
|
return {
|
|
2181
2184
|
headers: 'headers',
|
|
@@ -2197,6 +2200,78 @@ export class ListPolicesForUserGroupResponse extends $tea.Model {
|
|
|
2197
2200
|
}
|
|
2198
2201
|
}
|
|
2199
2202
|
|
|
2203
|
+
export class ListPopTrafficStatisticsRequest extends $tea.Model {
|
|
2204
|
+
endTime?: string;
|
|
2205
|
+
region?: string;
|
|
2206
|
+
startTime?: string;
|
|
2207
|
+
static names(): { [key: string]: string } {
|
|
2208
|
+
return {
|
|
2209
|
+
endTime: 'EndTime',
|
|
2210
|
+
region: 'Region',
|
|
2211
|
+
startTime: 'StartTime',
|
|
2212
|
+
};
|
|
2213
|
+
}
|
|
2214
|
+
|
|
2215
|
+
static types(): { [key: string]: any } {
|
|
2216
|
+
return {
|
|
2217
|
+
endTime: 'string',
|
|
2218
|
+
region: 'string',
|
|
2219
|
+
startTime: 'string',
|
|
2220
|
+
};
|
|
2221
|
+
}
|
|
2222
|
+
|
|
2223
|
+
constructor(map?: { [key: string]: any }) {
|
|
2224
|
+
super(map);
|
|
2225
|
+
}
|
|
2226
|
+
}
|
|
2227
|
+
|
|
2228
|
+
export class ListPopTrafficStatisticsResponseBody extends $tea.Model {
|
|
2229
|
+
requestId?: string;
|
|
2230
|
+
trafficData?: ListPopTrafficStatisticsResponseBodyTrafficData[];
|
|
2231
|
+
static names(): { [key: string]: string } {
|
|
2232
|
+
return {
|
|
2233
|
+
requestId: 'RequestId',
|
|
2234
|
+
trafficData: 'TrafficData',
|
|
2235
|
+
};
|
|
2236
|
+
}
|
|
2237
|
+
|
|
2238
|
+
static types(): { [key: string]: any } {
|
|
2239
|
+
return {
|
|
2240
|
+
requestId: 'string',
|
|
2241
|
+
trafficData: { 'type': 'array', 'itemType': ListPopTrafficStatisticsResponseBodyTrafficData },
|
|
2242
|
+
};
|
|
2243
|
+
}
|
|
2244
|
+
|
|
2245
|
+
constructor(map?: { [key: string]: any }) {
|
|
2246
|
+
super(map);
|
|
2247
|
+
}
|
|
2248
|
+
}
|
|
2249
|
+
|
|
2250
|
+
export class ListPopTrafficStatisticsResponse extends $tea.Model {
|
|
2251
|
+
headers?: { [key: string]: string };
|
|
2252
|
+
statusCode?: number;
|
|
2253
|
+
body?: ListPopTrafficStatisticsResponseBody;
|
|
2254
|
+
static names(): { [key: string]: string } {
|
|
2255
|
+
return {
|
|
2256
|
+
headers: 'headers',
|
|
2257
|
+
statusCode: 'statusCode',
|
|
2258
|
+
body: 'body',
|
|
2259
|
+
};
|
|
2260
|
+
}
|
|
2261
|
+
|
|
2262
|
+
static types(): { [key: string]: any } {
|
|
2263
|
+
return {
|
|
2264
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2265
|
+
statusCode: 'number',
|
|
2266
|
+
body: ListPopTrafficStatisticsResponseBody,
|
|
2267
|
+
};
|
|
2268
|
+
}
|
|
2269
|
+
|
|
2270
|
+
constructor(map?: { [key: string]: any }) {
|
|
2271
|
+
super(map);
|
|
2272
|
+
}
|
|
2273
|
+
}
|
|
2274
|
+
|
|
2200
2275
|
export class ListPrivateAccessApplicationsRequest extends $tea.Model {
|
|
2201
2276
|
address?: string;
|
|
2202
2277
|
applicationIds?: string[];
|
|
@@ -2266,9 +2341,9 @@ export class ListPrivateAccessApplicationsResponseBody extends $tea.Model {
|
|
|
2266
2341
|
}
|
|
2267
2342
|
|
|
2268
2343
|
export class ListPrivateAccessApplicationsResponse extends $tea.Model {
|
|
2269
|
-
headers
|
|
2270
|
-
statusCode
|
|
2271
|
-
body
|
|
2344
|
+
headers?: { [key: string]: string };
|
|
2345
|
+
statusCode?: number;
|
|
2346
|
+
body?: ListPrivateAccessApplicationsResponseBody;
|
|
2272
2347
|
static names(): { [key: string]: string } {
|
|
2273
2348
|
return {
|
|
2274
2349
|
headers: 'headers',
|
|
@@ -2332,9 +2407,9 @@ export class ListPrivateAccessApplicationsForDynamicRouteResponseBody extends $t
|
|
|
2332
2407
|
}
|
|
2333
2408
|
|
|
2334
2409
|
export class ListPrivateAccessApplicationsForDynamicRouteResponse extends $tea.Model {
|
|
2335
|
-
headers
|
|
2336
|
-
statusCode
|
|
2337
|
-
body
|
|
2410
|
+
headers?: { [key: string]: string };
|
|
2411
|
+
statusCode?: number;
|
|
2412
|
+
body?: ListPrivateAccessApplicationsForDynamicRouteResponseBody;
|
|
2338
2413
|
static names(): { [key: string]: string } {
|
|
2339
2414
|
return {
|
|
2340
2415
|
headers: 'headers',
|
|
@@ -2358,6 +2433,7 @@ export class ListPrivateAccessApplicationsForDynamicRouteResponse extends $tea.M
|
|
|
2358
2433
|
|
|
2359
2434
|
export class ListPrivateAccessPolicesRequest extends $tea.Model {
|
|
2360
2435
|
applicationId?: string;
|
|
2436
|
+
applicationName?: string;
|
|
2361
2437
|
currentPage?: number;
|
|
2362
2438
|
name?: string;
|
|
2363
2439
|
pageSize?: number;
|
|
@@ -2365,10 +2441,12 @@ export class ListPrivateAccessPolicesRequest extends $tea.Model {
|
|
|
2365
2441
|
policyIds?: string[];
|
|
2366
2442
|
status?: string;
|
|
2367
2443
|
tagId?: string;
|
|
2444
|
+
tagName?: string;
|
|
2368
2445
|
userGroupId?: string;
|
|
2369
2446
|
static names(): { [key: string]: string } {
|
|
2370
2447
|
return {
|
|
2371
2448
|
applicationId: 'ApplicationId',
|
|
2449
|
+
applicationName: 'ApplicationName',
|
|
2372
2450
|
currentPage: 'CurrentPage',
|
|
2373
2451
|
name: 'Name',
|
|
2374
2452
|
pageSize: 'PageSize',
|
|
@@ -2376,6 +2454,7 @@ export class ListPrivateAccessPolicesRequest extends $tea.Model {
|
|
|
2376
2454
|
policyIds: 'PolicyIds',
|
|
2377
2455
|
status: 'Status',
|
|
2378
2456
|
tagId: 'TagId',
|
|
2457
|
+
tagName: 'TagName',
|
|
2379
2458
|
userGroupId: 'UserGroupId',
|
|
2380
2459
|
};
|
|
2381
2460
|
}
|
|
@@ -2383,6 +2462,7 @@ export class ListPrivateAccessPolicesRequest extends $tea.Model {
|
|
|
2383
2462
|
static types(): { [key: string]: any } {
|
|
2384
2463
|
return {
|
|
2385
2464
|
applicationId: 'string',
|
|
2465
|
+
applicationName: 'string',
|
|
2386
2466
|
currentPage: 'number',
|
|
2387
2467
|
name: 'string',
|
|
2388
2468
|
pageSize: 'number',
|
|
@@ -2390,6 +2470,7 @@ export class ListPrivateAccessPolicesRequest extends $tea.Model {
|
|
|
2390
2470
|
policyIds: { 'type': 'array', 'itemType': 'string' },
|
|
2391
2471
|
status: 'string',
|
|
2392
2472
|
tagId: 'string',
|
|
2473
|
+
tagName: 'string',
|
|
2393
2474
|
userGroupId: 'string',
|
|
2394
2475
|
};
|
|
2395
2476
|
}
|
|
@@ -2425,9 +2506,9 @@ export class ListPrivateAccessPolicesResponseBody extends $tea.Model {
|
|
|
2425
2506
|
}
|
|
2426
2507
|
|
|
2427
2508
|
export class ListPrivateAccessPolicesResponse extends $tea.Model {
|
|
2428
|
-
headers
|
|
2429
|
-
statusCode
|
|
2430
|
-
body
|
|
2509
|
+
headers?: { [key: string]: string };
|
|
2510
|
+
statusCode?: number;
|
|
2511
|
+
body?: ListPrivateAccessPolicesResponseBody;
|
|
2431
2512
|
static names(): { [key: string]: string } {
|
|
2432
2513
|
return {
|
|
2433
2514
|
headers: 'headers',
|
|
@@ -2512,9 +2593,9 @@ export class ListPrivateAccessTagsResponseBody extends $tea.Model {
|
|
|
2512
2593
|
}
|
|
2513
2594
|
|
|
2514
2595
|
export class ListPrivateAccessTagsResponse extends $tea.Model {
|
|
2515
|
-
headers
|
|
2516
|
-
statusCode
|
|
2517
|
-
body
|
|
2596
|
+
headers?: { [key: string]: string };
|
|
2597
|
+
statusCode?: number;
|
|
2598
|
+
body?: ListPrivateAccessTagsResponseBody;
|
|
2518
2599
|
static names(): { [key: string]: string } {
|
|
2519
2600
|
return {
|
|
2520
2601
|
headers: 'headers',
|
|
@@ -2578,9 +2659,9 @@ export class ListPrivateAccessTagsForDynamicRouteResponseBody extends $tea.Model
|
|
|
2578
2659
|
}
|
|
2579
2660
|
|
|
2580
2661
|
export class ListPrivateAccessTagsForDynamicRouteResponse extends $tea.Model {
|
|
2581
|
-
headers
|
|
2582
|
-
statusCode
|
|
2583
|
-
body
|
|
2662
|
+
headers?: { [key: string]: string };
|
|
2663
|
+
statusCode?: number;
|
|
2664
|
+
body?: ListPrivateAccessTagsForDynamicRouteResponseBody;
|
|
2584
2665
|
static names(): { [key: string]: string } {
|
|
2585
2666
|
return {
|
|
2586
2667
|
headers: 'headers',
|
|
@@ -2671,9 +2752,9 @@ export class ListRegistrationPoliciesResponseBody extends $tea.Model {
|
|
|
2671
2752
|
}
|
|
2672
2753
|
|
|
2673
2754
|
export class ListRegistrationPoliciesResponse extends $tea.Model {
|
|
2674
|
-
headers
|
|
2675
|
-
statusCode
|
|
2676
|
-
body
|
|
2755
|
+
headers?: { [key: string]: string };
|
|
2756
|
+
statusCode?: number;
|
|
2757
|
+
body?: ListRegistrationPoliciesResponseBody;
|
|
2677
2758
|
static names(): { [key: string]: string } {
|
|
2678
2759
|
return {
|
|
2679
2760
|
headers: 'headers',
|
|
@@ -2737,9 +2818,9 @@ export class ListRegistrationPoliciesForUserGroupResponseBody extends $tea.Model
|
|
|
2737
2818
|
}
|
|
2738
2819
|
|
|
2739
2820
|
export class ListRegistrationPoliciesForUserGroupResponse extends $tea.Model {
|
|
2740
|
-
headers
|
|
2741
|
-
statusCode
|
|
2742
|
-
body
|
|
2821
|
+
headers?: { [key: string]: string };
|
|
2822
|
+
statusCode?: number;
|
|
2823
|
+
body?: ListRegistrationPoliciesForUserGroupResponseBody;
|
|
2743
2824
|
static names(): { [key: string]: string } {
|
|
2744
2825
|
return {
|
|
2745
2826
|
headers: 'headers',
|
|
@@ -2812,9 +2893,9 @@ export class ListSoftwareForUserDeviceResponseBody extends $tea.Model {
|
|
|
2812
2893
|
}
|
|
2813
2894
|
|
|
2814
2895
|
export class ListSoftwareForUserDeviceResponse extends $tea.Model {
|
|
2815
|
-
headers
|
|
2816
|
-
statusCode
|
|
2817
|
-
body
|
|
2896
|
+
headers?: { [key: string]: string };
|
|
2897
|
+
statusCode?: number;
|
|
2898
|
+
body?: ListSoftwareForUserDeviceResponseBody;
|
|
2818
2899
|
static names(): { [key: string]: string } {
|
|
2819
2900
|
return {
|
|
2820
2901
|
headers: 'headers',
|
|
@@ -2878,9 +2959,9 @@ export class ListTagsForPrivateAccessApplicationResponseBody extends $tea.Model
|
|
|
2878
2959
|
}
|
|
2879
2960
|
|
|
2880
2961
|
export class ListTagsForPrivateAccessApplicationResponse extends $tea.Model {
|
|
2881
|
-
headers
|
|
2882
|
-
statusCode
|
|
2883
|
-
body
|
|
2962
|
+
headers?: { [key: string]: string };
|
|
2963
|
+
statusCode?: number;
|
|
2964
|
+
body?: ListTagsForPrivateAccessApplicationResponseBody;
|
|
2884
2965
|
static names(): { [key: string]: string } {
|
|
2885
2966
|
return {
|
|
2886
2967
|
headers: 'headers',
|
|
@@ -2944,9 +3025,9 @@ export class ListTagsForPrivateAccessPolicyResponseBody extends $tea.Model {
|
|
|
2944
3025
|
}
|
|
2945
3026
|
|
|
2946
3027
|
export class ListTagsForPrivateAccessPolicyResponse extends $tea.Model {
|
|
2947
|
-
headers
|
|
2948
|
-
statusCode
|
|
2949
|
-
body
|
|
3028
|
+
headers?: { [key: string]: string };
|
|
3029
|
+
statusCode?: number;
|
|
3030
|
+
body?: ListTagsForPrivateAccessPolicyResponseBody;
|
|
2950
3031
|
static names(): { [key: string]: string } {
|
|
2951
3032
|
return {
|
|
2952
3033
|
headers: 'headers',
|
|
@@ -3064,9 +3145,9 @@ export class ListUserDevicesResponseBody extends $tea.Model {
|
|
|
3064
3145
|
}
|
|
3065
3146
|
|
|
3066
3147
|
export class ListUserDevicesResponse extends $tea.Model {
|
|
3067
|
-
headers
|
|
3068
|
-
statusCode
|
|
3069
|
-
body
|
|
3148
|
+
headers?: { [key: string]: string };
|
|
3149
|
+
statusCode?: number;
|
|
3150
|
+
body?: ListUserDevicesResponseBody;
|
|
3070
3151
|
static names(): { [key: string]: string } {
|
|
3071
3152
|
return {
|
|
3072
3153
|
headers: 'headers',
|
|
@@ -3148,9 +3229,9 @@ export class ListUserGroupsResponseBody extends $tea.Model {
|
|
|
3148
3229
|
}
|
|
3149
3230
|
|
|
3150
3231
|
export class ListUserGroupsResponse extends $tea.Model {
|
|
3151
|
-
headers
|
|
3152
|
-
statusCode
|
|
3153
|
-
body
|
|
3232
|
+
headers?: { [key: string]: string };
|
|
3233
|
+
statusCode?: number;
|
|
3234
|
+
body?: ListUserGroupsResponseBody;
|
|
3154
3235
|
static names(): { [key: string]: string } {
|
|
3155
3236
|
return {
|
|
3156
3237
|
headers: 'headers',
|
|
@@ -3214,9 +3295,9 @@ export class ListUserGroupsForPrivateAccessPolicyResponseBody extends $tea.Model
|
|
|
3214
3295
|
}
|
|
3215
3296
|
|
|
3216
3297
|
export class ListUserGroupsForPrivateAccessPolicyResponse extends $tea.Model {
|
|
3217
|
-
headers
|
|
3218
|
-
statusCode
|
|
3219
|
-
body
|
|
3298
|
+
headers?: { [key: string]: string };
|
|
3299
|
+
statusCode?: number;
|
|
3300
|
+
body?: ListUserGroupsForPrivateAccessPolicyResponseBody;
|
|
3220
3301
|
static names(): { [key: string]: string } {
|
|
3221
3302
|
return {
|
|
3222
3303
|
headers: 'headers',
|
|
@@ -3280,9 +3361,9 @@ export class ListUserGroupsForRegistrationPolicyResponseBody extends $tea.Model
|
|
|
3280
3361
|
}
|
|
3281
3362
|
|
|
3282
3363
|
export class ListUserGroupsForRegistrationPolicyResponse extends $tea.Model {
|
|
3283
|
-
headers
|
|
3284
|
-
statusCode
|
|
3285
|
-
body
|
|
3364
|
+
headers?: { [key: string]: string };
|
|
3365
|
+
statusCode?: number;
|
|
3366
|
+
body?: ListUserGroupsForRegistrationPolicyResponseBody;
|
|
3286
3367
|
static names(): { [key: string]: string } {
|
|
3287
3368
|
return {
|
|
3288
3369
|
headers: 'headers',
|
|
@@ -3304,6 +3385,93 @@ export class ListUserGroupsForRegistrationPolicyResponse extends $tea.Model {
|
|
|
3304
3385
|
}
|
|
3305
3386
|
}
|
|
3306
3387
|
|
|
3388
|
+
export class ListUsersRequest extends $tea.Model {
|
|
3389
|
+
currentPage?: number;
|
|
3390
|
+
department?: string;
|
|
3391
|
+
fuzzyUsername?: string;
|
|
3392
|
+
pageSize?: number;
|
|
3393
|
+
preciseUsername?: string;
|
|
3394
|
+
saseUserIds?: string[];
|
|
3395
|
+
status?: string;
|
|
3396
|
+
static names(): { [key: string]: string } {
|
|
3397
|
+
return {
|
|
3398
|
+
currentPage: 'CurrentPage',
|
|
3399
|
+
department: 'Department',
|
|
3400
|
+
fuzzyUsername: 'FuzzyUsername',
|
|
3401
|
+
pageSize: 'PageSize',
|
|
3402
|
+
preciseUsername: 'PreciseUsername',
|
|
3403
|
+
saseUserIds: 'SaseUserIds',
|
|
3404
|
+
status: 'Status',
|
|
3405
|
+
};
|
|
3406
|
+
}
|
|
3407
|
+
|
|
3408
|
+
static types(): { [key: string]: any } {
|
|
3409
|
+
return {
|
|
3410
|
+
currentPage: 'number',
|
|
3411
|
+
department: 'string',
|
|
3412
|
+
fuzzyUsername: 'string',
|
|
3413
|
+
pageSize: 'number',
|
|
3414
|
+
preciseUsername: 'string',
|
|
3415
|
+
saseUserIds: { 'type': 'array', 'itemType': 'string' },
|
|
3416
|
+
status: 'string',
|
|
3417
|
+
};
|
|
3418
|
+
}
|
|
3419
|
+
|
|
3420
|
+
constructor(map?: { [key: string]: any }) {
|
|
3421
|
+
super(map);
|
|
3422
|
+
}
|
|
3423
|
+
}
|
|
3424
|
+
|
|
3425
|
+
export class ListUsersResponseBody extends $tea.Model {
|
|
3426
|
+
requestId?: string;
|
|
3427
|
+
totalNum?: string;
|
|
3428
|
+
users?: ListUsersResponseBodyUsers[];
|
|
3429
|
+
static names(): { [key: string]: string } {
|
|
3430
|
+
return {
|
|
3431
|
+
requestId: 'RequestId',
|
|
3432
|
+
totalNum: 'TotalNum',
|
|
3433
|
+
users: 'Users',
|
|
3434
|
+
};
|
|
3435
|
+
}
|
|
3436
|
+
|
|
3437
|
+
static types(): { [key: string]: any } {
|
|
3438
|
+
return {
|
|
3439
|
+
requestId: 'string',
|
|
3440
|
+
totalNum: 'string',
|
|
3441
|
+
users: { 'type': 'array', 'itemType': ListUsersResponseBodyUsers },
|
|
3442
|
+
};
|
|
3443
|
+
}
|
|
3444
|
+
|
|
3445
|
+
constructor(map?: { [key: string]: any }) {
|
|
3446
|
+
super(map);
|
|
3447
|
+
}
|
|
3448
|
+
}
|
|
3449
|
+
|
|
3450
|
+
export class ListUsersResponse extends $tea.Model {
|
|
3451
|
+
headers?: { [key: string]: string };
|
|
3452
|
+
statusCode?: number;
|
|
3453
|
+
body?: ListUsersResponseBody;
|
|
3454
|
+
static names(): { [key: string]: string } {
|
|
3455
|
+
return {
|
|
3456
|
+
headers: 'headers',
|
|
3457
|
+
statusCode: 'statusCode',
|
|
3458
|
+
body: 'body',
|
|
3459
|
+
};
|
|
3460
|
+
}
|
|
3461
|
+
|
|
3462
|
+
static types(): { [key: string]: any } {
|
|
3463
|
+
return {
|
|
3464
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3465
|
+
statusCode: 'number',
|
|
3466
|
+
body: ListUsersResponseBody,
|
|
3467
|
+
};
|
|
3468
|
+
}
|
|
3469
|
+
|
|
3470
|
+
constructor(map?: { [key: string]: any }) {
|
|
3471
|
+
super(map);
|
|
3472
|
+
}
|
|
3473
|
+
}
|
|
3474
|
+
|
|
3307
3475
|
export class UpdateDynamicRouteRequest extends $tea.Model {
|
|
3308
3476
|
applicationIds?: string[];
|
|
3309
3477
|
applicationType?: string;
|
|
@@ -3376,9 +3544,9 @@ export class UpdateDynamicRouteResponseBody extends $tea.Model {
|
|
|
3376
3544
|
}
|
|
3377
3545
|
|
|
3378
3546
|
export class UpdateDynamicRouteResponse extends $tea.Model {
|
|
3379
|
-
headers
|
|
3380
|
-
statusCode
|
|
3381
|
-
body
|
|
3547
|
+
headers?: { [key: string]: string };
|
|
3548
|
+
statusCode?: number;
|
|
3549
|
+
body?: UpdateDynamicRouteResponseBody;
|
|
3382
3550
|
static names(): { [key: string]: string } {
|
|
3383
3551
|
return {
|
|
3384
3552
|
headers: 'headers',
|
|
@@ -3445,9 +3613,9 @@ export class UpdateExcessiveDeviceRegistrationApplicationsStatusResponseBody ext
|
|
|
3445
3613
|
}
|
|
3446
3614
|
|
|
3447
3615
|
export class UpdateExcessiveDeviceRegistrationApplicationsStatusResponse extends $tea.Model {
|
|
3448
|
-
headers
|
|
3449
|
-
statusCode
|
|
3450
|
-
body
|
|
3616
|
+
headers?: { [key: string]: string };
|
|
3617
|
+
statusCode?: number;
|
|
3618
|
+
body?: UpdateExcessiveDeviceRegistrationApplicationsStatusResponseBody;
|
|
3451
3619
|
static names(): { [key: string]: string } {
|
|
3452
3620
|
return {
|
|
3453
3621
|
headers: 'headers',
|
|
@@ -3529,9 +3697,9 @@ export class UpdatePrivateAccessApplicationResponseBody extends $tea.Model {
|
|
|
3529
3697
|
}
|
|
3530
3698
|
|
|
3531
3699
|
export class UpdatePrivateAccessApplicationResponse extends $tea.Model {
|
|
3532
|
-
headers
|
|
3533
|
-
statusCode
|
|
3534
|
-
body
|
|
3700
|
+
headers?: { [key: string]: string };
|
|
3701
|
+
statusCode?: number;
|
|
3702
|
+
body?: UpdatePrivateAccessApplicationResponseBody;
|
|
3535
3703
|
static names(): { [key: string]: string } {
|
|
3536
3704
|
return {
|
|
3537
3705
|
headers: 'headers',
|
|
@@ -3558,6 +3726,7 @@ export class UpdatePrivateAccessPolicyRequest extends $tea.Model {
|
|
|
3558
3726
|
applicationType?: string;
|
|
3559
3727
|
customUserAttributes?: UpdatePrivateAccessPolicyRequestCustomUserAttributes[];
|
|
3560
3728
|
description?: string;
|
|
3729
|
+
deviceAttributeId?: string;
|
|
3561
3730
|
modifyType?: string;
|
|
3562
3731
|
policyAction?: string;
|
|
3563
3732
|
policyId?: string;
|
|
@@ -3572,6 +3741,7 @@ export class UpdatePrivateAccessPolicyRequest extends $tea.Model {
|
|
|
3572
3741
|
applicationType: 'ApplicationType',
|
|
3573
3742
|
customUserAttributes: 'CustomUserAttributes',
|
|
3574
3743
|
description: 'Description',
|
|
3744
|
+
deviceAttributeId: 'DeviceAttributeId',
|
|
3575
3745
|
modifyType: 'ModifyType',
|
|
3576
3746
|
policyAction: 'PolicyAction',
|
|
3577
3747
|
policyId: 'PolicyId',
|
|
@@ -3589,6 +3759,7 @@ export class UpdatePrivateAccessPolicyRequest extends $tea.Model {
|
|
|
3589
3759
|
applicationType: 'string',
|
|
3590
3760
|
customUserAttributes: { 'type': 'array', 'itemType': UpdatePrivateAccessPolicyRequestCustomUserAttributes },
|
|
3591
3761
|
description: 'string',
|
|
3762
|
+
deviceAttributeId: 'string',
|
|
3592
3763
|
modifyType: 'string',
|
|
3593
3764
|
policyAction: 'string',
|
|
3594
3765
|
policyId: 'string',
|
|
@@ -3625,9 +3796,9 @@ export class UpdatePrivateAccessPolicyResponseBody extends $tea.Model {
|
|
|
3625
3796
|
}
|
|
3626
3797
|
|
|
3627
3798
|
export class UpdatePrivateAccessPolicyResponse extends $tea.Model {
|
|
3628
|
-
headers
|
|
3629
|
-
statusCode
|
|
3630
|
-
body
|
|
3799
|
+
headers?: { [key: string]: string };
|
|
3800
|
+
statusCode?: number;
|
|
3801
|
+
body?: UpdatePrivateAccessPolicyResponseBody;
|
|
3631
3802
|
static names(): { [key: string]: string } {
|
|
3632
3803
|
return {
|
|
3633
3804
|
headers: 'headers',
|
|
@@ -3776,9 +3947,9 @@ export class UpdateRegistrationPolicyResponseBody extends $tea.Model {
|
|
|
3776
3947
|
}
|
|
3777
3948
|
|
|
3778
3949
|
export class UpdateRegistrationPolicyResponse extends $tea.Model {
|
|
3779
|
-
headers
|
|
3780
|
-
statusCode
|
|
3781
|
-
body
|
|
3950
|
+
headers?: { [key: string]: string };
|
|
3951
|
+
statusCode?: number;
|
|
3952
|
+
body?: UpdateRegistrationPolicyResponseBody;
|
|
3782
3953
|
static names(): { [key: string]: string } {
|
|
3783
3954
|
return {
|
|
3784
3955
|
headers: 'headers',
|
|
@@ -3845,9 +4016,9 @@ export class UpdateUserDevicesSharingStatusResponseBody extends $tea.Model {
|
|
|
3845
4016
|
}
|
|
3846
4017
|
|
|
3847
4018
|
export class UpdateUserDevicesSharingStatusResponse extends $tea.Model {
|
|
3848
|
-
headers
|
|
3849
|
-
statusCode
|
|
3850
|
-
body
|
|
4019
|
+
headers?: { [key: string]: string };
|
|
4020
|
+
statusCode?: number;
|
|
4021
|
+
body?: UpdateUserDevicesSharingStatusResponseBody;
|
|
3851
4022
|
static names(): { [key: string]: string } {
|
|
3852
4023
|
return {
|
|
3853
4024
|
headers: 'headers',
|
|
@@ -3914,9 +4085,9 @@ export class UpdateUserDevicesStatusResponseBody extends $tea.Model {
|
|
|
3914
4085
|
}
|
|
3915
4086
|
|
|
3916
4087
|
export class UpdateUserDevicesStatusResponse extends $tea.Model {
|
|
3917
|
-
headers
|
|
3918
|
-
statusCode
|
|
3919
|
-
body
|
|
4088
|
+
headers?: { [key: string]: string };
|
|
4089
|
+
statusCode?: number;
|
|
4090
|
+
body?: UpdateUserDevicesStatusResponseBody;
|
|
3920
4091
|
static names(): { [key: string]: string } {
|
|
3921
4092
|
return {
|
|
3922
4093
|
headers: 'headers',
|
|
@@ -3986,9 +4157,9 @@ export class UpdateUserGroupResponseBody extends $tea.Model {
|
|
|
3986
4157
|
}
|
|
3987
4158
|
|
|
3988
4159
|
export class UpdateUserGroupResponse extends $tea.Model {
|
|
3989
|
-
headers
|
|
3990
|
-
statusCode
|
|
3991
|
-
body
|
|
4160
|
+
headers?: { [key: string]: string };
|
|
4161
|
+
statusCode?: number;
|
|
4162
|
+
body?: UpdateUserGroupResponseBody;
|
|
3992
4163
|
static names(): { [key: string]: string } {
|
|
3993
4164
|
return {
|
|
3994
4165
|
headers: 'headers',
|
|
@@ -4010,6 +4181,72 @@ export class UpdateUserGroupResponse extends $tea.Model {
|
|
|
4010
4181
|
}
|
|
4011
4182
|
}
|
|
4012
4183
|
|
|
4184
|
+
export class UpdateUsersStatusRequest extends $tea.Model {
|
|
4185
|
+
saseUserIds?: string[];
|
|
4186
|
+
status?: string;
|
|
4187
|
+
static names(): { [key: string]: string } {
|
|
4188
|
+
return {
|
|
4189
|
+
saseUserIds: 'SaseUserIds',
|
|
4190
|
+
status: 'Status',
|
|
4191
|
+
};
|
|
4192
|
+
}
|
|
4193
|
+
|
|
4194
|
+
static types(): { [key: string]: any } {
|
|
4195
|
+
return {
|
|
4196
|
+
saseUserIds: { 'type': 'array', 'itemType': 'string' },
|
|
4197
|
+
status: 'string',
|
|
4198
|
+
};
|
|
4199
|
+
}
|
|
4200
|
+
|
|
4201
|
+
constructor(map?: { [key: string]: any }) {
|
|
4202
|
+
super(map);
|
|
4203
|
+
}
|
|
4204
|
+
}
|
|
4205
|
+
|
|
4206
|
+
export class UpdateUsersStatusResponseBody extends $tea.Model {
|
|
4207
|
+
requestId?: string;
|
|
4208
|
+
static names(): { [key: string]: string } {
|
|
4209
|
+
return {
|
|
4210
|
+
requestId: 'RequestId',
|
|
4211
|
+
};
|
|
4212
|
+
}
|
|
4213
|
+
|
|
4214
|
+
static types(): { [key: string]: any } {
|
|
4215
|
+
return {
|
|
4216
|
+
requestId: 'string',
|
|
4217
|
+
};
|
|
4218
|
+
}
|
|
4219
|
+
|
|
4220
|
+
constructor(map?: { [key: string]: any }) {
|
|
4221
|
+
super(map);
|
|
4222
|
+
}
|
|
4223
|
+
}
|
|
4224
|
+
|
|
4225
|
+
export class UpdateUsersStatusResponse extends $tea.Model {
|
|
4226
|
+
headers?: { [key: string]: string };
|
|
4227
|
+
statusCode?: number;
|
|
4228
|
+
body?: UpdateUsersStatusResponseBody;
|
|
4229
|
+
static names(): { [key: string]: string } {
|
|
4230
|
+
return {
|
|
4231
|
+
headers: 'headers',
|
|
4232
|
+
statusCode: 'statusCode',
|
|
4233
|
+
body: 'body',
|
|
4234
|
+
};
|
|
4235
|
+
}
|
|
4236
|
+
|
|
4237
|
+
static types(): { [key: string]: any } {
|
|
4238
|
+
return {
|
|
4239
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4240
|
+
statusCode: 'number',
|
|
4241
|
+
body: UpdateUsersStatusResponseBody,
|
|
4242
|
+
};
|
|
4243
|
+
}
|
|
4244
|
+
|
|
4245
|
+
constructor(map?: { [key: string]: any }) {
|
|
4246
|
+
super(map);
|
|
4247
|
+
}
|
|
4248
|
+
}
|
|
4249
|
+
|
|
4013
4250
|
export class CreatePrivateAccessApplicationRequestPortRanges extends $tea.Model {
|
|
4014
4251
|
begin?: number;
|
|
4015
4252
|
end?: number;
|
|
@@ -4391,6 +4628,7 @@ export class GetPrivateAccessPolicyResponseBodyPolicy extends $tea.Model {
|
|
|
4391
4628
|
createTime?: string;
|
|
4392
4629
|
customUserAttributes?: GetPrivateAccessPolicyResponseBodyPolicyCustomUserAttributes[];
|
|
4393
4630
|
description?: string;
|
|
4631
|
+
deviceAttributeId?: string;
|
|
4394
4632
|
name?: string;
|
|
4395
4633
|
policyAction?: string;
|
|
4396
4634
|
policyId?: string;
|
|
@@ -4406,6 +4644,7 @@ export class GetPrivateAccessPolicyResponseBodyPolicy extends $tea.Model {
|
|
|
4406
4644
|
createTime: 'CreateTime',
|
|
4407
4645
|
customUserAttributes: 'CustomUserAttributes',
|
|
4408
4646
|
description: 'Description',
|
|
4647
|
+
deviceAttributeId: 'DeviceAttributeId',
|
|
4409
4648
|
name: 'Name',
|
|
4410
4649
|
policyAction: 'PolicyAction',
|
|
4411
4650
|
policyId: 'PolicyId',
|
|
@@ -4424,6 +4663,7 @@ export class GetPrivateAccessPolicyResponseBodyPolicy extends $tea.Model {
|
|
|
4424
4663
|
createTime: 'string',
|
|
4425
4664
|
customUserAttributes: { 'type': 'array', 'itemType': GetPrivateAccessPolicyResponseBodyPolicyCustomUserAttributes },
|
|
4426
4665
|
description: 'string',
|
|
4666
|
+
deviceAttributeId: 'string',
|
|
4427
4667
|
name: 'string',
|
|
4428
4668
|
policyAction: 'string',
|
|
4429
4669
|
policyId: 'string',
|
|
@@ -5291,6 +5531,50 @@ export class ListPolicesForUserGroupResponseBodyUserGroups extends $tea.Model {
|
|
|
5291
5531
|
}
|
|
5292
5532
|
}
|
|
5293
5533
|
|
|
5534
|
+
export class ListPopTrafficStatisticsResponseBodyTrafficDataDatapoints extends $tea.Model {
|
|
5535
|
+
average?: number;
|
|
5536
|
+
dateTime?: string;
|
|
5537
|
+
static names(): { [key: string]: string } {
|
|
5538
|
+
return {
|
|
5539
|
+
average: 'Average',
|
|
5540
|
+
dateTime: 'DateTime',
|
|
5541
|
+
};
|
|
5542
|
+
}
|
|
5543
|
+
|
|
5544
|
+
static types(): { [key: string]: any } {
|
|
5545
|
+
return {
|
|
5546
|
+
average: 'number',
|
|
5547
|
+
dateTime: 'string',
|
|
5548
|
+
};
|
|
5549
|
+
}
|
|
5550
|
+
|
|
5551
|
+
constructor(map?: { [key: string]: any }) {
|
|
5552
|
+
super(map);
|
|
5553
|
+
}
|
|
5554
|
+
}
|
|
5555
|
+
|
|
5556
|
+
export class ListPopTrafficStatisticsResponseBodyTrafficData extends $tea.Model {
|
|
5557
|
+
datapoints?: ListPopTrafficStatisticsResponseBodyTrafficDataDatapoints[];
|
|
5558
|
+
metricName?: string;
|
|
5559
|
+
static names(): { [key: string]: string } {
|
|
5560
|
+
return {
|
|
5561
|
+
datapoints: 'Datapoints',
|
|
5562
|
+
metricName: 'MetricName',
|
|
5563
|
+
};
|
|
5564
|
+
}
|
|
5565
|
+
|
|
5566
|
+
static types(): { [key: string]: any } {
|
|
5567
|
+
return {
|
|
5568
|
+
datapoints: { 'type': 'array', 'itemType': ListPopTrafficStatisticsResponseBodyTrafficDataDatapoints },
|
|
5569
|
+
metricName: 'string',
|
|
5570
|
+
};
|
|
5571
|
+
}
|
|
5572
|
+
|
|
5573
|
+
constructor(map?: { [key: string]: any }) {
|
|
5574
|
+
super(map);
|
|
5575
|
+
}
|
|
5576
|
+
}
|
|
5577
|
+
|
|
5294
5578
|
export class ListPrivateAccessApplicationsResponseBodyApplicationsPortRanges extends $tea.Model {
|
|
5295
5579
|
begin?: number;
|
|
5296
5580
|
end?: number;
|
|
@@ -5480,6 +5764,7 @@ export class ListPrivateAccessPolicesResponseBodyPolices extends $tea.Model {
|
|
|
5480
5764
|
createTime?: string;
|
|
5481
5765
|
customUserAttributes?: ListPrivateAccessPolicesResponseBodyPolicesCustomUserAttributes[];
|
|
5482
5766
|
description?: string;
|
|
5767
|
+
deviceAttributeId?: string;
|
|
5483
5768
|
name?: string;
|
|
5484
5769
|
policyAction?: string;
|
|
5485
5770
|
policyId?: string;
|
|
@@ -5495,6 +5780,7 @@ export class ListPrivateAccessPolicesResponseBodyPolices extends $tea.Model {
|
|
|
5495
5780
|
createTime: 'CreateTime',
|
|
5496
5781
|
customUserAttributes: 'CustomUserAttributes',
|
|
5497
5782
|
description: 'Description',
|
|
5783
|
+
deviceAttributeId: 'DeviceAttributeId',
|
|
5498
5784
|
name: 'Name',
|
|
5499
5785
|
policyAction: 'PolicyAction',
|
|
5500
5786
|
policyId: 'PolicyId',
|
|
@@ -5513,6 +5799,7 @@ export class ListPrivateAccessPolicesResponseBodyPolices extends $tea.Model {
|
|
|
5513
5799
|
createTime: 'string',
|
|
5514
5800
|
customUserAttributes: { 'type': 'array', 'itemType': ListPrivateAccessPolicesResponseBodyPolicesCustomUserAttributes },
|
|
5515
5801
|
description: 'string',
|
|
5802
|
+
deviceAttributeId: 'string',
|
|
5516
5803
|
name: 'string',
|
|
5517
5804
|
policyAction: 'string',
|
|
5518
5805
|
policyId: 'string',
|
|
@@ -6276,6 +6563,43 @@ export class ListUserGroupsForRegistrationPolicyResponseBodyPolicies extends $te
|
|
|
6276
6563
|
}
|
|
6277
6564
|
}
|
|
6278
6565
|
|
|
6566
|
+
export class ListUsersResponseBodyUsers extends $tea.Model {
|
|
6567
|
+
department?: string;
|
|
6568
|
+
email?: string;
|
|
6569
|
+
idpName?: string;
|
|
6570
|
+
phone?: string;
|
|
6571
|
+
saseUserId?: string;
|
|
6572
|
+
status?: string;
|
|
6573
|
+
username?: string;
|
|
6574
|
+
static names(): { [key: string]: string } {
|
|
6575
|
+
return {
|
|
6576
|
+
department: 'Department',
|
|
6577
|
+
email: 'Email',
|
|
6578
|
+
idpName: 'IdpName',
|
|
6579
|
+
phone: 'Phone',
|
|
6580
|
+
saseUserId: 'SaseUserId',
|
|
6581
|
+
status: 'Status',
|
|
6582
|
+
username: 'Username',
|
|
6583
|
+
};
|
|
6584
|
+
}
|
|
6585
|
+
|
|
6586
|
+
static types(): { [key: string]: any } {
|
|
6587
|
+
return {
|
|
6588
|
+
department: 'string',
|
|
6589
|
+
email: 'string',
|
|
6590
|
+
idpName: 'string',
|
|
6591
|
+
phone: 'string',
|
|
6592
|
+
saseUserId: 'string',
|
|
6593
|
+
status: 'string',
|
|
6594
|
+
username: 'string',
|
|
6595
|
+
};
|
|
6596
|
+
}
|
|
6597
|
+
|
|
6598
|
+
constructor(map?: { [key: string]: any }) {
|
|
6599
|
+
super(map);
|
|
6600
|
+
}
|
|
6601
|
+
}
|
|
6602
|
+
|
|
6279
6603
|
export class UpdateExcessiveDeviceRegistrationApplicationsStatusResponseBodyApplications extends $tea.Model {
|
|
6280
6604
|
applicationId?: string;
|
|
6281
6605
|
createTime?: string;
|
|
@@ -6944,6 +7268,10 @@ export default class Client extends OpenApi {
|
|
|
6944
7268
|
body["Description"] = request.description;
|
|
6945
7269
|
}
|
|
6946
7270
|
|
|
7271
|
+
if (!Util.isUnset(request.deviceAttributeId)) {
|
|
7272
|
+
body["DeviceAttributeId"] = request.deviceAttributeId;
|
|
7273
|
+
}
|
|
7274
|
+
|
|
6947
7275
|
if (!Util.isUnset(request.name)) {
|
|
6948
7276
|
body["Name"] = request.name;
|
|
6949
7277
|
}
|
|
@@ -7746,6 +8074,31 @@ export default class Client extends OpenApi {
|
|
|
7746
8074
|
return await this.listPolicesForUserGroupWithOptions(request, runtime);
|
|
7747
8075
|
}
|
|
7748
8076
|
|
|
8077
|
+
async listPopTrafficStatisticsWithOptions(request: ListPopTrafficStatisticsRequest, runtime: $Util.RuntimeOptions): Promise<ListPopTrafficStatisticsResponse> {
|
|
8078
|
+
Util.validateModel(request);
|
|
8079
|
+
let query = OpenApiUtil.query(Util.toMap(request));
|
|
8080
|
+
let req = new $OpenApi.OpenApiRequest({
|
|
8081
|
+
query: OpenApiUtil.query(query),
|
|
8082
|
+
});
|
|
8083
|
+
let params = new $OpenApi.Params({
|
|
8084
|
+
action: "ListPopTrafficStatistics",
|
|
8085
|
+
version: "2023-01-20",
|
|
8086
|
+
protocol: "HTTPS",
|
|
8087
|
+
pathname: "/",
|
|
8088
|
+
method: "GET",
|
|
8089
|
+
authType: "AK",
|
|
8090
|
+
style: "RPC",
|
|
8091
|
+
reqBodyType: "formData",
|
|
8092
|
+
bodyType: "json",
|
|
8093
|
+
});
|
|
8094
|
+
return $tea.cast<ListPopTrafficStatisticsResponse>(await this.callApi(params, req, runtime), new ListPopTrafficStatisticsResponse({}));
|
|
8095
|
+
}
|
|
8096
|
+
|
|
8097
|
+
async listPopTrafficStatistics(request: ListPopTrafficStatisticsRequest): Promise<ListPopTrafficStatisticsResponse> {
|
|
8098
|
+
let runtime = new $Util.RuntimeOptions({ });
|
|
8099
|
+
return await this.listPopTrafficStatisticsWithOptions(request, runtime);
|
|
8100
|
+
}
|
|
8101
|
+
|
|
7749
8102
|
async listPrivateAccessApplicationsWithOptions(request: ListPrivateAccessApplicationsRequest, runtime: $Util.RuntimeOptions): Promise<ListPrivateAccessApplicationsResponse> {
|
|
7750
8103
|
Util.validateModel(request);
|
|
7751
8104
|
let query = OpenApiUtil.query(Util.toMap(request));
|
|
@@ -8096,6 +8449,31 @@ export default class Client extends OpenApi {
|
|
|
8096
8449
|
return await this.listUserGroupsForRegistrationPolicyWithOptions(request, runtime);
|
|
8097
8450
|
}
|
|
8098
8451
|
|
|
8452
|
+
async listUsersWithOptions(request: ListUsersRequest, runtime: $Util.RuntimeOptions): Promise<ListUsersResponse> {
|
|
8453
|
+
Util.validateModel(request);
|
|
8454
|
+
let query = OpenApiUtil.query(Util.toMap(request));
|
|
8455
|
+
let req = new $OpenApi.OpenApiRequest({
|
|
8456
|
+
query: OpenApiUtil.query(query),
|
|
8457
|
+
});
|
|
8458
|
+
let params = new $OpenApi.Params({
|
|
8459
|
+
action: "ListUsers",
|
|
8460
|
+
version: "2023-01-20",
|
|
8461
|
+
protocol: "HTTPS",
|
|
8462
|
+
pathname: "/",
|
|
8463
|
+
method: "GET",
|
|
8464
|
+
authType: "AK",
|
|
8465
|
+
style: "RPC",
|
|
8466
|
+
reqBodyType: "formData",
|
|
8467
|
+
bodyType: "json",
|
|
8468
|
+
});
|
|
8469
|
+
return $tea.cast<ListUsersResponse>(await this.callApi(params, req, runtime), new ListUsersResponse({}));
|
|
8470
|
+
}
|
|
8471
|
+
|
|
8472
|
+
async listUsers(request: ListUsersRequest): Promise<ListUsersResponse> {
|
|
8473
|
+
let runtime = new $Util.RuntimeOptions({ });
|
|
8474
|
+
return await this.listUsersWithOptions(request, runtime);
|
|
8475
|
+
}
|
|
8476
|
+
|
|
8099
8477
|
async updateDynamicRouteWithOptions(request: UpdateDynamicRouteRequest, runtime: $Util.RuntimeOptions): Promise<UpdateDynamicRouteResponse> {
|
|
8100
8478
|
Util.validateModel(request);
|
|
8101
8479
|
let body : {[key: string ]: any} = { };
|
|
@@ -8294,6 +8672,10 @@ export default class Client extends OpenApi {
|
|
|
8294
8672
|
body["Description"] = request.description;
|
|
8295
8673
|
}
|
|
8296
8674
|
|
|
8675
|
+
if (!Util.isUnset(request.deviceAttributeId)) {
|
|
8676
|
+
body["DeviceAttributeId"] = request.deviceAttributeId;
|
|
8677
|
+
}
|
|
8678
|
+
|
|
8297
8679
|
if (!Util.isUnset(request.modifyType)) {
|
|
8298
8680
|
body["ModifyType"] = request.modifyType;
|
|
8299
8681
|
}
|
|
@@ -8562,4 +8944,37 @@ export default class Client extends OpenApi {
|
|
|
8562
8944
|
return await this.updateUserGroupWithOptions(request, runtime);
|
|
8563
8945
|
}
|
|
8564
8946
|
|
|
8947
|
+
async updateUsersStatusWithOptions(request: UpdateUsersStatusRequest, runtime: $Util.RuntimeOptions): Promise<UpdateUsersStatusResponse> {
|
|
8948
|
+
Util.validateModel(request);
|
|
8949
|
+
let query = { };
|
|
8950
|
+
if (!Util.isUnset(request.saseUserIds)) {
|
|
8951
|
+
query["SaseUserIds"] = request.saseUserIds;
|
|
8952
|
+
}
|
|
8953
|
+
|
|
8954
|
+
if (!Util.isUnset(request.status)) {
|
|
8955
|
+
query["Status"] = request.status;
|
|
8956
|
+
}
|
|
8957
|
+
|
|
8958
|
+
let req = new $OpenApi.OpenApiRequest({
|
|
8959
|
+
query: OpenApiUtil.query(query),
|
|
8960
|
+
});
|
|
8961
|
+
let params = new $OpenApi.Params({
|
|
8962
|
+
action: "UpdateUsersStatus",
|
|
8963
|
+
version: "2023-01-20",
|
|
8964
|
+
protocol: "HTTPS",
|
|
8965
|
+
pathname: "/",
|
|
8966
|
+
method: "POST",
|
|
8967
|
+
authType: "AK",
|
|
8968
|
+
style: "RPC",
|
|
8969
|
+
reqBodyType: "formData",
|
|
8970
|
+
bodyType: "json",
|
|
8971
|
+
});
|
|
8972
|
+
return $tea.cast<UpdateUsersStatusResponse>(await this.callApi(params, req, runtime), new UpdateUsersStatusResponse({}));
|
|
8973
|
+
}
|
|
8974
|
+
|
|
8975
|
+
async updateUsersStatus(request: UpdateUsersStatusRequest): Promise<UpdateUsersStatusResponse> {
|
|
8976
|
+
let runtime = new $Util.RuntimeOptions({ });
|
|
8977
|
+
return await this.updateUsersStatusWithOptions(request, runtime);
|
|
8978
|
+
}
|
|
8979
|
+
|
|
8565
8980
|
}
|