tencentcloud-sdk-cam 3.0.925 → 3.0.927

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/v20190116/models.rb +18 -18
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d81e39a38541611fa4ad26f8b53b6db860793df5
4
- data.tar.gz: b9ffc0b3c5aa9adcd99e8cab5dfb1134fba5dd76
3
+ metadata.gz: 9477544bd6441b4e92b6af35bd1a8271e23c0afb
4
+ data.tar.gz: 7bc11ca828b8f2b76294f0834ebf31dc055e5182
5
5
  SHA512:
6
- metadata.gz: 90f6dca3d1e2bffdb862ac720e2bdc5ee406594cb17d5b5b82d5ba3b3bb6a836be866edeb9275591567892d0858cc70cbf538f381bbc799dd5c030a910e757df
7
- data.tar.gz: 66807e2cc5e6cf85390e7594c630ad5aa3a81bfbd2cdf4a41ae2cf026f6fdb3abca9dc53fcf43087be950ade10c7a8f55ac5f42a377a64d96e7292573a16f860
6
+ metadata.gz: 42b3dc9cc866f3ce90477f4863cbbc87355d573c8994cce5319ef29dd1e7971fbd442dfa01a261daaffb39fd8444826c018e5419ee1d840ecef754663afdea8e
7
+ data.tar.gz: 96322593b1b134087edb9e6d3cd350390c23f20bfd990e3d56fa21b5cc674af3b1111734d7fba332507d6d8330c84edfc6a3df00fead762af5389c265be5492b
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.925
1
+ 3.0.927
@@ -2223,8 +2223,8 @@ module TencentCloud
2223
2223
 
2224
2224
  attr_accessor :Policies, :Roles, :Idps, :User, :Group, :Member, :IdentityProviders, :RequestId
2225
2225
  extend Gem::Deprecate
2226
- deprecate :Idps, :none, 2024, 9
2227
- deprecate :Idps=, :none, 2024, 9
2226
+ deprecate :Idps, :none, 2024, 10
2227
+ deprecate :Idps=, :none, 2024, 10
2228
2228
 
2229
2229
  def initialize(policies=nil, roles=nil, idps=nil, user=nil, group=nil, member=nil, identityproviders=nil, requestid=nil)
2230
2230
  @Policies = policies
@@ -2350,7 +2350,7 @@ module TencentCloud
2350
2350
 
2351
2351
  # GetPolicy请求参数结构体
2352
2352
  class GetPolicyRequest < TencentCloud::Common::AbstractModel
2353
- # @param PolicyId: 策略Id
2353
+ # @param PolicyId: 策略Id
2354
2354
  # @type PolicyId: Integer
2355
2355
 
2356
2356
  attr_accessor :PolicyId
@@ -2366,28 +2366,28 @@ module TencentCloud
2366
2366
 
2367
2367
  # GetPolicy返回参数结构体
2368
2368
  class GetPolicyResponse < TencentCloud::Common::AbstractModel
2369
- # @param PolicyName: 策略名
2369
+ # @param PolicyName: 策略名。
2370
2370
  # 注意:此字段可能返回 null,表示取不到有效值。
2371
2371
  # @type PolicyName: String
2372
- # @param Description: 策略描述
2372
+ # @param Description: 策略描述。
2373
2373
  # 注意:此字段可能返回 null,表示取不到有效值。
2374
2374
  # @type Description: String
2375
- # @param Type: 1 表示自定义策略,2 表示预设策略
2375
+ # @param Type: 1 表示自定义策略,2 表示预设策略。
2376
2376
  # 注意:此字段可能返回 null,表示取不到有效值。
2377
2377
  # @type Type: Integer
2378
- # @param AddTime: 创建时间
2378
+ # @param AddTime: 策略创建时间。
2379
2379
  # 注意:此字段可能返回 null,表示取不到有效值。
2380
2380
  # @type AddTime: String
2381
- # @param UpdateTime: 最近更新时间
2381
+ # @param UpdateTime: 策略最近更新时间。
2382
2382
  # 注意:此字段可能返回 null,表示取不到有效值。
2383
2383
  # @type UpdateTime: String
2384
- # @param PolicyDocument: 策略文档
2384
+ # @param PolicyDocument: 策略文档。
2385
2385
  # 注意:此字段可能返回 null,表示取不到有效值。
2386
2386
  # @type PolicyDocument: String
2387
- # @param PresetAlias: 备注
2387
+ # @param PresetAlias: 备注。
2388
2388
  # 注意:此字段可能返回 null,表示取不到有效值。
2389
2389
  # @type PresetAlias: String
2390
- # @param IsServiceLinkedRolePolicy: 是否服务相关策略
2390
+ # @param IsServiceLinkedRolePolicy: 是否是服务相关策略,0代表不是服务相关策略,1代表是服务相关策略。
2391
2391
  # 注意:此字段可能返回 null,表示取不到有效值。
2392
2392
  # @type IsServiceLinkedRolePolicy: Integer
2393
2393
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
@@ -3160,15 +3160,15 @@ module TencentCloud
3160
3160
 
3161
3161
  # ListAttachedUserAllPolicies请求参数结构体
3162
3162
  class ListAttachedUserAllPoliciesRequest < TencentCloud::Common::AbstractModel
3163
- # @param TargetUin: 目标用户ID
3163
+ # @param TargetUin: 目标用户Uin
3164
3164
  # @type TargetUin: Integer
3165
- # @param Rp: 每页数量,必须大于 0 且小于或等于 200
3165
+ # @param Rp: 每页数量,必须大于 0 且小于等于 200
3166
3166
  # @type Rp: Integer
3167
- # @param Page: 页码,从 1开始,不能大于 200
3167
+ # @param Page: 页码,从 1开始,不能大于 200
3168
3168
  # @type Page: Integer
3169
- # @param AttachType: 0:返回直接关联和随组关联策略,1:只返回直接关联策略,2:只返回随组关联策略
3169
+ # @param AttachType: 关联类型。0:返回直接关联和随组关联策略,1:只返回直接关联策略,2:只返回随组关联策略。
3170
3170
  # @type AttachType: Integer
3171
- # @param StrategyType: 策略类型
3171
+ # @param StrategyType: 策略类型。1表示自定义策略,2表示预设策略。
3172
3172
  # @type StrategyType: Integer
3173
3173
  # @param Keyword: 搜索关键字
3174
3174
  # @type Keyword: String
@@ -3196,9 +3196,9 @@ module TencentCloud
3196
3196
 
3197
3197
  # ListAttachedUserAllPolicies返回参数结构体
3198
3198
  class ListAttachedUserAllPoliciesResponse < TencentCloud::Common::AbstractModel
3199
- # @param PolicyList: 策略列表数据
3199
+ # @param PolicyList: 策略列表数据。
3200
3200
  # @type PolicyList: Array
3201
- # @param TotalNum: 策略总数
3201
+ # @param TotalNum: 策略总数。
3202
3202
  # @type TotalNum: Integer
3203
3203
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3204
3204
  # @type RequestId: String
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-cam
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.925
4
+ version: 3.0.927
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-10-16 00:00:00.000000000 Z
11
+ date: 2024-10-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common