tccli 3.0.1218.1__py2.py3-none-any.whl → 3.0.1219.1__py2.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.
Files changed (45) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/__init__.py +3 -0
  3. tccli/services/af/v20200226/api.json +2 -2
  4. tccli/services/billing/v20180709/api.json +176 -181
  5. tccli/services/billing/v20180709/examples.json +7 -7
  6. tccli/services/ckafka/v20190819/api.json +7 -7
  7. tccli/services/clb/v20180317/api.json +12 -12
  8. tccli/services/cwp/v20180228/api.json +1 -1
  9. tccli/services/es/v20180416/examples.json +2 -2
  10. tccli/services/ess/v20201111/api.json +9 -0
  11. tccli/services/essbasic/v20210526/api.json +9 -0
  12. tccli/services/faceid/v20180301/api.json +2 -2
  13. tccli/services/iai/v20180301/api.json +17 -13
  14. tccli/services/iai/v20200303/examples.json +200 -200
  15. tccli/services/iap/__init__.py +4 -0
  16. tccli/services/iap/iap_client.py +472 -0
  17. tccli/services/iap/v20240713/api.json +471 -0
  18. tccli/services/iap/v20240713/examples.json +59 -0
  19. tccli/services/lcic/v20220817/api.json +3 -3
  20. tccli/services/live/live_client.py +428 -4
  21. tccli/services/live/v20180801/api.json +1070 -68
  22. tccli/services/live/v20180801/examples.json +64 -0
  23. tccli/services/market/v20191010/api.json +4 -4
  24. tccli/services/market/v20191010/examples.json +2 -2
  25. tccli/services/mps/v20190612/api.json +20 -0
  26. tccli/services/partners/v20180321/api.json +4 -4
  27. tccli/services/pts/v20210728/api.json +3 -0
  28. tccli/services/redis/v20180412/api.json +169 -163
  29. tccli/services/redis/v20180412/examples.json +3 -3
  30. tccli/services/svp/v20240125/api.json +27 -27
  31. tccli/services/svp/v20240125/examples.json +1 -1
  32. tccli/services/tat/v20201028/api.json +5 -5
  33. tccli/services/tdmq/v20200217/api.json +1 -1
  34. tccli/services/tke/v20220501/api.json +2 -2
  35. tccli/services/tse/v20201207/api.json +199 -12
  36. tccli/services/vcg/v20240404/api.json +1 -1
  37. tccli/services/vcg/v20240404/examples.json +4 -4
  38. tccli/services/vpc/v20170312/api.json +492 -66
  39. tccli/services/vpc/v20170312/examples.json +59 -21
  40. tccli/services/vpc/vpc_client.py +212 -0
  41. {tccli-3.0.1218.1.dist-info → tccli-3.0.1219.1.dist-info}/METADATA +2 -2
  42. {tccli-3.0.1218.1.dist-info → tccli-3.0.1219.1.dist-info}/RECORD +45 -41
  43. {tccli-3.0.1218.1.dist-info → tccli-3.0.1219.1.dist-info}/WHEEL +0 -0
  44. {tccli-3.0.1218.1.dist-info → tccli-3.0.1219.1.dist-info}/entry_points.txt +0 -0
  45. {tccli-3.0.1218.1.dist-info → tccli-3.0.1219.1.dist-info}/license_files/LICENSE +0 -0
