tencentcloud-sdk-python-intl-en 3.0.1226__py2.py3-none-any.whl → 3.0.1227__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.
Potentially problematic release.
This version of tencentcloud-sdk-python-intl-en might be problematic. Click here for more details.
- tencentcloud/__init__.py +1 -1
- tencentcloud/csip/v20221121/csip_client.py +69 -0
- tencentcloud/csip/v20221121/models.py +1710 -115
- tencentcloud/intlpartnersmgt/v20220928/intlpartnersmgt_client.py +24 -0
- tencentcloud/intlpartnersmgt/v20220928/models.py +106 -10
- tencentcloud/ocr/v20181119/models.py +2 -2
- tencentcloud/sqlserver/v20180328/models.py +56 -26
- tencentcloud/sqlserver/v20180328/sqlserver_client.py +1 -1
- {tencentcloud_sdk_python_intl_en-3.0.1226.dist-info → tencentcloud_sdk_python_intl_en-3.0.1227.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python_intl_en-3.0.1226.dist-info → tencentcloud_sdk_python_intl_en-3.0.1227.dist-info}/RECORD +12 -12
- {tencentcloud_sdk_python_intl_en-3.0.1226.dist-info → tencentcloud_sdk_python_intl_en-3.0.1227.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python_intl_en-3.0.1226.dist-info → tencentcloud_sdk_python_intl_en-3.0.1227.dist-info}/top_level.txt +0 -0
|
@@ -4172,6 +4172,72 @@ Note: This field may return·null, indicating that no valid values can be obtain
|
|
|
4172
4172
|
|
|
4173
4173
|
|
|
4174
4174
|
|
|
4175
|
+
class CloudCountDesc(AbstractModel):
|
|
4176
|
+
"""
|
|
4177
|
+
|
|
4178
|
+
"""
|
|
4179
|
+
|
|
4180
|
+
def __init__(self):
|
|
4181
|
+
r"""
|
|
4182
|
+
:param _CloudType:
|
|
4183
|
+
:type CloudType: int
|
|
4184
|
+
:param _CloudCount:
|
|
4185
|
+
:type CloudCount: int
|
|
4186
|
+
:param _CloudDesc:
|
|
4187
|
+
:type CloudDesc: str
|
|
4188
|
+
"""
|
|
4189
|
+
self._CloudType = None
|
|
4190
|
+
self._CloudCount = None
|
|
4191
|
+
self._CloudDesc = None
|
|
4192
|
+
|
|
4193
|
+
@property
|
|
4194
|
+
def CloudType(self):
|
|
4195
|
+
"""
|
|
4196
|
+
:rtype: int
|
|
4197
|
+
"""
|
|
4198
|
+
return self._CloudType
|
|
4199
|
+
|
|
4200
|
+
@CloudType.setter
|
|
4201
|
+
def CloudType(self, CloudType):
|
|
4202
|
+
self._CloudType = CloudType
|
|
4203
|
+
|
|
4204
|
+
@property
|
|
4205
|
+
def CloudCount(self):
|
|
4206
|
+
"""
|
|
4207
|
+
:rtype: int
|
|
4208
|
+
"""
|
|
4209
|
+
return self._CloudCount
|
|
4210
|
+
|
|
4211
|
+
@CloudCount.setter
|
|
4212
|
+
def CloudCount(self, CloudCount):
|
|
4213
|
+
self._CloudCount = CloudCount
|
|
4214
|
+
|
|
4215
|
+
@property
|
|
4216
|
+
def CloudDesc(self):
|
|
4217
|
+
"""
|
|
4218
|
+
:rtype: str
|
|
4219
|
+
"""
|
|
4220
|
+
return self._CloudDesc
|
|
4221
|
+
|
|
4222
|
+
@CloudDesc.setter
|
|
4223
|
+
def CloudDesc(self, CloudDesc):
|
|
4224
|
+
self._CloudDesc = CloudDesc
|
|
4225
|
+
|
|
4226
|
+
|
|
4227
|
+
def _deserialize(self, params):
|
|
4228
|
+
self._CloudType = params.get("CloudType")
|
|
4229
|
+
self._CloudCount = params.get("CloudCount")
|
|
4230
|
+
self._CloudDesc = params.get("CloudDesc")
|
|
4231
|
+
memeber_set = set(params.keys())
|
|
4232
|
+
for name, value in vars(self).items():
|
|
4233
|
+
property_name = name[1:]
|
|
4234
|
+
if property_name in memeber_set:
|
|
4235
|
+
memeber_set.remove(property_name)
|
|
4236
|
+
if len(memeber_set) > 0:
|
|
4237
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
4238
|
+
|
|
4239
|
+
|
|
4240
|
+
|
|
4175
4241
|
class CreateDomainAndIpRequest(AbstractModel):
|
|
4176
4242
|
"""CreateDomainAndIp request structure.
|
|
4177
4243
|
|
|
@@ -6737,6 +6803,276 @@ Note: This field may return·null, indicating that no valid values can be obtain
|
|
|
6737
6803
|
self._RequestId = params.get("RequestId")
|
|
6738
6804
|
|
|
6739
6805
|
|
|
6806
|
+
class DescribeOrganizationInfoRequest(AbstractModel):
|
|
6807
|
+
"""DescribeOrganizationInfo request structure.
|
|
6808
|
+
|
|
6809
|
+
"""
|
|
6810
|
+
|
|
6811
|
+
def __init__(self):
|
|
6812
|
+
r"""
|
|
6813
|
+
:param _MemberId: Member ID of the group account
|
|
6814
|
+
:type MemberId: list of str
|
|
6815
|
+
"""
|
|
6816
|
+
self._MemberId = None
|
|
6817
|
+
|
|
6818
|
+
@property
|
|
6819
|
+
def MemberId(self):
|
|
6820
|
+
"""Member ID of the group account
|
|
6821
|
+
:rtype: list of str
|
|
6822
|
+
"""
|
|
6823
|
+
return self._MemberId
|
|
6824
|
+
|
|
6825
|
+
@MemberId.setter
|
|
6826
|
+
def MemberId(self, MemberId):
|
|
6827
|
+
self._MemberId = MemberId
|
|
6828
|
+
|
|
6829
|
+
|
|
6830
|
+
def _deserialize(self, params):
|
|
6831
|
+
self._MemberId = params.get("MemberId")
|
|
6832
|
+
memeber_set = set(params.keys())
|
|
6833
|
+
for name, value in vars(self).items():
|
|
6834
|
+
property_name = name[1:]
|
|
6835
|
+
if property_name in memeber_set:
|
|
6836
|
+
memeber_set.remove(property_name)
|
|
6837
|
+
if len(memeber_set) > 0:
|
|
6838
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
6839
|
+
|
|
6840
|
+
|
|
6841
|
+
|
|
6842
|
+
class DescribeOrganizationInfoResponse(AbstractModel):
|
|
6843
|
+
"""DescribeOrganizationInfo response structure.
|
|
6844
|
+
|
|
6845
|
+
"""
|
|
6846
|
+
|
|
6847
|
+
def __init__(self):
|
|
6848
|
+
r"""
|
|
6849
|
+
:param _TotalCount: Total number of items
|
|
6850
|
+
:type TotalCount: int
|
|
6851
|
+
:param _Data: Group User List
|
|
6852
|
+
:type Data: list of OrganizationInfo
|
|
6853
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
6854
|
+
:type RequestId: str
|
|
6855
|
+
"""
|
|
6856
|
+
self._TotalCount = None
|
|
6857
|
+
self._Data = None
|
|
6858
|
+
self._RequestId = None
|
|
6859
|
+
|
|
6860
|
+
@property
|
|
6861
|
+
def TotalCount(self):
|
|
6862
|
+
"""Total number of items
|
|
6863
|
+
:rtype: int
|
|
6864
|
+
"""
|
|
6865
|
+
return self._TotalCount
|
|
6866
|
+
|
|
6867
|
+
@TotalCount.setter
|
|
6868
|
+
def TotalCount(self, TotalCount):
|
|
6869
|
+
self._TotalCount = TotalCount
|
|
6870
|
+
|
|
6871
|
+
@property
|
|
6872
|
+
def Data(self):
|
|
6873
|
+
"""Group User List
|
|
6874
|
+
:rtype: list of OrganizationInfo
|
|
6875
|
+
"""
|
|
6876
|
+
return self._Data
|
|
6877
|
+
|
|
6878
|
+
@Data.setter
|
|
6879
|
+
def Data(self, Data):
|
|
6880
|
+
self._Data = Data
|
|
6881
|
+
|
|
6882
|
+
@property
|
|
6883
|
+
def RequestId(self):
|
|
6884
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
6885
|
+
:rtype: str
|
|
6886
|
+
"""
|
|
6887
|
+
return self._RequestId
|
|
6888
|
+
|
|
6889
|
+
@RequestId.setter
|
|
6890
|
+
def RequestId(self, RequestId):
|
|
6891
|
+
self._RequestId = RequestId
|
|
6892
|
+
|
|
6893
|
+
|
|
6894
|
+
def _deserialize(self, params):
|
|
6895
|
+
self._TotalCount = params.get("TotalCount")
|
|
6896
|
+
if params.get("Data") is not None:
|
|
6897
|
+
self._Data = []
|
|
6898
|
+
for item in params.get("Data"):
|
|
6899
|
+
obj = OrganizationInfo()
|
|
6900
|
+
obj._deserialize(item)
|
|
6901
|
+
self._Data.append(obj)
|
|
6902
|
+
self._RequestId = params.get("RequestId")
|
|
6903
|
+
|
|
6904
|
+
|
|
6905
|
+
class DescribeOrganizationUserInfoRequest(AbstractModel):
|
|
6906
|
+
"""DescribeOrganizationUserInfo request structure.
|
|
6907
|
+
|
|
6908
|
+
"""
|
|
6909
|
+
|
|
6910
|
+
def __init__(self):
|
|
6911
|
+
r"""
|
|
6912
|
+
:param _MemberId: Member ID of the group account
|
|
6913
|
+
:type MemberId: list of str
|
|
6914
|
+
:param _Filter: Filter content
|
|
6915
|
+
:type Filter: :class:`tencentcloud.csip.v20221121.models.Filter`
|
|
6916
|
+
:param _NotSupportCloud: No support for multi-cloud
|
|
6917
|
+
:type NotSupportCloud: bool
|
|
6918
|
+
"""
|
|
6919
|
+
self._MemberId = None
|
|
6920
|
+
self._Filter = None
|
|
6921
|
+
self._NotSupportCloud = None
|
|
6922
|
+
|
|
6923
|
+
@property
|
|
6924
|
+
def MemberId(self):
|
|
6925
|
+
"""Member ID of the group account
|
|
6926
|
+
:rtype: list of str
|
|
6927
|
+
"""
|
|
6928
|
+
return self._MemberId
|
|
6929
|
+
|
|
6930
|
+
@MemberId.setter
|
|
6931
|
+
def MemberId(self, MemberId):
|
|
6932
|
+
self._MemberId = MemberId
|
|
6933
|
+
|
|
6934
|
+
@property
|
|
6935
|
+
def Filter(self):
|
|
6936
|
+
"""Filter content
|
|
6937
|
+
:rtype: :class:`tencentcloud.csip.v20221121.models.Filter`
|
|
6938
|
+
"""
|
|
6939
|
+
return self._Filter
|
|
6940
|
+
|
|
6941
|
+
@Filter.setter
|
|
6942
|
+
def Filter(self, Filter):
|
|
6943
|
+
self._Filter = Filter
|
|
6944
|
+
|
|
6945
|
+
@property
|
|
6946
|
+
def NotSupportCloud(self):
|
|
6947
|
+
"""No support for multi-cloud
|
|
6948
|
+
:rtype: bool
|
|
6949
|
+
"""
|
|
6950
|
+
return self._NotSupportCloud
|
|
6951
|
+
|
|
6952
|
+
@NotSupportCloud.setter
|
|
6953
|
+
def NotSupportCloud(self, NotSupportCloud):
|
|
6954
|
+
self._NotSupportCloud = NotSupportCloud
|
|
6955
|
+
|
|
6956
|
+
|
|
6957
|
+
def _deserialize(self, params):
|
|
6958
|
+
self._MemberId = params.get("MemberId")
|
|
6959
|
+
if params.get("Filter") is not None:
|
|
6960
|
+
self._Filter = Filter()
|
|
6961
|
+
self._Filter._deserialize(params.get("Filter"))
|
|
6962
|
+
self._NotSupportCloud = params.get("NotSupportCloud")
|
|
6963
|
+
memeber_set = set(params.keys())
|
|
6964
|
+
for name, value in vars(self).items():
|
|
6965
|
+
property_name = name[1:]
|
|
6966
|
+
if property_name in memeber_set:
|
|
6967
|
+
memeber_set.remove(property_name)
|
|
6968
|
+
if len(memeber_set) > 0:
|
|
6969
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
6970
|
+
|
|
6971
|
+
|
|
6972
|
+
|
|
6973
|
+
class DescribeOrganizationUserInfoResponse(AbstractModel):
|
|
6974
|
+
"""DescribeOrganizationUserInfo response structure.
|
|
6975
|
+
|
|
6976
|
+
"""
|
|
6977
|
+
|
|
6978
|
+
def __init__(self):
|
|
6979
|
+
r"""
|
|
6980
|
+
:param _TotalCount: Total number of items
|
|
6981
|
+
:type TotalCount: int
|
|
6982
|
+
:param _Data: Group User List
|
|
6983
|
+
:type Data: list of OrganizationUserInfo
|
|
6984
|
+
:param _JoinTypeLst: Join method enumeration
|
|
6985
|
+
:type JoinTypeLst: list of FilterDataObject
|
|
6986
|
+
:param _CloudTypeLst: Cloud vendor enumeration
|
|
6987
|
+
:type CloudTypeLst: list of FilterDataObject
|
|
6988
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
6989
|
+
:type RequestId: str
|
|
6990
|
+
"""
|
|
6991
|
+
self._TotalCount = None
|
|
6992
|
+
self._Data = None
|
|
6993
|
+
self._JoinTypeLst = None
|
|
6994
|
+
self._CloudTypeLst = None
|
|
6995
|
+
self._RequestId = None
|
|
6996
|
+
|
|
6997
|
+
@property
|
|
6998
|
+
def TotalCount(self):
|
|
6999
|
+
"""Total number of items
|
|
7000
|
+
:rtype: int
|
|
7001
|
+
"""
|
|
7002
|
+
return self._TotalCount
|
|
7003
|
+
|
|
7004
|
+
@TotalCount.setter
|
|
7005
|
+
def TotalCount(self, TotalCount):
|
|
7006
|
+
self._TotalCount = TotalCount
|
|
7007
|
+
|
|
7008
|
+
@property
|
|
7009
|
+
def Data(self):
|
|
7010
|
+
"""Group User List
|
|
7011
|
+
:rtype: list of OrganizationUserInfo
|
|
7012
|
+
"""
|
|
7013
|
+
return self._Data
|
|
7014
|
+
|
|
7015
|
+
@Data.setter
|
|
7016
|
+
def Data(self, Data):
|
|
7017
|
+
self._Data = Data
|
|
7018
|
+
|
|
7019
|
+
@property
|
|
7020
|
+
def JoinTypeLst(self):
|
|
7021
|
+
"""Join method enumeration
|
|
7022
|
+
:rtype: list of FilterDataObject
|
|
7023
|
+
"""
|
|
7024
|
+
return self._JoinTypeLst
|
|
7025
|
+
|
|
7026
|
+
@JoinTypeLst.setter
|
|
7027
|
+
def JoinTypeLst(self, JoinTypeLst):
|
|
7028
|
+
self._JoinTypeLst = JoinTypeLst
|
|
7029
|
+
|
|
7030
|
+
@property
|
|
7031
|
+
def CloudTypeLst(self):
|
|
7032
|
+
"""Cloud vendor enumeration
|
|
7033
|
+
:rtype: list of FilterDataObject
|
|
7034
|
+
"""
|
|
7035
|
+
return self._CloudTypeLst
|
|
7036
|
+
|
|
7037
|
+
@CloudTypeLst.setter
|
|
7038
|
+
def CloudTypeLst(self, CloudTypeLst):
|
|
7039
|
+
self._CloudTypeLst = CloudTypeLst
|
|
7040
|
+
|
|
7041
|
+
@property
|
|
7042
|
+
def RequestId(self):
|
|
7043
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
7044
|
+
:rtype: str
|
|
7045
|
+
"""
|
|
7046
|
+
return self._RequestId
|
|
7047
|
+
|
|
7048
|
+
@RequestId.setter
|
|
7049
|
+
def RequestId(self, RequestId):
|
|
7050
|
+
self._RequestId = RequestId
|
|
7051
|
+
|
|
7052
|
+
|
|
7053
|
+
def _deserialize(self, params):
|
|
7054
|
+
self._TotalCount = params.get("TotalCount")
|
|
7055
|
+
if params.get("Data") is not None:
|
|
7056
|
+
self._Data = []
|
|
7057
|
+
for item in params.get("Data"):
|
|
7058
|
+
obj = OrganizationUserInfo()
|
|
7059
|
+
obj._deserialize(item)
|
|
7060
|
+
self._Data.append(obj)
|
|
7061
|
+
if params.get("JoinTypeLst") is not None:
|
|
7062
|
+
self._JoinTypeLst = []
|
|
7063
|
+
for item in params.get("JoinTypeLst"):
|
|
7064
|
+
obj = FilterDataObject()
|
|
7065
|
+
obj._deserialize(item)
|
|
7066
|
+
self._JoinTypeLst.append(obj)
|
|
7067
|
+
if params.get("CloudTypeLst") is not None:
|
|
7068
|
+
self._CloudTypeLst = []
|
|
7069
|
+
for item in params.get("CloudTypeLst"):
|
|
7070
|
+
obj = FilterDataObject()
|
|
7071
|
+
obj._deserialize(item)
|
|
7072
|
+
self._CloudTypeLst.append(obj)
|
|
7073
|
+
self._RequestId = params.get("RequestId")
|
|
7074
|
+
|
|
7075
|
+
|
|
6740
7076
|
class DescribePublicIpAssetsRequest(AbstractModel):
|
|
6741
7077
|
"""DescribePublicIpAssets request structure.
|
|
6742
7078
|
|
|
@@ -9012,24 +9348,180 @@ Note: This field may return·null, indicating that no valid values can be obtain
|
|
|
9012
9348
|
self._RequestId = params.get("RequestId")
|
|
9013
9349
|
|
|
9014
9350
|
|
|
9015
|
-
class
|
|
9016
|
-
"""
|
|
9351
|
+
class DescribeSubUserInfoRequest(AbstractModel):
|
|
9352
|
+
"""DescribeSubUserInfo request structure.
|
|
9017
9353
|
|
|
9018
9354
|
"""
|
|
9019
9355
|
|
|
9020
9356
|
def __init__(self):
|
|
9021
9357
|
r"""
|
|
9022
|
-
:param
|
|
9358
|
+
:param _MemberId: Member ID of the group account
|
|
9359
|
+
:type MemberId: list of str
|
|
9360
|
+
:param _Filter: Filter content
|
|
9023
9361
|
:type Filter: :class:`tencentcloud.csip.v20221121.models.Filter`
|
|
9024
9362
|
"""
|
|
9363
|
+
self._MemberId = None
|
|
9025
9364
|
self._Filter = None
|
|
9026
9365
|
|
|
9027
9366
|
@property
|
|
9028
|
-
def
|
|
9029
|
-
"""
|
|
9030
|
-
:rtype:
|
|
9367
|
+
def MemberId(self):
|
|
9368
|
+
"""Member ID of the group account
|
|
9369
|
+
:rtype: list of str
|
|
9031
9370
|
"""
|
|
9032
|
-
return self.
|
|
9371
|
+
return self._MemberId
|
|
9372
|
+
|
|
9373
|
+
@MemberId.setter
|
|
9374
|
+
def MemberId(self, MemberId):
|
|
9375
|
+
self._MemberId = MemberId
|
|
9376
|
+
|
|
9377
|
+
@property
|
|
9378
|
+
def Filter(self):
|
|
9379
|
+
"""Filter content
|
|
9380
|
+
:rtype: :class:`tencentcloud.csip.v20221121.models.Filter`
|
|
9381
|
+
"""
|
|
9382
|
+
return self._Filter
|
|
9383
|
+
|
|
9384
|
+
@Filter.setter
|
|
9385
|
+
def Filter(self, Filter):
|
|
9386
|
+
self._Filter = Filter
|
|
9387
|
+
|
|
9388
|
+
|
|
9389
|
+
def _deserialize(self, params):
|
|
9390
|
+
self._MemberId = params.get("MemberId")
|
|
9391
|
+
if params.get("Filter") is not None:
|
|
9392
|
+
self._Filter = Filter()
|
|
9393
|
+
self._Filter._deserialize(params.get("Filter"))
|
|
9394
|
+
memeber_set = set(params.keys())
|
|
9395
|
+
for name, value in vars(self).items():
|
|
9396
|
+
property_name = name[1:]
|
|
9397
|
+
if property_name in memeber_set:
|
|
9398
|
+
memeber_set.remove(property_name)
|
|
9399
|
+
if len(memeber_set) > 0:
|
|
9400
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
9401
|
+
|
|
9402
|
+
|
|
9403
|
+
|
|
9404
|
+
class DescribeSubUserInfoResponse(AbstractModel):
|
|
9405
|
+
"""DescribeSubUserInfo response structure.
|
|
9406
|
+
|
|
9407
|
+
"""
|
|
9408
|
+
|
|
9409
|
+
def __init__(self):
|
|
9410
|
+
r"""
|
|
9411
|
+
:param _TotalCount: total
|
|
9412
|
+
:type TotalCount: int
|
|
9413
|
+
:param _Data: Sub-user list
|
|
9414
|
+
:type Data: list of SubUserInfo
|
|
9415
|
+
:param _CloudTypeLst: Manufacturer Enumeration List
|
|
9416
|
+
:type CloudTypeLst: list of FilterDataObject
|
|
9417
|
+
:param _OwnerAppIDLst: Enumeration of appid of the main account
|
|
9418
|
+
:type OwnerAppIDLst: list of FilterDataObject
|
|
9419
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
9420
|
+
:type RequestId: str
|
|
9421
|
+
"""
|
|
9422
|
+
self._TotalCount = None
|
|
9423
|
+
self._Data = None
|
|
9424
|
+
self._CloudTypeLst = None
|
|
9425
|
+
self._OwnerAppIDLst = None
|
|
9426
|
+
self._RequestId = None
|
|
9427
|
+
|
|
9428
|
+
@property
|
|
9429
|
+
def TotalCount(self):
|
|
9430
|
+
"""total
|
|
9431
|
+
:rtype: int
|
|
9432
|
+
"""
|
|
9433
|
+
return self._TotalCount
|
|
9434
|
+
|
|
9435
|
+
@TotalCount.setter
|
|
9436
|
+
def TotalCount(self, TotalCount):
|
|
9437
|
+
self._TotalCount = TotalCount
|
|
9438
|
+
|
|
9439
|
+
@property
|
|
9440
|
+
def Data(self):
|
|
9441
|
+
"""Sub-user list
|
|
9442
|
+
:rtype: list of SubUserInfo
|
|
9443
|
+
"""
|
|
9444
|
+
return self._Data
|
|
9445
|
+
|
|
9446
|
+
@Data.setter
|
|
9447
|
+
def Data(self, Data):
|
|
9448
|
+
self._Data = Data
|
|
9449
|
+
|
|
9450
|
+
@property
|
|
9451
|
+
def CloudTypeLst(self):
|
|
9452
|
+
"""Manufacturer Enumeration List
|
|
9453
|
+
:rtype: list of FilterDataObject
|
|
9454
|
+
"""
|
|
9455
|
+
return self._CloudTypeLst
|
|
9456
|
+
|
|
9457
|
+
@CloudTypeLst.setter
|
|
9458
|
+
def CloudTypeLst(self, CloudTypeLst):
|
|
9459
|
+
self._CloudTypeLst = CloudTypeLst
|
|
9460
|
+
|
|
9461
|
+
@property
|
|
9462
|
+
def OwnerAppIDLst(self):
|
|
9463
|
+
"""Enumeration of appid of the main account
|
|
9464
|
+
:rtype: list of FilterDataObject
|
|
9465
|
+
"""
|
|
9466
|
+
return self._OwnerAppIDLst
|
|
9467
|
+
|
|
9468
|
+
@OwnerAppIDLst.setter
|
|
9469
|
+
def OwnerAppIDLst(self, OwnerAppIDLst):
|
|
9470
|
+
self._OwnerAppIDLst = OwnerAppIDLst
|
|
9471
|
+
|
|
9472
|
+
@property
|
|
9473
|
+
def RequestId(self):
|
|
9474
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
9475
|
+
:rtype: str
|
|
9476
|
+
"""
|
|
9477
|
+
return self._RequestId
|
|
9478
|
+
|
|
9479
|
+
@RequestId.setter
|
|
9480
|
+
def RequestId(self, RequestId):
|
|
9481
|
+
self._RequestId = RequestId
|
|
9482
|
+
|
|
9483
|
+
|
|
9484
|
+
def _deserialize(self, params):
|
|
9485
|
+
self._TotalCount = params.get("TotalCount")
|
|
9486
|
+
if params.get("Data") is not None:
|
|
9487
|
+
self._Data = []
|
|
9488
|
+
for item in params.get("Data"):
|
|
9489
|
+
obj = SubUserInfo()
|
|
9490
|
+
obj._deserialize(item)
|
|
9491
|
+
self._Data.append(obj)
|
|
9492
|
+
if params.get("CloudTypeLst") is not None:
|
|
9493
|
+
self._CloudTypeLst = []
|
|
9494
|
+
for item in params.get("CloudTypeLst"):
|
|
9495
|
+
obj = FilterDataObject()
|
|
9496
|
+
obj._deserialize(item)
|
|
9497
|
+
self._CloudTypeLst.append(obj)
|
|
9498
|
+
if params.get("OwnerAppIDLst") is not None:
|
|
9499
|
+
self._OwnerAppIDLst = []
|
|
9500
|
+
for item in params.get("OwnerAppIDLst"):
|
|
9501
|
+
obj = FilterDataObject()
|
|
9502
|
+
obj._deserialize(item)
|
|
9503
|
+
self._OwnerAppIDLst.append(obj)
|
|
9504
|
+
self._RequestId = params.get("RequestId")
|
|
9505
|
+
|
|
9506
|
+
|
|
9507
|
+
class DescribeSubnetAssetsRequest(AbstractModel):
|
|
9508
|
+
"""DescribeSubnetAssets request structure.
|
|
9509
|
+
|
|
9510
|
+
"""
|
|
9511
|
+
|
|
9512
|
+
def __init__(self):
|
|
9513
|
+
r"""
|
|
9514
|
+
:param _Filter: Filter parameters
|
|
9515
|
+
:type Filter: :class:`tencentcloud.csip.v20221121.models.Filter`
|
|
9516
|
+
"""
|
|
9517
|
+
self._Filter = None
|
|
9518
|
+
|
|
9519
|
+
@property
|
|
9520
|
+
def Filter(self):
|
|
9521
|
+
"""Filter parameters
|
|
9522
|
+
:rtype: :class:`tencentcloud.csip.v20221121.models.Filter`
|
|
9523
|
+
"""
|
|
9524
|
+
return self._Filter
|
|
9033
9525
|
|
|
9034
9526
|
@Filter.setter
|
|
9035
9527
|
def Filter(self, Filter):
|
|
@@ -11390,162 +11882,974 @@ class ModifyRiskCenterRiskStatusResponse(AbstractModel):
|
|
|
11390
11882
|
self._RequestId = params.get("RequestId")
|
|
11391
11883
|
|
|
11392
11884
|
|
|
11393
|
-
class
|
|
11394
|
-
"""
|
|
11885
|
+
class OrganizationInfo(AbstractModel):
|
|
11886
|
+
"""
|
|
11395
11887
|
|
|
11396
11888
|
"""
|
|
11397
11889
|
|
|
11398
11890
|
def __init__(self):
|
|
11399
11891
|
r"""
|
|
11400
|
-
:param
|
|
11401
|
-
:type
|
|
11402
|
-
:param
|
|
11403
|
-
:type
|
|
11404
|
-
:param
|
|
11405
|
-
:type
|
|
11406
|
-
:param
|
|
11407
|
-
:type
|
|
11408
|
-
:param
|
|
11409
|
-
:type
|
|
11410
|
-
:param
|
|
11411
|
-
:type
|
|
11412
|
-
:param
|
|
11413
|
-
:type
|
|
11414
|
-
:param
|
|
11415
|
-
:type
|
|
11416
|
-
:param
|
|
11417
|
-
:type
|
|
11418
|
-
:param
|
|
11419
|
-
:type
|
|
11420
|
-
:param
|
|
11421
|
-
:type
|
|
11422
|
-
:param
|
|
11423
|
-
:type
|
|
11424
|
-
:param
|
|
11425
|
-
:type
|
|
11426
|
-
:param
|
|
11427
|
-
|
|
11428
|
-
:
|
|
11429
|
-
:
|
|
11430
|
-
|
|
11431
|
-
:type
|
|
11432
|
-
:param
|
|
11433
|
-
:type
|
|
11892
|
+
:param _NickName:
|
|
11893
|
+
:type NickName: str
|
|
11894
|
+
:param _NodeName:
|
|
11895
|
+
:type NodeName: str
|
|
11896
|
+
:param _Role:
|
|
11897
|
+
:type Role: str
|
|
11898
|
+
:param _MemberId:
|
|
11899
|
+
:type MemberId: str
|
|
11900
|
+
:param _JoinType:
|
|
11901
|
+
:type JoinType: str
|
|
11902
|
+
:param _GroupName:
|
|
11903
|
+
:type GroupName: str
|
|
11904
|
+
:param _AdminName:
|
|
11905
|
+
:type AdminName: str
|
|
11906
|
+
:param _AdminUin:
|
|
11907
|
+
:type AdminUin: str
|
|
11908
|
+
:param _CreateTime:
|
|
11909
|
+
:type CreateTime: str
|
|
11910
|
+
:param _NodeCount:
|
|
11911
|
+
:type NodeCount: int
|
|
11912
|
+
:param _MemberCount:
|
|
11913
|
+
:type MemberCount: int
|
|
11914
|
+
:param _SubAccountCount:
|
|
11915
|
+
:type SubAccountCount: int
|
|
11916
|
+
:param _AbnormalSubUserCount:
|
|
11917
|
+
:type AbnormalSubUserCount: int
|
|
11918
|
+
:param _GroupPermission:
|
|
11919
|
+
:type GroupPermission: list of str
|
|
11920
|
+
:param _MemberPermission:
|
|
11921
|
+
:type MemberPermission: list of str
|
|
11922
|
+
:param _GroupPayMode:
|
|
11923
|
+
:type GroupPayMode: int
|
|
11924
|
+
:param _MemberPayMode:
|
|
11925
|
+
:type MemberPayMode: int
|
|
11926
|
+
:param _CFWProtect:
|
|
11927
|
+
:type CFWProtect: str
|
|
11928
|
+
:param _WAFProtect:
|
|
11929
|
+
:type WAFProtect: str
|
|
11930
|
+
:param _CWPProtect:
|
|
11931
|
+
:type CWPProtect: str
|
|
11932
|
+
:param _Departments:
|
|
11933
|
+
:type Departments: list of str
|
|
11934
|
+
:param _MemberCreateTime:
|
|
11935
|
+
:type MemberCreateTime: str
|
|
11936
|
+
:param _CSIPProtect: Advanced/Enterprise/Ultimate
|
|
11937
|
+
:type CSIPProtect: str
|
|
11938
|
+
:param _QuotaConsumer:
|
|
11939
|
+
:type QuotaConsumer: int
|
|
11940
|
+
:param _EnableAdminCount:
|
|
11941
|
+
:type EnableAdminCount: int
|
|
11942
|
+
:param _CloudCountDesc:
|
|
11943
|
+
:type CloudCountDesc: list of CloudCountDesc
|
|
11944
|
+
:param _AdminCount:
|
|
11945
|
+
:type AdminCount: int
|
|
11434
11946
|
"""
|
|
11435
|
-
self.
|
|
11436
|
-
self.
|
|
11437
|
-
self.
|
|
11438
|
-
self.
|
|
11439
|
-
self.
|
|
11440
|
-
self.
|
|
11441
|
-
self.
|
|
11442
|
-
self.
|
|
11443
|
-
self.
|
|
11444
|
-
self.
|
|
11445
|
-
self.
|
|
11446
|
-
self.
|
|
11447
|
-
self.
|
|
11448
|
-
self.
|
|
11449
|
-
self.
|
|
11450
|
-
self.
|
|
11947
|
+
self._NickName = None
|
|
11948
|
+
self._NodeName = None
|
|
11949
|
+
self._Role = None
|
|
11950
|
+
self._MemberId = None
|
|
11951
|
+
self._JoinType = None
|
|
11952
|
+
self._GroupName = None
|
|
11953
|
+
self._AdminName = None
|
|
11954
|
+
self._AdminUin = None
|
|
11955
|
+
self._CreateTime = None
|
|
11956
|
+
self._NodeCount = None
|
|
11957
|
+
self._MemberCount = None
|
|
11958
|
+
self._SubAccountCount = None
|
|
11959
|
+
self._AbnormalSubUserCount = None
|
|
11960
|
+
self._GroupPermission = None
|
|
11961
|
+
self._MemberPermission = None
|
|
11962
|
+
self._GroupPayMode = None
|
|
11963
|
+
self._MemberPayMode = None
|
|
11964
|
+
self._CFWProtect = None
|
|
11965
|
+
self._WAFProtect = None
|
|
11966
|
+
self._CWPProtect = None
|
|
11967
|
+
self._Departments = None
|
|
11968
|
+
self._MemberCreateTime = None
|
|
11969
|
+
self._CSIPProtect = None
|
|
11970
|
+
self._QuotaConsumer = None
|
|
11971
|
+
self._EnableAdminCount = None
|
|
11972
|
+
self._CloudCountDesc = None
|
|
11973
|
+
self._AdminCount = None
|
|
11451
11974
|
|
|
11452
11975
|
@property
|
|
11453
|
-
def
|
|
11454
|
-
"""Affected assets
|
|
11455
|
-
:rtype: int
|
|
11976
|
+
def NickName(self):
|
|
11456
11977
|
"""
|
|
11457
|
-
|
|
11978
|
+
:rtype: str
|
|
11979
|
+
"""
|
|
11980
|
+
return self._NickName
|
|
11458
11981
|
|
|
11459
|
-
@
|
|
11460
|
-
def
|
|
11461
|
-
self.
|
|
11982
|
+
@NickName.setter
|
|
11983
|
+
def NickName(self, NickName):
|
|
11984
|
+
self._NickName = NickName
|
|
11462
11985
|
|
|
11463
11986
|
@property
|
|
11464
|
-
def
|
|
11465
|
-
"""
|
|
11987
|
+
def NodeName(self):
|
|
11988
|
+
"""
|
|
11466
11989
|
:rtype: str
|
|
11467
11990
|
"""
|
|
11468
|
-
return self.
|
|
11991
|
+
return self._NodeName
|
|
11469
11992
|
|
|
11470
|
-
@
|
|
11471
|
-
def
|
|
11472
|
-
self.
|
|
11993
|
+
@NodeName.setter
|
|
11994
|
+
def NodeName(self, NodeName):
|
|
11995
|
+
self._NodeName = NodeName
|
|
11473
11996
|
|
|
11474
11997
|
@property
|
|
11475
|
-
def
|
|
11476
|
-
"""
|
|
11998
|
+
def Role(self):
|
|
11999
|
+
"""
|
|
11477
12000
|
:rtype: str
|
|
11478
12001
|
"""
|
|
11479
|
-
return self.
|
|
12002
|
+
return self._Role
|
|
11480
12003
|
|
|
11481
|
-
@
|
|
11482
|
-
def
|
|
11483
|
-
self.
|
|
12004
|
+
@Role.setter
|
|
12005
|
+
def Role(self, Role):
|
|
12006
|
+
self._Role = Role
|
|
11484
12007
|
|
|
11485
12008
|
@property
|
|
11486
|
-
def
|
|
11487
|
-
"""
|
|
12009
|
+
def MemberId(self):
|
|
12010
|
+
"""
|
|
11488
12011
|
:rtype: str
|
|
11489
12012
|
"""
|
|
11490
|
-
return self.
|
|
12013
|
+
return self._MemberId
|
|
11491
12014
|
|
|
11492
|
-
@
|
|
11493
|
-
def
|
|
11494
|
-
self.
|
|
12015
|
+
@MemberId.setter
|
|
12016
|
+
def MemberId(self, MemberId):
|
|
12017
|
+
self._MemberId = MemberId
|
|
11495
12018
|
|
|
11496
12019
|
@property
|
|
11497
|
-
def
|
|
11498
|
-
"""Port
|
|
11499
|
-
:rtype: int
|
|
12020
|
+
def JoinType(self):
|
|
11500
12021
|
"""
|
|
11501
|
-
|
|
12022
|
+
:rtype: str
|
|
12023
|
+
"""
|
|
12024
|
+
return self._JoinType
|
|
11502
12025
|
|
|
11503
|
-
@
|
|
11504
|
-
def
|
|
11505
|
-
self.
|
|
12026
|
+
@JoinType.setter
|
|
12027
|
+
def JoinType(self, JoinType):
|
|
12028
|
+
self._JoinType = JoinType
|
|
11506
12029
|
|
|
11507
12030
|
@property
|
|
11508
|
-
def
|
|
11509
|
-
"""
|
|
12031
|
+
def GroupName(self):
|
|
12032
|
+
"""
|
|
11510
12033
|
:rtype: str
|
|
11511
12034
|
"""
|
|
11512
|
-
return self.
|
|
12035
|
+
return self._GroupName
|
|
11513
12036
|
|
|
11514
|
-
@
|
|
11515
|
-
def
|
|
11516
|
-
self.
|
|
12037
|
+
@GroupName.setter
|
|
12038
|
+
def GroupName(self, GroupName):
|
|
12039
|
+
self._GroupName = GroupName
|
|
11517
12040
|
|
|
11518
12041
|
@property
|
|
11519
|
-
def
|
|
11520
|
-
"""
|
|
12042
|
+
def AdminName(self):
|
|
12043
|
+
"""
|
|
11521
12044
|
:rtype: str
|
|
11522
12045
|
"""
|
|
11523
|
-
return self.
|
|
12046
|
+
return self._AdminName
|
|
11524
12047
|
|
|
11525
|
-
@
|
|
11526
|
-
def
|
|
11527
|
-
self.
|
|
12048
|
+
@AdminName.setter
|
|
12049
|
+
def AdminName(self, AdminName):
|
|
12050
|
+
self._AdminName = AdminName
|
|
11528
12051
|
|
|
11529
12052
|
@property
|
|
11530
|
-
def
|
|
11531
|
-
"""Suggested action. `0`: Keep as it is; `1`: Block access requests; `2`: Block the port
|
|
11532
|
-
:rtype: int
|
|
12053
|
+
def AdminUin(self):
|
|
11533
12054
|
"""
|
|
11534
|
-
|
|
12055
|
+
:rtype: str
|
|
12056
|
+
"""
|
|
12057
|
+
return self._AdminUin
|
|
11535
12058
|
|
|
11536
|
-
@
|
|
11537
|
-
def
|
|
11538
|
-
self.
|
|
12059
|
+
@AdminUin.setter
|
|
12060
|
+
def AdminUin(self, AdminUin):
|
|
12061
|
+
self._AdminUin = AdminUin
|
|
11539
12062
|
|
|
11540
12063
|
@property
|
|
11541
|
-
def
|
|
11542
|
-
"""
|
|
12064
|
+
def CreateTime(self):
|
|
12065
|
+
"""
|
|
11543
12066
|
:rtype: str
|
|
11544
12067
|
"""
|
|
11545
|
-
return self.
|
|
12068
|
+
return self._CreateTime
|
|
11546
12069
|
|
|
11547
|
-
@
|
|
11548
|
-
def
|
|
12070
|
+
@CreateTime.setter
|
|
12071
|
+
def CreateTime(self, CreateTime):
|
|
12072
|
+
self._CreateTime = CreateTime
|
|
12073
|
+
|
|
12074
|
+
@property
|
|
12075
|
+
def NodeCount(self):
|
|
12076
|
+
"""
|
|
12077
|
+
:rtype: int
|
|
12078
|
+
"""
|
|
12079
|
+
return self._NodeCount
|
|
12080
|
+
|
|
12081
|
+
@NodeCount.setter
|
|
12082
|
+
def NodeCount(self, NodeCount):
|
|
12083
|
+
self._NodeCount = NodeCount
|
|
12084
|
+
|
|
12085
|
+
@property
|
|
12086
|
+
def MemberCount(self):
|
|
12087
|
+
"""
|
|
12088
|
+
:rtype: int
|
|
12089
|
+
"""
|
|
12090
|
+
return self._MemberCount
|
|
12091
|
+
|
|
12092
|
+
@MemberCount.setter
|
|
12093
|
+
def MemberCount(self, MemberCount):
|
|
12094
|
+
self._MemberCount = MemberCount
|
|
12095
|
+
|
|
12096
|
+
@property
|
|
12097
|
+
def SubAccountCount(self):
|
|
12098
|
+
"""
|
|
12099
|
+
:rtype: int
|
|
12100
|
+
"""
|
|
12101
|
+
return self._SubAccountCount
|
|
12102
|
+
|
|
12103
|
+
@SubAccountCount.setter
|
|
12104
|
+
def SubAccountCount(self, SubAccountCount):
|
|
12105
|
+
self._SubAccountCount = SubAccountCount
|
|
12106
|
+
|
|
12107
|
+
@property
|
|
12108
|
+
def AbnormalSubUserCount(self):
|
|
12109
|
+
"""
|
|
12110
|
+
:rtype: int
|
|
12111
|
+
"""
|
|
12112
|
+
return self._AbnormalSubUserCount
|
|
12113
|
+
|
|
12114
|
+
@AbnormalSubUserCount.setter
|
|
12115
|
+
def AbnormalSubUserCount(self, AbnormalSubUserCount):
|
|
12116
|
+
self._AbnormalSubUserCount = AbnormalSubUserCount
|
|
12117
|
+
|
|
12118
|
+
@property
|
|
12119
|
+
def GroupPermission(self):
|
|
12120
|
+
"""
|
|
12121
|
+
:rtype: list of str
|
|
12122
|
+
"""
|
|
12123
|
+
return self._GroupPermission
|
|
12124
|
+
|
|
12125
|
+
@GroupPermission.setter
|
|
12126
|
+
def GroupPermission(self, GroupPermission):
|
|
12127
|
+
self._GroupPermission = GroupPermission
|
|
12128
|
+
|
|
12129
|
+
@property
|
|
12130
|
+
def MemberPermission(self):
|
|
12131
|
+
"""
|
|
12132
|
+
:rtype: list of str
|
|
12133
|
+
"""
|
|
12134
|
+
return self._MemberPermission
|
|
12135
|
+
|
|
12136
|
+
@MemberPermission.setter
|
|
12137
|
+
def MemberPermission(self, MemberPermission):
|
|
12138
|
+
self._MemberPermission = MemberPermission
|
|
12139
|
+
|
|
12140
|
+
@property
|
|
12141
|
+
def GroupPayMode(self):
|
|
12142
|
+
"""
|
|
12143
|
+
:rtype: int
|
|
12144
|
+
"""
|
|
12145
|
+
return self._GroupPayMode
|
|
12146
|
+
|
|
12147
|
+
@GroupPayMode.setter
|
|
12148
|
+
def GroupPayMode(self, GroupPayMode):
|
|
12149
|
+
self._GroupPayMode = GroupPayMode
|
|
12150
|
+
|
|
12151
|
+
@property
|
|
12152
|
+
def MemberPayMode(self):
|
|
12153
|
+
"""
|
|
12154
|
+
:rtype: int
|
|
12155
|
+
"""
|
|
12156
|
+
return self._MemberPayMode
|
|
12157
|
+
|
|
12158
|
+
@MemberPayMode.setter
|
|
12159
|
+
def MemberPayMode(self, MemberPayMode):
|
|
12160
|
+
self._MemberPayMode = MemberPayMode
|
|
12161
|
+
|
|
12162
|
+
@property
|
|
12163
|
+
def CFWProtect(self):
|
|
12164
|
+
"""
|
|
12165
|
+
:rtype: str
|
|
12166
|
+
"""
|
|
12167
|
+
return self._CFWProtect
|
|
12168
|
+
|
|
12169
|
+
@CFWProtect.setter
|
|
12170
|
+
def CFWProtect(self, CFWProtect):
|
|
12171
|
+
self._CFWProtect = CFWProtect
|
|
12172
|
+
|
|
12173
|
+
@property
|
|
12174
|
+
def WAFProtect(self):
|
|
12175
|
+
"""
|
|
12176
|
+
:rtype: str
|
|
12177
|
+
"""
|
|
12178
|
+
return self._WAFProtect
|
|
12179
|
+
|
|
12180
|
+
@WAFProtect.setter
|
|
12181
|
+
def WAFProtect(self, WAFProtect):
|
|
12182
|
+
self._WAFProtect = WAFProtect
|
|
12183
|
+
|
|
12184
|
+
@property
|
|
12185
|
+
def CWPProtect(self):
|
|
12186
|
+
"""
|
|
12187
|
+
:rtype: str
|
|
12188
|
+
"""
|
|
12189
|
+
return self._CWPProtect
|
|
12190
|
+
|
|
12191
|
+
@CWPProtect.setter
|
|
12192
|
+
def CWPProtect(self, CWPProtect):
|
|
12193
|
+
self._CWPProtect = CWPProtect
|
|
12194
|
+
|
|
12195
|
+
@property
|
|
12196
|
+
def Departments(self):
|
|
12197
|
+
"""
|
|
12198
|
+
:rtype: list of str
|
|
12199
|
+
"""
|
|
12200
|
+
return self._Departments
|
|
12201
|
+
|
|
12202
|
+
@Departments.setter
|
|
12203
|
+
def Departments(self, Departments):
|
|
12204
|
+
self._Departments = Departments
|
|
12205
|
+
|
|
12206
|
+
@property
|
|
12207
|
+
def MemberCreateTime(self):
|
|
12208
|
+
"""
|
|
12209
|
+
:rtype: str
|
|
12210
|
+
"""
|
|
12211
|
+
return self._MemberCreateTime
|
|
12212
|
+
|
|
12213
|
+
@MemberCreateTime.setter
|
|
12214
|
+
def MemberCreateTime(self, MemberCreateTime):
|
|
12215
|
+
self._MemberCreateTime = MemberCreateTime
|
|
12216
|
+
|
|
12217
|
+
@property
|
|
12218
|
+
def CSIPProtect(self):
|
|
12219
|
+
"""Advanced/Enterprise/Ultimate
|
|
12220
|
+
:rtype: str
|
|
12221
|
+
"""
|
|
12222
|
+
return self._CSIPProtect
|
|
12223
|
+
|
|
12224
|
+
@CSIPProtect.setter
|
|
12225
|
+
def CSIPProtect(self, CSIPProtect):
|
|
12226
|
+
self._CSIPProtect = CSIPProtect
|
|
12227
|
+
|
|
12228
|
+
@property
|
|
12229
|
+
def QuotaConsumer(self):
|
|
12230
|
+
"""
|
|
12231
|
+
:rtype: int
|
|
12232
|
+
"""
|
|
12233
|
+
return self._QuotaConsumer
|
|
12234
|
+
|
|
12235
|
+
@QuotaConsumer.setter
|
|
12236
|
+
def QuotaConsumer(self, QuotaConsumer):
|
|
12237
|
+
self._QuotaConsumer = QuotaConsumer
|
|
12238
|
+
|
|
12239
|
+
@property
|
|
12240
|
+
def EnableAdminCount(self):
|
|
12241
|
+
"""
|
|
12242
|
+
:rtype: int
|
|
12243
|
+
"""
|
|
12244
|
+
return self._EnableAdminCount
|
|
12245
|
+
|
|
12246
|
+
@EnableAdminCount.setter
|
|
12247
|
+
def EnableAdminCount(self, EnableAdminCount):
|
|
12248
|
+
self._EnableAdminCount = EnableAdminCount
|
|
12249
|
+
|
|
12250
|
+
@property
|
|
12251
|
+
def CloudCountDesc(self):
|
|
12252
|
+
"""
|
|
12253
|
+
:rtype: list of CloudCountDesc
|
|
12254
|
+
"""
|
|
12255
|
+
return self._CloudCountDesc
|
|
12256
|
+
|
|
12257
|
+
@CloudCountDesc.setter
|
|
12258
|
+
def CloudCountDesc(self, CloudCountDesc):
|
|
12259
|
+
self._CloudCountDesc = CloudCountDesc
|
|
12260
|
+
|
|
12261
|
+
@property
|
|
12262
|
+
def AdminCount(self):
|
|
12263
|
+
"""
|
|
12264
|
+
:rtype: int
|
|
12265
|
+
"""
|
|
12266
|
+
return self._AdminCount
|
|
12267
|
+
|
|
12268
|
+
@AdminCount.setter
|
|
12269
|
+
def AdminCount(self, AdminCount):
|
|
12270
|
+
self._AdminCount = AdminCount
|
|
12271
|
+
|
|
12272
|
+
|
|
12273
|
+
def _deserialize(self, params):
|
|
12274
|
+
self._NickName = params.get("NickName")
|
|
12275
|
+
self._NodeName = params.get("NodeName")
|
|
12276
|
+
self._Role = params.get("Role")
|
|
12277
|
+
self._MemberId = params.get("MemberId")
|
|
12278
|
+
self._JoinType = params.get("JoinType")
|
|
12279
|
+
self._GroupName = params.get("GroupName")
|
|
12280
|
+
self._AdminName = params.get("AdminName")
|
|
12281
|
+
self._AdminUin = params.get("AdminUin")
|
|
12282
|
+
self._CreateTime = params.get("CreateTime")
|
|
12283
|
+
self._NodeCount = params.get("NodeCount")
|
|
12284
|
+
self._MemberCount = params.get("MemberCount")
|
|
12285
|
+
self._SubAccountCount = params.get("SubAccountCount")
|
|
12286
|
+
self._AbnormalSubUserCount = params.get("AbnormalSubUserCount")
|
|
12287
|
+
self._GroupPermission = params.get("GroupPermission")
|
|
12288
|
+
self._MemberPermission = params.get("MemberPermission")
|
|
12289
|
+
self._GroupPayMode = params.get("GroupPayMode")
|
|
12290
|
+
self._MemberPayMode = params.get("MemberPayMode")
|
|
12291
|
+
self._CFWProtect = params.get("CFWProtect")
|
|
12292
|
+
self._WAFProtect = params.get("WAFProtect")
|
|
12293
|
+
self._CWPProtect = params.get("CWPProtect")
|
|
12294
|
+
self._Departments = params.get("Departments")
|
|
12295
|
+
self._MemberCreateTime = params.get("MemberCreateTime")
|
|
12296
|
+
self._CSIPProtect = params.get("CSIPProtect")
|
|
12297
|
+
self._QuotaConsumer = params.get("QuotaConsumer")
|
|
12298
|
+
self._EnableAdminCount = params.get("EnableAdminCount")
|
|
12299
|
+
if params.get("CloudCountDesc") is not None:
|
|
12300
|
+
self._CloudCountDesc = []
|
|
12301
|
+
for item in params.get("CloudCountDesc"):
|
|
12302
|
+
obj = CloudCountDesc()
|
|
12303
|
+
obj._deserialize(item)
|
|
12304
|
+
self._CloudCountDesc.append(obj)
|
|
12305
|
+
self._AdminCount = params.get("AdminCount")
|
|
12306
|
+
memeber_set = set(params.keys())
|
|
12307
|
+
for name, value in vars(self).items():
|
|
12308
|
+
property_name = name[1:]
|
|
12309
|
+
if property_name in memeber_set:
|
|
12310
|
+
memeber_set.remove(property_name)
|
|
12311
|
+
if len(memeber_set) > 0:
|
|
12312
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
12313
|
+
|
|
12314
|
+
|
|
12315
|
+
|
|
12316
|
+
class OrganizationUserInfo(AbstractModel):
|
|
12317
|
+
"""
|
|
12318
|
+
|
|
12319
|
+
"""
|
|
12320
|
+
|
|
12321
|
+
def __init__(self):
|
|
12322
|
+
r"""
|
|
12323
|
+
:param _Uin:
|
|
12324
|
+
:type Uin: str
|
|
12325
|
+
:param _NickName:
|
|
12326
|
+
:type NickName: str
|
|
12327
|
+
:param _NodeName:
|
|
12328
|
+
:type NodeName: str
|
|
12329
|
+
:param _AssetCount:
|
|
12330
|
+
:type AssetCount: int
|
|
12331
|
+
:param _RiskCount:
|
|
12332
|
+
:type RiskCount: int
|
|
12333
|
+
:param _AttackCount:
|
|
12334
|
+
:type AttackCount: int
|
|
12335
|
+
:param _Role:
|
|
12336
|
+
:type Role: str
|
|
12337
|
+
:param _MemberId:
|
|
12338
|
+
:type MemberId: str
|
|
12339
|
+
:param _AppId:
|
|
12340
|
+
:type AppId: str
|
|
12341
|
+
:param _JoinType:
|
|
12342
|
+
:type JoinType: str
|
|
12343
|
+
:param _CFWProtect:
|
|
12344
|
+
:type CFWProtect: str
|
|
12345
|
+
:param _WAFProtect:
|
|
12346
|
+
:type WAFProtect: str
|
|
12347
|
+
:param _CWPProtect:
|
|
12348
|
+
:type CWPProtect: str
|
|
12349
|
+
:param _Enable:
|
|
12350
|
+
:type Enable: int
|
|
12351
|
+
:param _CSIPProtect:
|
|
12352
|
+
:type CSIPProtect: str
|
|
12353
|
+
:param _QuotaConsumer:
|
|
12354
|
+
:type QuotaConsumer: int
|
|
12355
|
+
:param _CloudType:
|
|
12356
|
+
:type CloudType: int
|
|
12357
|
+
:param _SyncFrequency:
|
|
12358
|
+
:type SyncFrequency: int
|
|
12359
|
+
:param _IsExpired:
|
|
12360
|
+
:type IsExpired: bool
|
|
12361
|
+
:param _PermissionList:
|
|
12362
|
+
:type PermissionList: list of str
|
|
12363
|
+
:param _AuthType: 1
|
|
12364
|
+
:type AuthType: int
|
|
12365
|
+
:param _TcMemberType:
|
|
12366
|
+
:type TcMemberType: int
|
|
12367
|
+
:param _SubUserCount:
|
|
12368
|
+
:type SubUserCount: int
|
|
12369
|
+
:param _JoinTypeInfo:
|
|
12370
|
+
:type JoinTypeInfo: str
|
|
12371
|
+
"""
|
|
12372
|
+
self._Uin = None
|
|
12373
|
+
self._NickName = None
|
|
12374
|
+
self._NodeName = None
|
|
12375
|
+
self._AssetCount = None
|
|
12376
|
+
self._RiskCount = None
|
|
12377
|
+
self._AttackCount = None
|
|
12378
|
+
self._Role = None
|
|
12379
|
+
self._MemberId = None
|
|
12380
|
+
self._AppId = None
|
|
12381
|
+
self._JoinType = None
|
|
12382
|
+
self._CFWProtect = None
|
|
12383
|
+
self._WAFProtect = None
|
|
12384
|
+
self._CWPProtect = None
|
|
12385
|
+
self._Enable = None
|
|
12386
|
+
self._CSIPProtect = None
|
|
12387
|
+
self._QuotaConsumer = None
|
|
12388
|
+
self._CloudType = None
|
|
12389
|
+
self._SyncFrequency = None
|
|
12390
|
+
self._IsExpired = None
|
|
12391
|
+
self._PermissionList = None
|
|
12392
|
+
self._AuthType = None
|
|
12393
|
+
self._TcMemberType = None
|
|
12394
|
+
self._SubUserCount = None
|
|
12395
|
+
self._JoinTypeInfo = None
|
|
12396
|
+
|
|
12397
|
+
@property
|
|
12398
|
+
def Uin(self):
|
|
12399
|
+
"""
|
|
12400
|
+
:rtype: str
|
|
12401
|
+
"""
|
|
12402
|
+
return self._Uin
|
|
12403
|
+
|
|
12404
|
+
@Uin.setter
|
|
12405
|
+
def Uin(self, Uin):
|
|
12406
|
+
self._Uin = Uin
|
|
12407
|
+
|
|
12408
|
+
@property
|
|
12409
|
+
def NickName(self):
|
|
12410
|
+
"""
|
|
12411
|
+
:rtype: str
|
|
12412
|
+
"""
|
|
12413
|
+
return self._NickName
|
|
12414
|
+
|
|
12415
|
+
@NickName.setter
|
|
12416
|
+
def NickName(self, NickName):
|
|
12417
|
+
self._NickName = NickName
|
|
12418
|
+
|
|
12419
|
+
@property
|
|
12420
|
+
def NodeName(self):
|
|
12421
|
+
"""
|
|
12422
|
+
:rtype: str
|
|
12423
|
+
"""
|
|
12424
|
+
return self._NodeName
|
|
12425
|
+
|
|
12426
|
+
@NodeName.setter
|
|
12427
|
+
def NodeName(self, NodeName):
|
|
12428
|
+
self._NodeName = NodeName
|
|
12429
|
+
|
|
12430
|
+
@property
|
|
12431
|
+
def AssetCount(self):
|
|
12432
|
+
"""
|
|
12433
|
+
:rtype: int
|
|
12434
|
+
"""
|
|
12435
|
+
return self._AssetCount
|
|
12436
|
+
|
|
12437
|
+
@AssetCount.setter
|
|
12438
|
+
def AssetCount(self, AssetCount):
|
|
12439
|
+
self._AssetCount = AssetCount
|
|
12440
|
+
|
|
12441
|
+
@property
|
|
12442
|
+
def RiskCount(self):
|
|
12443
|
+
"""
|
|
12444
|
+
:rtype: int
|
|
12445
|
+
"""
|
|
12446
|
+
return self._RiskCount
|
|
12447
|
+
|
|
12448
|
+
@RiskCount.setter
|
|
12449
|
+
def RiskCount(self, RiskCount):
|
|
12450
|
+
self._RiskCount = RiskCount
|
|
12451
|
+
|
|
12452
|
+
@property
|
|
12453
|
+
def AttackCount(self):
|
|
12454
|
+
"""
|
|
12455
|
+
:rtype: int
|
|
12456
|
+
"""
|
|
12457
|
+
return self._AttackCount
|
|
12458
|
+
|
|
12459
|
+
@AttackCount.setter
|
|
12460
|
+
def AttackCount(self, AttackCount):
|
|
12461
|
+
self._AttackCount = AttackCount
|
|
12462
|
+
|
|
12463
|
+
@property
|
|
12464
|
+
def Role(self):
|
|
12465
|
+
"""
|
|
12466
|
+
:rtype: str
|
|
12467
|
+
"""
|
|
12468
|
+
return self._Role
|
|
12469
|
+
|
|
12470
|
+
@Role.setter
|
|
12471
|
+
def Role(self, Role):
|
|
12472
|
+
self._Role = Role
|
|
12473
|
+
|
|
12474
|
+
@property
|
|
12475
|
+
def MemberId(self):
|
|
12476
|
+
"""
|
|
12477
|
+
:rtype: str
|
|
12478
|
+
"""
|
|
12479
|
+
return self._MemberId
|
|
12480
|
+
|
|
12481
|
+
@MemberId.setter
|
|
12482
|
+
def MemberId(self, MemberId):
|
|
12483
|
+
self._MemberId = MemberId
|
|
12484
|
+
|
|
12485
|
+
@property
|
|
12486
|
+
def AppId(self):
|
|
12487
|
+
"""
|
|
12488
|
+
:rtype: str
|
|
12489
|
+
"""
|
|
12490
|
+
return self._AppId
|
|
12491
|
+
|
|
12492
|
+
@AppId.setter
|
|
12493
|
+
def AppId(self, AppId):
|
|
12494
|
+
self._AppId = AppId
|
|
12495
|
+
|
|
12496
|
+
@property
|
|
12497
|
+
def JoinType(self):
|
|
12498
|
+
"""
|
|
12499
|
+
:rtype: str
|
|
12500
|
+
"""
|
|
12501
|
+
return self._JoinType
|
|
12502
|
+
|
|
12503
|
+
@JoinType.setter
|
|
12504
|
+
def JoinType(self, JoinType):
|
|
12505
|
+
self._JoinType = JoinType
|
|
12506
|
+
|
|
12507
|
+
@property
|
|
12508
|
+
def CFWProtect(self):
|
|
12509
|
+
"""
|
|
12510
|
+
:rtype: str
|
|
12511
|
+
"""
|
|
12512
|
+
return self._CFWProtect
|
|
12513
|
+
|
|
12514
|
+
@CFWProtect.setter
|
|
12515
|
+
def CFWProtect(self, CFWProtect):
|
|
12516
|
+
self._CFWProtect = CFWProtect
|
|
12517
|
+
|
|
12518
|
+
@property
|
|
12519
|
+
def WAFProtect(self):
|
|
12520
|
+
"""
|
|
12521
|
+
:rtype: str
|
|
12522
|
+
"""
|
|
12523
|
+
return self._WAFProtect
|
|
12524
|
+
|
|
12525
|
+
@WAFProtect.setter
|
|
12526
|
+
def WAFProtect(self, WAFProtect):
|
|
12527
|
+
self._WAFProtect = WAFProtect
|
|
12528
|
+
|
|
12529
|
+
@property
|
|
12530
|
+
def CWPProtect(self):
|
|
12531
|
+
"""
|
|
12532
|
+
:rtype: str
|
|
12533
|
+
"""
|
|
12534
|
+
return self._CWPProtect
|
|
12535
|
+
|
|
12536
|
+
@CWPProtect.setter
|
|
12537
|
+
def CWPProtect(self, CWPProtect):
|
|
12538
|
+
self._CWPProtect = CWPProtect
|
|
12539
|
+
|
|
12540
|
+
@property
|
|
12541
|
+
def Enable(self):
|
|
12542
|
+
"""
|
|
12543
|
+
:rtype: int
|
|
12544
|
+
"""
|
|
12545
|
+
return self._Enable
|
|
12546
|
+
|
|
12547
|
+
@Enable.setter
|
|
12548
|
+
def Enable(self, Enable):
|
|
12549
|
+
self._Enable = Enable
|
|
12550
|
+
|
|
12551
|
+
@property
|
|
12552
|
+
def CSIPProtect(self):
|
|
12553
|
+
"""
|
|
12554
|
+
:rtype: str
|
|
12555
|
+
"""
|
|
12556
|
+
return self._CSIPProtect
|
|
12557
|
+
|
|
12558
|
+
@CSIPProtect.setter
|
|
12559
|
+
def CSIPProtect(self, CSIPProtect):
|
|
12560
|
+
self._CSIPProtect = CSIPProtect
|
|
12561
|
+
|
|
12562
|
+
@property
|
|
12563
|
+
def QuotaConsumer(self):
|
|
12564
|
+
"""
|
|
12565
|
+
:rtype: int
|
|
12566
|
+
"""
|
|
12567
|
+
return self._QuotaConsumer
|
|
12568
|
+
|
|
12569
|
+
@QuotaConsumer.setter
|
|
12570
|
+
def QuotaConsumer(self, QuotaConsumer):
|
|
12571
|
+
self._QuotaConsumer = QuotaConsumer
|
|
12572
|
+
|
|
12573
|
+
@property
|
|
12574
|
+
def CloudType(self):
|
|
12575
|
+
"""
|
|
12576
|
+
:rtype: int
|
|
12577
|
+
"""
|
|
12578
|
+
return self._CloudType
|
|
12579
|
+
|
|
12580
|
+
@CloudType.setter
|
|
12581
|
+
def CloudType(self, CloudType):
|
|
12582
|
+
self._CloudType = CloudType
|
|
12583
|
+
|
|
12584
|
+
@property
|
|
12585
|
+
def SyncFrequency(self):
|
|
12586
|
+
"""
|
|
12587
|
+
:rtype: int
|
|
12588
|
+
"""
|
|
12589
|
+
return self._SyncFrequency
|
|
12590
|
+
|
|
12591
|
+
@SyncFrequency.setter
|
|
12592
|
+
def SyncFrequency(self, SyncFrequency):
|
|
12593
|
+
self._SyncFrequency = SyncFrequency
|
|
12594
|
+
|
|
12595
|
+
@property
|
|
12596
|
+
def IsExpired(self):
|
|
12597
|
+
"""
|
|
12598
|
+
:rtype: bool
|
|
12599
|
+
"""
|
|
12600
|
+
return self._IsExpired
|
|
12601
|
+
|
|
12602
|
+
@IsExpired.setter
|
|
12603
|
+
def IsExpired(self, IsExpired):
|
|
12604
|
+
self._IsExpired = IsExpired
|
|
12605
|
+
|
|
12606
|
+
@property
|
|
12607
|
+
def PermissionList(self):
|
|
12608
|
+
"""
|
|
12609
|
+
:rtype: list of str
|
|
12610
|
+
"""
|
|
12611
|
+
return self._PermissionList
|
|
12612
|
+
|
|
12613
|
+
@PermissionList.setter
|
|
12614
|
+
def PermissionList(self, PermissionList):
|
|
12615
|
+
self._PermissionList = PermissionList
|
|
12616
|
+
|
|
12617
|
+
@property
|
|
12618
|
+
def AuthType(self):
|
|
12619
|
+
"""1
|
|
12620
|
+
:rtype: int
|
|
12621
|
+
"""
|
|
12622
|
+
return self._AuthType
|
|
12623
|
+
|
|
12624
|
+
@AuthType.setter
|
|
12625
|
+
def AuthType(self, AuthType):
|
|
12626
|
+
self._AuthType = AuthType
|
|
12627
|
+
|
|
12628
|
+
@property
|
|
12629
|
+
def TcMemberType(self):
|
|
12630
|
+
"""
|
|
12631
|
+
:rtype: int
|
|
12632
|
+
"""
|
|
12633
|
+
return self._TcMemberType
|
|
12634
|
+
|
|
12635
|
+
@TcMemberType.setter
|
|
12636
|
+
def TcMemberType(self, TcMemberType):
|
|
12637
|
+
self._TcMemberType = TcMemberType
|
|
12638
|
+
|
|
12639
|
+
@property
|
|
12640
|
+
def SubUserCount(self):
|
|
12641
|
+
"""
|
|
12642
|
+
:rtype: int
|
|
12643
|
+
"""
|
|
12644
|
+
return self._SubUserCount
|
|
12645
|
+
|
|
12646
|
+
@SubUserCount.setter
|
|
12647
|
+
def SubUserCount(self, SubUserCount):
|
|
12648
|
+
self._SubUserCount = SubUserCount
|
|
12649
|
+
|
|
12650
|
+
@property
|
|
12651
|
+
def JoinTypeInfo(self):
|
|
12652
|
+
"""
|
|
12653
|
+
:rtype: str
|
|
12654
|
+
"""
|
|
12655
|
+
return self._JoinTypeInfo
|
|
12656
|
+
|
|
12657
|
+
@JoinTypeInfo.setter
|
|
12658
|
+
def JoinTypeInfo(self, JoinTypeInfo):
|
|
12659
|
+
self._JoinTypeInfo = JoinTypeInfo
|
|
12660
|
+
|
|
12661
|
+
|
|
12662
|
+
def _deserialize(self, params):
|
|
12663
|
+
self._Uin = params.get("Uin")
|
|
12664
|
+
self._NickName = params.get("NickName")
|
|
12665
|
+
self._NodeName = params.get("NodeName")
|
|
12666
|
+
self._AssetCount = params.get("AssetCount")
|
|
12667
|
+
self._RiskCount = params.get("RiskCount")
|
|
12668
|
+
self._AttackCount = params.get("AttackCount")
|
|
12669
|
+
self._Role = params.get("Role")
|
|
12670
|
+
self._MemberId = params.get("MemberId")
|
|
12671
|
+
self._AppId = params.get("AppId")
|
|
12672
|
+
self._JoinType = params.get("JoinType")
|
|
12673
|
+
self._CFWProtect = params.get("CFWProtect")
|
|
12674
|
+
self._WAFProtect = params.get("WAFProtect")
|
|
12675
|
+
self._CWPProtect = params.get("CWPProtect")
|
|
12676
|
+
self._Enable = params.get("Enable")
|
|
12677
|
+
self._CSIPProtect = params.get("CSIPProtect")
|
|
12678
|
+
self._QuotaConsumer = params.get("QuotaConsumer")
|
|
12679
|
+
self._CloudType = params.get("CloudType")
|
|
12680
|
+
self._SyncFrequency = params.get("SyncFrequency")
|
|
12681
|
+
self._IsExpired = params.get("IsExpired")
|
|
12682
|
+
self._PermissionList = params.get("PermissionList")
|
|
12683
|
+
self._AuthType = params.get("AuthType")
|
|
12684
|
+
self._TcMemberType = params.get("TcMemberType")
|
|
12685
|
+
self._SubUserCount = params.get("SubUserCount")
|
|
12686
|
+
self._JoinTypeInfo = params.get("JoinTypeInfo")
|
|
12687
|
+
memeber_set = set(params.keys())
|
|
12688
|
+
for name, value in vars(self).items():
|
|
12689
|
+
property_name = name[1:]
|
|
12690
|
+
if property_name in memeber_set:
|
|
12691
|
+
memeber_set.remove(property_name)
|
|
12692
|
+
if len(memeber_set) > 0:
|
|
12693
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
12694
|
+
|
|
12695
|
+
|
|
12696
|
+
|
|
12697
|
+
class PortViewPortRisk(AbstractModel):
|
|
12698
|
+
"""Port risk details
|
|
12699
|
+
|
|
12700
|
+
"""
|
|
12701
|
+
|
|
12702
|
+
def __init__(self):
|
|
12703
|
+
r"""
|
|
12704
|
+
:param _NoHandleCount: Affected assets
|
|
12705
|
+
:type NoHandleCount: int
|
|
12706
|
+
:param _Level: Risk level
|
|
12707
|
+
:type Level: str
|
|
12708
|
+
:param _Protocol: Network protocol
|
|
12709
|
+
:type Protocol: str
|
|
12710
|
+
:param _Component: Components
|
|
12711
|
+
:type Component: str
|
|
12712
|
+
:param _Port: Port
|
|
12713
|
+
:type Port: int
|
|
12714
|
+
:param _RecentTime: Last detected
|
|
12715
|
+
:type RecentTime: str
|
|
12716
|
+
:param _FirstTime: First detected
|
|
12717
|
+
:type FirstTime: str
|
|
12718
|
+
:param _Suggestion: Suggested action. `0`: Keep as it is; `1`: Block access requests; `2`: Block the port
|
|
12719
|
+
:type Suggestion: int
|
|
12720
|
+
:param _AffectAssetCount: Status of the risk. `0`: Not handled, `1`: Handled; `2`: Ignored
|
|
12721
|
+
:type AffectAssetCount: str
|
|
12722
|
+
:param _Id: Unique ID of the asset
|
|
12723
|
+
:type Id: str
|
|
12724
|
+
:param _From: Asset sub-category
|
|
12725
|
+
:type From: str
|
|
12726
|
+
:param _Index: Data entry key
|
|
12727
|
+
:type Index: str
|
|
12728
|
+
:param _AppId: User AppId
|
|
12729
|
+
:type AppId: str
|
|
12730
|
+
:param _Nick: User name.
|
|
12731
|
+
Note: This field may return·null, indicating that no valid values can be obtained.
|
|
12732
|
+
:type Nick: str
|
|
12733
|
+
:param _Uin: User `uin`
|
|
12734
|
+
Note: This field may return·null, indicating that no valid values can be obtained.
|
|
12735
|
+
:type Uin: str
|
|
12736
|
+
:param _Service: Service
|
|
12737
|
+
:type Service: str
|
|
12738
|
+
"""
|
|
12739
|
+
self._NoHandleCount = None
|
|
12740
|
+
self._Level = None
|
|
12741
|
+
self._Protocol = None
|
|
12742
|
+
self._Component = None
|
|
12743
|
+
self._Port = None
|
|
12744
|
+
self._RecentTime = None
|
|
12745
|
+
self._FirstTime = None
|
|
12746
|
+
self._Suggestion = None
|
|
12747
|
+
self._AffectAssetCount = None
|
|
12748
|
+
self._Id = None
|
|
12749
|
+
self._From = None
|
|
12750
|
+
self._Index = None
|
|
12751
|
+
self._AppId = None
|
|
12752
|
+
self._Nick = None
|
|
12753
|
+
self._Uin = None
|
|
12754
|
+
self._Service = None
|
|
12755
|
+
|
|
12756
|
+
@property
|
|
12757
|
+
def NoHandleCount(self):
|
|
12758
|
+
"""Affected assets
|
|
12759
|
+
:rtype: int
|
|
12760
|
+
"""
|
|
12761
|
+
return self._NoHandleCount
|
|
12762
|
+
|
|
12763
|
+
@NoHandleCount.setter
|
|
12764
|
+
def NoHandleCount(self, NoHandleCount):
|
|
12765
|
+
self._NoHandleCount = NoHandleCount
|
|
12766
|
+
|
|
12767
|
+
@property
|
|
12768
|
+
def Level(self):
|
|
12769
|
+
"""Risk level
|
|
12770
|
+
:rtype: str
|
|
12771
|
+
"""
|
|
12772
|
+
return self._Level
|
|
12773
|
+
|
|
12774
|
+
@Level.setter
|
|
12775
|
+
def Level(self, Level):
|
|
12776
|
+
self._Level = Level
|
|
12777
|
+
|
|
12778
|
+
@property
|
|
12779
|
+
def Protocol(self):
|
|
12780
|
+
"""Network protocol
|
|
12781
|
+
:rtype: str
|
|
12782
|
+
"""
|
|
12783
|
+
return self._Protocol
|
|
12784
|
+
|
|
12785
|
+
@Protocol.setter
|
|
12786
|
+
def Protocol(self, Protocol):
|
|
12787
|
+
self._Protocol = Protocol
|
|
12788
|
+
|
|
12789
|
+
@property
|
|
12790
|
+
def Component(self):
|
|
12791
|
+
"""Components
|
|
12792
|
+
:rtype: str
|
|
12793
|
+
"""
|
|
12794
|
+
return self._Component
|
|
12795
|
+
|
|
12796
|
+
@Component.setter
|
|
12797
|
+
def Component(self, Component):
|
|
12798
|
+
self._Component = Component
|
|
12799
|
+
|
|
12800
|
+
@property
|
|
12801
|
+
def Port(self):
|
|
12802
|
+
"""Port
|
|
12803
|
+
:rtype: int
|
|
12804
|
+
"""
|
|
12805
|
+
return self._Port
|
|
12806
|
+
|
|
12807
|
+
@Port.setter
|
|
12808
|
+
def Port(self, Port):
|
|
12809
|
+
self._Port = Port
|
|
12810
|
+
|
|
12811
|
+
@property
|
|
12812
|
+
def RecentTime(self):
|
|
12813
|
+
"""Last detected
|
|
12814
|
+
:rtype: str
|
|
12815
|
+
"""
|
|
12816
|
+
return self._RecentTime
|
|
12817
|
+
|
|
12818
|
+
@RecentTime.setter
|
|
12819
|
+
def RecentTime(self, RecentTime):
|
|
12820
|
+
self._RecentTime = RecentTime
|
|
12821
|
+
|
|
12822
|
+
@property
|
|
12823
|
+
def FirstTime(self):
|
|
12824
|
+
"""First detected
|
|
12825
|
+
:rtype: str
|
|
12826
|
+
"""
|
|
12827
|
+
return self._FirstTime
|
|
12828
|
+
|
|
12829
|
+
@FirstTime.setter
|
|
12830
|
+
def FirstTime(self, FirstTime):
|
|
12831
|
+
self._FirstTime = FirstTime
|
|
12832
|
+
|
|
12833
|
+
@property
|
|
12834
|
+
def Suggestion(self):
|
|
12835
|
+
"""Suggested action. `0`: Keep as it is; `1`: Block access requests; `2`: Block the port
|
|
12836
|
+
:rtype: int
|
|
12837
|
+
"""
|
|
12838
|
+
return self._Suggestion
|
|
12839
|
+
|
|
12840
|
+
@Suggestion.setter
|
|
12841
|
+
def Suggestion(self, Suggestion):
|
|
12842
|
+
self._Suggestion = Suggestion
|
|
12843
|
+
|
|
12844
|
+
@property
|
|
12845
|
+
def AffectAssetCount(self):
|
|
12846
|
+
"""Status of the risk. `0`: Not handled, `1`: Handled; `2`: Ignored
|
|
12847
|
+
:rtype: str
|
|
12848
|
+
"""
|
|
12849
|
+
return self._AffectAssetCount
|
|
12850
|
+
|
|
12851
|
+
@AffectAssetCount.setter
|
|
12852
|
+
def AffectAssetCount(self, AffectAssetCount):
|
|
11549
12853
|
self._AffectAssetCount = AffectAssetCount
|
|
11550
12854
|
|
|
11551
12855
|
@property
|
|
@@ -13353,6 +14657,297 @@ class StopRiskCenterTaskResponse(AbstractModel):
|
|
|
13353
14657
|
self._RequestId = params.get("RequestId")
|
|
13354
14658
|
|
|
13355
14659
|
|
|
14660
|
+
class SubUserInfo(AbstractModel):
|
|
14661
|
+
"""
|
|
14662
|
+
|
|
14663
|
+
"""
|
|
14664
|
+
|
|
14665
|
+
def __init__(self):
|
|
14666
|
+
r"""
|
|
14667
|
+
:param _ID:
|
|
14668
|
+
:type ID: int
|
|
14669
|
+
:param _AppID:
|
|
14670
|
+
:type AppID: str
|
|
14671
|
+
:param _Uin:
|
|
14672
|
+
:type Uin: str
|
|
14673
|
+
:param _NickName:
|
|
14674
|
+
:type NickName: str
|
|
14675
|
+
:param _OwnerAppID:
|
|
14676
|
+
:type OwnerAppID: str
|
|
14677
|
+
:param _OwnerUin:
|
|
14678
|
+
:type OwnerUin: str
|
|
14679
|
+
:param _OwnerNickName:
|
|
14680
|
+
:type OwnerNickName: str
|
|
14681
|
+
:param _OwnerMemberID:
|
|
14682
|
+
:type OwnerMemberID: str
|
|
14683
|
+
:param _CloudType:
|
|
14684
|
+
:type CloudType: int
|
|
14685
|
+
:param _ServiceCount:
|
|
14686
|
+
:type ServiceCount: int
|
|
14687
|
+
:param _InterfaceCount:
|
|
14688
|
+
:type InterfaceCount: int
|
|
14689
|
+
:param _AssetCount:
|
|
14690
|
+
:type AssetCount: int
|
|
14691
|
+
:param _LogCount:
|
|
14692
|
+
:type LogCount: int
|
|
14693
|
+
:param _ConfigRiskCount:
|
|
14694
|
+
:type ConfigRiskCount: int
|
|
14695
|
+
:param _ActionRiskCount:
|
|
14696
|
+
:type ActionRiskCount: int
|
|
14697
|
+
:param _IsAccessCloudAudit:
|
|
14698
|
+
:type IsAccessCloudAudit: bool
|
|
14699
|
+
:param _IsAccessCheck:
|
|
14700
|
+
:type IsAccessCheck: bool
|
|
14701
|
+
:param _IsAccessUeba:
|
|
14702
|
+
:type IsAccessUeba: bool
|
|
14703
|
+
"""
|
|
14704
|
+
self._ID = None
|
|
14705
|
+
self._AppID = None
|
|
14706
|
+
self._Uin = None
|
|
14707
|
+
self._NickName = None
|
|
14708
|
+
self._OwnerAppID = None
|
|
14709
|
+
self._OwnerUin = None
|
|
14710
|
+
self._OwnerNickName = None
|
|
14711
|
+
self._OwnerMemberID = None
|
|
14712
|
+
self._CloudType = None
|
|
14713
|
+
self._ServiceCount = None
|
|
14714
|
+
self._InterfaceCount = None
|
|
14715
|
+
self._AssetCount = None
|
|
14716
|
+
self._LogCount = None
|
|
14717
|
+
self._ConfigRiskCount = None
|
|
14718
|
+
self._ActionRiskCount = None
|
|
14719
|
+
self._IsAccessCloudAudit = None
|
|
14720
|
+
self._IsAccessCheck = None
|
|
14721
|
+
self._IsAccessUeba = None
|
|
14722
|
+
|
|
14723
|
+
@property
|
|
14724
|
+
def ID(self):
|
|
14725
|
+
"""
|
|
14726
|
+
:rtype: int
|
|
14727
|
+
"""
|
|
14728
|
+
return self._ID
|
|
14729
|
+
|
|
14730
|
+
@ID.setter
|
|
14731
|
+
def ID(self, ID):
|
|
14732
|
+
self._ID = ID
|
|
14733
|
+
|
|
14734
|
+
@property
|
|
14735
|
+
def AppID(self):
|
|
14736
|
+
"""
|
|
14737
|
+
:rtype: str
|
|
14738
|
+
"""
|
|
14739
|
+
return self._AppID
|
|
14740
|
+
|
|
14741
|
+
@AppID.setter
|
|
14742
|
+
def AppID(self, AppID):
|
|
14743
|
+
self._AppID = AppID
|
|
14744
|
+
|
|
14745
|
+
@property
|
|
14746
|
+
def Uin(self):
|
|
14747
|
+
"""
|
|
14748
|
+
:rtype: str
|
|
14749
|
+
"""
|
|
14750
|
+
return self._Uin
|
|
14751
|
+
|
|
14752
|
+
@Uin.setter
|
|
14753
|
+
def Uin(self, Uin):
|
|
14754
|
+
self._Uin = Uin
|
|
14755
|
+
|
|
14756
|
+
@property
|
|
14757
|
+
def NickName(self):
|
|
14758
|
+
"""
|
|
14759
|
+
:rtype: str
|
|
14760
|
+
"""
|
|
14761
|
+
return self._NickName
|
|
14762
|
+
|
|
14763
|
+
@NickName.setter
|
|
14764
|
+
def NickName(self, NickName):
|
|
14765
|
+
self._NickName = NickName
|
|
14766
|
+
|
|
14767
|
+
@property
|
|
14768
|
+
def OwnerAppID(self):
|
|
14769
|
+
"""
|
|
14770
|
+
:rtype: str
|
|
14771
|
+
"""
|
|
14772
|
+
return self._OwnerAppID
|
|
14773
|
+
|
|
14774
|
+
@OwnerAppID.setter
|
|
14775
|
+
def OwnerAppID(self, OwnerAppID):
|
|
14776
|
+
self._OwnerAppID = OwnerAppID
|
|
14777
|
+
|
|
14778
|
+
@property
|
|
14779
|
+
def OwnerUin(self):
|
|
14780
|
+
"""
|
|
14781
|
+
:rtype: str
|
|
14782
|
+
"""
|
|
14783
|
+
return self._OwnerUin
|
|
14784
|
+
|
|
14785
|
+
@OwnerUin.setter
|
|
14786
|
+
def OwnerUin(self, OwnerUin):
|
|
14787
|
+
self._OwnerUin = OwnerUin
|
|
14788
|
+
|
|
14789
|
+
@property
|
|
14790
|
+
def OwnerNickName(self):
|
|
14791
|
+
"""
|
|
14792
|
+
:rtype: str
|
|
14793
|
+
"""
|
|
14794
|
+
return self._OwnerNickName
|
|
14795
|
+
|
|
14796
|
+
@OwnerNickName.setter
|
|
14797
|
+
def OwnerNickName(self, OwnerNickName):
|
|
14798
|
+
self._OwnerNickName = OwnerNickName
|
|
14799
|
+
|
|
14800
|
+
@property
|
|
14801
|
+
def OwnerMemberID(self):
|
|
14802
|
+
"""
|
|
14803
|
+
:rtype: str
|
|
14804
|
+
"""
|
|
14805
|
+
return self._OwnerMemberID
|
|
14806
|
+
|
|
14807
|
+
@OwnerMemberID.setter
|
|
14808
|
+
def OwnerMemberID(self, OwnerMemberID):
|
|
14809
|
+
self._OwnerMemberID = OwnerMemberID
|
|
14810
|
+
|
|
14811
|
+
@property
|
|
14812
|
+
def CloudType(self):
|
|
14813
|
+
"""
|
|
14814
|
+
:rtype: int
|
|
14815
|
+
"""
|
|
14816
|
+
return self._CloudType
|
|
14817
|
+
|
|
14818
|
+
@CloudType.setter
|
|
14819
|
+
def CloudType(self, CloudType):
|
|
14820
|
+
self._CloudType = CloudType
|
|
14821
|
+
|
|
14822
|
+
@property
|
|
14823
|
+
def ServiceCount(self):
|
|
14824
|
+
"""
|
|
14825
|
+
:rtype: int
|
|
14826
|
+
"""
|
|
14827
|
+
return self._ServiceCount
|
|
14828
|
+
|
|
14829
|
+
@ServiceCount.setter
|
|
14830
|
+
def ServiceCount(self, ServiceCount):
|
|
14831
|
+
self._ServiceCount = ServiceCount
|
|
14832
|
+
|
|
14833
|
+
@property
|
|
14834
|
+
def InterfaceCount(self):
|
|
14835
|
+
"""
|
|
14836
|
+
:rtype: int
|
|
14837
|
+
"""
|
|
14838
|
+
return self._InterfaceCount
|
|
14839
|
+
|
|
14840
|
+
@InterfaceCount.setter
|
|
14841
|
+
def InterfaceCount(self, InterfaceCount):
|
|
14842
|
+
self._InterfaceCount = InterfaceCount
|
|
14843
|
+
|
|
14844
|
+
@property
|
|
14845
|
+
def AssetCount(self):
|
|
14846
|
+
"""
|
|
14847
|
+
:rtype: int
|
|
14848
|
+
"""
|
|
14849
|
+
return self._AssetCount
|
|
14850
|
+
|
|
14851
|
+
@AssetCount.setter
|
|
14852
|
+
def AssetCount(self, AssetCount):
|
|
14853
|
+
self._AssetCount = AssetCount
|
|
14854
|
+
|
|
14855
|
+
@property
|
|
14856
|
+
def LogCount(self):
|
|
14857
|
+
"""
|
|
14858
|
+
:rtype: int
|
|
14859
|
+
"""
|
|
14860
|
+
return self._LogCount
|
|
14861
|
+
|
|
14862
|
+
@LogCount.setter
|
|
14863
|
+
def LogCount(self, LogCount):
|
|
14864
|
+
self._LogCount = LogCount
|
|
14865
|
+
|
|
14866
|
+
@property
|
|
14867
|
+
def ConfigRiskCount(self):
|
|
14868
|
+
"""
|
|
14869
|
+
:rtype: int
|
|
14870
|
+
"""
|
|
14871
|
+
return self._ConfigRiskCount
|
|
14872
|
+
|
|
14873
|
+
@ConfigRiskCount.setter
|
|
14874
|
+
def ConfigRiskCount(self, ConfigRiskCount):
|
|
14875
|
+
self._ConfigRiskCount = ConfigRiskCount
|
|
14876
|
+
|
|
14877
|
+
@property
|
|
14878
|
+
def ActionRiskCount(self):
|
|
14879
|
+
"""
|
|
14880
|
+
:rtype: int
|
|
14881
|
+
"""
|
|
14882
|
+
return self._ActionRiskCount
|
|
14883
|
+
|
|
14884
|
+
@ActionRiskCount.setter
|
|
14885
|
+
def ActionRiskCount(self, ActionRiskCount):
|
|
14886
|
+
self._ActionRiskCount = ActionRiskCount
|
|
14887
|
+
|
|
14888
|
+
@property
|
|
14889
|
+
def IsAccessCloudAudit(self):
|
|
14890
|
+
"""
|
|
14891
|
+
:rtype: bool
|
|
14892
|
+
"""
|
|
14893
|
+
return self._IsAccessCloudAudit
|
|
14894
|
+
|
|
14895
|
+
@IsAccessCloudAudit.setter
|
|
14896
|
+
def IsAccessCloudAudit(self, IsAccessCloudAudit):
|
|
14897
|
+
self._IsAccessCloudAudit = IsAccessCloudAudit
|
|
14898
|
+
|
|
14899
|
+
@property
|
|
14900
|
+
def IsAccessCheck(self):
|
|
14901
|
+
"""
|
|
14902
|
+
:rtype: bool
|
|
14903
|
+
"""
|
|
14904
|
+
return self._IsAccessCheck
|
|
14905
|
+
|
|
14906
|
+
@IsAccessCheck.setter
|
|
14907
|
+
def IsAccessCheck(self, IsAccessCheck):
|
|
14908
|
+
self._IsAccessCheck = IsAccessCheck
|
|
14909
|
+
|
|
14910
|
+
@property
|
|
14911
|
+
def IsAccessUeba(self):
|
|
14912
|
+
"""
|
|
14913
|
+
:rtype: bool
|
|
14914
|
+
"""
|
|
14915
|
+
return self._IsAccessUeba
|
|
14916
|
+
|
|
14917
|
+
@IsAccessUeba.setter
|
|
14918
|
+
def IsAccessUeba(self, IsAccessUeba):
|
|
14919
|
+
self._IsAccessUeba = IsAccessUeba
|
|
14920
|
+
|
|
14921
|
+
|
|
14922
|
+
def _deserialize(self, params):
|
|
14923
|
+
self._ID = params.get("ID")
|
|
14924
|
+
self._AppID = params.get("AppID")
|
|
14925
|
+
self._Uin = params.get("Uin")
|
|
14926
|
+
self._NickName = params.get("NickName")
|
|
14927
|
+
self._OwnerAppID = params.get("OwnerAppID")
|
|
14928
|
+
self._OwnerUin = params.get("OwnerUin")
|
|
14929
|
+
self._OwnerNickName = params.get("OwnerNickName")
|
|
14930
|
+
self._OwnerMemberID = params.get("OwnerMemberID")
|
|
14931
|
+
self._CloudType = params.get("CloudType")
|
|
14932
|
+
self._ServiceCount = params.get("ServiceCount")
|
|
14933
|
+
self._InterfaceCount = params.get("InterfaceCount")
|
|
14934
|
+
self._AssetCount = params.get("AssetCount")
|
|
14935
|
+
self._LogCount = params.get("LogCount")
|
|
14936
|
+
self._ConfigRiskCount = params.get("ConfigRiskCount")
|
|
14937
|
+
self._ActionRiskCount = params.get("ActionRiskCount")
|
|
14938
|
+
self._IsAccessCloudAudit = params.get("IsAccessCloudAudit")
|
|
14939
|
+
self._IsAccessCheck = params.get("IsAccessCheck")
|
|
14940
|
+
self._IsAccessUeba = params.get("IsAccessUeba")
|
|
14941
|
+
memeber_set = set(params.keys())
|
|
14942
|
+
for name, value in vars(self).items():
|
|
14943
|
+
property_name = name[1:]
|
|
14944
|
+
if property_name in memeber_set:
|
|
14945
|
+
memeber_set.remove(property_name)
|
|
14946
|
+
if len(memeber_set) > 0:
|
|
14947
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
14948
|
+
|
|
14949
|
+
|
|
14950
|
+
|
|
13356
14951
|
class SubnetAsset(AbstractModel):
|
|
13357
14952
|
"""Subnet assets
|
|
13358
14953
|
|