tccli 3.0.1292.1__py2.py3-none-any.whl → 3.0.1294.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 (84) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/__init__.py +3 -0
  3. tccli/services/advisor/v20200721/api.json +36 -36
  4. tccli/services/advisor/v20200721/examples.json +2 -2
  5. tccli/services/batch/v20170312/api.json +4 -4
  6. tccli/services/bh/v20230418/api.json +35 -17
  7. tccli/services/bh/v20230418/examples.json +1 -1
  8. tccli/services/cam/v20190116/api.json +19 -19
  9. tccli/services/cam/v20190116/examples.json +5 -5
  10. tccli/services/cdwdoris/v20211228/api.json +191 -0
  11. tccli/services/cdwpg/v20201230/api.json +375 -333
  12. tccli/services/cdwpg/v20201230/examples.json +36 -36
  13. tccli/services/chc/__init__.py +4 -0
  14. tccli/services/chc/chc_client.py +2062 -0
  15. tccli/services/chc/v20230418/api.json +5728 -0
  16. tccli/services/chc/v20230418/examples.json +293 -0
  17. tccli/services/ckafka/v20190819/api.json +34 -34
  18. tccli/services/ckafka/v20190819/examples.json +1 -1
  19. tccli/services/clb/v20180317/api.json +39 -20
  20. tccli/services/cloudaudit/v20190319/api.json +38 -23
  21. tccli/services/cls/v20201016/api.json +198 -198
  22. tccli/services/cls/v20201016/examples.json +1 -1
  23. tccli/services/controlcenter/v20230110/api.json +2 -2
  24. tccli/services/controlcenter/v20230110/examples.json +1 -1
  25. tccli/services/dbbrain/dbbrain_client.py +240 -28
  26. tccli/services/dbbrain/v20191016/api.json +5 -5
  27. tccli/services/dbbrain/v20210527/api.json +481 -18
  28. tccli/services/dbbrain/v20210527/examples.json +32 -0
  29. tccli/services/dcdb/v20180411/api.json +66 -66
  30. tccli/services/dcdb/v20180411/examples.json +7 -7
  31. tccli/services/domain/v20180808/api.json +2 -2
  32. tccli/services/ecdn/ecdn_client.py +7 -431
  33. tccli/services/ecdn/v20191012/api.json +0 -574
  34. tccli/services/ecdn/v20191012/examples.json +0 -64
  35. tccli/services/emr/v20190103/api.json +89 -89
  36. tccli/services/emr/v20190103/examples.json +1 -1
  37. tccli/services/ess/v20201111/api.json +12 -3
  38. tccli/services/ess/v20201111/examples.json +3 -3
  39. tccli/services/essbasic/v20210526/api.json +9 -0
  40. tccli/services/essbasic/v20210526/examples.json +1 -1
  41. tccli/services/gs/gs_client.py +1778 -29
  42. tccli/services/gs/v20191118/api.json +2597 -144
  43. tccli/services/gs/v20191118/examples.json +264 -0
  44. tccli/services/hai/v20230812/api.json +67 -67
  45. tccli/services/iap/v20240713/api.json +13 -13
  46. tccli/services/iap/v20240713/examples.json +3 -3
  47. tccli/services/iotexplorer/v20190423/api.json +1 -1
  48. tccli/services/iotvideo/v20211125/api.json +1 -1
  49. tccli/services/iotvideoindustry/v20201201/api.json +38 -35
  50. tccli/services/lcic/v20220817/api.json +46 -44
  51. tccli/services/lcic/v20220817/examples.json +1 -1
  52. tccli/services/lke/v20231130/api.json +14 -14
  53. tccli/services/lke/v20231130/examples.json +2 -2
  54. tccli/services/lkeap/v20240522/api.json +1 -1
  55. tccli/services/mariadb/v20170312/api.json +71 -71
  56. tccli/services/mariadb/v20170312/examples.json +5 -5
  57. tccli/services/mmps/v20200710/api.json +12 -12
  58. tccli/services/mqtt/v20240516/api.json +138 -138
  59. tccli/services/mqtt/v20240516/examples.json +6 -12
  60. tccli/services/organization/v20210331/api.json +61 -43
  61. tccli/services/organization/v20210331/examples.json +25 -25
  62. tccli/services/region/v20220627/examples.json +1 -1
  63. tccli/services/tbaas/v20180416/api.json +53 -48
  64. tccli/services/tchd/v20230306/api.json +5 -5
  65. tccli/services/tcr/v20190924/api.json +190 -187
  66. tccli/services/tcr/v20190924/examples.json +1 -1
  67. tccli/services/tdmq/v20200217/api.json +15 -15
  68. tccli/services/thpc/v20220401/api.json +3 -3
  69. tccli/services/thpc/v20230321/api.json +54 -33
  70. tccli/services/tione/v20211111/api.json +40 -1
  71. tccli/services/tke/v20180525/api.json +104 -104
  72. tccli/services/trocket/v20230308/api.json +24 -24
  73. tccli/services/tsf/v20180326/api.json +307 -186
  74. tccli/services/vcube/v20220410/api.json +382 -327
  75. tccli/services/vcube/v20220410/examples.json +56 -56
  76. tccli/services/vod/v20180717/api.json +145 -141
  77. tccli/services/vpc/v20170312/api.json +1 -1
  78. tccli/services/wedata/v20210820/api.json +71 -1
  79. tccli/services/wedata/v20210820/examples.json +2 -8
  80. {tccli-3.0.1292.1.dist-info → tccli-3.0.1294.1.dist-info}/METADATA +2 -2
  81. {tccli-3.0.1292.1.dist-info → tccli-3.0.1294.1.dist-info}/RECORD +84 -80
  82. {tccli-3.0.1292.1.dist-info → tccli-3.0.1294.1.dist-info}/WHEEL +0 -0
  83. {tccli-3.0.1292.1.dist-info → tccli-3.0.1294.1.dist-info}/entry_points.txt +0 -0
  84. {tccli-3.0.1292.1.dist-info → tccli-3.0.1294.1.dist-info}/license_files/LICENSE +0 -0
