tencentcloud-sdk-python-cam 3.0.1271__tar.gz → 3.0.1277__tar.gz
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-sdk-python-cam-3.0.1271 → tencentcloud-sdk-python-cam-3.0.1277}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-cam-3.0.1271 → tencentcloud-sdk-python-cam-3.0.1277}/setup.py +1 -1
- {tencentcloud-sdk-python-cam-3.0.1271 → tencentcloud-sdk-python-cam-3.0.1277}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-cam-3.0.1271 → tencentcloud-sdk-python-cam-3.0.1277}/tencentcloud/cam/v20190116/models.py +10 -10
- {tencentcloud-sdk-python-cam-3.0.1271 → tencentcloud-sdk-python-cam-3.0.1277}/tencentcloud_sdk_python_cam.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-cam-3.0.1277/tencentcloud_sdk_python_cam.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-cam-3.0.1271/tencentcloud_sdk_python_cam.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-cam-3.0.1271 → tencentcloud-sdk-python-cam-3.0.1277}/README.rst +0 -0
- {tencentcloud-sdk-python-cam-3.0.1271 → tencentcloud-sdk-python-cam-3.0.1277}/setup.cfg +0 -0
- {tencentcloud-sdk-python-cam-3.0.1271 → tencentcloud-sdk-python-cam-3.0.1277}/tencentcloud/cam/__init__.py +0 -0
- {tencentcloud-sdk-python-cam-3.0.1271 → tencentcloud-sdk-python-cam-3.0.1277}/tencentcloud/cam/v20190116/__init__.py +0 -0
- {tencentcloud-sdk-python-cam-3.0.1271 → tencentcloud-sdk-python-cam-3.0.1277}/tencentcloud/cam/v20190116/cam_client.py +0 -0
- {tencentcloud-sdk-python-cam-3.0.1271 → tencentcloud-sdk-python-cam-3.0.1277}/tencentcloud/cam/v20190116/errorcodes.py +0 -0
- {tencentcloud-sdk-python-cam-3.0.1271 → tencentcloud-sdk-python-cam-3.0.1277}/tencentcloud_sdk_python_cam.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-cam-3.0.1271 → tencentcloud-sdk-python-cam-3.0.1277}/tencentcloud_sdk_python_cam.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-cam-3.0.1271 → tencentcloud-sdk-python-cam-3.0.1277}/tencentcloud_sdk_python_cam.egg-info/top_level.txt +0 -0
|
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
|
|
|
8
8
|
|
|
9
9
|
setup(
|
|
10
10
|
name='tencentcloud-sdk-python-cam',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common==3.0.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common==3.0.1277"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Cam SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -738,10 +738,10 @@ class AttachPolicyInfo(AbstractModel):
|
|
|
738
738
|
:param _AddTime: 创建时间
|
|
739
739
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
740
740
|
:type AddTime: str
|
|
741
|
-
:param _CreateMode: 创建来源,1 通过控制台创建, 2
|
|
741
|
+
:param _CreateMode: 创建来源,1 通过控制台创建, 2 通过策略语法创建
|
|
742
742
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
743
743
|
:type CreateMode: int
|
|
744
|
-
:param _PolicyType: 取值为
|
|
744
|
+
:param _PolicyType: 取值为User和QCS。User代表自定义策略,QCS代表系统策略
|
|
745
745
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
746
746
|
:type PolicyType: str
|
|
747
747
|
:param _Remark: 策略备注
|
|
@@ -753,10 +753,10 @@ class AttachPolicyInfo(AbstractModel):
|
|
|
753
753
|
:param _OperateUin: 策略关联操作者ID,如果UinType为0表示子账号Uin,如果UinType为1表示角色ID
|
|
754
754
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
755
755
|
:type OperateUin: str
|
|
756
|
-
:param _OperateUinType:
|
|
756
|
+
:param _OperateUinType: 取值为0和1。OperateUinType为0表示OperateUin字段是子账号Uin。如果OperateUinType为1表示OperateUin字段是角色ID
|
|
757
757
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
758
758
|
:type OperateUinType: int
|
|
759
|
-
:param _Deactived:
|
|
759
|
+
:param _Deactived: 是否已下线,1代表已下线,0代表未下线
|
|
760
760
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
761
761
|
:type Deactived: int
|
|
762
762
|
:param _DeactivedDetail: 已下线的产品列表
|
|
@@ -812,7 +812,7 @@ class AttachPolicyInfo(AbstractModel):
|
|
|
812
812
|
|
|
813
813
|
@property
|
|
814
814
|
def CreateMode(self):
|
|
815
|
-
"""创建来源,1 通过控制台创建, 2
|
|
815
|
+
"""创建来源,1 通过控制台创建, 2 通过策略语法创建
|
|
816
816
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
817
817
|
:rtype: int
|
|
818
818
|
"""
|
|
@@ -824,7 +824,7 @@ class AttachPolicyInfo(AbstractModel):
|
|
|
824
824
|
|
|
825
825
|
@property
|
|
826
826
|
def PolicyType(self):
|
|
827
|
-
"""取值为
|
|
827
|
+
"""取值为User和QCS。User代表自定义策略,QCS代表系统策略
|
|
828
828
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
829
829
|
:rtype: str
|
|
830
830
|
"""
|
|
@@ -872,7 +872,7 @@ class AttachPolicyInfo(AbstractModel):
|
|
|
872
872
|
|
|
873
873
|
@property
|
|
874
874
|
def OperateUinType(self):
|
|
875
|
-
"""
|
|
875
|
+
"""取值为0和1。OperateUinType为0表示OperateUin字段是子账号Uin。如果OperateUinType为1表示OperateUin字段是角色ID
|
|
876
876
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
877
877
|
:rtype: int
|
|
878
878
|
"""
|
|
@@ -884,7 +884,7 @@ class AttachPolicyInfo(AbstractModel):
|
|
|
884
884
|
|
|
885
885
|
@property
|
|
886
886
|
def Deactived(self):
|
|
887
|
-
"""
|
|
887
|
+
"""是否已下线,1代表已下线,0代表未下线
|
|
888
888
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
889
889
|
:rtype: int
|
|
890
890
|
"""
|
|
@@ -4511,7 +4511,7 @@ class DescribeSafeAuthFlagResponse(AbstractModel):
|
|
|
4511
4511
|
:type ActionFlag: :class:`tencentcloud.cam.v20190116.models.LoginActionFlag`
|
|
4512
4512
|
:param _OffsiteFlag: 异地登录保护设置
|
|
4513
4513
|
:type OffsiteFlag: :class:`tencentcloud.cam.v20190116.models.OffsiteFlag`
|
|
4514
|
-
:param _PromptTrust: 1: 提示
|
|
4514
|
+
:param _PromptTrust: 是否提示信任设备:1: 提示 0: 不提示
|
|
4515
4515
|
:type PromptTrust: int
|
|
4516
4516
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
4517
4517
|
:type RequestId: str
|
|
@@ -4557,7 +4557,7 @@ class DescribeSafeAuthFlagResponse(AbstractModel):
|
|
|
4557
4557
|
|
|
4558
4558
|
@property
|
|
4559
4559
|
def PromptTrust(self):
|
|
4560
|
-
"""1: 提示
|
|
4560
|
+
"""是否提示信任设备:1: 提示 0: 不提示
|
|
4561
4561
|
:rtype: int
|
|
4562
4562
|
"""
|
|
4563
4563
|
return self._PromptTrust
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1277
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1271
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|