tccli 3.0.1108.1__py2.py3-none-any.whl → 3.0.1110.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/examples/bi/v20220105/CreateEmbedToken.md +4 -2
- tccli/examples/cam/v20190116/CreateRole.md +1 -1
- tccli/examples/ccc/v20200210/CreateCompanyApply.md +10 -3
- tccli/examples/ccc/v20200210/DescribeCompanyList.md +2 -1
- tccli/examples/ccc/v20200210/ModifyCompanyApply.md +10 -3
- tccli/examples/emr/v20190103/DescribeEmrOverviewMetrics.md +40 -0
- tccli/examples/emr/v20190103/DescribeHBaseTableOverview.md +94 -0
- tccli/examples/ims/v20200713/ImageModeration.md +2 -2
- tccli/examples/ims/v20201229/ImageModeration.md +2 -2
- tccli/examples/vcg/v20240404/DescribeVideoStylizationJob.md +24 -0
- tccli/examples/vcg/v20240404/SubmitVideoStylizationJob.md +22 -0
- tccli/examples/vtc/v20240223/ConfirmVideoTranslateJob.md +33 -0
- tccli/examples/vtc/v20240223/DescribeVideoTranslateJob.md +70 -0
- tccli/examples/vtc/v20240223/SubmitVideoTranslateJob.md +49 -0
- tccli/services/__init__.py +6 -0
- tccli/services/autoscaling/v20180419/api.json +9 -8
- tccli/services/bi/v20220105/api.json +22 -3
- tccli/services/bi/v20220105/examples.json +2 -2
- tccli/services/cam/v20190116/api.json +71 -70
- tccli/services/cam/v20190116/examples.json +1 -1
- tccli/services/ccc/v20200210/api.json +99 -11
- tccli/services/ccc/v20200210/examples.json +3 -3
- tccli/services/cfw/v20190904/api.json +1 -1
- tccli/services/ckafka/v20190819/api.json +33 -13
- tccli/services/cls/v20201016/api.json +10 -10
- tccli/services/cvm/v20170312/api.json +33 -0
- tccli/services/dbbrain/v20210527/api.json +5 -5
- tccli/services/emr/emr_client.py +114 -8
- tccli/services/emr/v20190103/api.json +493 -0
- tccli/services/emr/v20190103/examples.json +16 -0
- tccli/services/hunyuan/v20230901/api.json +9 -0
- tccli/services/ims/v20200713/api.json +1 -1
- tccli/services/ims/v20200713/examples.json +1 -1
- tccli/services/ims/v20201229/api.json +1 -1
- tccli/services/ims/v20201229/examples.json +1 -1
- tccli/services/ms/v20180408/api.json +1 -1
- tccli/services/rce/rce_client.py +0 -53
- tccli/services/rce/v20201103/api.json +10 -34
- tccli/services/rce/v20201103/examples.json +0 -8
- tccli/services/tcss/v20201101/api.json +5 -5
- tccli/services/tdmq/v20200217/api.json +7 -7
- tccli/services/trtc/v20190722/api.json +20 -11
- tccli/services/vcg/__init__.py +4 -0
- tccli/services/vcg/v20240404/api.json +140 -0
- tccli/services/vcg/v20240404/examples.json +21 -0
- tccli/services/vcg/vcg_client.py +248 -0
- tccli/services/vod/v20180717/api.json +9 -0
- tccli/services/vtc/__init__.py +4 -0
- tccli/services/vtc/v20240223/api.json +425 -0
- tccli/services/vtc/v20240223/examples.json +41 -0
- tccli/services/vtc/vtc_client.py +301 -0
- {tccli-3.0.1108.1.dist-info → tccli-3.0.1110.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1108.1.dist-info → tccli-3.0.1110.1.dist-info}/RECORD +57 -42
- {tccli-3.0.1108.1.dist-info → tccli-3.0.1110.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1108.1.dist-info → tccli-3.0.1110.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1108.1.dist-info → tccli-3.0.1110.1.dist-info}/license_files/LICENSE +0 -0
@@ -27,8 +27,8 @@
|
|
27
27
|
"CreateEmbedToken": [
|
28
28
|
{
|
29
29
|
"document": "报表嵌出创建Token接口示例",
|
30
|
-
"input": "POST / HTTP/1.1\nHost: bi.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateEmbedToken\n<公共请求参数>\n\n{\n \"ExpireTime\": \"10\",\n \"Scope\": \"panel\",\n \"ExtraParam\": \"\",\n \"ProjectId\": \"1\",\n \"UserCorpId\": \"\",\n \"UserId\": \"\",\n \"TicketNum\": 0\n}",
|
31
|
-
"output": "{\n \"Response\": {\n \"Msg\": \"success\",\n \"RequestId\": \"adfacf71-c59c-4569-897d-955a1e41ee89\",\n \"Extra\": \"\",\n \"Data\": {\n \"Id\": 11,\n \"ProjectId\": \"1\",\n \"PageId\": null,\n \"ExtraParam\": \"\",\n \"Scope\": \"panel\",\n \"ExpireTime\": 10,\n \"CreatedUser\": null,\n \"CreatedAt\": \"2022-04-28 14:26:01\",\n \"UpdatedUser\": null,\n \"UpdatedAt\": \"2022-04-28 14:26:01\",\n \"BIToken\": \"300cf2a4-cfb8-47b8-9bc0-4a1f1f74bc1d\",\n \"UserCorpId\": \"\",\n \"UserId\": \"\",\n \"TicketNum\": 0\n }\n }\n}",
|
30
|
+
"input": "POST / HTTP/1.1\nHost: bi.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateEmbedToken\n<公共请求参数>\n\n{\n \"ExpireTime\": \"10\",\n \"Scope\": \"panel\",\n \"ExtraParam\": \"\",\n \"ProjectId\": \"1\",\n \"UserCorpId\": \"\",\n \"UserId\": \"\",\n \"TicketNum\": 0,\n \"GlobalParam\": \"[{\\\"ParamKey\\\": \\\"province\\\", \\\"JoinType\\\": \\\"and\\\", \\\"WhereList\\\": [ { \\\"Operator\\\": \\\"-is\\\", \\\"Value\\\": [ \\\"重庆市\\\", \\\"湖北省\\\", \\\"湖南省\\\", \\\"四川省\\\" ] } ] } ]\"\n}",
|
31
|
+
"output": "{\n \"Response\": {\n \"Msg\": \"success\",\n \"RequestId\": \"adfacf71-c59c-4569-897d-955a1e41ee89\",\n \"Extra\": \"\",\n \"Data\": {\n \"Id\": 11,\n \"ProjectId\": \"1\",\n \"PageId\": null,\n \"ExtraParam\": \"\",\n \"Scope\": \"panel\",\n \"ExpireTime\": 10,\n \"CreatedUser\": null,\n \"CreatedAt\": \"2022-04-28 14:26:01\",\n \"UpdatedUser\": null,\n \"UpdatedAt\": \"2022-04-28 14:26:01\",\n \"BIToken\": \"300cf2a4-cfb8-47b8-9bc0-4a1f1f74bc1d\",\n \"UserCorpId\": \"\",\n \"UserId\": \"\",\n \"TicketNum\": 0,\n \"GlobalParam\": \"[{\\\"ParamKey\\\": \\\"province\\\", \\\"JoinType\\\": \\\"and\\\", \\\"WhereList\\\": [ { \\\"Operator\\\": \\\"-is\\\", \\\"Value\\\": [ \\\"重庆市\\\", \\\"湖北省\\\", \\\"湖南省\\\", \\\"四川省\\\" ] } ] } ]\"\n }\n }\n}",
|
32
32
|
"title": "报表嵌出创建Token接口示例-强鉴权"
|
33
33
|
}
|
34
34
|
],
|
@@ -977,110 +977,110 @@
|
|
977
977
|
{
|
978
978
|
"disabled": false,
|
979
979
|
"document": "策略id",
|
980
|
-
"example": "",
|
980
|
+
"example": "无",
|
981
981
|
"member": "uint64",
|
982
982
|
"name": "PolicyId",
|
983
|
-
"
|
983
|
+
"output_required": true,
|
984
984
|
"type": "int",
|
985
985
|
"value_allowed_null": false
|
986
986
|
},
|
987
987
|
{
|
988
988
|
"disabled": false,
|
989
989
|
"document": "策略名称\n注意:此字段可能返回 null,表示取不到有效值。",
|
990
|
-
"example": "",
|
990
|
+
"example": "无",
|
991
991
|
"member": "string",
|
992
992
|
"name": "PolicyName",
|
993
|
-
"
|
993
|
+
"output_required": true,
|
994
994
|
"type": "string",
|
995
995
|
"value_allowed_null": true
|
996
996
|
},
|
997
997
|
{
|
998
998
|
"disabled": false,
|
999
999
|
"document": "创建时间\n注意:此字段可能返回 null,表示取不到有效值。",
|
1000
|
-
"example": "",
|
1000
|
+
"example": "无",
|
1001
1001
|
"member": "datetime",
|
1002
1002
|
"name": "AddTime",
|
1003
|
-
"
|
1003
|
+
"output_required": true,
|
1004
1004
|
"type": "string",
|
1005
1005
|
"value_allowed_null": true
|
1006
1006
|
},
|
1007
1007
|
{
|
1008
1008
|
"disabled": false,
|
1009
1009
|
"document": "创建来源,1 通过控制台创建, 2 通过策略语法创建。\n注意:此字段可能返回 null,表示取不到有效值。",
|
1010
|
-
"example": "",
|
1010
|
+
"example": "无",
|
1011
1011
|
"member": "uint64",
|
1012
1012
|
"name": "CreateMode",
|
1013
|
-
"
|
1013
|
+
"output_required": true,
|
1014
1014
|
"type": "int",
|
1015
1015
|
"value_allowed_null": true
|
1016
1016
|
},
|
1017
1017
|
{
|
1018
1018
|
"disabled": false,
|
1019
1019
|
"document": "取值为user和QCS\n注意:此字段可能返回 null,表示取不到有效值。",
|
1020
|
-
"example": "",
|
1020
|
+
"example": "无",
|
1021
1021
|
"member": "string",
|
1022
1022
|
"name": "PolicyType",
|
1023
|
-
"
|
1023
|
+
"output_required": true,
|
1024
1024
|
"type": "string",
|
1025
1025
|
"value_allowed_null": true
|
1026
1026
|
},
|
1027
1027
|
{
|
1028
1028
|
"disabled": false,
|
1029
1029
|
"document": "策略备注\n注意:此字段可能返回 null,表示取不到有效值。",
|
1030
|
-
"example": "",
|
1030
|
+
"example": "无",
|
1031
1031
|
"member": "string",
|
1032
1032
|
"name": "Remark",
|
1033
|
-
"
|
1033
|
+
"output_required": true,
|
1034
1034
|
"type": "string",
|
1035
1035
|
"value_allowed_null": true
|
1036
1036
|
},
|
1037
1037
|
{
|
1038
1038
|
"disabled": false,
|
1039
|
-
"document": "
|
1040
|
-
"example": "",
|
1039
|
+
"document": "策略关联操作者主账号\n注意:此字段可能返回 null,表示取不到有效值。",
|
1040
|
+
"example": "无",
|
1041
1041
|
"member": "string",
|
1042
1042
|
"name": "OperateOwnerUin",
|
1043
|
-
"
|
1043
|
+
"output_required": true,
|
1044
1044
|
"type": "string",
|
1045
1045
|
"value_allowed_null": true
|
1046
1046
|
},
|
1047
1047
|
{
|
1048
1048
|
"disabled": false,
|
1049
|
-
"document": "策略关联操作者ID,如果UinType为0
|
1050
|
-
"example": "",
|
1049
|
+
"document": "策略关联操作者ID,如果UinType为0表示子账号Uin,如果UinType为1表示角色ID\n注意:此字段可能返回 null,表示取不到有效值。",
|
1050
|
+
"example": "无",
|
1051
1051
|
"member": "string",
|
1052
1052
|
"name": "OperateUin",
|
1053
|
-
"
|
1053
|
+
"output_required": true,
|
1054
1054
|
"type": "string",
|
1055
1055
|
"value_allowed_null": true
|
1056
1056
|
},
|
1057
1057
|
{
|
1058
1058
|
"disabled": false,
|
1059
|
-
"document": "UinType为0表示OperateUin
|
1060
|
-
"example": "",
|
1059
|
+
"document": "UinType为0表示OperateUin字段是子账号Uin,如果UinType为1表示OperateUin字段是角色ID\n注意:此字段可能返回 null,表示取不到有效值。",
|
1060
|
+
"example": "无",
|
1061
1061
|
"member": "uint64",
|
1062
1062
|
"name": "OperateUinType",
|
1063
|
-
"
|
1063
|
+
"output_required": true,
|
1064
1064
|
"type": "int",
|
1065
1065
|
"value_allowed_null": true
|
1066
1066
|
},
|
1067
1067
|
{
|
1068
1068
|
"disabled": false,
|
1069
1069
|
"document": "是否已下线\n注意:此字段可能返回 null,表示取不到有效值。",
|
1070
|
-
"example": "",
|
1070
|
+
"example": "无",
|
1071
1071
|
"member": "uint64",
|
1072
1072
|
"name": "Deactived",
|
1073
|
-
"
|
1073
|
+
"output_required": true,
|
1074
1074
|
"type": "int",
|
1075
1075
|
"value_allowed_null": true
|
1076
1076
|
},
|
1077
1077
|
{
|
1078
1078
|
"disabled": false,
|
1079
1079
|
"document": "已下线的产品列表\n注意:此字段可能返回 null,表示取不到有效值。",
|
1080
|
-
"example": "",
|
1080
|
+
"example": "无",
|
1081
1081
|
"member": "string",
|
1082
1082
|
"name": "DeactivedDetail",
|
1083
|
-
"
|
1083
|
+
"output_required": true,
|
1084
1084
|
"type": "list",
|
1085
1085
|
"value_allowed_null": true
|
1086
1086
|
}
|
@@ -1563,21 +1563,12 @@
|
|
1563
1563
|
{
|
1564
1564
|
"disabled": false,
|
1565
1565
|
"document": "身份提供商URL",
|
1566
|
-
"example": "https://
|
1566
|
+
"example": "https://xxx.qq.cn/oidc",
|
1567
1567
|
"member": "string",
|
1568
1568
|
"name": "IdentityUrl",
|
1569
1569
|
"required": true,
|
1570
1570
|
"type": "string"
|
1571
1571
|
},
|
1572
|
-
{
|
1573
|
-
"disabled": false,
|
1574
|
-
"document": "签名公钥,需要base64",
|
1575
|
-
"example": "无",
|
1576
|
-
"member": "string",
|
1577
|
-
"name": "IdentityKey",
|
1578
|
-
"required": true,
|
1579
|
-
"type": "string"
|
1580
|
-
},
|
1581
1572
|
{
|
1582
1573
|
"disabled": false,
|
1583
1574
|
"document": "客户端ID",
|
@@ -1596,6 +1587,15 @@
|
|
1596
1587
|
"required": true,
|
1597
1588
|
"type": "string"
|
1598
1589
|
},
|
1590
|
+
{
|
1591
|
+
"disabled": false,
|
1592
|
+
"document": "签名公钥,需要base64",
|
1593
|
+
"example": "无",
|
1594
|
+
"member": "string",
|
1595
|
+
"name": "IdentityKey",
|
1596
|
+
"required": true,
|
1597
|
+
"type": "string"
|
1598
|
+
},
|
1599
1599
|
{
|
1600
1600
|
"disabled": false,
|
1601
1601
|
"document": "描述",
|
@@ -1799,6 +1799,7 @@
|
|
1799
1799
|
"example": "123456789",
|
1800
1800
|
"member": "string",
|
1801
1801
|
"name": "RoleId",
|
1802
|
+
"output_required": true,
|
1802
1803
|
"type": "string",
|
1803
1804
|
"value_allowed_null": true
|
1804
1805
|
},
|
@@ -1936,21 +1937,12 @@
|
|
1936
1937
|
{
|
1937
1938
|
"disabled": false,
|
1938
1939
|
"document": "身份提供商URL。OpenID Connect身份提供商标识。\n对应企业IdP提供的Openid-configuration中\"issuer\"字段的值。",
|
1939
|
-
"example": "https://
|
1940
|
+
"example": "https://xxx.qq.cn/oidc",
|
1940
1941
|
"member": "string",
|
1941
1942
|
"name": "IdentityUrl",
|
1942
1943
|
"required": true,
|
1943
1944
|
"type": "string"
|
1944
1945
|
},
|
1945
|
-
{
|
1946
|
-
"disabled": false,
|
1947
|
-
"document": "签名公钥,需要base64_encode。验证OpenID Connect身份提供商ID Token签名的公钥。为了您的帐号安全,建议您定期轮换签名公钥。",
|
1948
|
-
"example": "无",
|
1949
|
-
"member": "string",
|
1950
|
-
"name": "IdentityKey",
|
1951
|
-
"required": true,
|
1952
|
-
"type": "string"
|
1953
|
-
},
|
1954
1946
|
{
|
1955
1947
|
"disabled": false,
|
1956
1948
|
"document": "客户端ID,在OpenID Connect身份提供商注册的客户端ID。",
|
@@ -1996,6 +1988,15 @@
|
|
1996
1988
|
"required": true,
|
1997
1989
|
"type": "string"
|
1998
1990
|
},
|
1991
|
+
{
|
1992
|
+
"disabled": false,
|
1993
|
+
"document": "签名公钥,需要base64_encode。验证OpenID Connect身份提供商ID Token签名的公钥。为了您的账号安全,建议您定期轮换签名公钥。",
|
1994
|
+
"example": "无",
|
1995
|
+
"member": "string",
|
1996
|
+
"name": "IdentityKey",
|
1997
|
+
"required": true,
|
1998
|
+
"type": "string"
|
1999
|
+
},
|
1999
2000
|
{
|
2000
2001
|
"disabled": false,
|
2001
2002
|
"document": "授权请求Scope。openid; email;profile。授权请求信息范围。默认必选openid。",
|
@@ -3204,7 +3205,7 @@
|
|
3204
3205
|
"members": [
|
3205
3206
|
{
|
3206
3207
|
"disabled": false,
|
3207
|
-
"document": "自定义多因子验证Token
|
3208
|
+
"document": "自定义多因子验证Token对应的账号Id",
|
3208
3209
|
"example": "100033287777",
|
3209
3210
|
"member": "uint64",
|
3210
3211
|
"name": "Uin",
|
@@ -5468,7 +5469,7 @@
|
|
5468
5469
|
"members": [
|
5469
5470
|
{
|
5470
5471
|
"disabled": false,
|
5471
|
-
"document": "
|
5472
|
+
"document": "是否设置手机号为登录和敏感操作安全校验方式, 1: 设置,0: 不设置",
|
5472
5473
|
"example": "1",
|
5473
5474
|
"member": "uint64",
|
5474
5475
|
"name": "Phone",
|
@@ -5479,7 +5480,7 @@
|
|
5479
5480
|
},
|
5480
5481
|
{
|
5481
5482
|
"disabled": false,
|
5482
|
-
"document": "是否设置软token
|
5483
|
+
"document": "是否设置软token为登录和敏感操作安全校验方式, 1: 设置,0: 不设置",
|
5483
5484
|
"example": "0",
|
5484
5485
|
"member": "uint64",
|
5485
5486
|
"name": "Stoken",
|
@@ -5490,7 +5491,7 @@
|
|
5490
5491
|
},
|
5491
5492
|
{
|
5492
5493
|
"disabled": false,
|
5493
|
-
"document": "
|
5494
|
+
"document": "是否设置微信为登录和敏感操作安全校验方式, 1: 设置,0: 不设置",
|
5494
5495
|
"example": "0",
|
5495
5496
|
"member": "uint64",
|
5496
5497
|
"name": "Wechat",
|
@@ -6632,21 +6633,12 @@
|
|
6632
6633
|
{
|
6633
6634
|
"disabled": false,
|
6634
6635
|
"document": "身份提供商URL",
|
6635
|
-
"example": "https://
|
6636
|
+
"example": "https://xxx.qq.cn/oidc",
|
6636
6637
|
"member": "string",
|
6637
6638
|
"name": "IdentityUrl",
|
6638
6639
|
"required": true,
|
6639
6640
|
"type": "string"
|
6640
6641
|
},
|
6641
|
-
{
|
6642
|
-
"disabled": false,
|
6643
|
-
"document": "签名公钥,需要base64",
|
6644
|
-
"example": "无",
|
6645
|
-
"member": "string",
|
6646
|
-
"name": "IdentityKey",
|
6647
|
-
"required": true,
|
6648
|
-
"type": "string"
|
6649
|
-
},
|
6650
6642
|
{
|
6651
6643
|
"disabled": false,
|
6652
6644
|
"document": "客户端ID",
|
@@ -6665,6 +6657,15 @@
|
|
6665
6657
|
"required": true,
|
6666
6658
|
"type": "string"
|
6667
6659
|
},
|
6660
|
+
{
|
6661
|
+
"disabled": false,
|
6662
|
+
"document": "签名公钥,需要base64",
|
6663
|
+
"example": "无",
|
6664
|
+
"member": "string",
|
6665
|
+
"name": "IdentityKey",
|
6666
|
+
"required": true,
|
6667
|
+
"type": "string"
|
6668
|
+
},
|
6668
6669
|
{
|
6669
6670
|
"disabled": false,
|
6670
6671
|
"document": "描述",
|
@@ -6903,21 +6904,12 @@
|
|
6903
6904
|
{
|
6904
6905
|
"disabled": false,
|
6905
6906
|
"document": "身份提供商URL。OpenID Connect身份提供商标识。\n对应企业IdP提供的Openid-configuration中\"issuer\"字段的值,该URL必须以https开头,符合标准URL格式,不允许带有query参数(以?标识)、fragment片段(以#标识)和登录信息(以@标识)。",
|
6906
|
-
"example": "https://
|
6907
|
+
"example": "https://xxx.qq.cn/oidc",
|
6907
6908
|
"member": "string",
|
6908
6909
|
"name": "IdentityUrl",
|
6909
6910
|
"required": true,
|
6910
6911
|
"type": "string"
|
6911
6912
|
},
|
6912
|
-
{
|
6913
|
-
"disabled": false,
|
6914
|
-
"document": "RSA签名公钥,JWKS格式,需要进行base64_encode。验证OpenID Connect身份提供商ID Token签名的公钥。为了您的账号安全,建议您定期轮换签名公钥。",
|
6915
|
-
"example": "ewogICJrZXlzIjogWwogICAgewogICAgICAia3R5IjogIlJTQSIsCiAgICAgICJraWQiOiAibXlrZXkiLAogICAgICAidXNlIjogInNpZyIsCiAgICAgICJhbGciOiAiUlMyNTYiLAogICAgICAibiI6ICJBS2pKWnouLi4vZjEiLAogICAgICAiZSI6ICJBUUFCIgogICAgfQogIF0KfQ==",
|
6916
|
-
"member": "string",
|
6917
|
-
"name": "IdentityKey",
|
6918
|
-
"required": true,
|
6919
|
-
"type": "string"
|
6920
|
-
},
|
6921
6913
|
{
|
6922
6914
|
"disabled": false,
|
6923
6915
|
"document": "客户端ID,在OpenID Connect身份提供商注册的客户端ID,允许英文字母、数字、特殊字符.-_:/,不能以特殊字符.-_:/开头,单个客户端ID最大64个字符。",
|
@@ -6956,13 +6948,22 @@
|
|
6956
6948
|
},
|
6957
6949
|
{
|
6958
6950
|
"disabled": false,
|
6959
|
-
"document": "映射字段名称。IdP的id_token中哪一个字段映射到子用户的用户名,通常是sub或者name
|
6951
|
+
"document": "映射字段名称。IdP的id_token中哪一个字段映射到子用户的用户名,通常是sub或者name字段,仅支持英文字母、数字、汉字、符号@、&_[]-的组合,1-255个中文或英文字符",
|
6960
6952
|
"example": "sub",
|
6961
6953
|
"member": "string",
|
6962
6954
|
"name": "MappingFiled",
|
6963
6955
|
"required": true,
|
6964
6956
|
"type": "string"
|
6965
6957
|
},
|
6958
|
+
{
|
6959
|
+
"disabled": false,
|
6960
|
+
"document": "RSA签名公钥,JWKS格式,需要进行base64_encode。验证OpenID Connect身份提供商ID Token签名的公钥。为了您的账号安全,建议您定期轮换签名公钥。",
|
6961
|
+
"example": "ewogICJrZXlzIjogWwogICAgewogICAgICAia3R5IjogIlJTQSIsCiAgICAgICJraWQiOiAibXlrZXkiLAogICAgICAidXNlIjogInNpZyIsCiAgICAgICJhbGciOiAiUlMyNTYiLAogICAgICAibiI6ICJBS2pKWnouLi4vZjEiLAogICAgICAiZSI6ICJBUUFCIgogICAgfQogIF0KfQ==",
|
6962
|
+
"member": "string",
|
6963
|
+
"name": "IdentityKey",
|
6964
|
+
"required": true,
|
6965
|
+
"type": "string"
|
6966
|
+
},
|
6966
6967
|
{
|
6967
6968
|
"disabled": false,
|
6968
6969
|
"document": "授权请求Scope。有openid; email;profile三种。代表授权请求信息范围openid表示请求访问用户的身份信息,email表示请求访问用户的电子邮件地址,profile表示请求访问用户的基本信息。默认必选openid。",
|
@@ -98,7 +98,7 @@
|
|
98
98
|
],
|
99
99
|
"CreateRole": [
|
100
100
|
{
|
101
|
-
"document": "
|
101
|
+
"document": "以下示例将创建一个以日志服务和操作审计为载体的角色",
|
102
102
|
"input": "https://cam.tencentcloudapi.com/?Action=CreateRole\n&RoleName=test_1234544\n&PolicyDocument=%7B%22version%22%3A%222.0%22%2C%22statement%22%3A%5B%7B%22action%22%3A%22name%2Fsts%3AAssumeRole%22%2C%22effect%22%3A%22allow%22%2C%22principal%22%3A%7B%22service%22%3A%5B%22cloudaudit.cloud.tencent.com%22%2C%22cls.cloud.tencent.com%22%5D%7D%7D%5D%7D\n&Description=abc\n&<公共请求参数>",
|
103
103
|
"output": "{\n \"Response\": {\n \"RoleId\": \"123456789000\",\n \"RequestId\": \"0bac591a-6cc7-4e9d-8d01-74618f1a9611\"\n }\n}",
|
104
104
|
"title": "创建一个角色"
|
@@ -1145,10 +1145,10 @@
|
|
1145
1145
|
},
|
1146
1146
|
{
|
1147
1147
|
"disabled": false,
|
1148
|
-
"document": "
|
1149
|
-
"example": "
|
1148
|
+
"document": "安全合规使用承诺书。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模板参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)\n注意:此字段可能返回 null,表示取不到有效值。",
|
1149
|
+
"example": "https://xxxx.com/xxxxx.jpg\t",
|
1150
1150
|
"member": "string",
|
1151
|
-
"name": "
|
1151
|
+
"name": "NetworkCommitmentPicUrl",
|
1152
1152
|
"output_required": false,
|
1153
1153
|
"required": true,
|
1154
1154
|
"type": "string",
|
@@ -1156,10 +1156,21 @@
|
|
1156
1156
|
},
|
1157
1157
|
{
|
1158
1158
|
"disabled": false,
|
1159
|
-
"document": "
|
1160
|
-
"example": "
|
1159
|
+
"document": "是否与腾讯云账号的资质一致,0-不一致,1-一致\n注意:此字段可能返回 null,表示取不到有效值。",
|
1160
|
+
"example": "1",
|
1161
|
+
"member": "int64",
|
1162
|
+
"name": "IsEqualTencentCloud",
|
1163
|
+
"output_required": false,
|
1164
|
+
"required": true,
|
1165
|
+
"type": "int",
|
1166
|
+
"value_allowed_null": true
|
1167
|
+
},
|
1168
|
+
{
|
1169
|
+
"disabled": false,
|
1170
|
+
"document": "法定代表人手机号\n注意:此字段可能返回 null,表示取不到有效值。",
|
1171
|
+
"example": "18011111111",
|
1161
1172
|
"member": "string",
|
1162
|
-
"name": "
|
1173
|
+
"name": "CorporationMobile",
|
1163
1174
|
"output_required": false,
|
1164
1175
|
"required": true,
|
1165
1176
|
"type": "string",
|
@@ -1167,10 +1178,43 @@
|
|
1167
1178
|
},
|
1168
1179
|
{
|
1169
1180
|
"disabled": false,
|
1170
|
-
"document": "
|
1171
|
-
"example": "https://xxxx.com/xxxxx.jpg
|
1181
|
+
"document": "法定代表人手机号码实名认证。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模板参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)\n注意:此字段可能返回 null,表示取不到有效值。",
|
1182
|
+
"example": "https://xxxx.com/xxxxx.jpg",
|
1172
1183
|
"member": "string",
|
1173
|
-
"name": "
|
1184
|
+
"name": "CorporationMobilePicUrl",
|
1185
|
+
"output_required": false,
|
1186
|
+
"required": true,
|
1187
|
+
"type": "string",
|
1188
|
+
"value_allowed_null": true
|
1189
|
+
},
|
1190
|
+
{
|
1191
|
+
"disabled": false,
|
1192
|
+
"document": "通话话术。(支持doc、docx格式的文档不超过50MB,模板参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)\n注意:此字段可能返回 null,表示取不到有效值。",
|
1193
|
+
"example": "https://xxxx.com/xxxxx.jpg",
|
1194
|
+
"member": "string",
|
1195
|
+
"name": "UseDescribeFileUrl",
|
1196
|
+
"output_required": false,
|
1197
|
+
"required": true,
|
1198
|
+
"type": "string",
|
1199
|
+
"value_allowed_null": true
|
1200
|
+
},
|
1201
|
+
{
|
1202
|
+
"disabled": false,
|
1203
|
+
"document": "公司授权函。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模板参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)\n注意:此字段可能返回 null,表示取不到有效值。",
|
1204
|
+
"example": "https://xxxx.com/xxxxx.jpg",
|
1205
|
+
"member": "string",
|
1206
|
+
"name": "CompanyAuthLetterPicUrl",
|
1207
|
+
"output_required": false,
|
1208
|
+
"required": true,
|
1209
|
+
"type": "string",
|
1210
|
+
"value_allowed_null": true
|
1211
|
+
},
|
1212
|
+
{
|
1213
|
+
"disabled": false,
|
1214
|
+
"document": "电话受理单。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模板参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)\n注意:此字段可能返回 null,表示取不到有效值。",
|
1215
|
+
"example": "https://xxxx.com/xxxxx.jpg",
|
1216
|
+
"member": "string",
|
1217
|
+
"name": "AcceptPicUrl",
|
1174
1218
|
"output_required": false,
|
1175
1219
|
"required": true,
|
1176
1220
|
"type": "string",
|
@@ -1241,6 +1285,39 @@
|
|
1241
1285
|
"required": false,
|
1242
1286
|
"type": "string",
|
1243
1287
|
"value_allowed_null": true
|
1288
|
+
},
|
1289
|
+
{
|
1290
|
+
"disabled": false,
|
1291
|
+
"document": "经办人手机号,申请人类型为经办人时必填。\n注意:此字段可能返回 null,表示取不到有效值。",
|
1292
|
+
"example": "18022222222",
|
1293
|
+
"member": "string",
|
1294
|
+
"name": "OperatorMobile",
|
1295
|
+
"output_required": false,
|
1296
|
+
"required": false,
|
1297
|
+
"type": "string",
|
1298
|
+
"value_allowed_null": true
|
1299
|
+
},
|
1300
|
+
{
|
1301
|
+
"disabled": false,
|
1302
|
+
"document": "经办人邮箱,申请人类型为经办人时必填。\n注意:此字段可能返回 null,表示取不到有效值。",
|
1303
|
+
"example": "111@qq.com",
|
1304
|
+
"member": "string",
|
1305
|
+
"name": "OperatorEmail",
|
1306
|
+
"output_required": false,
|
1307
|
+
"required": false,
|
1308
|
+
"type": "string",
|
1309
|
+
"value_allowed_null": true
|
1310
|
+
},
|
1311
|
+
{
|
1312
|
+
"disabled": false,
|
1313
|
+
"document": "经办人手机号码实名认证,申请人类型为经办人时必填。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模板参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)\n注意:此字段可能返回 null,表示取不到有效值。",
|
1314
|
+
"example": "https://xxxx.com/xxxxx.jpg",
|
1315
|
+
"member": "string",
|
1316
|
+
"name": "OperatorMobilePicUrl",
|
1317
|
+
"output_required": false,
|
1318
|
+
"required": false,
|
1319
|
+
"type": "string",
|
1320
|
+
"value_allowed_null": true
|
1244
1321
|
}
|
1245
1322
|
],
|
1246
1323
|
"usage": "both"
|
@@ -1324,6 +1401,17 @@
|
|
1324
1401
|
"required": false,
|
1325
1402
|
"type": "string",
|
1326
1403
|
"value_allowed_null": true
|
1404
|
+
},
|
1405
|
+
{
|
1406
|
+
"disabled": false,
|
1407
|
+
"document": "修改时间\n注意:此字段可能返回 null,表示取不到有效值。",
|
1408
|
+
"example": "1653534444",
|
1409
|
+
"member": "int64",
|
1410
|
+
"name": "ModifyTime",
|
1411
|
+
"output_required": false,
|
1412
|
+
"required": false,
|
1413
|
+
"type": "int",
|
1414
|
+
"value_allowed_null": true
|
1327
1415
|
}
|
1328
1416
|
],
|
1329
1417
|
"usage": "both"
|
@@ -2919,7 +3007,7 @@
|
|
2919
3007
|
{
|
2920
3008
|
"disabled": false,
|
2921
3009
|
"document": "审核状态,1-待审核,2-审核通过,3-驳回",
|
2922
|
-
"example": "
|
3010
|
+
"example": "1",
|
2923
3011
|
"member": "int64",
|
2924
3012
|
"name": "State",
|
2925
3013
|
"required": false,
|
@@ -2928,7 +3016,7 @@
|
|
2928
3016
|
{
|
2929
3017
|
"disabled": false,
|
2930
3018
|
"document": "申请ID",
|
2931
|
-
"example": "
|
3019
|
+
"example": "1",
|
2932
3020
|
"member": "int64",
|
2933
3021
|
"name": "ApplyID",
|
2934
3022
|
"required": false,
|
@@ -67,7 +67,7 @@
|
|
67
67
|
"CreateCompanyApply": [
|
68
68
|
{
|
69
69
|
"document": "",
|
70
|
-
"input": "POST / HTTP/1.1\nHost: ccc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateCompanyApply\n<公共请求参数>\n\n{\n \"CompanyInfo\": {\n \"ApplicantType\": 1,\n \"CompanyName\": \"北京XXXXX有限责任公司\",\n \"BusinessId\": \"977111111111111\",\n \"BusinessIdPicUrl\": \"https://xxxx.com/xxxxx.jpg\",\n \"CorporationName\": \"王某某\",\n \"CorporationId\": \"6108888888888888\",\n \"CorporationIdPicUrl\": \"https://xxxx.com/xxxxx.jpg\",\n \"
|
70
|
+
"input": "POST / HTTP/1.1\nHost: ccc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateCompanyApply\n<公共请求参数>\n\n{\n \"CompanyInfo\": {\n \"ApplicantType\": 1,\n \"CompanyName\": \"北京XXXXX有限责任公司\",\n \"BusinessId\": \"977111111111111\",\n \"BusinessIdPicUrl\": \"https://xxxx.com/xxxxx.jpg\",\n \"IsEqualTencentCloud\": 1,\n \"CorporationName\": \"王某某\",\n \"CorporationId\": \"6108888888888888\",\n \"CorporationIdPicUrl\": \"https://xxxx.com/xxxxx.jpg\",\n \"NetworkCommitmentPicUrl\": \"https://xxxx.com/xxxxx.jpg\",\n \"CorporationHoldingOnIdPicUrl\": \"https://xxxx.com/xxxxx.jpg\",\n \"CorporationMobile\": \"18092688910\",\n \"CorporationMobilePicUrl\": \"https://www.example.com/corporation_mobile_pic.gif\",\n \"OperatorName\": \"李某某\",\n \"OperatorId\": \"610000000000000\",\n \"OperatorIdPicUrl\": \"https://xxxx.com/xxxxx.jpg\",\n \"OperatorHoldingOnIdPicUrl\": \"https://xxxx.com/xxxxx.jpg\",\n \"OperatorMobile\": \"18192226857\",\n \"OperatorEmail\": \"222@qq.com\",\n \"OperatorMobilePicUrl\": \"https://xxxx.com/xxxxx.jpg\",\n \"CommissionPicUrl\": \"https://www.example.com/commission_pic.JPG\",\n \"CompanyAuthLetterPicUrl\": \"https://www.example.com/company_auth_pic.JPG\",\n \"UseDescribeFileUrl\": \"https://www.example.com/use_describe_file.doc\",\n \"AcceptPicUrl\": \"https://xxxxxxxxx.com/file.jpg\"\n }\n}",
|
71
71
|
"output": "{\n \"Response\": {\n \"Id\": 0,\n \"RequestId\": \"abc\"\n }\n}",
|
72
72
|
"title": "创建公司资质申请示例"
|
73
73
|
}
|
@@ -196,7 +196,7 @@
|
|
196
196
|
{
|
197
197
|
"document": "",
|
198
198
|
"input": "POST / HTTP/1.1\nHost: ccc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCompanyList\n<公共请求参数>\n\n{\n \"PageSize\": 12,\n \"PageNumber\": 0,\n \"CompanyName\": [],\n \"State\": [],\n \"ApplyID\": []\n}",
|
199
|
-
"output": "{\n \"Response\": {\n \"TotalCount\": 0,\n \"CompanyInfo\": [\n {\n \"Id\": 1,\n \"CompanyName\": \"北京XXX公司\",\n \"CreateTime\": 164434242,\n \"CheckTime\": 154346666,\n \"CheckMsg\": \"通过了\",\n \"State\": 1,\n \"BusinessId\": \"4324234323\"\n }\n ],\n \"RequestId\": \"abc\"\n }\n}",
|
199
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 0,\n \"CompanyInfo\": [\n {\n \"Id\": 1,\n \"CompanyName\": \"北京XXX公司\",\n \"CreateTime\": 164434242,\n \"CheckTime\": 154346666,\n \"CheckMsg\": \"通过了\",\n \"State\": 1,\n \"BusinessId\": \"4324234323\",\n \"ModifyTime\": 1602321412\n }\n ],\n \"RequestId\": \"abc\"\n }\n}",
|
200
200
|
"title": "查询公司资质申请列表示例"
|
201
201
|
}
|
202
202
|
],
|
@@ -355,7 +355,7 @@
|
|
355
355
|
"ModifyCompanyApply": [
|
356
356
|
{
|
357
357
|
"document": "",
|
358
|
-
"input": "POST / HTTP/1.1\nHost: ccc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyCompanyApply\n<公共请求参数>\n\n{\n \"ApplyId\": 1,\n \"CompanyInfo\": {\n \"ApplicantType\": 1,\n \"CompanyName\": \"北京XXXXX有限责任公司\",\n \"BusinessId\": \"977111111111111\",\n \"BusinessIdPicUrl\": \"https://xxxx.com/xxxxx.jpg\",\n \"CorporationName\": \"王某某\",\n \"CorporationId\": \"6108888888888888\",\n \"CorporationIdPicUrl\": \"https://xxxx.com/xxxxx.jpg\",\n \"
|
358
|
+
"input": "POST / HTTP/1.1\nHost: ccc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyCompanyApply\n<公共请求参数>\n\n{\n \"ApplyId\": 1,\n \"CompanyInfo\": {\n \"ApplicantType\": 1,\n \"CompanyName\": \"北京XXXXX有限责任公司\",\n \"BusinessId\": \"977111111111111\",\n \"BusinessIdPicUrl\": \"https://xxxx.com/xxxxx.jpg\",\n \"IsEqualTencentCloud\": 1,\n \"CorporationName\": \"王某某\",\n \"CorporationId\": \"6108888888888888\",\n \"CorporationIdPicUrl\": \"https://xxxx.com/xxxxx.jpg\",\n \"NetworkCommitmentPicUrl\": \"https://xxxx.com/xxxxx.jpg\",\n \"CorporationHoldingOnIdPicUrl\": \"https://xxxx.com/xxxxx.jpg\",\n \"CorporationMobile\": \"18092688910\",\n \"CorporationMobilePicUrl\": \"https://www.example.com/corporation_mobile_pic.gif\",\n \"OperatorName\": \"李某某\",\n \"OperatorId\": \"610000000000000\",\n \"OperatorIdPicUrl\": \"https://xxxx.com/xxxxx.jpg\",\n \"OperatorHoldingOnIdPicUrl\": \"https://xxxx.com/xxxxx.jpg\",\n \"OperatorMobile\": \"18192226857\",\n \"OperatorEmail\": \"222@qq.com\",\n \"OperatorMobilePicUrl\": \"https://xxxx.com/xxxxx.jpg\",\n \"CommissionPicUrl\": \"https://www.example.com/commission_pic.JPG\",\n \"CompanyAuthLetterPicUrl\": \"https://www.example.com/company_auth_pic.JPG\",\n \"UseDescribeFileUrl\": \"https://www.example.com/use_describe_file.doc\",\n \"AcceptPicUrl\": \"https://xxxxxxxxx.com/file.jpg\"\n }\n}",
|
359
359
|
"output": "{\n \"Response\": {\n \"RequestId\": \"abc\"\n }\n}",
|
360
360
|
"title": "修改公司资质申请示例"
|
361
361
|
}
|