@@ -179,8 +179,8 @@
179
179
  "DescribeAuthorizationPolicies": [
180
180
  {
181
181
  "document": "示例",
182
- "input": "POST / HTTP/1.1\nHost: mqtt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAuthorizationPolicies\n<公共请求参数>\n\n{\n \"InstanceId\": \"mqtt-g4r4x85z\"\n}",
183
- "output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"Data\": [\n {\n \"Actions\": \"connect\",\n \"ClientId\": null,\n \"CreatedTime\": 1721813514000,\n \"Effect\": \"allow\",\n \"Id\": 6,\n \"InstanceId\": \"mqtt-g4r4x85z\",\n \"Ip\": null,\n \"PolicyName\": \"policy1\",\n \"Priority\": 1,\n \"Qos\": null,\n \"Remark\": \"\",\n \"Resources\": \"topic1\",\n \"Retain\": 1,\n \"UpdateTime\": 1721813670000,\n \"Username\": null,\n \"Version\": 1\n },\n {\n \"Actions\": \"connect\",\n \"ClientId\": null,\n \"CreatedTime\": 1721813529000,\n \"Effect\": \"allow\",\n \"Id\": 7,\n \"InstanceId\": \"mqtt-g4r4x85z\",\n \"Ip\": null,\n \"PolicyName\": \"policy2\",\n \"Priority\": 2,\n \"Qos\": null,\n \"Remark\": \"\",\n \"Resources\": \"topic1\",\n \"Retain\": 2,\n \"UpdateTime\": 1721813529000,\n \"Username\": null,\n \"Version\": 1\n },\n {\n \"Actions\": \"connect\",\n \"ClientId\": null,\n \"CreatedTime\": 1721813039000,\n \"Effect\": \"allow\",\n \"Id\": 1,\n \"InstanceId\": \"mqtt-g4r4x85z\",\n \"Ip\": null,\n \"PolicyName\": \"policy3\",\n \"Priority\": 3,\n \"Qos\": null,\n \"Remark\": \"this is remark\",\n \"Resources\": \"topic1\",\n \"Retain\": 3,\n \"UpdateTime\": 1721813039000,\n \"Username\": \"user1\",\n \"Version\": 1\n }\n ],\n \"RequestId\": \"27038a36-3a3a-4f45-a0cb-a3d075325816\"\n }\n}",
182
+ "input": "POST / HTTP/1.1\nHost: mqtt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAuthorizationPolicies\n<公共请求参数>\n\n{\n \"InstanceId\": \"mqtt-mzd7ewkr\"\n}",
183
+ "output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"Data\": [\n {\n \"Actions\": \"connect,pub,sub\",\n \"ClientId\": \"client1\",\n \"CreatedTime\": 1742387322000,\n \"Effect\": \"allow\",\n \"Id\": 3867,\n \"InstanceId\": \"mqtt-mzd7ewkr\",\n \"Ip\": \"0.0.0.0/0\",\n \"PolicyName\": \"default_policy\",\n \"Priority\": 1,\n \"Qos\": \"0,1,2\",\n \"Remark\": \"\",\n \"Resources\": \"topic1\",\n \"Retain\": 3,\n \"UpdateTime\": 1742458867000,\n \"Username\": \"default_user\",\n \"Version\": 1\n }\n ],\n \"RequestId\": \"9c44531d-37bd-4c8f-ab9f-b35589fa5b4d\"\n }\n}",
184
184
  "title": "示例"
185
185
  }
186
186
  ],
@@ -196,7 +196,7 @@
196
196
  {
197
197
  "document": "示例",
198
198
  "input": "POST / HTTP/1.1\nHost: mqtt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCaCertificates\n<公共请求参数>\n\n{\n \"InstanceId\": \"mqtt-mmgej724\"\n}",
199
- "output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"Data\": [\n {\n \"CaCertificate\": \"-----BEGIN CERTIFICATE-----\\nMIIEvDCCA6SgAwIBAgIUGx4783AhEBJYh6OnIafmbwVSJRMwDQYJKoZIhvcNAQEL\\n-----END CERTIFICATE-----\",\n \"CaCn\": \"cn\",\n \"CaSn\": \"1b1e3bf3702110125887a3a721a7e66f05522513\",\n \"CreatedTime\": 1719992244000,\n \"Format\": \"PEM\",\n \"Status\": \"ACTIVE\",\n \"UpdateTime\": 1719992244000,\n \"LastInactivationTime\": 1719992244000,\n \"LastActivationTime\": 1719992244000,\n \"VerificationCertificate\": \"-----BEGIN CERTIFICATE-----\\nMIID7TCCAtWgAwIBAgIUDu9opYK5QlQpblTOdU+U1welmRIwDQYJKoZIhvcNAQEL\\n-----END CERTIFICATE-----\"\n }\n ],\n \"RequestId\": \"d03f799b-1244-45d7-9e03-0ceaf8f63fed\"\n }\n}",
199
+ "output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"Data\": [\n {\n \"CaCertificate\": \"-----BEGIN CERTIFICATE-----\\nMIIEvDCCA6SgAwIBAgIUGx4783AhEBJYh6OnIafmbwVSJRMwDQYJKoZIhvcNAQEL\\n-----END CERTIFICATE-----\",\n \"CaCn\": \"ca.cloud.tencent.com\",\n \"CaSn\": \"1b1e3bf3702110125887a3a721a7e66f05522513\",\n \"CreatedTime\": 1719992244000,\n \"Format\": \"PEM\",\n \"Status\": \"ACTIVE\",\n \"UpdateTime\": 1719992244000,\n \"LastInactivationTime\": 1719992244000,\n \"LastActivationTime\": 1719992244000,\n \"CaIssuerCn\": \"issuer\",\n \"NotBeforeTime\": 1719992244000,\n \"NotAfterTime\": 1719992244000,\n \"VerificationCertificate\": \"-----BEGIN CERTIFICATE-----\\nMIID7TCCAtWgAwIBAgIUDu9opYK5QlQpblTOdU+U1welmRIwDQYJKoZIhvcNAQEL\\n-----END CERTIFICATE-----\"\n }\n ],\n \"RequestId\": \"d03f799b-1244-45d7-9e03-0ceaf8f63fed\"\n }\n}",
200
200
  "title": "示例"
201
201
  }
202
202
  ],