@@ -0,0 +1,471 @@
1
+ {
2
+ "actions": {
3
+ "CreateIAPUserOIDCConfig": {
4
+ "document": "创建用户OIDC配置。只能创建一个用户OIDC身份提供商,并且创建用户OIDC配置之后会自动关闭用户SAML SSO身份提供商。",
5
+ "input": "CreateIAPUserOIDCConfigRequest",
6
+ "name": "创建IAP服务OIDC配置",
7
+ "output": "CreateIAPUserOIDCConfigResponse",
8
+ "status": "online"
9
+ },
10
+ "DescribeIAPLoginSessionDuration": {
11
+ "document": "查询登录会话时长",
12
+ "input": "DescribeIAPLoginSessionDurationRequest",
13
+ "name": "查询IAP的登录会话时长",
14
+ "output": "DescribeIAPLoginSessionDurationResponse",
15
+ "status": "online"
16
+ },
17
+ "DescribeIAPUserOIDCConfig": {
18
+ "document": "查询用户OIDC配置",
19
+ "input": "DescribeIAPUserOIDCConfigRequest",
20
+ "name": "查询IAP服务OIDC配置",
21
+ "output": "DescribeIAPUserOIDCConfigResponse",
22
+ "status": "online"
23
+ },
24
+ "DisableIAPUserSSO": {
25
+ "document": "禁用用户SSO",
26
+ "input": "DisableIAPUserSSORequest",
27
+ "name": "禁用IAP服务SSO",
28
+ "output": "DisableIAPUserSSOResponse",
29
+ "status": "online"
30
+ },
31
+ "ModifyIAPLoginSessionDuration": {
32
+ "document": "修改登录会话时长",
33
+ "input": "ModifyIAPLoginSessionDurationRequest",
34
+ "name": "修改IAP登录会话时长",
35
+ "output": "ModifyIAPLoginSessionDurationResponse",
36
+ "status": "online"
37
+ },
38
+ "UpdateIAPUserOIDCConfig": {
39
+ "document": "修改用户OIDC配置",
40
+ "input": "UpdateIAPUserOIDCConfigRequest",
41
+ "name": "修改IAP服务OIDC配置",
42
+ "output": "UpdateIAPUserOIDCConfigResponse",
43
+ "status": "online"
44
+ }
45
+ },
46
+ "metadata": {
47
+ "apiVersion": "2024-07-13",
48
+ "api_brief": "IAP服务OIDC配置管理接口",
49
+ "serviceNameCN": "身份识别平台",
50
+ "serviceShortName": "iap"
51
+ },
52
+ "objects": {
53
+ "CreateIAPUserOIDCConfigRequest": {
54
+ "document": "CreateIAPUserOIDCConfig请求参数结构体",
55
+ "members": [
56
+ {
57
+ "disabled": false,
58
+ "document": "身份提供商URL。OpenID Connect身份提供商标识。对应企业IdP提供的Openid-configuration中\"issuer\"字段的值。",
59
+ "example": "https://xxx.qq.cn/oidc",
60
+ "member": "string",
61
+ "name": "IdentityUrl",
62
+ "required": true,
63
+ "type": "string"
64
+ },
65
+ {
66
+ "disabled": false,
67
+ "document": "客户端ID,在OpenID Connect身份提供商注册的客户端ID。",
68
+ "example": "61adcf00620c31e3ddbc9546",
69
+ "member": "string",
70
+ "name": "ClientId",
71
+ "required": true,
72
+ "type": "string"
73
+ },
74
+ {
75
+ "disabled": false,
76
+ "document": "授权请求Endpoint,OpenID Connect身份提供商授权地址。对应企业IdP提供的Openid-configuration中\"authorization_endpoint\"字段的值。",
77
+ "example": "https://console.authing.cn/console/get-started/61adcf00620c31e3d",
78
+ "member": "string",
79
+ "name": "AuthorizationEndpoint",
80
+ "required": true,
81
+ "type": "string"
82
+ },
83
+ {
84
+ "disabled": false,
85
+ "document": "授权请求Response type,固定值id_token",
86
+ "example": "id_token",
87
+ "member": "string",
88
+ "name": "ResponseType",
89
+ "required": true,
90
+ "type": "string"
91
+ },
92
+ {
93
+ "disabled": false,
94
+ "document": "授权请求Response mode。授权请求返回模式,form_post和fragment两种可选模式,推荐选择form_post模式。",
95
+ "example": "fragment",
96
+ "member": "string",
97
+ "name": "ResponseMode",
98
+ "required": true,
99
+ "type": "string"
100
+ },
101
+ {
102
+ "disabled": false,
103
+ "document": "映射字段名称。IdP的id_token中哪一个字段映射到子用户的用户名,通常是sub或者name字段",
104
+ "example": "sub",
105
+ "member": "string",
106
+ "name": "MappingFiled",
107
+ "required": true,
108
+ "type": "string"
109
+ },
110
+ {
111
+ "disabled": false,
112
+ "document": "签名公钥,需要base64_encode。验证OpenID Connect身份提供商ID Token签名的公钥。为了您的账号安全,建议您定期轮换签名公钥。",
113
+ "example": "无",
114
+ "member": "string",
115
+ "name": "IdentityKey",
116
+ "required": true,
117
+ "type": "string"
118
+ },
119
+ {
120
+ "disabled": false,
121
+ "document": "授权请求Scope。openid; email;profile。授权请求信息范围。默认必选openid。",
122
+ "example": "无",
123
+ "member": "string",
124
+ "name": "Scope",
125
+ "required": false,
126
+ "type": "list"
127
+ },
128
+ {
129
+ "disabled": false,
130
+ "document": "描述",
131
+ "example": "描述",
132
+ "member": "string",
133
+ "name": "Description",
134
+ "required": false,
135
+ "type": "string"
136
+ }
137
+ ],
138
+ "type": "object"
139
+ },
140
+ "CreateIAPUserOIDCConfigResponse": {
141
+ "document": "CreateIAPUserOIDCConfig返回参数结构体",
142
+ "members": [
143
+ {
144
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
145
+ "member": "string",
146
+ "name": "RequestId",
147
+ "type": "string"
148
+ }
149
+ ],
150
+ "type": "object"
151
+ },
152
+ "DescribeIAPLoginSessionDurationRequest": {
153
+ "document": "DescribeIAPLoginSessionDuration请求参数结构体",
154
+ "members": [],
155
+ "type": "object"
156
+ },
157
+ "DescribeIAPLoginSessionDurationResponse": {
158
+ "document": "DescribeIAPLoginSessionDuration返回参数结构体",
159
+ "members": [
160
+ {
161
+ "disabled": false,
162
+ "document": "登录会话时长",
163
+ "example": "172800",
164
+ "member": "int64",
165
+ "name": "Duration",
166
+ "output_required": true,
167
+ "type": "int",
168
+ "value_allowed_null": false
169
+ },
170
+ {
171
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
172
+ "member": "string",
173
+ "name": "RequestId",
174
+ "type": "string"
175
+ }
176
+ ],
177
+ "type": "object"
178
+ },
179
+ "DescribeIAPUserOIDCConfigRequest": {
180
+ "document": "DescribeIAPUserOIDCConfig请求参数结构体",
181
+ "members": [],
182
+ "type": "object"
183
+ },
184
+ "DescribeIAPUserOIDCConfigResponse": {
185
+ "document": "DescribeIAPUserOIDCConfig返回参数结构体",
186
+ "members": [
187
+ {
188
+ "disabled": false,
189
+ "document": "身份提供商类型。 13:IAP用户OIDC身份提供商",
190
+ "example": "13",
191
+ "member": "uint64",
192
+ "name": "ProviderType",
193
+ "output_required": true,
194
+ "type": "int",
195
+ "value_allowed_null": false
196
+ },
197
+ {
198
+ "disabled": false,
199
+ "document": "身份提供商URL",
200
+ "example": "1111",
201
+ "member": "string",
202
+ "name": "IdentityUrl",
203
+ "output_required": true,
204
+ "type": "string",
205
+ "value_allowed_null": false
206
+ },
207
+ {
208
+ "disabled": false,
209
+ "document": "签名公钥",
210
+ "example": "无",
211
+ "member": "string",
212
+ "name": "IdentityKey",
213
+ "output_required": true,
214
+ "type": "string",
215
+ "value_allowed_null": false
216
+ },
217
+ {
218
+ "disabled": false,
219
+ "document": "客户端id",
220
+ "example": "无",
221
+ "member": "string",
222
+ "name": "ClientId",
223
+ "output_required": true,
224
+ "type": "string",
225
+ "value_allowed_null": false
226
+ },
227
+ {
228
+ "disabled": false,
229
+ "document": "状态:0:未设置,11:已开启,2:已禁用",
230
+ "example": "1",
231
+ "member": "uint64",
232
+ "name": "Status",
233
+ "output_required": true,
234
+ "type": "int",
235
+ "value_allowed_null": false
236
+ },
237
+ {
238
+ "disabled": false,
239
+ "document": "HTTPS CA证书的验证指纹,允许英文字母和数字,每个指纹长度为40个字符,最多5个指纹。",
240
+ "example": "[\"902ef2deeb3c5b13ea4c3d5193629309e231****\"]",
241
+ "member": "string",
242
+ "name": "Fingerprints",
243
+ "output_required": false,
244
+ "type": "list",
245
+ "value_allowed_null": false
246
+ },
247
+ {
248
+ "disabled": false,
249
+ "document": "是否需要开启自动使用OIDC签名公钥,1:需要,2:不需要,默认不需要",
250
+ "example": "2",
251
+ "member": "uint64",
252
+ "name": "EnableAutoPublicKey",
253
+ "output_required": false,
254
+ "type": "int",
255
+ "value_allowed_null": false
256
+ },
257
+ {
258
+ "disabled": false,
259
+ "document": "授权请求Endpoint",
260
+ "example": "无",
261
+ "member": "string",
262
+ "name": "AuthorizationEndpoint",
263
+ "output_required": true,
264
+ "type": "string",
265
+ "value_allowed_null": false
266
+ },
267
+ {
268
+ "disabled": false,
269
+ "document": "授权请求Scope",
270
+ "example": "无",
271
+ "member": "string",
272
+ "name": "Scope",
273
+ "output_required": true,
274
+ "type": "list",
275
+ "value_allowed_null": false
276
+ },
277
+ {
278
+ "disabled": false,
279
+ "document": "授权请求Response type",
280
+ "example": "无",
281
+ "member": "string",
282
+ "name": "ResponseType",
283
+ "output_required": true,
284
+ "type": "string",
285
+ "value_allowed_null": false
286
+ },
287
+ {
288
+ "disabled": false,
289
+ "document": "授权请求Response mode",
290
+ "example": "无",
291
+ "member": "string",
292
+ "name": "ResponseMode",
293
+ "output_required": true,
294
+ "type": "string",
295
+ "value_allowed_null": false
296
+ },
297
+ {
298
+ "disabled": false,
299
+ "document": "映射字段名称",
300
+ "example": "无",
301
+ "member": "string",
302
+ "name": "MappingFiled",
303
+ "output_required": true,
304
+ "type": "string",
305
+ "value_allowed_null": false
306
+ },
307
+ {
308
+ "disabled": false,
309
+ "document": "描述",
310
+ "example": "无",
311
+ "member": "string",
312
+ "name": "Description",
313
+ "output_required": true,
314
+ "type": "string",
315
+ "value_allowed_null": false
316
+ },
317
+ {
318
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
319
+ "member": "string",
320
+ "name": "RequestId",
321
+ "type": "string"
322
+ }
323
+ ],
324
+ "type": "object"
325
+ },
326
+ "DisableIAPUserSSORequest": {
327
+ "document": "DisableIAPUserSSO请求参数结构体",
328
+ "members": [],
329
+ "type": "object"
330
+ },
331
+ "DisableIAPUserSSOResponse": {
332
+ "document": "DisableIAPUserSSO返回参数结构体",
333
+ "members": [
334
+ {
335
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
336
+ "member": "string",
337
+ "name": "RequestId",
338
+ "type": "string"
339
+ }
340
+ ],
341
+ "type": "object"
342
+ },
343
+ "ModifyIAPLoginSessionDurationRequest": {
344
+ "document": "ModifyIAPLoginSessionDuration请求参数结构体",
345
+ "members": [
346
+ {
347
+ "disabled": false,
348
+ "document": "登录会话时长",
349
+ "example": "172800",
350
+ "member": "int64",
351
+ "name": "Duration",
352
+ "required": true,
353
+ "type": "int"
354
+ }
355
+ ],
356
+ "type": "object"
357
+ },
358
+ "ModifyIAPLoginSessionDurationResponse": {
359
+ "document": "ModifyIAPLoginSessionDuration返回参数结构体",
360
+ "members": [
361
+ {
362
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
363
+ "member": "string",
364
+ "name": "RequestId",
365
+ "type": "string"
366
+ }
367
+ ],
368
+ "type": "object"
369
+ },
370
+ "UpdateIAPUserOIDCConfigRequest": {
371
+ "document": "UpdateIAPUserOIDCConfig请求参数结构体",
372
+ "members": [
373
+ {
374
+ "disabled": false,
375
+ "document": "身份提供商URL。OpenID Connect身份提供商标识。对应企业IdP提供的Openid-configuration中\"issuer\"字段的值。",
376
+ "example": "https://xxx.qq.cn/oidc",
377
+ "member": "string",
378
+ "name": "IdentityUrl",
379
+ "required": true,
380
+ "type": "string"
381
+ },
382
+ {
383
+ "disabled": false,
384
+ "document": "客户端ID,在OpenID Connect身份提供商注册的客户端ID。",
385
+ "example": "61adcf00620c31e3ddbc9546",
386
+ "member": "string",
387
+ "name": "ClientId",
388
+ "required": true,
389
+ "type": "string"
390
+ },
391
+ {
392
+ "disabled": false,
393
+ "document": "授权请求Endpoint,OpenID Connect身份提供商授权地址。对应企业IdP提供的Openid-configuration中\"authorization_endpoint\"字段的值。",
394
+ "example": "https://console.authing.cn/console/get-started/61adcf00620c31e3d",
395
+ "member": "string",
396
+ "name": "AuthorizationEndpoint",
397
+ "required": true,
398
+ "type": "string"
399
+ },
400
+ {
401
+ "disabled": false,
402
+ "document": "授权请求Response type,固定值id_token",
403
+ "example": "id_token",
404
+ "member": "string",
405
+ "name": "ResponseType",
406
+ "required": true,
407
+ "type": "string"
408
+ },
409
+ {
410
+ "disabled": false,
411
+ "document": "授权请求Response mode。授权请求返回模式,form_post和fragment两种可选模式,推荐选择form_post模式。",
412
+ "example": "fragment",
413
+ "member": "string",
414
+ "name": "ResponseMode",
415
+ "required": true,
416
+ "type": "string"
417
+ },
418
+ {
419
+ "disabled": false,
420
+ "document": "映射字段名称。IdP的id_token中哪一个字段映射到子用户的用户名,通常是sub或者name字段",
421
+ "example": "sub",
422
+ "member": "string",
423
+ "name": "MappingFiled",
424
+ "required": true,
425
+ "type": "string"
426
+ },
427
+ {
428
+ "disabled": false,
429
+ "document": "RSA签名公钥,JWKS格式,需要进行base64_encode。验证OpenID Connect身份提供商ID Token签名的公钥。为了您的账号安全,建议您定期轮换签名公钥。",
430
+ "example": "ewogICJ***IF0KfQ==",
431
+ "member": "string",
432
+ "name": "IdentityKey",
433
+ "required": true,
434
+ "type": "string"
435
+ },
436
+ {
437
+ "disabled": false,
438
+ "document": "授权请求Scope。openid; email;profile。授权请求信息范围。默认必选openid。",
439
+ "example": "openid",
440
+ "member": "string",
441
+ "name": "Scope",
442
+ "required": false,
443
+ "type": "list"
444
+ },
445
+ {
446
+ "disabled": false,
447
+ "document": "描述,长度为1~255个英文或中文字符,默认值为空。",
448
+ "example": "描述",
449
+ "member": "string",
450
+ "name": "Description",
451
+ "required": false,
452
+ "type": "string"
453
+ }
454
+ ],
455
+ "type": "object"
456
+ },
457
+ "UpdateIAPUserOIDCConfigResponse": {
458
+ "document": "UpdateIAPUserOIDCConfig返回参数结构体",
459
+ "members": [
460
+ {
461
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
462
+ "member": "string",
463
+ "name": "RequestId",
464
+ "type": "string"
465
+ }
466
+ ],
467
+ "type": "object"
468
+ }
469
+ },
470
+ "version": "1.0"
471
+ }
@@ -0,0 +1,59 @@
1
+ {
2
+ "actions": {
3
+ "CreateIAPUserOIDCConfig": [
4
+ {
5
+ "document": "创建IAP的OIDC配置",
6
+ "input": "POST / HTTP/1.1\nHost: iap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateIAPUserOIDCConfig\n<公共请求参数>\n\n{\n \"IdentityUrl\": \"https://accounts.g**gle.com\",\n \"ClientId\": \"47***4801-pu***e7tj.apps.g**gleusercontent.com\",\n \"AuthorizationEndpoint\": \"https://accounts.g**gle.com/o/oauth2/v2/auth\",\n \"ResponseType\": \"id_token\",\n \"ResponseMode\": \"form_post\",\n \"MappingFiled\": \"email\",\n \"IdentityKey\": \"ewogICAgImtleXMiOiBb*******gICBdCn0=\",\n \"Scope\": [\n \"openid\",\n \"email\",\n \"profile\"\n ],\n \"Description\": \"111\"\n}",
7
+ "output": "{\n \"Response\": {\n \"RequestId\": \"3ccecfc6-14a0-4aaa-bcf4-0d5b77835bfb\"\n }\n}",
8
+ "title": "创建IAP的OIDC配置"
9
+ }
10
+ ],
11
+ "DescribeIAPLoginSessionDuration": [
12
+ {
13
+ "document": "查询登录有效时长",
14
+ "input": "POST / HTTP/1.1\nHost: iap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeIAPLoginSessionDuration\n<公共请求参数>\n\n{}",
15
+ "output": "{\n \"Response\": {\n \"Duration\": 10000,\n \"RequestId\": \"4ad66203-95eb-41cf-b011-af9c9be78e49\"\n }\n}",
16
+ "title": "查询登录有效时长"
17
+ },
18
+ {
19
+ "document": "查询登录会话时长",
20
+ "input": "POST / HTTP/1.1\nHost: iap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeIAPLoginSessionDuration\n<公共请求参数>\n\n{}",
21
+ "output": "{\n \"Response\": {\n \"Duration\": 10000,\n \"RequestId\": \"4ad66203-95eb-41cf-b011-af9c9be78e49\"\n }\n}",
22
+ "title": "查询登录会话时长"
23
+ }
24
+ ],
25
+ "DescribeIAPUserOIDCConfig": [
26
+ {
27
+ "document": "查询IAP的OIDC配置",
28
+ "input": "POST / HTTP/1.1\nHost: iap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeIAPUserOIDCConfig\n<公共请求参数>\n\n{}",
29
+ "output": "{\n \"Response\": {\n \"AuthorizationEndpoint\": \"https://accounts.g**gle.com/o/oauth2/v2/auth\",\n \"ClientId\": \"47***01-pu1e*****7tj.apps.g**gleusercontent.com\",\n \"Description\": \"222\",\n \"IdentityKey\": \"ewogICAgImtletVUkttZ0I***GTHVVRUJkdyIKICAgICAgICB9CiAgICBdCn0=\",\n \"IdentityUrl\": \"https://accounts.g**gle.com\",\n \"MappingFiled\": \"email\",\n \"ProviderType\": 13,\n \"RequestId\": \"f87e5dab-426a-4a50-ac5b-1c08151cd6a2\",\n \"ResponseMode\": \"form_post\",\n \"ResponseType\": \"id_token\",\n \"Scope\": [\n \"openid\",\n \"email\",\n \"profile\"\n ],\n \"Status\": 2\n }\n}",
30
+ "title": "查询IAP的OIDC配置"
31
+ }
32
+ ],
33
+ "DisableIAPUserSSO": [
34
+ {
35
+ "document": "禁用IAP",
36
+ "input": "POST / HTTP/1.1\nHost: iap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DisableIAPUserSSO\n<公共请求参数>\n\n{}",
37
+ "output": "{\n \"Response\": {\n \"RequestId\": \"0054eaee-a5f7-4c53-9288-f4f06488fc94\"\n }\n}",
38
+ "title": "禁用IAP"
39
+ }
40
+ ],
41
+ "ModifyIAPLoginSessionDuration": [
42
+ {
43
+ "document": "设置登录会话时长",
44
+ "input": "POST / HTTP/1.1\nHost: iap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyIAPLoginSessionDuration\n<公共请求参数>\n\n{\n \"Duration\": 3600\n}",
45
+ "output": "{\n \"Response\": {\n \"RequestId\": \"27211afb-4f91-4473-bf32-1b73ac5c37f8\"\n }\n}",
46
+ "title": "设置登录会话时长"
47
+ }
48
+ ],
49
+ "UpdateIAPUserOIDCConfig": [
50
+ {
51
+ "document": "修改IAP的OIDC配置",
52
+ "input": "POST / HTTP/1.1\nHost: iap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UpdateIAPUserOIDCConfig\n<公共请求参数>\n\n{\n \"IdentityUrl\": \"https://accounts.g**gle.com\",\n \"ClientId\": \"47***01-pu***mvj4lj1de7tj.apps.g**gleusercontent.com\",\n \"AuthorizationEndpoint\": \"https://accounts.g**gle.com/o/oauth2/v2/auth\",\n \"ResponseType\": \"id_token\",\n \"ResponseMode\": \"form_post\",\n \"MappingFiled\": \"email\",\n \"IdentityKey\": \"ewogICAgImtle***xkd09GTHVVRUJkdyIKICAgICAgICB9CiAgICBdCn0=\",\n \"Scope\": [\n \"openid\",\n \"email\",\n \"profile\"\n ],\n \"Description\": \"1\"\n}",
53
+ "output": "{\n \"Response\": {\n \"RequestId\": \"b83e3152-6d18-4617-986d-ff4c666750ed\"\n }\n}",
54
+ "title": "修改IAP的OIDC配置"
55
+ }
56
+ ]
57
+ },
58
+ "version": "1.0"
59
+ }
@@ -1579,7 +1579,7 @@
1579
1579
  },
