tencentcloud-sdk-python 3.0.1332__py2.py3-none-any.whl → 3.0.1334__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.
- tencentcloud/__init__.py +1 -1
- tencentcloud/aiart/v20221229/models.py +2 -0
- tencentcloud/antiddos/v20200309/models.py +2 -2
- tencentcloud/apm/v20210622/models.py +63 -55
- tencentcloud/billing/v20180709/models.py +30 -474
- tencentcloud/cat/v20180409/models.py +4 -4
- tencentcloud/cdwpg/v20201230/cdwpg_client.py +368 -0
- tencentcloud/cdwpg/v20201230/models.py +5699 -1484
- tencentcloud/ciam/v20220331/models.py +0 -92
- tencentcloud/cls/v20201016/models.py +0 -2
- tencentcloud/common/abstract_client.py +3 -0
- tencentcloud/controlcenter/v20230110/models.py +0 -4
- tencentcloud/csip/v20221121/models.py +94 -4
- tencentcloud/cvm/v20170312/models.py +49 -212
- tencentcloud/dbbrain/v20191016/models.py +0 -6
- tencentcloud/dbbrain/v20210527/models.py +0 -12
- tencentcloud/dlc/v20210125/models.py +32 -0
- tencentcloud/emr/v20190103/models.py +17 -0
- tencentcloud/es/v20180416/models.py +15 -0
- tencentcloud/essbasic/v20210526/essbasic_client.py +1 -1
- tencentcloud/goosefs/v20220519/models.py +0 -10
- tencentcloud/gwlb/v20240906/models.py +34 -2
- tencentcloud/iotcloud/v20210408/models.py +15 -15
- tencentcloud/keewidb/v20220308/models.py +0 -76
- tencentcloud/live/v20180801/models.py +8 -58
- tencentcloud/lke/v20231130/lke_client.py +46 -0
- tencentcloud/lke/v20231130/models.py +385 -0
- tencentcloud/mongodb/v20190725/models.py +10 -4
- tencentcloud/mps/v20190612/models.py +31 -2
- tencentcloud/mqtt/v20240516/models.py +154 -0
- tencentcloud/mqtt/v20240516/mqtt_client.py +23 -0
- tencentcloud/ocr/v20181119/errorcodes.py +3 -0
- tencentcloud/ocr/v20181119/models.py +28 -6
- tencentcloud/pts/v20210728/models.py +68 -6
- tencentcloud/redis/v20180412/models.py +0 -66
- tencentcloud/rum/v20210622/models.py +150 -0
- tencentcloud/tag/v20180813/models.py +2 -2
- tencentcloud/tdmq/v20200217/models.py +192 -0
- tencentcloud/tdmq/v20200217/tdmq_client.py +23 -0
- tencentcloud/tke/v20180525/models.py +0 -20
- tencentcloud/tms/v20201229/models.py +15 -0
- tencentcloud/trp/v20210515/models.py +0 -6
- tencentcloud/tsf/v20180326/models.py +0 -880
- tencentcloud/vod/v20180717/models.py +8 -8
- tencentcloud/vod/v20180717/vod_client.py +2 -2
- tencentcloud/vpc/v20170312/errorcodes.py +3 -0
- tencentcloud/waf/v20180125/models.py +0 -6
- tencentcloud/wedata/v20210820/models.py +173 -0
- {tencentcloud_sdk_python-3.0.1332.dist-info → tencentcloud_sdk_python-3.0.1334.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1332.dist-info → tencentcloud_sdk_python-3.0.1334.dist-info}/RECORD +53 -53
- {tencentcloud_sdk_python-3.0.1332.dist-info → tencentcloud_sdk_python-3.0.1334.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1332.dist-info → tencentcloud_sdk_python-3.0.1334.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1332.dist-info → tencentcloud_sdk_python-3.0.1334.dist-info}/top_level.txt +0 -0
@@ -26,13 +26,10 @@ class AppAssociatedUserGroupIds(AbstractModel):
|
|
26
26
|
def __init__(self):
|
27
27
|
r"""
|
28
28
|
:param _UserGroupId: 用户组id
|
29
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30
29
|
:type UserGroupId: str
|
31
30
|
:param _ApplicationId: 应用id
|
32
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
33
31
|
:type ApplicationId: str
|
34
32
|
:param _ApplicationName: 应用名称
|
35
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
36
33
|
:type ApplicationName: str
|
37
34
|
"""
|
38
35
|
self._UserGroupId = None
|
@@ -42,7 +39,6 @@ class AppAssociatedUserGroupIds(AbstractModel):
|
|
42
39
|
@property
|
43
40
|
def UserGroupId(self):
|
44
41
|
"""用户组id
|
45
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
46
42
|
:rtype: str
|
47
43
|
"""
|
48
44
|
return self._UserGroupId
|
@@ -54,7 +50,6 @@ class AppAssociatedUserGroupIds(AbstractModel):
|
|
54
50
|
@property
|
55
51
|
def ApplicationId(self):
|
56
52
|
"""应用id
|
57
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
58
53
|
:rtype: str
|
59
54
|
"""
|
60
55
|
return self._ApplicationId
|
@@ -66,7 +61,6 @@ class AppAssociatedUserGroupIds(AbstractModel):
|
|
66
61
|
@property
|
67
62
|
def ApplicationName(self):
|
68
63
|
"""应用名称
|
69
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
70
64
|
:rtype: str
|
71
65
|
"""
|
72
66
|
return self._ApplicationName
|
@@ -707,7 +701,6 @@ class CreateUserResponse(AbstractModel):
|
|
707
701
|
def __init__(self):
|
708
702
|
r"""
|
709
703
|
:param _User: 创建的用户信息
|
710
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
711
704
|
:type User: :class:`tencentcloud.ciam.v20220331.models.User`
|
712
705
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
713
706
|
:type RequestId: str
|
@@ -718,7 +711,6 @@ class CreateUserResponse(AbstractModel):
|
|
718
711
|
@property
|
719
712
|
def User(self):
|
720
713
|
"""创建的用户信息
|
721
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
722
714
|
:rtype: :class:`tencentcloud.ciam.v20220331.models.User`
|
723
715
|
"""
|
724
716
|
return self._User
|
@@ -914,7 +906,6 @@ class DeleteUserGroupsResponse(AbstractModel):
|
|
914
906
|
def __init__(self):
|
915
907
|
r"""
|
916
908
|
:param _UserGroupDeletedInfo: 删除的用户组关联的应用信息
|
917
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
918
909
|
:type UserGroupDeletedInfo: :class:`tencentcloud.ciam.v20220331.models.UserGroupDeleteResp`
|
919
910
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
920
911
|
:type RequestId: str
|
@@ -925,7 +916,6 @@ class DeleteUserGroupsResponse(AbstractModel):
|
|
925
916
|
@property
|
926
917
|
def UserGroupDeletedInfo(self):
|
927
918
|
"""删除的用户组关联的应用信息
|
928
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
929
919
|
:rtype: :class:`tencentcloud.ciam.v20220331.models.UserGroupDeleteResp`
|
930
920
|
"""
|
931
921
|
return self._UserGroupDeletedInfo
|
@@ -1328,13 +1318,11 @@ class DescribeUserResponse(AbstractModel):
|
|
1328
1318
|
def __init__(self):
|
1329
1319
|
r"""
|
1330
1320
|
:param _Total: 总条数
|
1331
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1332
1321
|
:type Total: int
|
1333
1322
|
:param _Pageable: 分页对象
|
1334
1323
|
注意:此字段可能返回 null,表示取不到有效值。
|
1335
1324
|
:type Pageable: :class:`tencentcloud.ciam.v20220331.models.Pageable`
|
1336
1325
|
:param _Content: 用户列表
|
1337
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1338
1326
|
:type Content: list of User
|
1339
1327
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1340
1328
|
:type RequestId: str
|
@@ -1347,7 +1335,6 @@ class DescribeUserResponse(AbstractModel):
|
|
1347
1335
|
@property
|
1348
1336
|
def Total(self):
|
1349
1337
|
"""总条数
|
1350
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1351
1338
|
:rtype: int
|
1352
1339
|
"""
|
1353
1340
|
return self._Total
|
@@ -1371,7 +1358,6 @@ class DescribeUserResponse(AbstractModel):
|
|
1371
1358
|
@property
|
1372
1359
|
def Content(self):
|
1373
1360
|
"""用户列表
|
1374
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1375
1361
|
:rtype: list of User
|
1376
1362
|
"""
|
1377
1363
|
return self._Content
|
@@ -1414,7 +1400,6 @@ class ErrorDetails(AbstractModel):
|
|
1414
1400
|
def __init__(self):
|
1415
1401
|
r"""
|
1416
1402
|
:param _UserId: 用户信息
|
1417
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1418
1403
|
:type UserId: str
|
1419
1404
|
:param _Error: 失败原因
|
1420
1405
|
:type Error: str
|
@@ -1425,7 +1410,6 @@ class ErrorDetails(AbstractModel):
|
|
1425
1410
|
@property
|
1426
1411
|
def UserId(self):
|
1427
1412
|
"""用户信息
|
1428
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1429
1413
|
:rtype: str
|
1430
1414
|
"""
|
1431
1415
|
return self._UserId
|
@@ -1518,10 +1502,8 @@ class FailedUsers(AbstractModel):
|
|
1518
1502
|
def __init__(self):
|
1519
1503
|
r"""
|
1520
1504
|
:param _FailedUserIdentification: 失败用户标识
|
1521
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1522
1505
|
:type FailedUserIdentification: str
|
1523
1506
|
:param _FailedReason: 导入的用户失败原因
|
1524
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1525
1507
|
:type FailedReason: str
|
1526
1508
|
"""
|
1527
1509
|
self._FailedUserIdentification = None
|
@@ -1530,7 +1512,6 @@ class FailedUsers(AbstractModel):
|
|
1530
1512
|
@property
|
1531
1513
|
def FailedUserIdentification(self):
|
1532
1514
|
"""失败用户标识
|
1533
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1534
1515
|
:rtype: str
|
1535
1516
|
"""
|
1536
1517
|
return self._FailedUserIdentification
|
@@ -1542,7 +1523,6 @@ class FailedUsers(AbstractModel):
|
|
1542
1523
|
@property
|
1543
1524
|
def FailedReason(self):
|
1544
1525
|
"""导入的用户失败原因
|
1545
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1546
1526
|
:rtype: str
|
1547
1527
|
"""
|
1548
1528
|
return self._FailedReason
|
@@ -2178,7 +2158,6 @@ class Job(AbstractModel):
|
|
2178
2158
|
注意:此字段可能返回 null,表示取不到有效值。
|
2179
2159
|
:type Location: str
|
2180
2160
|
:param _ErrorDetails: 失败详情
|
2181
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2182
2161
|
:type ErrorDetails: list of ErrorDetails
|
2183
2162
|
:param _FailedUsers: 失败的用户
|
2184
2163
|
注意:此字段可能返回 null,表示取不到有效值。
|
@@ -2275,7 +2254,6 @@ class Job(AbstractModel):
|
|
2275
2254
|
@property
|
2276
2255
|
def ErrorDetails(self):
|
2277
2256
|
"""失败详情
|
2278
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2279
2257
|
:rtype: list of ErrorDetails
|
2280
2258
|
"""
|
2281
2259
|
return self._ErrorDetails
|
@@ -2500,7 +2478,6 @@ class ListJobsResponse(AbstractModel):
|
|
2500
2478
|
def __init__(self):
|
2501
2479
|
r"""
|
2502
2480
|
:param _JobSet: 任务列表
|
2503
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2504
2481
|
:type JobSet: list of Job
|
2505
2482
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2506
2483
|
:type RequestId: str
|
@@ -2511,7 +2488,6 @@ class ListJobsResponse(AbstractModel):
|
|
2511
2488
|
@property
|
2512
2489
|
def JobSet(self):
|
2513
2490
|
"""任务列表
|
2514
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2515
2491
|
:rtype: list of Job
|
2516
2492
|
"""
|
2517
2493
|
return self._JobSet
|
@@ -2646,7 +2622,6 @@ class ListLogMessageByConditionResponse(AbstractModel):
|
|
2646
2622
|
:param _Pageable: 分页对象
|
2647
2623
|
:type Pageable: :class:`tencentcloud.ciam.v20220331.models.Pageable`
|
2648
2624
|
:param _Content: 日志列表
|
2649
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2650
2625
|
:type Content: list of LogMessage
|
2651
2626
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2652
2627
|
:type RequestId: str
|
@@ -2681,7 +2656,6 @@ class ListLogMessageByConditionResponse(AbstractModel):
|
|
2681
2656
|
@property
|
2682
2657
|
def Content(self):
|
2683
2658
|
"""日志列表
|
2684
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2685
2659
|
:rtype: list of LogMessage
|
2686
2660
|
"""
|
2687
2661
|
return self._Content
|
@@ -2811,7 +2785,6 @@ class ListUserByPropertyResponse(AbstractModel):
|
|
2811
2785
|
def __init__(self):
|
2812
2786
|
r"""
|
2813
2787
|
:param _Users: 用户列表
|
2814
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2815
2788
|
:type Users: list of User
|
2816
2789
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2817
2790
|
:type RequestId: str
|
@@ -2822,7 +2795,6 @@ class ListUserByPropertyResponse(AbstractModel):
|
|
2822
2795
|
@property
|
2823
2796
|
def Users(self):
|
2824
2797
|
"""用户列表
|
2825
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2826
2798
|
:rtype: list of User
|
2827
2799
|
"""
|
2828
2800
|
return self._Users
|
@@ -2938,13 +2910,10 @@ class ListUserGroupsResponse(AbstractModel):
|
|
2938
2910
|
def __init__(self):
|
2939
2911
|
r"""
|
2940
2912
|
:param _Content: 用户组列表
|
2941
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2942
2913
|
:type Content: list of UserGroup
|
2943
2914
|
:param _Total: 总条数
|
2944
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2945
2915
|
:type Total: int
|
2946
2916
|
:param _Pageable: 分页
|
2947
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2948
2917
|
:type Pageable: :class:`tencentcloud.ciam.v20220331.models.Pageable`
|
2949
2918
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2950
2919
|
:type RequestId: str
|
@@ -2957,7 +2926,6 @@ class ListUserGroupsResponse(AbstractModel):
|
|
2957
2926
|
@property
|
2958
2927
|
def Content(self):
|
2959
2928
|
"""用户组列表
|
2960
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2961
2929
|
:rtype: list of UserGroup
|
2962
2930
|
"""
|
2963
2931
|
return self._Content
|
@@ -2969,7 +2937,6 @@ class ListUserGroupsResponse(AbstractModel):
|
|
2969
2937
|
@property
|
2970
2938
|
def Total(self):
|
2971
2939
|
"""总条数
|
2972
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2973
2940
|
:rtype: int
|
2974
2941
|
"""
|
2975
2942
|
return self._Total
|
@@ -2981,7 +2948,6 @@ class ListUserGroupsResponse(AbstractModel):
|
|
2981
2948
|
@property
|
2982
2949
|
def Pageable(self):
|
2983
2950
|
"""分页
|
2984
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2985
2951
|
:rtype: :class:`tencentcloud.ciam.v20220331.models.Pageable`
|
2986
2952
|
"""
|
2987
2953
|
return self._Pageable
|
@@ -3118,13 +3084,11 @@ class ListUserResponse(AbstractModel):
|
|
3118
3084
|
def __init__(self):
|
3119
3085
|
r"""
|
3120
3086
|
:param _Total: 总条数
|
3121
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3122
3087
|
:type Total: int
|
3123
3088
|
:param _Pageable: 分页对象
|
3124
3089
|
注意:此字段可能返回 null,表示取不到有效值。
|
3125
3090
|
:type Pageable: :class:`tencentcloud.ciam.v20220331.models.Pageable`
|
3126
3091
|
:param _Content: 用户列表
|
3127
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3128
3092
|
:type Content: list of User
|
3129
3093
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
3130
3094
|
:type RequestId: str
|
@@ -3137,7 +3101,6 @@ class ListUserResponse(AbstractModel):
|
|
3137
3101
|
@property
|
3138
3102
|
def Total(self):
|
3139
3103
|
"""总条数
|
3140
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3141
3104
|
:rtype: int
|
3142
3105
|
"""
|
3143
3106
|
return self._Total
|
@@ -3161,7 +3124,6 @@ class ListUserResponse(AbstractModel):
|
|
3161
3124
|
@property
|
3162
3125
|
def Content(self):
|
3163
3126
|
"""用户列表
|
3164
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3165
3127
|
:rtype: list of User
|
3166
3128
|
"""
|
3167
3129
|
return self._Content
|
@@ -3262,16 +3224,12 @@ class LogMessage(AbstractModel):
|
|
3262
3224
|
:param _LogId: 日志标识
|
3263
3225
|
:type LogId: str
|
3264
3226
|
:param _TenantId: 租户ID
|
3265
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3266
3227
|
:type TenantId: str
|
3267
3228
|
:param _UserStoreId: 用户池ID
|
3268
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3269
3229
|
:type UserStoreId: str
|
3270
3230
|
:param _EventCode: 事件编码
|
3271
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3272
3231
|
:type EventCode: str
|
3273
3232
|
:param _EventDate: 事件发生时间戳,单位:毫秒
|
3274
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3275
3233
|
:type EventDate: int
|
3276
3234
|
:param _Description: 描述
|
3277
3235
|
注意:此字段可能返回 null,表示取不到有效值。
|
@@ -3280,34 +3238,24 @@ class LogMessage(AbstractModel):
|
|
3280
3238
|
|
3281
3239
|
<li> **TENANT** </li> 租户
|
3282
3240
|
<li> **USER** </li> 用户
|
3283
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3284
3241
|
:type Participant: str
|
3285
3242
|
:param _ApplicationClientId: 应用clientId
|
3286
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3287
3243
|
:type ApplicationClientId: str
|
3288
3244
|
:param _ApplicationName: 应用名称
|
3289
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3290
3245
|
:type ApplicationName: str
|
3291
3246
|
:param _AuthSourceId: 认证源ID
|
3292
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3293
3247
|
:type AuthSourceId: str
|
3294
3248
|
:param _AuthSourceName: 认证源名称
|
3295
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3296
3249
|
:type AuthSourceName: str
|
3297
3250
|
:param _AuthSourceType: 认证源类型
|
3298
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3299
3251
|
:type AuthSourceType: str
|
3300
3252
|
:param _AuthSourceCategory: 认证源类别
|
3301
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3302
3253
|
:type AuthSourceCategory: str
|
3303
3254
|
:param _Ip: IP地址
|
3304
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3305
3255
|
:type Ip: str
|
3306
3256
|
:param _UserAgent: 用户代理
|
3307
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3308
3257
|
:type UserAgent: str
|
3309
3258
|
:param _UserId: 用户ID
|
3310
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3311
3259
|
:type UserId: str
|
3312
3260
|
:param _Detail: 详情
|
3313
3261
|
注意:此字段可能返回 null,表示取不到有效值。
|
@@ -3349,7 +3297,6 @@ class LogMessage(AbstractModel):
|
|
3349
3297
|
@property
|
3350
3298
|
def TenantId(self):
|
3351
3299
|
"""租户ID
|
3352
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3353
3300
|
:rtype: str
|
3354
3301
|
"""
|
3355
3302
|
return self._TenantId
|
@@ -3361,7 +3308,6 @@ class LogMessage(AbstractModel):
|
|
3361
3308
|
@property
|
3362
3309
|
def UserStoreId(self):
|
3363
3310
|
"""用户池ID
|
3364
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3365
3311
|
:rtype: str
|
3366
3312
|
"""
|
3367
3313
|
return self._UserStoreId
|
@@ -3373,7 +3319,6 @@ class LogMessage(AbstractModel):
|
|
3373
3319
|
@property
|
3374
3320
|
def EventCode(self):
|
3375
3321
|
"""事件编码
|
3376
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3377
3322
|
:rtype: str
|
3378
3323
|
"""
|
3379
3324
|
return self._EventCode
|
@@ -3385,7 +3330,6 @@ class LogMessage(AbstractModel):
|
|
3385
3330
|
@property
|
3386
3331
|
def EventDate(self):
|
3387
3332
|
"""事件发生时间戳,单位:毫秒
|
3388
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3389
3333
|
:rtype: int
|
3390
3334
|
"""
|
3391
3335
|
return self._EventDate
|
@@ -3412,7 +3356,6 @@ class LogMessage(AbstractModel):
|
|
3412
3356
|
|
3413
3357
|
<li> **TENANT** </li> 租户
|
3414
3358
|
<li> **USER** </li> 用户
|
3415
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3416
3359
|
:rtype: str
|
3417
3360
|
"""
|
3418
3361
|
return self._Participant
|
@@ -3424,7 +3367,6 @@ class LogMessage(AbstractModel):
|
|
3424
3367
|
@property
|
3425
3368
|
def ApplicationClientId(self):
|
3426
3369
|
"""应用clientId
|
3427
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3428
3370
|
:rtype: str
|
3429
3371
|
"""
|
3430
3372
|
return self._ApplicationClientId
|
@@ -3436,7 +3378,6 @@ class LogMessage(AbstractModel):
|
|
3436
3378
|
@property
|
3437
3379
|
def ApplicationName(self):
|
3438
3380
|
"""应用名称
|
3439
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3440
3381
|
:rtype: str
|
3441
3382
|
"""
|
3442
3383
|
return self._ApplicationName
|
@@ -3448,7 +3389,6 @@ class LogMessage(AbstractModel):
|
|
3448
3389
|
@property
|
3449
3390
|
def AuthSourceId(self):
|
3450
3391
|
"""认证源ID
|
3451
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3452
3392
|
:rtype: str
|
3453
3393
|
"""
|
3454
3394
|
return self._AuthSourceId
|
@@ -3460,7 +3400,6 @@ class LogMessage(AbstractModel):
|
|
3460
3400
|
@property
|
3461
3401
|
def AuthSourceName(self):
|
3462
3402
|
"""认证源名称
|
3463
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3464
3403
|
:rtype: str
|
3465
3404
|
"""
|
3466
3405
|
return self._AuthSourceName
|
@@ -3472,7 +3411,6 @@ class LogMessage(AbstractModel):
|
|
3472
3411
|
@property
|
3473
3412
|
def AuthSourceType(self):
|
3474
3413
|
"""认证源类型
|
3475
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3476
3414
|
:rtype: str
|
3477
3415
|
"""
|
3478
3416
|
return self._AuthSourceType
|
@@ -3484,7 +3422,6 @@ class LogMessage(AbstractModel):
|
|
3484
3422
|
@property
|
3485
3423
|
def AuthSourceCategory(self):
|
3486
3424
|
"""认证源类别
|
3487
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3488
3425
|
:rtype: str
|
3489
3426
|
"""
|
3490
3427
|
return self._AuthSourceCategory
|
@@ -3496,7 +3433,6 @@ class LogMessage(AbstractModel):
|
|
3496
3433
|
@property
|
3497
3434
|
def Ip(self):
|
3498
3435
|
"""IP地址
|
3499
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3500
3436
|
:rtype: str
|
3501
3437
|
"""
|
3502
3438
|
return self._Ip
|
@@ -3508,7 +3444,6 @@ class LogMessage(AbstractModel):
|
|
3508
3444
|
@property
|
3509
3445
|
def UserAgent(self):
|
3510
3446
|
"""用户代理
|
3511
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3512
3447
|
:rtype: str
|
3513
3448
|
"""
|
3514
3449
|
return self._UserAgent
|
@@ -3520,7 +3455,6 @@ class LogMessage(AbstractModel):
|
|
3520
3455
|
@property
|
3521
3456
|
def UserId(self):
|
3522
3457
|
"""用户ID
|
3523
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3524
3458
|
:rtype: str
|
3525
3459
|
"""
|
3526
3460
|
return self._UserId
|
@@ -3595,7 +3529,6 @@ class MemberMap(AbstractModel):
|
|
3595
3529
|
:param _Value: 值
|
3596
3530
|
:type Value: str
|
3597
3531
|
:param _Type: 类型
|
3598
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3599
3532
|
:type Type: str
|
3600
3533
|
"""
|
3601
3534
|
self._Name = None
|
@@ -3627,7 +3560,6 @@ class MemberMap(AbstractModel):
|
|
3627
3560
|
@property
|
3628
3561
|
def Type(self):
|
3629
3562
|
"""类型
|
3630
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3631
3563
|
:rtype: str
|
3632
3564
|
"""
|
3633
3565
|
return self._Type
|
@@ -4532,7 +4464,6 @@ class UpdateUserResponse(AbstractModel):
|
|
4532
4464
|
def __init__(self):
|
4533
4465
|
r"""
|
4534
4466
|
:param _User: 更新之后的用户信息
|
4535
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4536
4467
|
:type User: :class:`tencentcloud.ciam.v20220331.models.User`
|
4537
4468
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
4538
4469
|
:type RequestId: str
|
@@ -4543,7 +4474,6 @@ class UpdateUserResponse(AbstractModel):
|
|
4543
4474
|
@property
|
4544
4475
|
def User(self):
|
4545
4476
|
"""更新之后的用户信息
|
4546
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4547
4477
|
:rtype: :class:`tencentcloud.ciam.v20220331.models.User`
|
4548
4478
|
"""
|
4549
4479
|
return self._User
|
@@ -4825,7 +4755,6 @@ class User(AbstractModel):
|
|
4825
4755
|
注意:此字段可能返回 null,表示取不到有效值。
|
4826
4756
|
:type LastModifiedDate: int
|
4827
4757
|
:param _CustomAttributes: 自定义属性
|
4828
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4829
4758
|
:type CustomAttributes: list of MemberMap
|
4830
4759
|
:param _ResidentIdentityCard: 身份证号
|
4831
4760
|
注意:此字段可能返回 null,表示取不到有效值。
|
@@ -4864,7 +4793,6 @@ class User(AbstractModel):
|
|
4864
4793
|
注意:此字段可能返回 null,表示取不到有效值。
|
4865
4794
|
:type IdentityVerificationMethod: str
|
4866
4795
|
:param _IdentityVerified: 是否已经实名核验
|
4867
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4868
4796
|
:type IdentityVerified: bool
|
4869
4797
|
:param _Job: 工作
|
4870
4798
|
注意:此字段可能返回 null,表示取不到有效值。
|
@@ -4873,19 +4801,15 @@ class User(AbstractModel):
|
|
4873
4801
|
注意:此字段可能返回 null,表示取不到有效值。
|
4874
4802
|
:type Nationality: str
|
4875
4803
|
:param _Primary: 是否主账号(进行过账号融合后,主账号为true,从账号为false)
|
4876
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4877
4804
|
:type Primary: bool
|
4878
4805
|
:param _Zone: 时区
|
4879
4806
|
注意:此字段可能返回 null,表示取不到有效值。
|
4880
4807
|
:type Zone: str
|
4881
4808
|
:param _AlreadyFirstLogin: 是否已经首次登录
|
4882
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4883
4809
|
:type AlreadyFirstLogin: bool
|
4884
4810
|
:param _TenantId: 租户id
|
4885
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4886
4811
|
:type TenantId: str
|
4887
4812
|
:param _UserStoreId: 用户目录id
|
4888
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4889
4813
|
:type UserStoreId: str
|
4890
4814
|
:param _Version: 版本
|
4891
4815
|
注意:此字段可能返回 null,表示取不到有效值。
|
@@ -5110,7 +5034,6 @@ class User(AbstractModel):
|
|
5110
5034
|
@property
|
5111
5035
|
def CustomAttributes(self):
|
5112
5036
|
"""自定义属性
|
5113
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5114
5037
|
:rtype: list of MemberMap
|
5115
5038
|
"""
|
5116
5039
|
return self._CustomAttributes
|
@@ -5266,7 +5189,6 @@ class User(AbstractModel):
|
|
5266
5189
|
@property
|
5267
5190
|
def IdentityVerified(self):
|
5268
5191
|
"""是否已经实名核验
|
5269
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5270
5192
|
:rtype: bool
|
5271
5193
|
"""
|
5272
5194
|
return self._IdentityVerified
|
@@ -5302,7 +5224,6 @@ class User(AbstractModel):
|
|
5302
5224
|
@property
|
5303
5225
|
def Primary(self):
|
5304
5226
|
"""是否主账号(进行过账号融合后,主账号为true,从账号为false)
|
5305
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5306
5227
|
:rtype: bool
|
5307
5228
|
"""
|
5308
5229
|
return self._Primary
|
@@ -5326,7 +5247,6 @@ class User(AbstractModel):
|
|
5326
5247
|
@property
|
5327
5248
|
def AlreadyFirstLogin(self):
|
5328
5249
|
"""是否已经首次登录
|
5329
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5330
5250
|
:rtype: bool
|
5331
5251
|
"""
|
5332
5252
|
return self._AlreadyFirstLogin
|
@@ -5338,7 +5258,6 @@ class User(AbstractModel):
|
|
5338
5258
|
@property
|
5339
5259
|
def TenantId(self):
|
5340
5260
|
"""租户id
|
5341
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5342
5261
|
:rtype: str
|
5343
5262
|
"""
|
5344
5263
|
return self._TenantId
|
@@ -5350,7 +5269,6 @@ class User(AbstractModel):
|
|
5350
5269
|
@property
|
5351
5270
|
def UserStoreId(self):
|
5352
5271
|
"""用户目录id
|
5353
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5354
5272
|
:rtype: str
|
5355
5273
|
"""
|
5356
5274
|
return self._UserStoreId
|
@@ -5650,10 +5568,8 @@ class UserGroupDeleteResp(AbstractModel):
|
|
5650
5568
|
def __init__(self):
|
5651
5569
|
r"""
|
5652
5570
|
:param _ErrorMessage: 错误详情
|
5653
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5654
5571
|
:type ErrorMessage: str
|
5655
5572
|
:param _AppAssociatedUserGroupIds: 用户组关联的应用信息
|
5656
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5657
5573
|
:type AppAssociatedUserGroupIds: list of AppAssociatedUserGroupIds
|
5658
5574
|
"""
|
5659
5575
|
self._ErrorMessage = None
|
@@ -5662,7 +5578,6 @@ class UserGroupDeleteResp(AbstractModel):
|
|
5662
5578
|
@property
|
5663
5579
|
def ErrorMessage(self):
|
5664
5580
|
"""错误详情
|
5665
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5666
5581
|
:rtype: str
|
5667
5582
|
"""
|
5668
5583
|
return self._ErrorMessage
|
@@ -5674,7 +5589,6 @@ class UserGroupDeleteResp(AbstractModel):
|
|
5674
5589
|
@property
|
5675
5590
|
def AppAssociatedUserGroupIds(self):
|
5676
5591
|
"""用户组关联的应用信息
|
5677
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5678
5592
|
:rtype: list of AppAssociatedUserGroupIds
|
5679
5593
|
"""
|
5680
5594
|
return self._AppAssociatedUserGroupIds
|
@@ -5726,13 +5640,10 @@ class UserStore(AbstractModel):
|
|
5726
5640
|
:param _AppNum: 应用数量
|
5727
5641
|
:type AppNum: int
|
5728
5642
|
:param _LastStatus: 上次切换的用户池
|
5729
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5730
5643
|
:type LastStatus: bool
|
5731
5644
|
:param _DefaultStatus: 默认用户池
|
5732
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5733
5645
|
:type DefaultStatus: bool
|
5734
5646
|
:param _CreateDate: 创建时间
|
5735
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5736
5647
|
:type CreateDate: int
|
5737
5648
|
:param _LastStatusTime: 上次切换时间
|
5738
5649
|
注意:此字段可能返回 null,表示取不到有效值。
|
@@ -5836,7 +5747,6 @@ class UserStore(AbstractModel):
|
|
5836
5747
|
@property
|
5837
5748
|
def LastStatus(self):
|
5838
5749
|
"""上次切换的用户池
|
5839
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5840
5750
|
:rtype: bool
|
5841
5751
|
"""
|
5842
5752
|
return self._LastStatus
|
@@ -5848,7 +5758,6 @@ class UserStore(AbstractModel):
|
|
5848
5758
|
@property
|
5849
5759
|
def DefaultStatus(self):
|
5850
5760
|
"""默认用户池
|
5851
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5852
5761
|
:rtype: bool
|
5853
5762
|
"""
|
5854
5763
|
return self._DefaultStatus
|
@@ -5860,7 +5769,6 @@ class UserStore(AbstractModel):
|
|
5860
5769
|
@property
|
5861
5770
|
def CreateDate(self):
|
5862
5771
|
"""创建时间
|
5863
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5864
5772
|
:rtype: int
|
5865
5773
|
"""
|
5866
5774
|
return self._CreateDate
|
@@ -29828,7 +29828,6 @@ id,地域,简称信息如下:
|
|
29828
29828
|
- 17, 法兰克福,eu-frankfurt
|
29829
29829
|
- 18, 首尔,ap-seoul
|
29830
29830
|
- 19, 重庆,ap-chongqing
|
29831
|
-
- 21, 孟买,ap-mumbai
|
29832
29831
|
- 22, 弗吉尼亚,na-ashburn
|
29833
29832
|
- 23, 曼谷,ap-bangkok
|
29834
29833
|
- 25, 东京,ap-tokyo
|
@@ -29869,7 +29868,6 @@ id,地域,简称信息如下:
|
|
29869
29868
|
- 17, 法兰克福,eu-frankfurt
|
29870
29869
|
- 18, 首尔,ap-seoul
|
29871
29870
|
- 19, 重庆,ap-chongqing
|
29872
|
-
- 21, 孟买,ap-mumbai
|
29873
29871
|
- 22, 弗吉尼亚,na-ashburn
|
29874
29872
|
- 23, 曼谷,ap-bangkok
|
29875
29873
|
- 25, 东京,ap-tokyo
|
@@ -390,6 +390,9 @@ class AbstractClient(object):
|
|
390
390
|
colon_idx = line.find(':')
|
391
391
|
key = line[:colon_idx]
|
392
392
|
val = line[colon_idx + 1:]
|
393
|
+
# If value starts with a U+0020 SPACE character, remove it from value.
|
394
|
+
if val and val[0] == " ":
|
395
|
+
val = val[1:]
|
393
396
|
if key == 'data':
|
394
397
|
# The spec allows for multiple data fields per event, concatenated them with "\n".
|
395
398
|
if 'data' not in e:
|
@@ -26,10 +26,8 @@ class BaselineConfigItem(AbstractModel):
|
|
26
26
|
def __init__(self):
|
27
27
|
r"""
|
28
28
|
:param _Identifier: 账号工厂基线项唯一标识,只能包含英文字母、数字和@、,._[]-:()()【】+=,。,长度2-128个字符。
|
29
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30
29
|
:type Identifier: str
|
31
30
|
:param _Configuration: 账号工厂基线项配置,不同基线项配置参数不同。
|
32
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
33
31
|
:type Configuration: str
|
34
32
|
"""
|
35
33
|
self._Identifier = None
|
@@ -38,7 +36,6 @@ class BaselineConfigItem(AbstractModel):
|
|
38
36
|
@property
|
39
37
|
def Identifier(self):
|
40
38
|
"""账号工厂基线项唯一标识,只能包含英文字母、数字和@、,._[]-:()()【】+=,。,长度2-128个字符。
|
41
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
42
39
|
:rtype: str
|
43
40
|
"""
|
44
41
|
return self._Identifier
|
@@ -50,7 +47,6 @@ class BaselineConfigItem(AbstractModel):
|
|
50
47
|
@property
|
51
48
|
def Configuration(self):
|
52
49
|
"""账号工厂基线项配置,不同基线项配置参数不同。
|
53
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
54
50
|
:rtype: str
|
55
51
|
"""
|
56
52
|
return self._Configuration
|