@@ -228,7 +228,7 @@
228
228
  {
229
229
  "document": "示例",
230
230
  "input": "POST / HTTP/1.1\nHost: mqtt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeMQTTInsPublicEndpoints\n<公共请求参数>\n\n{\n \"InstanceId\": \"mqtt-gn8qoq3z\"\n}",
231
- "output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"Bandwidth\": 2,\n \"Endpoints\": [\n {\n \"Host\": \"mqtt-gn8qoq3z-cd.mqtt.public.tencenttdmq.com\",\n \"Port\": 8888,\n \"SubnetId\": null,\n \"Type\": \"mqtt-ws\",\n \"Url\": \"mqtt-gn8qoq3z-cd.mqtt.public.tencenttdmq.com:8888\",\n \"VpcId\": null\n },\n {\n \"Host\": \"mqtt-gn8qoq3z-cd.mqtt.public.tencenttdmq.com\",\n \"Port\": 1883,\n \"SubnetId\": null,\n \"Type\": \"mqtt-tcp\",\n \"Url\": \"mqtt-gn8qoq3z-cd.mqtt.public.tencenttdmq.com:1883\",\n \"VpcId\": null\n },\n {\n \"Host\": \"mqtt-gn8qoq3z-cd.mqtt.public.tencenttdmq.com\",\n \"Port\": 8883,\n \"SubnetId\": null,\n \"Type\": \"mqtt-tls\",\n \"Url\": \"mqtt-gn8qoq3z-cd.mqtt.public.tencenttdmq.com:8883\",\n \"VpcId\": null\n }\n ],\n \"InstanceId\": \"mqtt-gn8qoq3z\",\n \"RequestId\": \"3891d712-94f7-4d03-9420-fae4fa3a61ea\",\n \"Rules\": [\n {\n \"Allow\": true,\n \"IpRule\": \"0.0.0.0/0\",\n \"Remark\": \"\"\n }\n ],\n \"Status\": \"NORMAL\"\n }\n}",
231
+ "output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"Bandwidth\": 2,\n \"Endpoints\": [\n {\n \"Host\": \"mqtt-gn8qoq3z-cd.mqtt.public.tencenttdmq.com\",\n \"Port\": 8888,\n \"SubnetId\": \"subnet-1\",\n \"Type\": \"mqtt-ws\",\n \"Url\": \"mqtt-gn8qoq3z-cd.mqtt.public.tencenttdmq.com:8888\",\n \"VpcId\": \"vpc-1\"\n },\n {\n \"Host\": \"mqtt-gn8qoq3z-cd.mqtt.public.tencenttdmq.com\",\n \"Port\": 1883,\n \"SubnetId\": \"subnet-1\",\n \"Type\": \"mqtt-tcp\",\n \"Url\": \"mqtt-gn8qoq3z-cd.mqtt.public.tencenttdmq.com:1883\",\n \"VpcId\": \"vpc-1\"\n },\n {\n \"Host\": \"mqtt-gn8qoq3z-cd.mqtt.public.tencenttdmq.com\",\n \"Port\": 8883,\n \"SubnetId\": \"subnet-1\",\n \"Type\": \"mqtt-tls\",\n \"Url\": \"mqtt-gn8qoq3z-cd.mqtt.public.tencenttdmq.com:8883\",\n \"VpcId\": \"vpc-1\"\n }\n ],\n \"InstanceId\": \"mqtt-gn8qoq3z\",\n \"RequestId\": \"3891d712-94f7-4d03-9420-fae4fa3a61ea\",\n \"Rules\": [\n {\n \"Allow\": true,\n \"IpRule\": \"0.0.0.0/0\",\n \"Remark\": \"\"\n }\n ],\n \"Status\": \"NORMAL\"\n }\n}",
232
232
  "title": "示例"
233
233
  }
234
234
  ],
@@ -238,12 +238,6 @@
238
238
  "input": "POST / HTTP/1.1\nHost: mqtt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeMQTTInsVPCEndpoints\n<公共请求参数>\n\n{\n \"InstanceId\": \"mqtt-25zqb75a\"\n}",
239
239
  "output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"Endpoints\": [\n {\n \"Host\": \"mqtt-25zqb75a-qy.mqtt.qcloud.tencenttdmq.com\",\n \"Ip\": \"10.0.0.25\",\n \"Port\": 1883,\n \"SubnetId\": \"subnet-fr9ez60m\",\n \"Type\": \"mqtt-tcp\",\n \"Url\": \"mqtt-25zqb75a-qy.mqtt.qcloud.tencenttdmq.com:1883\",\n \"VpcId\": \"vpc-35wk4c6h\"\n },\n {\n \"Host\": \"mqtt-25zqb75a-qy.mqtt.qcloud.tencenttdmq.com\",\n \"Ip\": \"10.0.0.25\",\n \"Port\": 8888,\n \"SubnetId\": \"subnet-fr9ez60m\",\n \"Type\": \"mqtt-ws\",\n \"Url\": \"mqtt-25zqb75a-qy.mqtt.qcloud.tencenttdmq.com:8888\",\n \"VpcId\": \"vpc-35wk4c6h\"\n }\n ],\n \"RequestId\": \"4313484d-47c1-4fc8-b402-f997d2ba7256\"\n }\n}",
240
240
  "title": "样例"
241
- },
242
- {
243
- "document": "示例",
244
- "input": "POST / HTTP/1.1\nHost: mqtt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeInsVPCEndpoints\n<公共请求参数>\n\n{\n \"InstanceId\": \"mqtt-g4r4x85z\"\n}",
245
- "output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"Endpoints\": [\n {\n \"Host\": \"mqtt-g4r4x85z-cd-vpc.mqtt.tencenttdmq.com\",\n \"Ip\": \"127.0.0.1\",\n \"Port\": 1883,\n \"SubnetId\": null,\n \"Type\": \"mqtt-tcp\",\n \"Url\": \"mqtt-g4r4x85z-cd-vpc.mqtt.tencenttdmq.com:1883\",\n \"VpcId\": null\n },\n {\n \"Host\": \"mqtt-g4r4x85z-cd-vpc.mqtt.tencenttdmq.com\",\n \"Ip\": \"127.0.0.1\",\n \"Port\": 8888,\n \"SubnetId\": null,\n \"Type\": \"mqtt-ws\",\n \"Url\": \"mqtt-g4r4x85z-cd-vpc.mqtt.tencenttdmq.com:8888\",\n \"VpcId\": null\n },\n {\n \"Host\": \"mqtt-g4r4x85z-cd-vpc.mqtt.tencenttdmq.com\",\n \"Ip\": \"127.0.0.1\",\n \"Port\": 8883,\n \"SubnetId\": null,\n \"Type\": \"mqtt-tls\",\n \"Url\": \"mqtt-g4r4x85z-cd-vpc.mqtt.tencenttdmq.com:8883\",\n \"VpcId\": null\n }\n ],\n \"RequestId\": \"ec17e61f-7749-4192-bbc7-804b031a7da8\"\n }\n}",
246
- "title": "示例"
247
241
  }
