tccli 3.0.1230.1__py2.py3-none-any.whl → 3.0.1232.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.
- tccli/__init__.py +1 -1
- tccli/services/aiart/aiart_client.py +53 -0
- tccli/services/aiart/v20221229/api.json +98 -0
- tccli/services/aiart/v20221229/examples.json +8 -0
- tccli/services/batch/v20170312/api.json +8 -10
- tccli/services/cam/cam_client.py +53 -0
- tccli/services/cam/v20190116/api.json +125 -52
- tccli/services/cam/v20190116/examples.json +12 -4
- tccli/services/cfg/v20210820/api.json +9 -0
- tccli/services/cloudaudit/v20190319/api.json +39 -39
- tccli/services/cloudaudit/v20190319/examples.json +5 -5
- tccli/services/cvm/v20170312/api.json +59 -61
- tccli/services/cvm/v20170312/examples.json +3 -3
- tccli/services/es/v20180416/api.json +106 -8
- tccli/services/ess/v20201111/api.json +1 -1
- tccli/services/essbasic/v20210526/api.json +2 -2
- tccli/services/live/v20180801/api.json +7 -7
- tccli/services/live/v20180801/examples.json +1 -1
- tccli/services/memcached/v20190318/api.json +20 -20
- tccli/services/mps/v20190612/api.json +11 -0
- tccli/services/mqtt/mqtt_client.py +283 -71
- tccli/services/mqtt/v20240516/api.json +312 -0
- tccli/services/mqtt/v20240516/examples.json +32 -0
- tccli/services/mrs/v20200910/api.json +3 -3
- tccli/services/mrs/v20200910/examples.json +1 -1
- tccli/services/ocr/v20181119/api.json +147 -4
- tccli/services/ocr/v20181119/examples.json +3 -3
- tccli/services/postgres/v20170312/api.json +11 -9
- tccli/services/postgres/v20170312/examples.json +2 -2
- tccli/services/redis/v20180412/examples.json +2 -2
- tccli/services/ssl/v20191205/api.json +4 -4
- tccli/services/ssl/v20191205/examples.json +1 -1
- tccli/services/sts/v20180813/api.json +9 -9
- tccli/services/tcbr/v20220217/api.json +84 -88
- tccli/services/tcbr/v20220217/examples.json +14 -14
- tccli/services/tdmq/v20200217/api.json +10 -0
- tccli/services/tione/tione_client.py +166 -113
- tccli/services/tione/v20211111/api.json +939 -361
- tccli/services/tione/v20211111/examples.json +30 -22
- tccli/services/tse/tse_client.py +228 -16
- tccli/services/tse/v20201207/api.json +476 -0
- tccli/services/tse/v20201207/examples.json +32 -0
- tccli/services/vclm/v20240523/api.json +1 -1
- tccli/services/vdb/v20230616/api.json +3 -3
- tccli/services/vdb/v20230616/examples.json +1 -1
- tccli/services/vod/v20180717/api.json +6 -6
- tccli/services/vpc/v20170312/api.json +17 -7
- tccli/services/vpc/v20170312/examples.json +1 -1
- {tccli-3.0.1230.1.dist-info → tccli-3.0.1232.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1230.1.dist-info → tccli-3.0.1232.1.dist-info}/RECORD +53 -53
- {tccli-3.0.1230.1.dist-info → tccli-3.0.1232.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1230.1.dist-info → tccli-3.0.1232.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1230.1.dist-info → tccli-3.0.1232.1.dist-info}/license_files/LICENSE +0 -0
@@ -602,6 +602,13 @@
|
|
602
602
|
"output": "UpdateRoleDescriptionResponse",
|
603
603
|
"status": "online"
|
604
604
|
},
|
605
|
+
"UpdateRoleSessionDuration": {
|
606
|
+
"document": "修改角色会话时长 ",
|
607
|
+
"input": "UpdateRoleSessionDurationRequest",
|
608
|
+
"name": "修改角色会话时长",
|
609
|
+
"output": "UpdateRoleSessionDurationResponse",
|
610
|
+
"status": "online"
|
611
|
+
},
|
605
612
|
"UpdateSAMLProvider": {
|
606
613
|
"document": "更新SAML身份提供商信息",
|
607
614
|
"input": "UpdateSAMLProviderRequest",
|
@@ -690,7 +697,7 @@
|
|
690
697
|
{
|
691
698
|
"disabled": false,
|
692
699
|
"document": "访问密钥标识",
|
693
|
-
"example": "
|
700
|
+
"example": "AKID***",
|
694
701
|
"member": "string",
|
695
702
|
"name": "AccessKeyId",
|
696
703
|
"output_required": true,
|
@@ -700,7 +707,7 @@
|
|
700
707
|
{
|
701
708
|
"disabled": false,
|
702
709
|
"document": "访问密钥(密钥仅创建时可见,请妥善保存)",
|
703
|
-
"example": "
|
710
|
+
"example": "iDVd***",
|
704
711
|
"member": "string",
|
705
712
|
"name": "SecretAccessKey",
|
706
713
|
"output_required": true,
|
@@ -710,7 +717,7 @@
|
|
710
717
|
{
|
711
718
|
"disabled": false,
|
712
719
|
"document": "密钥状态,激活(Active)或未激活(Inactive)",
|
713
|
-
"example": "
|
720
|
+
"example": "Active",
|
714
721
|
"member": "string",
|
715
722
|
"name": "Status",
|
716
723
|
"output_required": true,
|
@@ -720,7 +727,7 @@
|
|
720
727
|
{
|
721
728
|
"disabled": false,
|
722
729
|
"document": "创建时间",
|
723
|
-
"example": "
|
730
|
+
"example": "2020-03-03 18:00:26",
|
724
731
|
"member": "datetime",
|
725
732
|
"name": "CreateTime",
|
726
733
|
"output_required": true,
|
@@ -730,7 +737,7 @@
|
|
730
737
|
{
|
731
738
|
"disabled": false,
|
732
739
|
"document": "描述\n注意:此字段可能返回 null,表示取不到有效值。",
|
733
|
-
"example": "
|
740
|
+
"example": "readOnly权限",
|
734
741
|
"member": "string",
|
735
742
|
"name": "Description",
|
736
743
|
"output_required": false,
|
@@ -1124,7 +1131,7 @@
|
|
1124
1131
|
{
|
1125
1132
|
"disabled": false,
|
1126
1133
|
"document": "已下线的产品列表\n注意:此字段可能返回 null,表示取不到有效值。",
|
1127
|
-
"example": "[]",
|
1134
|
+
"example": "[\"ccs\"]",
|
1128
1135
|
"member": "string",
|
1129
1136
|
"name": "DeactivedDetail",
|
1130
1137
|
"output_required": true,
|
@@ -1537,7 +1544,7 @@
|
|
1537
1544
|
{
|
1538
1545
|
"disabled": false,
|
1539
1546
|
"document": "认证凭据AuthToken信息\n注意:此字段可能返回 null,表示取不到有效值。",
|
1540
|
-
"example": "
|
1547
|
+
"example": "{\"CurrentTime\":1733802016,\"LastRotationTimeCost\":343,\"NextRotationTime\":10,\"RotationMessage\":\"success\",\"RotationStatus\":\"success\",\"Token\":\"944a***mtHS\"}",
|
1541
1548
|
"member": "AuthToken",
|
1542
1549
|
"name": "Credentials",
|
1543
1550
|
"output_required": true,
|
@@ -3439,7 +3446,7 @@
|
|
3439
3446
|
{
|
3440
3447
|
"disabled": false,
|
3441
3448
|
"document": "用户组 ID",
|
3442
|
-
"example": "",
|
3449
|
+
"example": "300001",
|
3443
3450
|
"member": "uint64",
|
3444
3451
|
"name": "GroupId",
|
3445
3452
|
"required": true,
|
@@ -3454,54 +3461,60 @@
|
|
3454
3461
|
{
|
3455
3462
|
"disabled": false,
|
3456
3463
|
"document": "用户组 ID",
|
3457
|
-
"example": "",
|
3464
|
+
"example": "300001",
|
3458
3465
|
"member": "uint64",
|
3459
3466
|
"name": "GroupId",
|
3467
|
+
"output_required": true,
|
3460
3468
|
"type": "int",
|
3461
3469
|
"value_allowed_null": false
|
3462
3470
|
},
|
3463
3471
|
{
|
3464
3472
|
"disabled": false,
|
3465
3473
|
"document": "用户组名称",
|
3466
|
-
"example": "",
|
3474
|
+
"example": "admin",
|
3467
3475
|
"member": "string",
|
3468
3476
|
"name": "GroupName",
|
3477
|
+
"output_required": true,
|
3469
3478
|
"type": "string",
|
3470
3479
|
"value_allowed_null": false
|
3471
3480
|
},
|
3472
3481
|
{
|
3473
3482
|
"disabled": false,
|
3474
3483
|
"document": "用户组成员数量",
|
3475
|
-
"example": "",
|
3484
|
+
"example": "1",
|
3476
3485
|
"member": "uint64",
|
3477
3486
|
"name": "GroupNum",
|
3487
|
+
"output_required": true,
|
3478
3488
|
"type": "int",
|
3479
3489
|
"value_allowed_null": false
|
3480
3490
|
},
|
3481
3491
|
{
|
3482
3492
|
"disabled": false,
|
3483
3493
|
"document": "用户组描述",
|
3484
|
-
"example": "",
|
3494
|
+
"example": "管理员",
|
3485
3495
|
"member": "string",
|
3486
3496
|
"name": "Remark",
|
3497
|
+
"output_required": true,
|
3487
3498
|
"type": "string",
|
3488
3499
|
"value_allowed_null": false
|
3489
3500
|
},
|
3490
3501
|
{
|
3491
3502
|
"disabled": false,
|
3492
3503
|
"document": "用户组创建时间",
|
3493
|
-
"example": "",
|
3504
|
+
"example": "2024-11-25 20:37:41",
|
3494
3505
|
"member": "string",
|
3495
3506
|
"name": "CreateTime",
|
3507
|
+
"output_required": true,
|
3496
3508
|
"type": "string",
|
3497
3509
|
"value_allowed_null": false
|
3498
3510
|
},
|
3499
3511
|
{
|
3500
3512
|
"disabled": false,
|
3501
3513
|
"document": "用户组成员信息",
|
3502
|
-
"example": "",
|
3514
|
+
"example": "{\"Uid\": 20000111}",
|
3503
3515
|
"member": "GroupMemberInfo",
|
3504
3516
|
"name": "UserInfo",
|
3517
|
+
"output_required": true,
|
3505
3518
|
"type": "list",
|
3506
3519
|
"value_allowed_null": false
|
3507
3520
|
},
|
@@ -3973,27 +3986,30 @@
|
|
3973
3986
|
{
|
3974
3987
|
"disabled": false,
|
3975
3988
|
"document": "当前账号Uin",
|
3976
|
-
"example": "",
|
3989
|
+
"example": "100000000000",
|
3977
3990
|
"member": "string",
|
3978
3991
|
"name": "Uin",
|
3992
|
+
"output_required": true,
|
3979
3993
|
"type": "string",
|
3980
3994
|
"value_allowed_null": false
|
3981
3995
|
},
|
3982
3996
|
{
|
3983
3997
|
"disabled": false,
|
3984
3998
|
"document": "当前账号OwnerUin",
|
3985
|
-
"example": "",
|
3999
|
+
"example": "100000000000",
|
3986
4000
|
"member": "string",
|
3987
4001
|
"name": "OwnerUin",
|
4002
|
+
"output_required": true,
|
3988
4003
|
"type": "string",
|
3989
4004
|
"value_allowed_null": false
|
3990
4005
|
},
|
3991
4006
|
{
|
3992
4007
|
"disabled": false,
|
3993
4008
|
"document": "当前账号AppId",
|
3994
|
-
"example": "",
|
4009
|
+
"example": "1250000000",
|
3995
4010
|
"member": "uint64",
|
3996
4011
|
"name": "AppId",
|
4012
|
+
"output_required": true,
|
3997
4013
|
"type": "int",
|
3998
4014
|
"value_allowed_null": false
|
3999
4015
|
},
|
@@ -4293,7 +4309,7 @@
|
|
4293
4309
|
"example": "100000001",
|
4294
4310
|
"member": "uint64",
|
4295
4311
|
"name": "Uid",
|
4296
|
-
"
|
4312
|
+
"output_required": true,
|
4297
4313
|
"type": "int",
|
4298
4314
|
"value_allowed_null": false
|
4299
4315
|
},
|
@@ -4303,7 +4319,7 @@
|
|
4303
4319
|
"example": "100000001",
|
4304
4320
|
"member": "uint64",
|
4305
4321
|
"name": "Uin",
|
4306
|
-
"
|
4322
|
+
"output_required": true,
|
4307
4323
|
"type": "int",
|
4308
4324
|
"value_allowed_null": false
|
4309
4325
|
},
|
@@ -4313,7 +4329,7 @@
|
|
4313
4329
|
"example": "userName",
|
4314
4330
|
"member": "string",
|
4315
4331
|
"name": "Name",
|
4316
|
-
"
|
4332
|
+
"output_required": true,
|
4317
4333
|
"type": "string",
|
4318
4334
|
"value_allowed_null": false
|
4319
4335
|
},
|
@@ -4323,7 +4339,7 @@
|
|
4323
4339
|
"example": "13600000001",
|
4324
4340
|
"member": "string",
|
4325
4341
|
"name": "PhoneNum",
|
4326
|
-
"
|
4342
|
+
"output_required": true,
|
4327
4343
|
"type": "string",
|
4328
4344
|
"value_allowed_null": false
|
4329
4345
|
},
|
@@ -4333,7 +4349,7 @@
|
|
4333
4349
|
"example": "86",
|
4334
4350
|
"member": "string",
|
4335
4351
|
"name": "CountryCode",
|
4336
|
-
"
|
4352
|
+
"output_required": true,
|
4337
4353
|
"type": "string",
|
4338
4354
|
"value_allowed_null": false
|
4339
4355
|
},
|
@@ -4343,7 +4359,7 @@
|
|
4343
4359
|
"example": "0",
|
4344
4360
|
"member": "uint64",
|
4345
4361
|
"name": "PhoneFlag",
|
4346
|
-
"
|
4362
|
+
"output_required": true,
|
4347
4363
|
"type": "int",
|
4348
4364
|
"value_allowed_null": false
|
4349
4365
|
},
|
@@ -4353,7 +4369,7 @@
|
|
4353
4369
|
"example": "email@qq.com",
|
4354
4370
|
"member": "string",
|
4355
4371
|
"name": "Email",
|
4356
|
-
"
|
4372
|
+
"output_required": true,
|
4357
4373
|
"type": "string",
|
4358
4374
|
"value_allowed_null": false
|
4359
4375
|
},
|
@@ -4363,7 +4379,7 @@
|
|
4363
4379
|
"example": "1",
|
4364
4380
|
"member": "uint64",
|
4365
4381
|
"name": "EmailFlag",
|
4366
|
-
"
|
4382
|
+
"output_required": true,
|
4367
4383
|
"type": "int",
|
4368
4384
|
"value_allowed_null": false
|
4369
4385
|
},
|
@@ -4373,7 +4389,7 @@
|
|
4373
4389
|
"example": "1",
|
4374
4390
|
"member": "uint64",
|
4375
4391
|
"name": "UserType",
|
4376
|
-
"
|
4392
|
+
"output_required": true,
|
4377
4393
|
"type": "int",
|
4378
4394
|
"value_allowed_null": false
|
4379
4395
|
},
|
@@ -4383,7 +4399,7 @@
|
|
4383
4399
|
"example": "2021-11-11 19:38:01",
|
4384
4400
|
"member": "string",
|
4385
4401
|
"name": "CreateTime",
|
4386
|
-
"
|
4402
|
+
"output_required": true,
|
4387
4403
|
"type": "string",
|
4388
4404
|
"value_allowed_null": false
|
4389
4405
|
},
|
@@ -4393,9 +4409,19 @@
|
|
4393
4409
|
"example": "1",
|
4394
4410
|
"member": "uint64",
|
4395
4411
|
"name": "IsReceiverOwner",
|
4396
|
-
"
|
4412
|
+
"output_required": true,
|
4397
4413
|
"type": "int",
|
4398
4414
|
"value_allowed_null": false
|
4415
|
+
},
|
4416
|
+
{
|
4417
|
+
"disabled": false,
|
4418
|
+
"document": "昵称\n注意:此字段可能返回 null,表示取不到有效值。",
|
4419
|
+
"example": "备注",
|
4420
|
+
"member": "string",
|
4421
|
+
"name": "Remark",
|
4422
|
+
"output_required": false,
|
4423
|
+
"type": "string",
|
4424
|
+
"value_allowed_null": true
|
4399
4425
|
}
|
4400
4426
|
],
|
4401
4427
|
"usage": "out"
|
@@ -5444,7 +5470,7 @@
|
|
5444
5470
|
{
|
5445
5471
|
"disabled": false,
|
5446
5472
|
"document": "用户组 ID。",
|
5447
|
-
"example": "",
|
5473
|
+
"example": "300001",
|
5448
5474
|
"member": "uint64",
|
5449
5475
|
"name": "GroupId",
|
5450
5476
|
"required": true,
|
@@ -5453,7 +5479,7 @@
|
|
5453
5479
|
{
|
5454
5480
|
"disabled": false,
|
5455
5481
|
"document": "页码。默认为1。",
|
5456
|
-
"example": "",
|
5482
|
+
"example": "1",
|
5457
5483
|
"member": "uint64",
|
5458
5484
|
"name": "Page",
|
5459
5485
|
"required": false,
|
@@ -5462,7 +5488,7 @@
|
|
5462
5488
|
{
|
5463
5489
|
"disabled": false,
|
5464
5490
|
"document": "每页数量。默认为20。",
|
5465
|
-
"example": "",
|
5491
|
+
"example": "20",
|
5466
5492
|
"member": "uint64",
|
5467
5493
|
"name": "Rp",
|
5468
5494
|
"required": false,
|
@@ -5477,18 +5503,20 @@
|
|
5477
5503
|
{
|
5478
5504
|
"disabled": false,
|
5479
5505
|
"document": "用户组关联的用户总数。",
|
5480
|
-
"example": "",
|
5506
|
+
"example": "1",
|
5481
5507
|
"member": "uint64",
|
5482
5508
|
"name": "TotalNum",
|
5509
|
+
"output_required": true,
|
5483
5510
|
"type": "int",
|
5484
5511
|
"value_allowed_null": false
|
5485
5512
|
},
|
5486
5513
|
{
|
5487
5514
|
"disabled": false,
|
5488
5515
|
"document": "子用户信息。",
|
5489
|
-
"example": "",
|
5516
|
+
"example": "[{\"Uid\": 1001408,\"Uin\": 100000545998,\"Name\": \"IT\",\"PhoneNum\": \"\",\"CountryCode\": \"86\",\"PhoneFlag\": 0,\"Email\": \"\",\"EmailFlag\": 0,\"UserType\": 3,\"CreateTime\": \"2018-04-24 15:36:26\",\"IsReceiverOwner\": 0}]",
|
5490
5517
|
"member": "GroupMemberInfo",
|
5491
5518
|
"name": "UserInfo",
|
5519
|
+
"output_required": true,
|
5492
5520
|
"type": "list",
|
5493
5521
|
"value_allowed_null": false
|
5494
5522
|
},
|
@@ -6468,7 +6496,7 @@
|
|
6468
6496
|
"example": "1",
|
6469
6497
|
"member": "uint64",
|
6470
6498
|
"name": "PolicyId",
|
6471
|
-
"
|
6499
|
+
"output_required": true,
|
6472
6500
|
"type": "int",
|
6473
6501
|
"value_allowed_null": false
|
6474
6502
|
},
|
@@ -6478,7 +6506,7 @@
|
|
6478
6506
|
"example": "AdministratorAccess",
|
6479
6507
|
"member": "string",
|
6480
6508
|
"name": "PolicyName",
|
6481
|
-
"
|
6509
|
+
"output_required": true,
|
6482
6510
|
"type": "string",
|
6483
6511
|
"value_allowed_null": false
|
6484
6512
|
},
|
@@ -6488,7 +6516,7 @@
|
|
6488
6516
|
"example": "2016-06-02 19:40:09",
|
6489
6517
|
"member": "datetime",
|
6490
6518
|
"name": "AddTime",
|
6491
|
-
"
|
6519
|
+
"output_required": true,
|
6492
6520
|
"type": "string",
|
6493
6521
|
"value_allowed_null": true
|
6494
6522
|
},
|
@@ -6498,7 +6526,7 @@
|
|
6498
6526
|
"example": "1",
|
6499
6527
|
"member": "uint64",
|
6500
6528
|
"name": "Type",
|
6501
|
-
"
|
6529
|
+
"output_required": true,
|
6502
6530
|
"type": "int",
|
6503
6531
|
"value_allowed_null": false
|
6504
6532
|
},
|
@@ -6508,7 +6536,7 @@
|
|
6508
6536
|
"example": "该策略允许您管理账户内所有用户及其权限、财务相关的信息、云服务资产。",
|
6509
6537
|
"member": "string",
|
6510
6538
|
"name": "Description",
|
6511
|
-
"
|
6539
|
+
"output_required": true,
|
6512
6540
|
"type": "string",
|
6513
6541
|
"value_allowed_null": true
|
6514
6542
|
},
|
@@ -6518,7 +6546,7 @@
|
|
6518
6546
|
"example": "1",
|
6519
6547
|
"member": "uint64",
|
6520
6548
|
"name": "CreateMode",
|
6521
|
-
"
|
6549
|
+
"output_required": true,
|
6522
6550
|
"type": "int",
|
6523
6551
|
"value_allowed_null": false
|
6524
6552
|
},
|
@@ -6528,7 +6556,7 @@
|
|
6528
6556
|
"example": "1",
|
6529
6557
|
"member": "uint64",
|
6530
6558
|
"name": "Attachments",
|
6531
|
-
"
|
6559
|
+
"output_required": true,
|
6532
6560
|
"type": "int",
|
6533
6561
|
"value_allowed_null": false
|
6534
6562
|
},
|
@@ -6538,7 +6566,7 @@
|
|
6538
6566
|
"example": "cam",
|
6539
6567
|
"member": "string",
|
6540
6568
|
"name": "ServiceType",
|
6541
|
-
"
|
6569
|
+
"output_required": true,
|
6542
6570
|
"type": "string",
|
6543
6571
|
"value_allowed_null": true
|
6544
6572
|
},
|
@@ -6548,7 +6576,7 @@
|
|
6548
6576
|
"example": "1",
|
6549
6577
|
"member": "uint64",
|
6550
6578
|
"name": "IsAttached",
|
6551
|
-
"
|
6579
|
+
"output_required": true,
|
6552
6580
|
"type": "int",
|
6553
6581
|
"value_allowed_null": true
|
6554
6582
|
},
|
@@ -6558,17 +6586,17 @@
|
|
6558
6586
|
"example": "0",
|
6559
6587
|
"member": "uint64",
|
6560
6588
|
"name": "Deactived",
|
6561
|
-
"
|
6589
|
+
"output_required": true,
|
6562
6590
|
"type": "int",
|
6563
6591
|
"value_allowed_null": true
|
6564
6592
|
},
|
6565
6593
|
{
|
6566
6594
|
"disabled": false,
|
6567
6595
|
"document": "已下线产品列表\n注意:此字段可能返回 null,表示取不到有效值。",
|
6568
|
-
"example": "[]",
|
6596
|
+
"example": "[\"ccs\"]",
|
6569
6597
|
"member": "string",
|
6570
6598
|
"name": "DeactivedDetail",
|
6571
|
-
"
|
6599
|
+
"output_required": true,
|
6572
6600
|
"type": "list",
|
6573
6601
|
"value_allowed_null": true
|
6574
6602
|
},
|
@@ -6578,7 +6606,7 @@
|
|
6578
6606
|
"example": "0",
|
6579
6607
|
"member": "uint64",
|
6580
6608
|
"name": "IsServiceLinkedPolicy",
|
6581
|
-
"
|
6609
|
+
"output_required": true,
|
6582
6610
|
"type": "int",
|
6583
6611
|
"value_allowed_null": true
|
6584
6612
|
},
|
@@ -6588,7 +6616,7 @@
|
|
6588
6616
|
"example": "1",
|
6589
6617
|
"member": "int64",
|
6590
6618
|
"name": "AttachEntityCount",
|
6591
|
-
"
|
6619
|
+
"output_required": true,
|
6592
6620
|
"type": "int",
|
6593
6621
|
"value_allowed_null": true
|
6594
6622
|
},
|
@@ -6598,7 +6626,7 @@
|
|
6598
6626
|
"example": "1",
|
6599
6627
|
"member": "int64",
|
6600
6628
|
"name": "AttachEntityBoundaryCount",
|
6601
|
-
"
|
6629
|
+
"output_required": true,
|
6602
6630
|
"type": "int",
|
6603
6631
|
"value_allowed_null": true
|
6604
6632
|
},
|
@@ -6608,7 +6636,7 @@
|
|
6608
6636
|
"example": "2016-06-02 19:40:09",
|
6609
6637
|
"member": "datetime",
|
6610
6638
|
"name": "UpdateTime",
|
6611
|
-
"
|
6639
|
+
"output_required": true,
|
6612
6640
|
"type": "string",
|
6613
6641
|
"value_allowed_null": true
|
6614
6642
|
}
|
@@ -7258,6 +7286,51 @@
|
|
7258
7286
|
],
|
7259
7287
|
"type": "object"
|
7260
7288
|
},
|
7289
|
+
"UpdateRoleSessionDurationRequest": {
|
7290
|
+
"document": "UpdateRoleSessionDuration请求参数结构体",
|
7291
|
+
"members": [
|
7292
|
+
{
|
7293
|
+
"disabled": false,
|
7294
|
+
"document": "时长(秒)",
|
7295
|
+
"example": "1234567",
|
7296
|
+
"member": "uint64",
|
7297
|
+
"name": "SessionDuration",
|
7298
|
+
"required": true,
|
7299
|
+
"type": "int"
|
7300
|
+
},
|
7301
|
+
{
|
7302
|
+
"disabled": false,
|
7303
|
+
"document": "角色名(与角色ID必填一个)",
|
7304
|
+
"example": "QCS_RoleName",
|
7305
|
+
"member": "string",
|
7306
|
+
"name": "RoleName",
|
7307
|
+
"required": false,
|
7308
|
+
"type": "string"
|
7309
|
+
},
|
7310
|
+
{
|
7311
|
+
"disabled": false,
|
7312
|
+
"document": "角色ID(与角色名必填一个)",
|
7313
|
+
"example": "1234567",
|
7314
|
+
"member": "uint64",
|
7315
|
+
"name": "RoleId",
|
7316
|
+
"required": false,
|
7317
|
+
"type": "int"
|
7318
|
+
}
|
7319
|
+
],
|
7320
|
+
"type": "object"
|
7321
|
+
},
|
7322
|
+
"UpdateRoleSessionDurationResponse": {
|
7323
|
+
"document": "UpdateRoleSessionDuration返回参数结构体",
|
7324
|
+
"members": [
|
7325
|
+
{
|
7326
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
7327
|
+
"member": "string",
|
7328
|
+
"name": "RequestId",
|
7329
|
+
"type": "string"
|
7330
|
+
}
|
7331
|
+
],
|
7332
|
+
"type": "object"
|
7333
|
+
},
|
7261
7334
|
"UpdateSAMLProviderRequest": {
|
7262
7335
|
"document": "UpdateSAMLProvider请求参数结构体",
|
7263
7336
|
"members": [
|
@@ -7417,7 +7490,7 @@
|
|
7417
7490
|
{
|
7418
7491
|
"disabled": false,
|
7419
7492
|
"document": "子用户备注",
|
7420
|
-
"example": "
|
7493
|
+
"example": "财务管理",
|
7421
7494
|
"member": "string",
|
7422
7495
|
"name": "Remark",
|
7423
7496
|
"required": false,
|
@@ -7435,7 +7508,7 @@
|
|
7435
7508
|
{
|
7436
7509
|
"disabled": false,
|
7437
7510
|
"document": "子用户控制台登录密码,若未进行密码规则设置则默认密码规则为8位以上同时包含大小写字母、数字和特殊字符。只有可以登录控制台时才有效,如果传空并且上面指定允许登录控制台,则自动生成随机密码,随机密码规则为32位包含大小写字母、数字和特殊字符。",
|
7438
|
-
"example": "
|
7511
|
+
"example": "password123456",
|
7439
7512
|
"member": "string",
|
7440
7513
|
"name": "Password",
|
7441
7514
|
"required": false,
|
@@ -7453,7 +7526,7 @@
|
|
7453
7526
|
{
|
7454
7527
|
"disabled": false,
|
7455
7528
|
"document": "手机号",
|
7456
|
-
"example": "
|
7529
|
+
"example": "18888888888",
|
7457
7530
|
"member": "string",
|
7458
7531
|
"name": "PhoneNum",
|
7459
7532
|
"required": false,
|
@@ -44,7 +44,7 @@
|
|
44
44
|
{
|
45
45
|
"document": "生成AuthToken",
|
46
46
|
"input": "POST / HTTP/1.1\nHost: cam.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: BuildDataFlowAuthToken\n<公共请求参数>\n\n{\n \"ResourceId\": \"cdb-12dd3d\",\n \"ResourceRegion\": \"ap-shanghai\",\n \"ResourceAccount\": \"ReadOnly\"\n}",
|
47
|
-
"output": "{\n \"Response\": {\n \"Credentials\": {\n \"CurrentTime\":
|
47
|
+
"output": "{\n \"Response\": {\n \"Credentials\": {\n \"CurrentTime\": 1733802016,\n \"LastRotationTimeCost\": 343,\n \"NextRotationTime\": 10,\n \"RotationMessage\": \"success\",\n \"RotationStatus\": \"success\",\n \"Token\": \"944a***mtHS\"\n },\n \"RequestId\": \"5bc7f0df-18a3-426b-84ce-ddbc8d1c95d1\"\n }\n}",
|
48
48
|
"title": "生成AuthToken"
|
49
49
|
}
|
50
50
|
],
|
@@ -356,7 +356,7 @@
|
|
356
356
|
{
|
357
357
|
"document": "",
|
358
358
|
"input": "https://cam.tencentcloudapi.com/?Action=GetGroup\r\n&GroupId=2020\r\n&<公共请求参数>",
|
359
|
-
"output": "{\n \"Response\": {\n \"GroupId\": 2020,\n \"GroupName\": \"
|
359
|
+
"output": "{\n \"Response\": {\n \"GroupId\": 2020,\n \"GroupName\": \"group1\",\n \"GroupNum\": 1,\n \"Remark\": \"IT\",\n \"CreateTime\": \"2019-04-03 15:11:34\",\n \"UserInfo\": [\n {\n \"Uid\": 1001408,\n \"Uin\": 100000545998,\n \"Name\": \"zhangsan\",\n \"PhoneNum\": \"188****8888\",\n \"CountryCode\": \"86\",\n \"PhoneFlag\": 0,\n \"Email\": \"user1***@tencent.com\",\n \"EmailFlag\": 0,\n \"UserType\": 3,\n \"CreateTime\": \"2018-04-24 15:36:26\",\n \"IsReceiverOwner\": 0\n }\n ],\n \"RequestId\": \"4a00d281-862a-4699-9d71-387d9fc2c36a\"\n }\n}",
|
360
360
|
"title": "查询用户组详情"
|
361
361
|
}
|
362
362
|
],
|
@@ -433,7 +433,7 @@
|
|
433
433
|
"GetUserAppId": [
|
434
434
|
{
|
435
435
|
"document": "",
|
436
|
-
"input": "https://cam.tencentcloudapi.com/?Action=GetUserAppId\
|
436
|
+
"input": "https://cam.tencentcloudapi.com/?Action=GetUserAppId\n&<公共请求参数>",
|
437
437
|
"output": "{\n \"Response\": {\n \"Uin\": \"12345678\",\n \"OwnerUin\": \"12345678\",\n \"AppId\": 1250000000,\n \"RequestId\": \"6fd84cee-0df1-4003-88c9-029acc082ad1\"\n }\n}",
|
438
438
|
"title": "获取用户appId"
|
439
439
|
}
|
@@ -576,7 +576,7 @@
|
|
576
576
|
{
|
577
577
|
"document": "",
|
578
578
|
"input": "https://cam.tencentcloudapi.com/?Action=ListUsersForGroup\r\n&GroupId=2020\r\n&<公共请求参数>",
|
579
|
-
"output": "{\n \"Response\": {\n \"TotalNum\": 1,\n \"UserInfo\": [\n {\n \"Uid\": 1001408,\n \"Uin\": 100000545998,\n \"Name\": \"
|
579
|
+
"output": "{\n \"Response\": {\n \"TotalNum\": 1,\n \"UserInfo\": [\n {\n \"Uid\": 1001408,\n \"Uin\": 100000545998,\n \"Name\": \"group1\",\n \"PhoneNum\": \"188****8888\",\n \"CountryCode\": \"86\",\n \"PhoneFlag\": 0,\n \"Email\": \"user1***@tencent.com\",\n \"EmailFlag\": 0,\n \"UserType\": 3,\n \"CreateTime\": \"2018-04-24 15:36:26\",\n \"IsReceiverOwner\": 0\n }\n ],\n \"RequestId\": \"576e68f4-49cf-451b-b717-a584cb68910a\"\n }\n}",
|
580
580
|
"title": "查询用户组关联的用户列表"
|
581
581
|
}
|
582
582
|
],
|
@@ -700,6 +700,14 @@
|
|
700
700
|
"title": "修改角色描述信息"
|
701
701
|
}
|
702
702
|
],
|
703
|
+
"UpdateRoleSessionDuration": [
|
704
|
+
{
|
705
|
+
"document": "",
|
706
|
+
"input": "https://cam.tencentcloudapi.com/?Action=UpdateRoleSessionDuration\n&RoleId=1234567\n&SessionDuration=1234567\n&<公共请求参数>",
|
707
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"4097a057-19c9-45bd-ad12-b4225a75c085\"\n }\n}",
|
708
|
+
"title": "修改角色会话时长"
|
709
|
+
}
|
710
|
+
],
|
703
711
|
"UpdateSAMLProvider": [
|
704
712
|
{
|
705
713
|
"document": "",
|
@@ -1194,6 +1194,15 @@
|
|
1194
1194
|
"name": "TaskStatusList",
|
1195
1195
|
"required": false,
|
1196
1196
|
"type": "list"
|
1197
|
+
},
|
1198
|
+
{
|
1199
|
+
"disabled": false,
|
1200
|
+
"document": "架构ID",
|
1201
|
+
"example": "arch-xxxx",
|
1202
|
+
"member": "string",
|
1203
|
+
"name": "ArchId",
|
1204
|
+
"required": false,
|
1205
|
+
"type": "string"
|
1197
1206
|
}
|
1198
1207
|
],
|
1199
1208
|
"type": "object"
|