1580
1580
  {
1581
1581
  "disabled": false,
1582
- "document": "分辨率。可以有如下取值:\n1 标清\n2 高清\n3 全高清",
1582
+ "document": "头像区域,摄像头视频画面的分辨率。可以有如下取值:\n1 标清\n2 高清\n3 全高清",
1583
1583
  "example": "1",
1584
1584
  "member": "uint64",
1585
1585
  "name": "Resolution",
@@ -3488,7 +3488,7 @@
3488
3488
  },
3489
3489
  {
3490
3490
  "disabled": false,
3491
- "document": "分辨率。可以有如下取值:\n1 标清\n2 高清\n3 全高清",
3491
+ "document": "头像区域,摄像头视频画面的分辨率。可以有如下取值:\n1 标清\n2 高清\n3 全高清",
3492
3492
  "example": "1",
3493
3493
  "member": "uint64",
3494
3494
  "name": "Resolution",
@@ -6194,7 +6194,7 @@
6194
6194
  },
6195
6195
  {
6196
6196
  "disabled": false,
6197
- "document": "分辨率。可以有如下取值: 1 标清 2 高清 3 全高清",
6197
+ "document": "头像区域,摄像头视频画面的分辨率。可以有如下取值:\n1 标清\n2 高清\n3 全高清",
6198
6198
  "example": "1",
6199
6199
  "member": "uint64",
6200
6200
  "name": "Resolution",