248
242
  ],
249
243
  "DescribeInstance": [
@@ -258,7 +252,7 @@
258
252
  {
259
253
  "document": "示例",
260
254
  "input": "POST / HTTP/1.1\nHost: mqtt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeMQTTInstanceList\n<公共请求参数>\n\n{\n \"Offset\": 0,\n \"Limit\": 10\n}",
261
- "output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"Data\": [\n {\n \"ClientNumLimit\": 1,\n \"CreateTime\": 1705565760,\n \"InstanceId\": \"mqtt-wjgxr8jg\",\n \"InstanceName\": \"su-0118-no-pub\",\n \"InstanceStatus\": \"CREATE_FAILURE\",\n \"InstanceType\": \"BASIC\",\n \"Remark\": \"this is remark\",\n \"SkuCode\": \"mqtt_1k\",\n \"TopicNum\": 0,\n \"TopicNumLimit\": 1,\n \"TpsLimit\": 1,\n \"Version\": \"1\"\n },\n {\n \"ClientNumLimit\": 1000,\n \"CreateTime\": 1705391046,\n \"InstanceId\": \"mqtt-47ka4rdr\",\n \"InstanceName\": \"sun-0116\",\n \"InstanceStatus\": \"RUNNING\",\n \"InstanceType\": \"BASIC\",\n \"Remark\": \"this is remark\",\n \"SkuCode\": \"basic_1k\",\n \"TopicNum\": 25,\n \"TopicNumLimit\": 25,\n \"TpsLimit\": 1000,\n \"Version\": \"1\"\n }\n ],\n \"RequestId\": \"9424369d-904f-4fa2-b407-0bd5e536e989\",\n \"TotalCount\": 10\n }\n}",
255
+ "output": "{\n \"RequestId\": null,\n \"Response\": {\n \"RequestId\": \"33a9cba9-f885-47aa-8235-8bdcbd9c90bf\",\n \"TotalCount\": 2,\n \"Data\": [\n {\n \"InstanceId\": \"mqtt-zxjwkr98\",\n \"InstanceName\": \"mqtt-instance\",\n \"Version\": \"1\",\n \"InstanceType\": \"PRO\",\n \"InstanceStatus\": \"RUNNING\",\n \"PayMode\": \"POSTPAID\",\n \"ExpiryTime\": 0,\n \"Remark\": \"\",\n \"TopicNum\": 1,\n \"SkuCode\": \"pro_6k_1\",\n \"TpsLimit\": 6000,\n \"CreateTime\": 1741832627,\n \"MaxSubscriptionPerClient\": 30,\n \"MaxSubscription\": 180000,\n \"AuthorizationPolicyLimit\": 20,\n \"ClientNumLimit\": 6000,\n \"MaxCaNum\": 20,\n \"RenewFlag\": 1,\n \"DestroyTime\": 0,\n \"TopicNumLimit\": 300\n },\n {\n \"InstanceId\": \"mqtt-w45zn79z\",\n \"InstanceName\": \"mqtt-1226\",\n \"Version\": \"1\",\n \"InstanceType\": \"PRO\",\n \"InstanceStatus\": \"RUNNING\",\n \"PayMode\": \"PREPAID\",\n \"ExpiryTime\": 1742972038844,\n \"Remark\": \"\",\n \"TopicNum\": 2,\n \"SkuCode\": \"pro_10k_1\",\n \"TpsLimit\": 10000,\n \"CreateTime\": 1735196039,\n \"MaxSubscriptionPerClient\": 30,\n \"MaxSubscription\": 300000,\n \"AuthorizationPolicyLimit\": 20,\n \"ClientNumLimit\": 10000,\n \"MaxCaNum\": 20,\n \"RenewFlag\": 1,\n \"DestroyTime\": 0,\n \"TopicNumLimit\": 300\n }\n ]\n },\n \"Error\": null\n}",
262
256
  "title": "示例"
263
257
  }
264
258
  ],
@@ -298,7 +292,7 @@
298
292
  {
299
293
  "document": "示例",
300
294
  "input": "POST / HTTP/1.1\nHost: mqtt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeMQTTTopicList\n<公共请求参数>\n\n{\n \"InstanceId\": \"mqtt-47ka4rdr\",\n \"Offset\": 0,\n \"Limit\": 20\n}",
301
- "output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"Data\": [\n {\n \"InstanceId\": \"mqtt-47ka4rdr\",\n \"Remark\": \"this is remark\",\n \"Topic\": \"topic8\"\n },\n {\n \"InstanceId\": \"mqtt-47ka4rdr\",\n \"Remark\": \"this is remark\",\n \"Topic\": \"topic7\"\n }\n ],\n \"RequestId\": \"d9042e88-c70e-4158-958c-8bb57d6c809f\",\n \"TotalCount\": 3\n }\n}",
295
+ "output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"Data\": [\n {\n \"InstanceId\": \"mqtt-47ka4rdr\",\n \"Remark\": \"this is remark\",\n \"Topic\": \"topic8\"\n },\n {\n \"InstanceId\": \"mqtt-47ka4rdr\",\n \"Remark\": \"this is remark\",\n \"Topic\": \"topic7\"\n }\n ],\n \"RequestId\": \"d9042e88-c70e-4158-958c-8bb57d6c809f\",\n \"TotalCount\": 2\n }\n}",
302
296
  "title": "示例"
303
297
  }
304
298
  ],
