tencentcloud-sdk-rce 3.0.912 → 3.0.914

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20201103/models.rb +20 -18
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fd74432f5b24706d602bde08b9b52e45456705c6
4
- data.tar.gz: c6e4e345a27b9fc02d6e3519134e22d70796755d
3
+ metadata.gz: 0ab2ac349c617f7f708065073a2d90f244b4c010
4
+ data.tar.gz: d2c38196393c87e7b18f5a2cf58c8d227c1db79a
5
5
  SHA512:
6
- metadata.gz: 39fc63c178fa34bd8d6f8606d5ddf2a404c3f4031b70d30ec88ba43e370bd3f8c23e57eb7ec59fa21d6e2155506a9b9dc305e784c7dd1a38c694805a7e958032
7
- data.tar.gz: fda066db7db28c191e92457ccc288d2281ac5770a1d17c56226229b2603c0814ee5a5bdcdd98eedd67e1559df8a26091912f7d3602c3d06982b177ea68947d11
6
+ metadata.gz: 042ac16db51695195ac1df07d49dd64f61b50a07e682dfd724397b1b81b9c256bc8df7bac8d85f82f8f341800dcf628b0d2cfb034e276e193d10381f66433add
7
+ data.tar.gz: 696f75253f20760453537fdfeba6e757ac20141f4f998f3b5773426ec6e7373563e934bfefaa04b77a8a85b15f92d2c7064128e5fe8ca106b2a62ee229a55729
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.912
1
+ 3.0.914
@@ -102,17 +102,17 @@ module TencentCloud
102
102
 
103
103
  # 数据授权信息
104
104
  class DataAuthorizationInfo < TencentCloud::Common::AbstractModel
105
- # @param DataProviderName: 客户主体名称。
105
+ # @param DataProviderName: 数据委托方、需求方:客户主体名称。
106
106
 
107
107
  # 示例值:某某有限公司。
108
108
  # @type DataProviderName: String
109
- # @param DataRecipientName: 接收方主体名称。
109
+ # @param DataRecipientName: 数据受托方、提供方:腾讯云主体名称。
110
110
 
111
111
  # 固定填:腾讯云计算(北京)有限责任公司
112
112
 
113
113
  # 示例值:腾讯云计算(北京)有限责任公司
114
114
  # @type DataRecipientName: String
115
- # @param UserDataType: 客户请求RCE所涉及的用户敏感数据类型,支持多选。实际以接口请求传参为准。
115
+ # @param UserDataType: 客户请求RCE所提供的用户数据类型,支持多选。实际以接口请求传参为准。
116
116
 
117
117
  # 1-手机号;
118
118
 
@@ -122,24 +122,18 @@ module TencentCloud
122
122
 
123
123
  # 4-IP地址;
124
124
 
125
- # 5-设备指纹;
126
-
127
125
  # 999-其它;
128
126
 
129
127
  # 示例值:[1, 4]
130
128
  # @type UserDataType: Array
131
- # @param IsAuthorize: 客户是否已经获取用户授权。
132
-
129
+ # @param IsAuthorize: 客户是否已按[合规指南](https://rule.tencent.com/rule/202409130001)要求获取用户授权,同意客户委托腾讯云处理入参信息
133
130
  # 1-已授权;其它值为未授权。
134
-
135
131
  # 示例值:1
136
132
  # @type IsAuthorize: Integer
137
- # @param IsPersonalData: 是否是用户个人敏感数据。
138
-
139
- # 固定填:1。
140
-
133
+ # @param IsOrderHandling: 客户是否已按[合规指南](https://rule.tencent.com/rule/202409130001)要求获取用户授权,同意腾讯云结合客户提供的信息,对已合法收集的用户数据进行必要处理得出服务结果,并返回给客户。
134
+ # 1-已授权;其它值为未授权。
141
135
  # 示例值:1
142
- # @type IsPersonalData: Integer
136
+ # @type IsOrderHandling: Integer
143
137
  # @param AuthorizationTerm: 客户获得的用户授权期限时间戳(单位秒)。
144
138
 
145
139
  # 不填默认无固定期限。
@@ -148,19 +142,26 @@ module TencentCloud
148
142
  # @type AuthorizationTerm: Integer
149
143
  # @param PrivacyPolicyLink: 客户获得用户授权所依赖的协议地址。
150
144
 
151
- # 示例值:https://www.*****.com/*****
145
+ # 示例值:https://www.*****.com/*
152
146
  # @type PrivacyPolicyLink: String
147
+ # @param IsPersonalData: 是否是用户个人敏感数据。
153
148
 
154
- attr_accessor :DataProviderName, :DataRecipientName, :UserDataType, :IsAuthorize, :IsPersonalData, :AuthorizationTerm, :PrivacyPolicyLink
149
+ # 固定填:1。
150
+
151
+ # 示例值:1
152
+ # @type IsPersonalData: Integer
153
+
154
+ attr_accessor :DataProviderName, :DataRecipientName, :UserDataType, :IsAuthorize, :IsOrderHandling, :AuthorizationTerm, :PrivacyPolicyLink, :IsPersonalData
155
155
 
156
- def initialize(dataprovidername=nil, datarecipientname=nil, userdatatype=nil, isauthorize=nil, ispersonaldata=nil, authorizationterm=nil, privacypolicylink=nil)
156
+ def initialize(dataprovidername=nil, datarecipientname=nil, userdatatype=nil, isauthorize=nil, isorderhandling=nil, authorizationterm=nil, privacypolicylink=nil, ispersonaldata=nil)
157
157
  @DataProviderName = dataprovidername
158
158
  @DataRecipientName = datarecipientname
159
159
  @UserDataType = userdatatype
160
160
  @IsAuthorize = isauthorize
161
- @IsPersonalData = ispersonaldata
161
+ @IsOrderHandling = isorderhandling
162
162
  @AuthorizationTerm = authorizationterm
163
163
  @PrivacyPolicyLink = privacypolicylink
164
+ @IsPersonalData = ispersonaldata
164
165
  end
165
166
 
166
167
  def deserialize(params)
@@ -168,9 +169,10 @@ module TencentCloud
168
169
  @DataRecipientName = params['DataRecipientName']
169
170
  @UserDataType = params['UserDataType']
170
171
  @IsAuthorize = params['IsAuthorize']
171
- @IsPersonalData = params['IsPersonalData']
172
+ @IsOrderHandling = params['IsOrderHandling']
172
173
  @AuthorizationTerm = params['AuthorizationTerm']
173
174
  @PrivacyPolicyLink = params['PrivacyPolicyLink']
175
+ @IsPersonalData = params['IsPersonalData']
174
176
  end
175
177
  end
176
178
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-rce
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.912
4
+ version: 3.0.914
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-09-23 00:00:00.000000000 Z
11
+ date: 2024-09-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common