alibabacloud-ecd20201002 1.1.1__py3-none-any.whl → 1.1.2__py3-none-any.whl
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.
- alibabacloud_ecd20201002/__init__.py +1 -1
- alibabacloud_ecd20201002/client.py +608 -8
- alibabacloud_ecd20201002/models.py +167 -7
- {alibabacloud_ecd20201002-1.1.1.dist-info → alibabacloud_ecd20201002-1.1.2.dist-info}/METADATA +3 -3
- alibabacloud_ecd20201002-1.1.2.dist-info/RECORD +8 -0
- alibabacloud_ecd20201002-1.1.1.dist-info/RECORD +0 -8
- {alibabacloud_ecd20201002-1.1.1.dist-info → alibabacloud_ecd20201002-1.1.2.dist-info}/LICENSE +0 -0
- {alibabacloud_ecd20201002-1.1.1.dist-info → alibabacloud_ecd20201002-1.1.2.dist-info}/WHEEL +0 -0
- {alibabacloud_ecd20201002-1.1.1.dist-info → alibabacloud_ecd20201002-1.1.2.dist-info}/top_level.txt +0 -0
|
@@ -15,10 +15,14 @@ class ApproveFotaUpdateRequest(TeaModel):
|
|
|
15
15
|
session_id: str = None,
|
|
16
16
|
uuid: str = None,
|
|
17
17
|
):
|
|
18
|
+
# This parameter is required.
|
|
18
19
|
self.app_version = app_version
|
|
20
|
+
# This parameter is required.
|
|
19
21
|
self.client_id = client_id
|
|
20
22
|
self.desktop_id = desktop_id
|
|
23
|
+
# This parameter is required.
|
|
21
24
|
self.login_token = login_token
|
|
25
|
+
# This parameter is required.
|
|
22
26
|
self.region_id = region_id
|
|
23
27
|
self.session_id = session_id
|
|
24
28
|
self.uuid = uuid
|
|
@@ -147,12 +151,19 @@ class ChangePasswordRequest(TeaModel):
|
|
|
147
151
|
region_id: str = None,
|
|
148
152
|
session_id: str = None,
|
|
149
153
|
):
|
|
154
|
+
# This parameter is required.
|
|
150
155
|
self.client_id = client_id
|
|
156
|
+
# This parameter is required.
|
|
151
157
|
self.end_user_id = end_user_id
|
|
158
|
+
# This parameter is required.
|
|
152
159
|
self.login_token = login_token
|
|
160
|
+
# This parameter is required.
|
|
153
161
|
self.new_password = new_password
|
|
162
|
+
# This parameter is required.
|
|
154
163
|
self.office_site_id = office_site_id
|
|
164
|
+
# This parameter is required.
|
|
155
165
|
self.old_password = old_password
|
|
166
|
+
# This parameter is required.
|
|
156
167
|
self.region_id = region_id
|
|
157
168
|
self.session_id = session_id
|
|
158
169
|
|
|
@@ -288,11 +299,16 @@ class DeleteFingerPrintTemplateRequest(TeaModel):
|
|
|
288
299
|
region_id: str = None,
|
|
289
300
|
session_id: str = None,
|
|
290
301
|
):
|
|
302
|
+
# This parameter is required.
|
|
291
303
|
self.client_id = client_id
|
|
292
304
|
self.client_token = client_token
|
|
305
|
+
# This parameter is required.
|
|
293
306
|
self.index = index
|
|
307
|
+
# This parameter is required.
|
|
294
308
|
self.login_token = login_token
|
|
309
|
+
# This parameter is required.
|
|
295
310
|
self.region_id = region_id
|
|
311
|
+
# This parameter is required.
|
|
296
312
|
self.session_id = session_id
|
|
297
313
|
|
|
298
314
|
def validate(self):
|
|
@@ -410,8 +426,10 @@ class DescribeDirectoriesRequest(TeaModel):
|
|
|
410
426
|
directory_id: List[str] = None,
|
|
411
427
|
region_id: str = None,
|
|
412
428
|
):
|
|
429
|
+
# This parameter is required.
|
|
413
430
|
self.client_id = client_id
|
|
414
431
|
self.directory_id = directory_id
|
|
432
|
+
# This parameter is required.
|
|
415
433
|
self.region_id = region_id
|
|
416
434
|
|
|
417
435
|
def validate(self):
|
|
@@ -583,9 +601,13 @@ class DescribeFingerPrintTemplatesRequest(TeaModel):
|
|
|
583
601
|
region_id: str = None,
|
|
584
602
|
session_id: str = None,
|
|
585
603
|
):
|
|
604
|
+
# This parameter is required.
|
|
586
605
|
self.client_id = client_id
|
|
606
|
+
# This parameter is required.
|
|
587
607
|
self.login_token = login_token
|
|
608
|
+
# This parameter is required.
|
|
588
609
|
self.region_id = region_id
|
|
610
|
+
# This parameter is required.
|
|
589
611
|
self.session_id = session_id
|
|
590
612
|
|
|
591
613
|
def validate(self):
|
|
@@ -788,6 +810,7 @@ class DescribeGlobalDesktopsRequest(TeaModel):
|
|
|
788
810
|
sort_type: str = None,
|
|
789
811
|
without_latency: bool = None,
|
|
790
812
|
):
|
|
813
|
+
# This parameter is required.
|
|
791
814
|
self.client_id = client_id
|
|
792
815
|
self.desktop_access_type = desktop_access_type
|
|
793
816
|
self.desktop_id = desktop_id
|
|
@@ -797,6 +820,7 @@ class DescribeGlobalDesktopsRequest(TeaModel):
|
|
|
797
820
|
# 关键字。支持模糊搜索桌面ID、云桌面名称和终端用户自定义的桌面名称。
|
|
798
821
|
self.keyword = keyword
|
|
799
822
|
self.login_region_id = login_region_id
|
|
823
|
+
# This parameter is required.
|
|
800
824
|
self.login_token = login_token
|
|
801
825
|
self.max_results = max_results
|
|
802
826
|
self.next_token = next_token
|
|
@@ -1545,8 +1569,10 @@ class DescribeOfficeSitesRequest(TeaModel):
|
|
|
1545
1569
|
office_site_id: List[str] = None,
|
|
1546
1570
|
region_id: str = None,
|
|
1547
1571
|
):
|
|
1572
|
+
# This parameter is required.
|
|
1548
1573
|
self.client_id = client_id
|
|
1549
1574
|
self.office_site_id = office_site_id
|
|
1575
|
+
# This parameter is required.
|
|
1550
1576
|
self.region_id = region_id
|
|
1551
1577
|
|
|
1552
1578
|
def validate(self):
|
|
@@ -1722,6 +1748,7 @@ class DescribeRegionsRequest(TeaModel):
|
|
|
1722
1748
|
client_id: str = None,
|
|
1723
1749
|
region_id: str = None,
|
|
1724
1750
|
):
|
|
1751
|
+
# This parameter is required.
|
|
1725
1752
|
self.client_id = client_id
|
|
1726
1753
|
self.region_id = region_id
|
|
1727
1754
|
|
|
@@ -1876,11 +1903,14 @@ class DescribeSnapshotsRequest(TeaModel):
|
|
|
1876
1903
|
session_id: str = None,
|
|
1877
1904
|
snapshot_id: str = None,
|
|
1878
1905
|
):
|
|
1906
|
+
# This parameter is required.
|
|
1879
1907
|
self.client_id = client_id
|
|
1880
1908
|
self.desktop_id = desktop_id
|
|
1909
|
+
# This parameter is required.
|
|
1881
1910
|
self.login_token = login_token
|
|
1882
1911
|
self.max_results = max_results
|
|
1883
1912
|
self.next_token = next_token
|
|
1913
|
+
# This parameter is required.
|
|
1884
1914
|
self.region_id = region_id
|
|
1885
1915
|
self.session_id = session_id
|
|
1886
1916
|
self.snapshot_id = snapshot_id
|
|
@@ -2119,12 +2149,17 @@ class EncryptPasswordRequest(TeaModel):
|
|
|
2119
2149
|
region_id: str = None,
|
|
2120
2150
|
session_id: str = None,
|
|
2121
2151
|
):
|
|
2152
|
+
# This parameter is required.
|
|
2122
2153
|
self.client_id = client_id
|
|
2123
2154
|
self.directory_id = directory_id
|
|
2155
|
+
# This parameter is required.
|
|
2124
2156
|
self.login_token = login_token
|
|
2125
2157
|
self.office_site_id = office_site_id
|
|
2158
|
+
# This parameter is required.
|
|
2126
2159
|
self.password = password
|
|
2160
|
+
# This parameter is required.
|
|
2127
2161
|
self.region_id = region_id
|
|
2162
|
+
# This parameter is required.
|
|
2128
2163
|
self.session_id = session_id
|
|
2129
2164
|
|
|
2130
2165
|
def validate(self):
|
|
@@ -2447,14 +2482,17 @@ class GetConnectionTicketRequest(TeaModel):
|
|
|
2447
2482
|
task_id: str = None,
|
|
2448
2483
|
uuid: str = None,
|
|
2449
2484
|
):
|
|
2485
|
+
# This parameter is required.
|
|
2450
2486
|
self.client_id = client_id
|
|
2451
2487
|
self.client_os = client_os
|
|
2452
2488
|
self.client_type = client_type
|
|
2453
2489
|
self.client_version = client_version
|
|
2454
2490
|
self.command_content = command_content
|
|
2455
2491
|
self.desktop_id = desktop_id
|
|
2492
|
+
# This parameter is required.
|
|
2456
2493
|
self.login_token = login_token
|
|
2457
2494
|
self.owner_id = owner_id
|
|
2495
|
+
# This parameter is required.
|
|
2458
2496
|
self.region_id = region_id
|
|
2459
2497
|
self.resource_owner_account = resource_owner_account
|
|
2460
2498
|
self.resource_owner_id = resource_owner_id
|
|
@@ -2657,6 +2695,8 @@ class GetLoginTokenRequest(TeaModel):
|
|
|
2657
2695
|
# The verification code that is generated by the virtual MFA device. This parameter is required if you set `CurrentStage` to `MFAVerify`.
|
|
2658
2696
|
self.authentication_code = authentication_code
|
|
2659
2697
|
# The ID of the Alibaba Cloud Workspace client. The system generates a unique ID for each client.
|
|
2698
|
+
#
|
|
2699
|
+
# This parameter is required.
|
|
2660
2700
|
self.client_id = client_id
|
|
2661
2701
|
# The OS that the client runs.
|
|
2662
2702
|
self.client_os = client_os
|
|
@@ -2693,7 +2733,9 @@ class GetLoginTokenRequest(TeaModel):
|
|
|
2693
2733
|
self.old_password = old_password
|
|
2694
2734
|
# The password of the convenience user or the AD user. This parameter is required if you set `CurrentStage` to `ADPassword`.
|
|
2695
2735
|
self.password = password
|
|
2696
|
-
# The ID of the region. You can call the [DescribeRegions](
|
|
2736
|
+
# The ID of the region. You can call the [DescribeRegions](https://help.aliyun.com/document_detail/436773.html) operation to query the most recent region list.
|
|
2737
|
+
#
|
|
2738
|
+
# This parameter is required.
|
|
2697
2739
|
self.region_id = region_id
|
|
2698
2740
|
# The ID of the session.
|
|
2699
2741
|
#
|
|
@@ -2793,6 +2835,39 @@ class GetLoginTokenRequest(TeaModel):
|
|
|
2793
2835
|
return self
|
|
2794
2836
|
|
|
2795
2837
|
|
|
2838
|
+
class GetLoginTokenResponseBodyPasswordStrategy(TeaModel):
|
|
2839
|
+
def __init__(
|
|
2840
|
+
self,
|
|
2841
|
+
tenant_alternative_chars: List[str] = None,
|
|
2842
|
+
tenant_password_length: str = None,
|
|
2843
|
+
):
|
|
2844
|
+
self.tenant_alternative_chars = tenant_alternative_chars
|
|
2845
|
+
self.tenant_password_length = tenant_password_length
|
|
2846
|
+
|
|
2847
|
+
def validate(self):
|
|
2848
|
+
pass
|
|
2849
|
+
|
|
2850
|
+
def to_map(self):
|
|
2851
|
+
_map = super().to_map()
|
|
2852
|
+
if _map is not None:
|
|
2853
|
+
return _map
|
|
2854
|
+
|
|
2855
|
+
result = dict()
|
|
2856
|
+
if self.tenant_alternative_chars is not None:
|
|
2857
|
+
result['TenantAlternativeChars'] = self.tenant_alternative_chars
|
|
2858
|
+
if self.tenant_password_length is not None:
|
|
2859
|
+
result['TenantPasswordLength'] = self.tenant_password_length
|
|
2860
|
+
return result
|
|
2861
|
+
|
|
2862
|
+
def from_map(self, m: dict = None):
|
|
2863
|
+
m = m or dict()
|
|
2864
|
+
if m.get('TenantAlternativeChars') is not None:
|
|
2865
|
+
self.tenant_alternative_chars = m.get('TenantAlternativeChars')
|
|
2866
|
+
if m.get('TenantPasswordLength') is not None:
|
|
2867
|
+
self.tenant_password_length = m.get('TenantPasswordLength')
|
|
2868
|
+
return self
|
|
2869
|
+
|
|
2870
|
+
|
|
2796
2871
|
class GetLoginTokenResponseBodyRiskVerifyInfo(TeaModel):
|
|
2797
2872
|
def __init__(
|
|
2798
2873
|
self,
|
|
@@ -2848,9 +2923,11 @@ class GetLoginTokenResponseBody(TeaModel):
|
|
|
2848
2923
|
label: str = None,
|
|
2849
2924
|
login_token: str = None,
|
|
2850
2925
|
next_stage: str = None,
|
|
2926
|
+
password_strategy: GetLoginTokenResponseBodyPasswordStrategy = None,
|
|
2851
2927
|
phone: str = None,
|
|
2852
2928
|
props: Dict[str, str] = None,
|
|
2853
2929
|
qr_code_png: str = None,
|
|
2930
|
+
reason: str = None,
|
|
2854
2931
|
request_id: str = None,
|
|
2855
2932
|
risk_verify_info: GetLoginTokenResponseBodyRiskVerifyInfo = None,
|
|
2856
2933
|
secret: str = None,
|
|
@@ -2877,6 +2954,7 @@ class GetLoginTokenResponseBody(TeaModel):
|
|
|
2877
2954
|
#
|
|
2878
2955
|
# > For more information about each authentication stage, see the parameter description of the request parameter `CurrentStage`.
|
|
2879
2956
|
self.next_stage = next_stage
|
|
2957
|
+
self.password_strategy = password_strategy
|
|
2880
2958
|
# Enter the mobile number of the convenience user. For an AD user, null is returned.
|
|
2881
2959
|
self.phone = phone
|
|
2882
2960
|
# > This is a parameter only for internal use.
|
|
@@ -2885,6 +2963,7 @@ class GetLoginTokenResponseBody(TeaModel):
|
|
|
2885
2963
|
#
|
|
2886
2964
|
# > For more information about each authentication stage, see the parameter description of the request parameter `CurrentStage`.
|
|
2887
2965
|
self.qr_code_png = qr_code_png
|
|
2966
|
+
self.reason = reason
|
|
2888
2967
|
# The ID of the request.
|
|
2889
2968
|
self.request_id = request_id
|
|
2890
2969
|
self.risk_verify_info = risk_verify_info
|
|
@@ -2902,6 +2981,8 @@ class GetLoginTokenResponseBody(TeaModel):
|
|
|
2902
2981
|
self.window_display_mode = window_display_mode
|
|
2903
2982
|
|
|
2904
2983
|
def validate(self):
|
|
2984
|
+
if self.password_strategy:
|
|
2985
|
+
self.password_strategy.validate()
|
|
2905
2986
|
if self.risk_verify_info:
|
|
2906
2987
|
self.risk_verify_info.validate()
|
|
2907
2988
|
|
|
@@ -2925,12 +3006,16 @@ class GetLoginTokenResponseBody(TeaModel):
|
|
|
2925
3006
|
result['LoginToken'] = self.login_token
|
|
2926
3007
|
if self.next_stage is not None:
|
|
2927
3008
|
result['NextStage'] = self.next_stage
|
|
3009
|
+
if self.password_strategy is not None:
|
|
3010
|
+
result['PasswordStrategy'] = self.password_strategy.to_map()
|
|
2928
3011
|
if self.phone is not None:
|
|
2929
3012
|
result['Phone'] = self.phone
|
|
2930
3013
|
if self.props is not None:
|
|
2931
3014
|
result['Props'] = self.props
|
|
2932
3015
|
if self.qr_code_png is not None:
|
|
2933
3016
|
result['QrCodePng'] = self.qr_code_png
|
|
3017
|
+
if self.reason is not None:
|
|
3018
|
+
result['Reason'] = self.reason
|
|
2934
3019
|
if self.request_id is not None:
|
|
2935
3020
|
result['RequestId'] = self.request_id
|
|
2936
3021
|
if self.risk_verify_info is not None:
|
|
@@ -2961,12 +3046,17 @@ class GetLoginTokenResponseBody(TeaModel):
|
|
|
2961
3046
|
self.login_token = m.get('LoginToken')
|
|
2962
3047
|
if m.get('NextStage') is not None:
|
|
2963
3048
|
self.next_stage = m.get('NextStage')
|
|
3049
|
+
if m.get('PasswordStrategy') is not None:
|
|
3050
|
+
temp_model = GetLoginTokenResponseBodyPasswordStrategy()
|
|
3051
|
+
self.password_strategy = temp_model.from_map(m['PasswordStrategy'])
|
|
2964
3052
|
if m.get('Phone') is not None:
|
|
2965
3053
|
self.phone = m.get('Phone')
|
|
2966
3054
|
if m.get('Props') is not None:
|
|
2967
3055
|
self.props = m.get('Props')
|
|
2968
3056
|
if m.get('QrCodePng') is not None:
|
|
2969
3057
|
self.qr_code_png = m.get('QrCodePng')
|
|
3058
|
+
if m.get('Reason') is not None:
|
|
3059
|
+
self.reason = m.get('Reason')
|
|
2970
3060
|
if m.get('RequestId') is not None:
|
|
2971
3061
|
self.request_id = m.get('RequestId')
|
|
2972
3062
|
if m.get('RiskVerifyInfo') is not None:
|
|
@@ -3031,6 +3121,7 @@ class IsKeepAliveRequest(TeaModel):
|
|
|
3031
3121
|
office_site_id: str = None,
|
|
3032
3122
|
region_id: str = None,
|
|
3033
3123
|
):
|
|
3124
|
+
# This parameter is required.
|
|
3034
3125
|
self.client_id = client_id
|
|
3035
3126
|
self.office_site_id = office_site_id
|
|
3036
3127
|
self.region_id = region_id
|
|
@@ -3306,18 +3397,24 @@ class RebootDesktopsRequest(TeaModel):
|
|
|
3306
3397
|
uuid: str = None,
|
|
3307
3398
|
):
|
|
3308
3399
|
# The client ID. The system generates a unique ID for each client.
|
|
3400
|
+
#
|
|
3401
|
+
# This parameter is required.
|
|
3309
3402
|
self.client_id = client_id
|
|
3310
3403
|
# The operating system (OS) of the device that runs the Alibaba Cloud Workspace client (hereinafter referred to as WUYING client).
|
|
3311
3404
|
self.client_os = client_os
|
|
3312
|
-
# The client token that is used to ensure the idempotence of the request. You can use the client to generate the token, but you must make sure that the token is unique among different requests. The token can contain only ASCII characters and cannot exceed 64 characters in length. For more information, see [How do I ensure the idempotence of a request?](
|
|
3405
|
+
# The client token that is used to ensure the idempotence of the request. You can use the client to generate the token, but you must make sure that the token is unique among different requests. The token can contain only ASCII characters and cannot exceed 64 characters in length. For more information, see [How do I ensure the idempotence of a request?](https://help.aliyun.com/document_detail/25693.html)
|
|
3313
3406
|
self.client_token = client_token
|
|
3314
3407
|
# The client version. If you use a WUYING client, you can view the client version in the **About** dialog box on the client logon page.
|
|
3315
3408
|
self.client_version = client_version
|
|
3316
3409
|
# The IDs of the cloud computers. You can specify the IDs of 1 to 20 cloud computers.
|
|
3410
|
+
#
|
|
3411
|
+
# This parameter is required.
|
|
3317
3412
|
self.desktop_id = desktop_id
|
|
3318
3413
|
# The logon token.
|
|
3319
3414
|
self.login_token = login_token
|
|
3320
|
-
# The region ID. You can call the [DescribeRegions](
|
|
3415
|
+
# The region ID. You can call the [DescribeRegions](https://help.aliyun.com/document_detail/196646.html) operation to query the regions supported by WUYING Workspace.
|
|
3416
|
+
#
|
|
3417
|
+
# This parameter is required.
|
|
3321
3418
|
self.region_id = region_id
|
|
3322
3419
|
# The session ID.
|
|
3323
3420
|
self.session_id = session_id
|
|
@@ -3461,11 +3558,15 @@ class RefreshLoginTokenRequest(TeaModel):
|
|
|
3461
3558
|
region_id: str = None,
|
|
3462
3559
|
session_id: str = None,
|
|
3463
3560
|
):
|
|
3561
|
+
# This parameter is required.
|
|
3464
3562
|
self.client_id = client_id
|
|
3465
3563
|
self.directory_id = directory_id
|
|
3564
|
+
# This parameter is required.
|
|
3466
3565
|
self.end_user_id = end_user_id
|
|
3566
|
+
# This parameter is required.
|
|
3467
3567
|
self.login_token = login_token
|
|
3468
3568
|
self.office_site_id = office_site_id
|
|
3569
|
+
# This parameter is required.
|
|
3469
3570
|
self.region_id = region_id
|
|
3470
3571
|
self.session_id = session_id
|
|
3471
3572
|
|
|
@@ -3711,10 +3812,15 @@ class ReportSessionStatusRequest(TeaModel):
|
|
|
3711
3812
|
session_status: str = None,
|
|
3712
3813
|
):
|
|
3713
3814
|
self.end_user_id = end_user_id
|
|
3815
|
+
# This parameter is required.
|
|
3714
3816
|
self.instance_id = instance_id
|
|
3817
|
+
# This parameter is required.
|
|
3715
3818
|
self.region_id = region_id
|
|
3819
|
+
# This parameter is required.
|
|
3716
3820
|
self.session_change_time = session_change_time
|
|
3821
|
+
# This parameter is required.
|
|
3717
3822
|
self.session_id = session_id
|
|
3823
|
+
# This parameter is required.
|
|
3718
3824
|
self.session_status = session_status
|
|
3719
3825
|
|
|
3720
3826
|
def validate(self):
|
|
@@ -3836,11 +3942,15 @@ class ResetPasswordRequest(TeaModel):
|
|
|
3836
3942
|
region_id: str = None,
|
|
3837
3943
|
phone: str = None,
|
|
3838
3944
|
):
|
|
3945
|
+
# This parameter is required.
|
|
3839
3946
|
self.client_id = client_id
|
|
3840
3947
|
self.client_token = client_token
|
|
3841
3948
|
self.email = email
|
|
3949
|
+
# This parameter is required.
|
|
3842
3950
|
self.end_user_id = end_user_id
|
|
3951
|
+
# This parameter is required.
|
|
3843
3952
|
self.office_site_id = office_site_id
|
|
3953
|
+
# This parameter is required.
|
|
3844
3954
|
self.region_id = region_id
|
|
3845
3955
|
self.phone = phone
|
|
3846
3956
|
|
|
@@ -3965,10 +4075,14 @@ class ResetSnapshotRequest(TeaModel):
|
|
|
3965
4075
|
session_id: str = None,
|
|
3966
4076
|
snapshot_id: str = None,
|
|
3967
4077
|
):
|
|
4078
|
+
# This parameter is required.
|
|
3968
4079
|
self.client_id = client_id
|
|
4080
|
+
# This parameter is required.
|
|
3969
4081
|
self.login_token = login_token
|
|
4082
|
+
# This parameter is required.
|
|
3970
4083
|
self.region_id = region_id
|
|
3971
4084
|
self.session_id = session_id
|
|
4085
|
+
# This parameter is required.
|
|
3972
4086
|
self.snapshot_id = snapshot_id
|
|
3973
4087
|
|
|
3974
4088
|
def validate(self):
|
|
@@ -4087,6 +4201,7 @@ class SendTokenCodeRequest(TeaModel):
|
|
|
4087
4201
|
session_id: str = None,
|
|
4088
4202
|
token_code: str = None,
|
|
4089
4203
|
):
|
|
4204
|
+
# This parameter is required.
|
|
4090
4205
|
self.client_id = client_id
|
|
4091
4206
|
self.client_os = client_os
|
|
4092
4207
|
self.client_version = client_version
|
|
@@ -4226,15 +4341,20 @@ class SetFingerPrintTemplateRequest(TeaModel):
|
|
|
4226
4341
|
region_id: str = None,
|
|
4227
4342
|
session_id: str = None,
|
|
4228
4343
|
):
|
|
4344
|
+
# This parameter is required.
|
|
4229
4345
|
self.client_id = client_id
|
|
4230
4346
|
self.client_token = client_token
|
|
4231
4347
|
self.description = description
|
|
4232
4348
|
self.encrypted_finger_print_template = encrypted_finger_print_template
|
|
4233
4349
|
self.encrypted_key = encrypted_key
|
|
4234
4350
|
self.finger_print_template = finger_print_template
|
|
4351
|
+
# This parameter is required.
|
|
4235
4352
|
self.login_token = login_token
|
|
4353
|
+
# This parameter is required.
|
|
4236
4354
|
self.password = password
|
|
4355
|
+
# This parameter is required.
|
|
4237
4356
|
self.region_id = region_id
|
|
4357
|
+
# This parameter is required.
|
|
4238
4358
|
self.session_id = session_id
|
|
4239
4359
|
|
|
4240
4360
|
def validate(self):
|
|
@@ -4384,12 +4504,18 @@ class SetFingerPrintTemplateDescriptionRequest(TeaModel):
|
|
|
4384
4504
|
region_id: str = None,
|
|
4385
4505
|
session_id: str = None,
|
|
4386
4506
|
):
|
|
4507
|
+
# This parameter is required.
|
|
4387
4508
|
self.client_id = client_id
|
|
4388
4509
|
self.client_token = client_token
|
|
4510
|
+
# This parameter is required.
|
|
4389
4511
|
self.description = description
|
|
4512
|
+
# This parameter is required.
|
|
4390
4513
|
self.index = index
|
|
4514
|
+
# This parameter is required.
|
|
4391
4515
|
self.login_token = login_token
|
|
4516
|
+
# This parameter is required.
|
|
4392
4517
|
self.region_id = region_id
|
|
4518
|
+
# This parameter is required.
|
|
4393
4519
|
self.session_id = session_id
|
|
4394
4520
|
|
|
4395
4521
|
def validate(self):
|
|
@@ -4518,18 +4644,26 @@ class StartDesktopsRequest(TeaModel):
|
|
|
4518
4644
|
uuid: str = None,
|
|
4519
4645
|
):
|
|
4520
4646
|
# The ID of the Alibaba Cloud Workspace client (hereinafter referred to as WUYING client). The system generates a unique ID for each client.
|
|
4647
|
+
#
|
|
4648
|
+
# This parameter is required.
|
|
4521
4649
|
self.client_id = client_id
|
|
4522
4650
|
# The operating system (OS) of the device that run the client.
|
|
4523
4651
|
self.client_os = client_os
|
|
4524
|
-
# The client token that is used to ensure the idempotence of the request. You can use the client to generate the token, but you must make sure that the token is unique among different requests. The token can contain only ASCII characters and cannot exceed 64 characters in length. For more information, see [How to ensure idempotence](
|
|
4652
|
+
# The client token that is used to ensure the idempotence of the request. You can use the client to generate the token, but you must make sure that the token is unique among different requests. The token can contain only ASCII characters and cannot exceed 64 characters in length. For more information, see [How to ensure idempotence](https://help.aliyun.com/document_detail/25693.html).
|
|
4525
4653
|
self.client_token = client_token
|
|
4526
4654
|
# The client version. If you use a WUYING client, you can click **About** on the client logon page to view the version of the client.
|
|
4527
4655
|
self.client_version = client_version
|
|
4528
4656
|
# The IDs of the cloud computers. You can specify the IDs of 1 to 20 cloud computers.
|
|
4657
|
+
#
|
|
4658
|
+
# This parameter is required.
|
|
4529
4659
|
self.desktop_id = desktop_id
|
|
4530
4660
|
# The logon token.
|
|
4661
|
+
#
|
|
4662
|
+
# This parameter is required.
|
|
4531
4663
|
self.login_token = login_token
|
|
4532
|
-
# The region ID. You can call the [DescribeRegions](
|
|
4664
|
+
# The region ID. You can call the [DescribeRegions](https://help.aliyun.com/document_detail/196646.html) operation to query the regions supported by WUYING Workspace.
|
|
4665
|
+
#
|
|
4666
|
+
# This parameter is required.
|
|
4533
4667
|
self.region_id = region_id
|
|
4534
4668
|
# The session ID.
|
|
4535
4669
|
self.session_id = session_id
|
|
@@ -4668,13 +4802,18 @@ class StartRecordContentRequest(TeaModel):
|
|
|
4668
4802
|
region_id: str = None,
|
|
4669
4803
|
session_id: str = None,
|
|
4670
4804
|
):
|
|
4805
|
+
# This parameter is required.
|
|
4671
4806
|
self.client_id = client_id
|
|
4672
4807
|
self.client_os = client_os
|
|
4673
4808
|
self.client_version = client_version
|
|
4809
|
+
# This parameter is required.
|
|
4674
4810
|
self.desktop_id = desktop_id
|
|
4675
4811
|
self.file_path = file_path
|
|
4812
|
+
# This parameter is required.
|
|
4676
4813
|
self.login_token = login_token
|
|
4814
|
+
# This parameter is required.
|
|
4677
4815
|
self.region_id = region_id
|
|
4816
|
+
# This parameter is required.
|
|
4678
4817
|
self.session_id = session_id
|
|
4679
4818
|
|
|
4680
4819
|
def validate(self):
|
|
@@ -4807,18 +4946,24 @@ class StopDesktopsRequest(TeaModel):
|
|
|
4807
4946
|
session_token: str = None,
|
|
4808
4947
|
):
|
|
4809
4948
|
# The client ID. The system generates a unique ID for each client.
|
|
4949
|
+
#
|
|
4950
|
+
# This parameter is required.
|
|
4810
4951
|
self.client_id = client_id
|
|
4811
4952
|
# The operating system (OS) of the device that runs the Alibaba Cloud Workspace client (hereinafter referred to as WUYING client).
|
|
4812
4953
|
self.client_os = client_os
|
|
4813
|
-
# The client token that is used to ensure the idempotence of the request. You can use the client to generate the token, but you must make sure that the token is unique among different requests. The token can contain only ASCII characters and cannot exceed 64 characters in length. For more information, see [How do I ensure the idempotence of a request?](
|
|
4954
|
+
# The client token that is used to ensure the idempotence of the request. You can use the client to generate the token, but you must make sure that the token is unique among different requests. The token can contain only ASCII characters and cannot exceed 64 characters in length. For more information, see [How do I ensure the idempotence of a request?](https://help.aliyun.com/document_detail/25693.html)
|
|
4814
4955
|
self.client_token = client_token
|
|
4815
4956
|
# The client version. If you use a WUYING client, you can view the client version in the **About** dialog box on the client logon page.
|
|
4816
4957
|
self.client_version = client_version
|
|
4817
4958
|
# The IDs of the cloud computers. You can specify the IDs of 1 to 20 cloud computers.
|
|
4959
|
+
#
|
|
4960
|
+
# This parameter is required.
|
|
4818
4961
|
self.desktop_id = desktop_id
|
|
4819
4962
|
# The logon token.
|
|
4820
4963
|
self.login_token = login_token
|
|
4821
|
-
# The region ID. You can call the [DescribeRegions](
|
|
4964
|
+
# The region ID. You can call the [DescribeRegions](https://help.aliyun.com/document_detail/196646.html) operation to query the regions supported by WUYING Workspace.
|
|
4965
|
+
#
|
|
4966
|
+
# This parameter is required.
|
|
4822
4967
|
self.region_id = region_id
|
|
4823
4968
|
# The session ID.
|
|
4824
4969
|
self.session_id = session_id
|
|
@@ -4957,12 +5102,17 @@ class StopRecordContentRequest(TeaModel):
|
|
|
4957
5102
|
region_id: str = None,
|
|
4958
5103
|
session_id: str = None,
|
|
4959
5104
|
):
|
|
5105
|
+
# This parameter is required.
|
|
4960
5106
|
self.client_id = client_id
|
|
4961
5107
|
self.client_os = client_os
|
|
4962
5108
|
self.client_version = client_version
|
|
5109
|
+
# This parameter is required.
|
|
4963
5110
|
self.desktop_id = desktop_id
|
|
5111
|
+
# This parameter is required.
|
|
4964
5112
|
self.login_token = login_token
|
|
5113
|
+
# This parameter is required.
|
|
4965
5114
|
self.region_id = region_id
|
|
5115
|
+
# This parameter is required.
|
|
4966
5116
|
self.session_id = session_id
|
|
4967
5117
|
|
|
4968
5118
|
def validate(self):
|
|
@@ -5088,12 +5238,17 @@ class UnbindUserDesktopRequest(TeaModel):
|
|
|
5088
5238
|
session_id: str = None,
|
|
5089
5239
|
user_desktop_id: str = None,
|
|
5090
5240
|
):
|
|
5241
|
+
# This parameter is required.
|
|
5091
5242
|
self.client_id = client_id
|
|
5092
5243
|
self.client_type = client_type
|
|
5093
5244
|
self.force = force
|
|
5245
|
+
# This parameter is required.
|
|
5094
5246
|
self.login_token = login_token
|
|
5247
|
+
# This parameter is required.
|
|
5095
5248
|
self.region_id = region_id
|
|
5249
|
+
# This parameter is required.
|
|
5096
5250
|
self.session_id = session_id
|
|
5251
|
+
# This parameter is required.
|
|
5097
5252
|
self.user_desktop_id = user_desktop_id
|
|
5098
5253
|
|
|
5099
5254
|
def validate(self):
|
|
@@ -5220,12 +5375,17 @@ class VerifyCredentialRequest(TeaModel):
|
|
|
5220
5375
|
region_id: str = None,
|
|
5221
5376
|
session_id: str = None,
|
|
5222
5377
|
):
|
|
5378
|
+
# This parameter is required.
|
|
5223
5379
|
self.client_id = client_id
|
|
5380
|
+
# This parameter is required.
|
|
5224
5381
|
self.credential = credential
|
|
5225
5382
|
self.credential_type = credential_type
|
|
5226
5383
|
self.encrypted_key = encrypted_key
|
|
5384
|
+
# This parameter is required.
|
|
5227
5385
|
self.login_token = login_token
|
|
5386
|
+
# This parameter is required.
|
|
5228
5387
|
self.office_site_id = office_site_id
|
|
5388
|
+
# This parameter is required.
|
|
5229
5389
|
self.region_id = region_id
|
|
5230
5390
|
self.session_id = session_id
|
|
5231
5391
|
|
{alibabacloud_ecd20201002-1.1.1.dist-info → alibabacloud_ecd20201002-1.1.2.dist-info}/METADATA
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: alibabacloud-ecd20201002
|
|
3
|
-
Version: 1.1.
|
|
3
|
+
Version: 1.1.2
|
|
4
4
|
Summary: Alibaba Cloud ecd (20201002) SDK Library for Python
|
|
5
5
|
Home-page: https://github.com/aliyun/alibabacloud-python-sdk
|
|
6
6
|
Author: Alibaba Cloud SDK
|
|
@@ -20,8 +20,8 @@ Classifier: Programming Language :: Python :: 3.9
|
|
|
20
20
|
Classifier: Topic :: Software Development
|
|
21
21
|
Requires-Python: >=3.6
|
|
22
22
|
Description-Content-Type: text/markdown
|
|
23
|
-
Requires-Dist: alibabacloud-tea-util <1.0.0,>=0.3.
|
|
24
|
-
Requires-Dist: alibabacloud-tea-openapi <1.0.0,>=0.3.
|
|
23
|
+
Requires-Dist: alibabacloud-tea-util <1.0.0,>=0.3.12
|
|
24
|
+
Requires-Dist: alibabacloud-tea-openapi <1.0.0,>=0.3.9
|
|
25
25
|
Requires-Dist: alibabacloud-openapi-util <1.0.0,>=0.2.1
|
|
26
26
|
Requires-Dist: alibabacloud-endpoint-util <1.0.0,>=0.0.3
|
|
27
27
|
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
alibabacloud_ecd20201002/__init__.py,sha256=mJ0xQIqup8FmjqcIVqLNOKlf8ld4M0MtvFilCTGA0Fw,21
|
|
2
|
+
alibabacloud_ecd20201002/client.py,sha256=Wu7MReLiFsF9FOp8A55rjWUuh4X46ua0M7xdUnzRLHs,144284
|
|
3
|
+
alibabacloud_ecd20201002/models.py,sha256=pWOvIOBFjtt8ncmh-Vq0dGV32029IFSBjAAvo5AatA8,187122
|
|
4
|
+
alibabacloud_ecd20201002-1.1.2.dist-info/LICENSE,sha256=0CFItL6bHvxqS44T6vlLoW2R4Zaic304OO3WxN0oXF0,600
|
|
5
|
+
alibabacloud_ecd20201002-1.1.2.dist-info/METADATA,sha256=P6IbJhcx48eEXhCOGI4OAymnF99_Ibs_jVzd0fz0HIQ,2283
|
|
6
|
+
alibabacloud_ecd20201002-1.1.2.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
|
|
7
|
+
alibabacloud_ecd20201002-1.1.2.dist-info/top_level.txt,sha256=StSX710186VDYReoyBW7AC51spfR_S0-5CO0fZyRBCk,25
|
|
8
|
+
alibabacloud_ecd20201002-1.1.2.dist-info/RECORD,,
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
alibabacloud_ecd20201002/__init__.py,sha256=53GVpdbXWKClDfDcMCbYGRJD9bu0Au5mGW3n_hBqP3w,21
|
|
2
|
-
alibabacloud_ecd20201002/client.py,sha256=lavNIHAYzB174x1gzWQyoBJ3nLj7x2232wDS1dbhpj8,124392
|
|
3
|
-
alibabacloud_ecd20201002/models.py,sha256=03R9YiMVksYfIhJEdJz10AQdxvQn7KOJLAkA8JwPFoE,181043
|
|
4
|
-
alibabacloud_ecd20201002-1.1.1.dist-info/LICENSE,sha256=0CFItL6bHvxqS44T6vlLoW2R4Zaic304OO3WxN0oXF0,600
|
|
5
|
-
alibabacloud_ecd20201002-1.1.1.dist-info/METADATA,sha256=jCJhTmPhwg07UsHoIHUm2pLnzwx3jKdd9nX1Ye3kmlM,2283
|
|
6
|
-
alibabacloud_ecd20201002-1.1.1.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
|
|
7
|
-
alibabacloud_ecd20201002-1.1.1.dist-info/top_level.txt,sha256=StSX710186VDYReoyBW7AC51spfR_S0-5CO0fZyRBCk,25
|
|
8
|
-
alibabacloud_ecd20201002-1.1.1.dist-info/RECORD,,
|
{alibabacloud_ecd20201002-1.1.1.dist-info → alibabacloud_ecd20201002-1.1.2.dist-info}/LICENSE
RENAMED
|
File without changes
|
|
File without changes
|
{alibabacloud_ecd20201002-1.1.1.dist-info → alibabacloud_ecd20201002-1.1.2.dist-info}/top_level.txt
RENAMED
|
File without changes
|