@@ -2354,7 +2354,7 @@
2354
2354
  {
2355
2355
  "disabled": false,
2356
2356
  "document": "任务详情。",
2357
- "example": "[{\"TaskId\":\"t-sowmiwm\",\"RoleConfigurationId\":\"r-sjsosmsss\",\"RoleConfigurationName\":\"test\",\"TargetUin\":10000323432,\"TargetType\":\"MemberUin\",\"PrincipalId\":\"u-djiem3o***\",\"PrincipalType\":\"User\",\"TaskType\":\"CreateRoleAssignment\",\"Status\":\"InProgress\"}]",
2357
+ "example": "",
2358
2358
  "member": "TaskInfo",
2359
2359
  "name": "Tasks",
2360
2360
  "output_required": true,
@@ -2385,7 +2385,7 @@
2385
2385
  {
2386
2386
  "disabled": false,
2387
2387
  "document": "权限配置名称。格式:包含英文字母、数字或短划线(-)。 长度:最大 128 个字符。",
2388
- "example": "test",
2388
+ "example": "conf1",
2389
2389
  "member": "string",
2390
2390
  "name": "RoleConfigurationName",
2391
2391
  "required": true,
@@ -2427,7 +2427,7 @@
2427
2427
  {
2428
2428
  "disabled": false,
2429
2429
  "document": "配置访问详情",
2430
- "example": "{\"RoleConfigurationId\":\"rc-s2ns92ns***\",\"RoleConfigurationName\":\"test\",\"Description\":\"this is role configuration\",\"SessionDuration\":900,\"RelayState\":\"https://console.cloud.tencent.com\",\"CreateTime\":\"2019-01-01 12:12:12\",\"UpdateTime\":\"2019-01-01 12:12:12\"}",
2430
+ "example": "",
2431
2431
  "member": "RoleConfiguration",
2432
2432
  "name": "RoleConfigurationInfo",
2433
2433
  "output_required": true,
@@ -2679,7 +2679,7 @@
2679
2679
  {
2680
2680
  "disabled": false,
2681
2681
  "document": "任务详细。",
2682
- "example": "[{\"TaskId\":\"t-duedin****\",\"TargetUin\":1000289211,\"TargetType\":\"MemberUin\",\"TaskType\":\"StartProvisioning\",\"TaskStatus\":\"InProgress\",\"UserProvisioningId\":\"upe-d8n3d9***\",\"PrincipalId\":\"u-dend83***\",\"PrincipalType\":\"User\",\"PrincipalName\":\"test\",\"DuplicationStrategy\":\"KeepBoth\",\"DeletionStrategy\":\"Delete\"}]",
2682
+ "example": "",
2683
2683
  "member": "UserProvisioningsTask",
2684
2684
  "name": "Tasks",
2685
2685
  "output_required": true,
@@ -3060,7 +3060,7 @@
3060
3060
  {
3061
3061
  "disabled": false,
3062
3062
  "document": "当您移除一个集团账号目标账号上使用某权限配置的最后一个授权时,是否同时解除权限配置部署。取值: DeprovisionForLastRoleAssignmentOnAccount:解除权限配置部署。 None(默认值):不解除权限配置部署。",
3063
- "example": "",
3063
+ "example": "None",
3064
3064
  "member": "string",
3065
3065
  "name": "DeprovisionStrategy",
3066
3066
  "required": false,
@@ -3075,7 +3075,7 @@
3075
3075
  {
3076
3076
  "disabled": false,
3077
3077
  "document": "任务详情",
3078
- "example": "{\"TaskId\":\"t-0md93jfd3\",\"RoleConfigurationId\":\"rc-dsk3323\",\"RoleConfigurationName\":\"test\",\"TargetUin\":100032333,\"TargetType\":\"MemberUin\",\"PrincipalId\":\"u-siwnwiene\",\"PrincipalType\":\"User\",\"TaskType\":\"DeleteRolesAssignment\",\"Status\":\"InProgress\"}",
3078
+ "example": "",
3079
3079
  "member": "TaskInfo",
3080
3080
  "name": "Task",
3081
3081
  "output_required": false,
@@ -3355,7 +3355,7 @@
3355
3355
  {
3356
3356
  "disabled": false,
3357
3357
  "document": "任务详情。",
3358
- "example": "{\"TaskId\":\"t-duedin****\",\"TargetUin\":1000289211,\"TargetType\":\"MemberUin\",\"TaskType\":\"DeleteProvisioning\",\"TaskStatus\":\"InProgress\",\"UserProvisioningId\":\"upe-d8n3d9***\",\"PrincipalId\":\"u-dend83***\",\"PrincipalType\":\"User\",\"PrincipalName\":\"test\",\"DuplicationStrategy\":\"KeepBoth\",\"DeletionStrategy\":\"Delete\"}",
3358
+ "example": "",
3359
3359
  "member": "UserProvisioningsTask",
3360
3360
  "name": "Tasks",
3361
3361
  "output_required": true,
@@ -4222,6 +4222,24 @@
4222
4222
  "name": "Tags",
4223
4223
  "required": false,
4224
4224
  "type": "list"
4225
+ },
4226
+ {
4227
+ "disabled": false,
4228
+ "document": "组织单元ID",
4229
+ "example": "1001",
4230
+ "member": "uint64",
4231
+ "name": "NodeId",
4232
+ "required": false,
4233
+ "type": "int"
4234
+ },
4235
+ {
4236
+ "disabled": false,
4237
+ "document": "组织单元名称",
4238
+ "example": "node_name",
4239
+ "member": "string",
4240
+ "name": "NodeName",
4241
+ "required": false,
4242
+ "type": "string"
4225
4243
  }
4226
4244
  ],
4227
4245
  "type": "object"
@@ -4232,7 +4250,7 @@
4232
4250
  {
4233
4251
  "disabled": false,
4234
4252
  "document": "成员列表。",
4235
- "example": "[{\"CreateTime\":\"2021-04-17 12:19:07\",\"MemberType\":\"Invite\",\"MemberUin\":111111111111,\"Name\":\"member_name\",\"NodeId\":101,\"NodeName\":\"node_name\",\"IsAllowQuit\":\"Denied\",\"OrgPermission\":[{\"Id\":1,\"Name\":\"允许主账号查看子账号的消费信息\"},{\"Id\":2,\"Name\":\"允许主账号查看子账号的财务信息\"}],\"OrgPolicyName\":\"财务管理\",\"OrgPolicyType\":\"Financial\",\"Remark\":\"member1\",\"PayUin\":\"\",\"PayName\":\"\",\"OrgIdentity\":[],\"BindStatus\":\"Unbound\",\"PermissionStatus\":\"Confirmed\",\"UpdateTime\":\"2021-04-17 12:19:07\"}]",
4253
+ "example": "参考输出示例",
4236
4254
  "member": "OrgMember",
4237
4255
  "name": "Items",
4238
4256
  "output_required": true,
@@ -5306,7 +5324,7 @@
5306
5324
  {
5307
5325
  "disabled": false,
5308
5326
  "document": "任务状态信息。",
5309
- "example": "{\"Status\":\"Success\",\"TaskId\":\"z-dnsudniw****\",\"TaskType\":\"StartProvisioning\",\"FailureReason\":\"\"}",
5327
+ "example": "",
5310
5328
  "member": "TaskStatus",
5311
5329
  "name": "TaskStatus",
5312
5330
  "output_required": true,
@@ -5352,7 +5370,7 @@
5352
5370
  {
5353
5371
  "disabled": false,
5354
5372
  "document": "权限配置详情",
5355
- "example": "{\"RoleConfigurationId\":\"rc-s2ns92ns***\",\"RoleConfigurationName\":\"test\",\"Description\":\"this is role configuration\",\"SessionDuration\":900,\"RelayState\":\"https://console.cloud.tencent.com\",\"CreateTime\":\"2019-01-01 12:12:12\",\"UpdateTime\":\"2019-01-01 12:12:12\"}",
5373
+ "example": "",
5356
5374
  "member": "RoleConfiguration",
5357
5375
  "name": "RoleConfigurationInfo",
5358
5376
  "output_required": true,
@@ -5481,7 +5499,7 @@
5481
5499
  {
5482
5500
  "disabled": false,
5483
5501
  "document": "用户信息。",
5484
- "example": "{\"UserName\":\"test\",\"FirstName\":\"test\",\"LastName\":\"test\",\"DisplayName\":\"test\",\"Description\":\"this is user\",\"Email\":\"test@example.com\",\"UserStatus\":\"Enabled\",\"UserType\":\"Manual\",\"UserId\":\"u-2jsal3jdxk\",\"CreateTime\":\"2024-03-12 12:12:12\",\"UpdateTime\":\"2024-03-12 12:12:12\"}",
5502
+ "example": "",
5485
5503
  "member": "UserInfo",
5486
5504
  "name": "UserInfo",
5487
5505
  "output_required": true,
@@ -5527,7 +5545,7 @@
5527
5545
  {
5528
5546
  "disabled": false,
5529
5547
  "document": "CAM 用户同步信息。",
5530
- "example": "{\"UserProvisioningId\":\"up-siwnei3nso\",\"Description\":\"this is cam user sync\",\"Status\":\"Enabled\",\"PrincipalId\":\"u-swnd8wn3\",\"PrincipalName\":\"test\",\"PrincipalType\":\"User\",\"TargetUin\":\"10000338332\",\"TargetName\":\"test\",\"TargetType\":\"MemberUin\",\"DuplicationStrategy\":\"KeepBoth\",\"DeletionStrategy\":\"Delete\",\"CreateTime\":\"2024-01-01 12:12:12\",\"UpdateTime\":\"2024-01-01 12:12:12\"}",
5548
+ "example": "",
5531
5549
  "member": "UserProvisioning",
5532
5550
  "name": "UserProvisioning",
5533
5551
  "output_required": true,
@@ -6177,7 +6195,7 @@
6177
6195
  {
6178
6196
  "disabled": false,
6179
6197
  "document": "用户组的用户列表",
6180
- "example": " [{\"UserName\": \"test\",\"DisplayName\": \"test\",\"Description\": \"this is test user\",\"Email\": \"123456@qq.com\",\"UserStatus\": \"Enabled\",\"UserType\": \"Manual\",\"UserId\": \"u-d032med3\", \"JoinTime\": \"2024-01-01 12:12:12\"}]",
6198
+ "example": "",
6181
6199
  "member": "GroupMembers",
6182
6200
  "name": "GroupMembers",
6183
6201
  "output_required": true,
@@ -6375,7 +6393,7 @@
6375
6393
  {
6376
6394
  "disabled": false,
6377
6395
  "document": "每页的最大数据条数。 取值范围:1~100。 默认值:10。",
6378
- "example": "",
6396
+ "example": "10",
6379
6397
  "member": "int64",
6380
6398
  "name": "MaxResults",
6381
6399
  "required": false,
@@ -6800,7 +6818,7 @@
6800
6818
  {
6801
6819
  "disabled": false,
6802
6820
  "document": "权限策略列表。",
6803
- "example": "[{\"RolePolicyName\":\"adminPolciy\",\"RolePolicyType\":\"System\",\"RolePolicyDocument\":\"\",\"AddTime\":\"2020-01-01 12:12:12\"}]",
6821
+ "example": "",
6804
6822
  "member": "RolePolicie",
6805
6823
  "name": "RolePolicies",
6806
6824
  "output_required": true,
@@ -7232,7 +7250,7 @@
7232
7250
  {
7233
7251
  "disabled": false,
7234
7252
  "document": "查询条件,目前只支持权限配置名称查询。",
7235
- "example": "test",
7253
+ "example": "conf1",
7236
7254
  "member": "string",
7237
7255
  "name": "Filter",
7238
7256
  "required": false,
@@ -7247,7 +7265,7 @@
7247
7265
  {
7248
7266
  "disabled": false,
7249
7267
  "document": "查询返回结果下一页的令牌。 说明 只有IsTruncated为true时,才显示该参数。",
7250
- "example": "OTM0YzE4MzY2ZjdhMWM0MYZDhnYaxsiYTLI=",
7268
+ "example": "OTM0****",
7251
7269
  "member": "string",
7252
7270
  "name": "NextToken",
7253
7271
  "output_required": true,
@@ -7287,7 +7305,7 @@
7287
7305
  {
7288
7306
  "disabled": false,
7289
7307
  "document": "集团账号目标账号的授权列表。",
7290
- "example": "[{\"RoleConfigurationId\":\"ec-swidn****\",\"RoleConfigurationName\":\"test\",\"TargetUin\":100000322,\"TargetType\":\"MemberUin\",\"TargetName\":\"test\",\"PrincipalId\":\"u-ssiisn***\",\"PrincipalType\":\"User\",\"PrincipalName\":\"testConfig\",\"CreateTime\":\"2024-01-01 12:12:12\",\"UpdateTime\":\"2024-01-01 12:12:12\"}]",
7308
+ "example": "",
7291
7309
  "member": "RoleAssignments",
7292
7310
  "name": "RoleAssignments",
7293
7311
  "output_required": true,
@@ -7372,7 +7390,7 @@
7372
7390
  {
7373
7391
  "disabled": false,
7374
7392
  "document": "支持配置名称搜索。",
7375
- "example": "test",
7393
+ "example": "conf1",
7376
7394
  "member": "string",
7377
7395
  "name": "Filter",
7378
7396
  "required": false,
@@ -7427,7 +7445,7 @@
7427
7445
  {
7428
7446
  "disabled": false,
7429
7447
  "document": "部成员账号列表。",
7430
- "example": "[{\"DeploymentStatus\":\"DeployedRequired\",\"RoleConfigurationId\":\"rc-sjwiwm2ww**\",\"RoleConfigurationName\":\"testConfiguration\",\"TargetUin\":10003292021,\"TargetName\":\"test\",\"TargetType\":\"MemberUin\",\"CreateTime\":\"2024-01-01 12:12:12\",\"UpdateTime\":\"2024-01-01 12:12:12\"}]",
7448
+ "example": "",
7431
7449
  "member": "RoleConfigurationProvisionings",
7432
7450
  "name": "RoleConfigurationProvisionings",
7433
7451
  "output_required": true,
@@ -7476,7 +7494,7 @@
7476
7494
  {
7477
7495
  "disabled": false,
7478
7496
  "document": "过滤文本。不区分大小写。目前,支持 RoleConfigurationName和Description. 示例:Filter = \"test\",表示查询名称或描述里包含 test 的权限配置。",
7479
- "example": "test",
7497
+ "example": "conf1",
7480
7498
  "member": "string",
7481
7499
  "name": "Filter",
7482
7500
  "required": false,
@@ -7549,7 +7567,7 @@
7549
7567
  {
7550
7568
  "disabled": false,
7551
7569
  "document": "权限配置列表。",
7552
- "example": "[{\"RoleConfigurationId\":\"rc-s2ns92ns***\",\"RoleConfigurationName\":\"test\",\"Description\":\"this is role configuration\",\"SessionDuration\":900,\"RelayState\":\"https://console.cloud.tencent.com\",\"CreateTime\":\"2019-01-01 12:12:12\",\"UpdateTime\":\"2019-01-01 12:12:12\"}]",
7570
+ "example": "",
7553
7571
  "member": "RoleConfiguration",
7554
7572
  "name": "RoleConfigurations",
7555
7573
  "output_required": false,
@@ -7605,7 +7623,7 @@
7605
7623
  {
7606
7624
  "disabled": false,
7607
7625
  "document": "SCIM 密钥信息。",
7608
- "example": "[]",
7626
+ "example": "",
7609
7627
  "member": "SCIMCredential",
7610
7628
  "name": "SCIMCredentials",
7611
7629
  "output_required": true,
@@ -7901,7 +7919,7 @@
7901
7919
  {
7902
7920
  "disabled": false,
7903
7921
  "document": "任务详情",
7904
- "example": "[{\"TaskId\":\"t-xsinsxinsdk\",\"RoleConfigurationId\":\"rc-xmw9xjdsd\",\"RoleConfigurationName\":\"配置\",\"TargetUin\":1000232234,\"TargetType\":\"User\",\"PrincipalId\":\"u-xm89dnsujs\",\"PrincipalType\":\"Member\",\"TaskType\":\"CreateRoleAssignment\",\"Status\":\"InProgress\",\"FailureReason\":\"test\"}]",
7922
+ "example": "",
7905
7923
  "member": "TaskInfo",
7906
7924
  "name": "Tasks",
7907
7925
  "output_required": true,
@@ -7959,7 +7977,7 @@
7959
7977
  {
7960
7978
  "disabled": false,
7961
7979
  "document": "CAM 用户同步的身份类型。取值: User:表示同步的身份是用户。 Group:表示同步的身份是用户组。",
7962
- "example": "",
7980
+ "example": "User",
7963
7981
  "member": "string",
7964
7982
  "name": "PrincipalType",
7965
7983
  "required": false,
@@ -8041,7 +8059,7 @@
8041
8059
  {
8042
8060
  "disabled": false,
8043
8061
  "document": "CAM同步的用户列表。",
8044
- "example": "[{\"UserProvisioningId\":\"up-siwnei3nso\",\"Description\":\"this is cam user sync\",\"Status\":\"Enabled\",\"PrincipalId\":\"u-swnd8wn3\",\"PrincipalName\":\"test\",\"PrincipalType\":\"User\",\"TargetUin\":\"10000338332\",\"TargetName\":\"test\",\"DuplicationStrategy\":\"KeepBoth\",\"DeletionStrategy\":\"Delete\",\"CreateTime\":\"2024-01-01 12:12:12\",\"UpdateTime\":\"2024-01-01 12:12:12\",\"TargetType\":\"MemberUin\"}]",
8062
+ "example": "",
8045
8063
  "member": "UserProvisioning",
8046
8064
  "name": "UserProvisionings",
8047
8065
  "output_required": true,
@@ -8090,7 +8108,7 @@
8090
8108
  {
8091
8109
  "disabled": false,
8092
8110
  "document": "过滤条件。 目前仅支持用户名,邮箱,用户userId,描述",
8093
- "example": "test",
8111
+ "example": "user1",
8094
8112
  "member": "string",
8095
8113
  "name": "Filter",
8096
8114
  "required": false,
@@ -8179,7 +8197,7 @@
8179
8197
  {
8180
8198
  "disabled": false,
8181
8199
  "document": "用户列表。",
8182
- "example": "[{\"UserName\": \"test\", \"FirstName\": \"test\", \"LastName\": \"test\", \"DisplayName\": \"test\", \"Description\": \"this is user\", \"Email\": \"test@example\", \"UserStatus\": \"Enabled\", \"UserType\": \"Manual\", \"UserId\": \"u-2s334e3***\", \"CreateTime\": \"2024-03-12 12:12:12\", \"UpdateTime\": \"2024-03-12 12:12:12\"}]",
8200
+ "example": "",
8183
8201
  "member": "UserInfo",
8184
8202
  "name": "Users",
8185
8203
  "output_required": true,
@@ -10018,7 +10036,7 @@
10018
10036
  {
10019
10037
  "disabled": false,
10020
10038
  "document": "权限配置名称。",
10021
- "example": "test",
10039
+ "example": "conf1",
10022
10040
  "member": "string",
10023
10041
  "name": "RoleConfigurationName",
10024
10042
  "output_required": true,
@@ -10073,7 +10091,7 @@
10073
10091
  {
10074
10092
  "disabled": false,
10075
10093
  "document": "用户名称或者用户组名称",
10076
- "example": "test",
10094
+ "example": "user1",
10077
10095
  "member": "string",
10078
10096
  "name": "PrincipalName",
10079
10097
  "output_required": true,
@@ -10106,7 +10124,7 @@
10106
10124
  {
10107
10125
  "disabled": false,
10108
10126
  "document": "集团账号目标账号的名称。",
10109
- "example": "test",
10127
+ "example": "user2",
10110
10128
  "member": "string",
10111
10129
  "name": "TargetName",
10112
10130
  "output_required": true,
@@ -10134,7 +10152,7 @@
10134
10152
  {
10135
10153
  "disabled": false,
10136
10154
  "document": "权限配置配名称。",
10137
- "example": "test",
10155
+ "example": "conf1",
10138
10156
  "member": "string",
10139
10157
  "name": "RoleConfigurationName",
10140
10158
  "output_required": true,
@@ -10239,7 +10257,7 @@
10239
10257
  {
10240
10258
  "disabled": false,
10241
10259
  "document": "权限配置名称。",
10242
- "example": "test",
10260
+ "example": "conf1",
10243
10261
  "member": "string",
10244
10262
  "name": "RoleConfigurationName",
10245
10263
  "output_required": true,
@@ -10261,7 +10279,7 @@
10261
10279
  {
10262
10280
  "disabled": false,
10263
10281
  "document": "集团账号目标账号的名称。",
10264
- "example": "test",
10282
+ "example": "user1",
10265
10283
  "member": "string",
10266
10284
  "name": "TargetName",
10267
10285
  "output_required": true,
@@ -11640,7 +11658,7 @@
11640
11658
  {
11641
11659
  "disabled": false,
11642
11660
  "document": "成员访问策略Id。可通过DescribeOrganizationMemberPolicies获取",
11643
- "example": "123",
11661
+ "example": "101",
11644
11662
  "member": "uint64",
11645
11663
  "name": "PolicyId",
11646
11664
  "required": true,
@@ -11658,7 +11676,7 @@
11658
11676
  {
11659
11677
  "disabled": false,
11660
11678
  "document": "策略描述。最大长度为128个字符",
11661
- "example": "\"\"",
11679
+ "example": "admin policy",
11662
11680
  "member": "string",
11663
11681
  "name": "Description",
11664
11682
  "required": false,
@@ -11844,7 +11862,7 @@
11844
11862
  {
11845
11863
  "disabled": false,
11846
11864
  "document": "权限配置详情",
11847
- "example": "{\"RoleConfigurationId\":\"rc-s2ns92ns***\",\"RoleConfigurationName\":\"test\",\"Description\":\"this is role configuration\",\"SessionDuration\":900,\"RelayState\":\"https://console.cloud.tencent.com\",\"CreateTime\":\"2019-01-01 12:12:12\",\"UpdateTime\":\"2019-01-01 12:12:12\"}",
11865
+ "example": "",
11848
11866
  "member": "RoleConfiguration",
11849
11867
  "name": "RoleConfigurationInfo",
11850
11868
  "output_required": true,
@@ -12019,7 +12037,7 @@
12019
12037
  {
12020
12038
  "disabled": false,
12021
12039
  "document": "用户的名。",
12022
- "example": "test",
12040
+ "example": "John",
12023
12041
  "member": "string",
12024
12042
  "name": "NewFirstName",
12025
12043
  "required": false,
@@ -12028,7 +12046,7 @@
12028
12046
  {
12029
12047
  "disabled": false,
12030
12048
  "document": "用户的姓。",
12031
- "example": "test",
12049
+ "example": "White",
12032
12050
  "member": "string",
12033
12051
  "name": "NewLastName",
12034
12052
  "required": false,
@@ -12037,7 +12055,7 @@
12037
12055
  {
12038
12056
  "disabled": false,
12039
12057
  "document": "用户的显示名称。",
12040
- "example": "test",
12058
+ "example": "John White",
12041
12059
  "member": "string",
12042
12060
  "name": "NewDisplayName",
12043
12061
  "required": false,
@@ -12070,7 +12088,7 @@
12070
12088
  {
12071
12089
  "disabled": false,
12072
12090
  "document": "用户信息",
12073
- "example": "{\"UserName\":\"test\",\"FirstName\":\"test\",\"LastName\":\"test\",\"DisplayName\":\"test\",\"Description\":\"this is user\",\"Email\":\"test@example.com\",\"UserStatus\":\"test\",\"UserType\":\"Manual\",\"UserId\":\"u-33sjadjsk\",\"CreateTime\":\"2024-01-01 12:12:12\",\"UpdateTime\":\"2024-01-01 12:12:12\"}",
12091
+ "example": "",
12074
12092
  "member": "UserInfo",
12075
12093
  "name": "UserInfo",
12076
12094
  "output_required": false,
@@ -12451,7 +12469,7 @@
12451
12469
  {
12452
12470
  "disabled": false,
12453
12471
  "document": "集团账号目标账号的名称。",
12454
- "example": "test",
12472
+ "example": "user1",
12455
12473
  "member": "string",
12456
12474
  "name": "TargetName",
12457
12475
  "output_required": true,
@@ -12611,7 +12629,7 @@
12611
12629
  {
12612
12630
  "disabled": false,
12613
12631
  "document": "用户或者用户组名称。",
12614
- "example": "test",
12632
+ "example": "user1",
12615
12633
  "member": "string",
12616
12634
  "name": "PrincipalName",
12617
12635
  "output_required": true,