tencentcloud-sdk-cam 3.0.1031 → 3.0.1032

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 +2 -43
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fe27965cef4d3eb9c6a91589eeff6fde30bf050c
4
- data.tar.gz: c649aedefaa7d06c79e979ba50b5d37a32d377d7
3
+ metadata.gz: f4db41cc0fa4769f15c84da30a91a9e7fce09aca
4
+ data.tar.gz: bd613477548f171da64a306bd3720be6eeb86b3d
5
5
  SHA512:
6
- metadata.gz: eb8707e85915866fe643bcb446eb9d84827a532e8ecdb34b8b230bdb1951011c8fd0129af27b50d2b173ddc0c99bd2772277d5b3ed51fb1a4380445e086463e8
7
- data.tar.gz: 3291fc5aaaf99f3edc0be3f4b9446379c9d301304179e2cd3ce0c841da83eae8ee0495634fd48d8a0bf974628e218e4b52bfe6fc347abbcb35b69288ec1dbca1
6
+ metadata.gz: 14855655c0ca3b224f7d9b6a7e0ced499e3443fbe2ca30ac85f89f06ab1da73fc5d3391b9c35cdeb75395e4c78466a12459bb798109fdefabe8e821238cae83c
7
+ data.tar.gz: 79da0559c85bfb8f5ad5430a8099eedd1e127b62fa81e7917eaf5f361c61ee410cd7b402b1215d33dd8017da89d45c09f1368022133a9eea0f634b40fdd59d64
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1031
1
+ 3.0.1032
@@ -211,15 +211,12 @@ module TencentCloud
211
211
  # @param Id: 实体ID
212
212
  # @type Id: String
213
213
  # @param Name: 实体名称
214
- # 注意:此字段可能返回 null,表示取不到有效值。
215
214
  # @type Name: String
216
215
  # @param Uin: 实体Uin
217
- # 注意:此字段可能返回 null,表示取不到有效值。
218
216
  # @type Uin: Integer
219
217
  # @param RelatedType: 关联类型。1 用户关联 ; 2 用户组关联 3 角色关联
220
218
  # @type RelatedType: Integer
221
219
  # @param AttachmentTime: 策略关联时间
222
- # 注意:此字段可能返回 null,表示取不到有效值。
223
220
  # @type AttachmentTime: String
224
221
 
225
222
  attr_accessor :Id, :Name, :Uin, :RelatedType, :AttachmentTime
@@ -282,19 +279,14 @@ module TencentCloud
282
279
  # @param PolicyId: 策略id
283
280
  # @type PolicyId: Integer
284
281
  # @param PolicyName: 策略名称
285
- # 注意:此字段可能返回 null,表示取不到有效值。
286
282
  # @type PolicyName: String
287
283
  # @param AddTime: 创建时间
288
- # 注意:此字段可能返回 null,表示取不到有效值。
289
284
  # @type AddTime: String
290
285
  # @param CreateMode: 创建来源,1 通过控制台创建, 2 通过策略语法创建
291
- # 注意:此字段可能返回 null,表示取不到有效值。
292
286
  # @type CreateMode: Integer
293
287
  # @param PolicyType: 取值为User和QCS。User代表自定义策略,QCS代表系统策略
294
- # 注意:此字段可能返回 null,表示取不到有效值。
295
288
  # @type PolicyType: String
296
289
  # @param Remark: 策略备注
297
- # 注意:此字段可能返回 null,表示取不到有效值。
298
290
  # @type Remark: String
299
291
  # @param OperateOwnerUin: 策略关联操作者主账号
300
292
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -306,10 +298,8 @@ module TencentCloud
306
298
  # 注意:此字段可能返回 null,表示取不到有效值。
307
299
  # @type OperateUinType: Integer
308
300
  # @param Deactived: 是否已下线,1代表已下线,0代表未下线
309
- # 注意:此字段可能返回 null,表示取不到有效值。
310
301
  # @type Deactived: Integer
311
302
  # @param DeactivedDetail: 已下线的产品列表
312
- # 注意:此字段可能返回 null,表示取不到有效值。
313
303
  # @type DeactivedDetail: Array
314
304
 
315
305
  attr_accessor :PolicyId, :PolicyName, :AddTime, :CreateMode, :PolicyType, :Remark, :OperateOwnerUin, :OperateUin, :OperateUinType, :Deactived, :DeactivedDetail
@@ -432,18 +422,14 @@ module TencentCloud
432
422
  # @param AddTime: 绑定时间
433
423
  # @type AddTime: String
434
424
  # @param PolicyType: 策略类型,User表示自定义策略,QCS表示预设策略
435
- # 注意:此字段可能返回 null,表示取不到有效值。
436
425
  # @type PolicyType: String
437
426
  # @param CreateMode: 策略创建方式,1表示按产品功能或项目权限创建,其他表示按策略语法创建
438
427
  # @type CreateMode: Integer
439
428
  # @param Deactived: 是否已下线(0:否 1:是)
440
- # 注意:此字段可能返回 null,表示取不到有效值。
441
429
  # @type Deactived: Integer
442
430
  # @param DeactivedDetail: 已下线的产品列表
443
- # 注意:此字段可能返回 null,表示取不到有效值。
444
431
  # @type DeactivedDetail: Array
445
432
  # @param Description: 策略描述
446
- # 注意:此字段可能返回 null,表示取不到有效值。
447
433
  # @type Description: String
448
434
 
449
435
  attr_accessor :PolicyId, :PolicyName, :AddTime, :PolicyType, :CreateMode, :Deactived, :DeactivedDetail, :Description
@@ -486,13 +472,10 @@ module TencentCloud
486
472
  # @param CreateMode: 创建模式(1表示按产品或项目权限创建的策略,其他表示策略语法创建的策略)
487
473
  # @type CreateMode: String
488
474
  # @param Groups: 随组关联信息
489
- # 注意:此字段可能返回 null,表示取不到有效值。
490
475
  # @type Groups: Array
491
476
  # @param Deactived: 是否已下线(0:否 1:是)
492
- # 注意:此字段可能返回 null,表示取不到有效值。
493
477
  # @type Deactived: Integer
494
478
  # @param DeactivedDetail: 已下线的产品列表
495
- # 注意:此字段可能返回 null,表示取不到有效值。
496
479
  # @type DeactivedDetail: Array
497
480
 
498
481
  attr_accessor :PolicyId, :PolicyName, :Description, :AddTime, :StrategyType, :CreateMode, :Groups, :Deactived, :DeactivedDetail
@@ -923,7 +906,6 @@ module TencentCloud
923
906
  # CreatePolicyVersion返回参数结构体
924
907
  class CreatePolicyVersionResponse < TencentCloud::Common::AbstractModel
925
908
  # @param VersionId: 策略版本号
926
- # 注意:此字段可能返回 null,表示取不到有效值。
927
909
  # @type VersionId: Integer
928
910
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
929
911
  # @type RequestId: String
@@ -987,7 +969,6 @@ module TencentCloud
987
969
  # CreateRole返回参数结构体
988
970
  class CreateRoleResponse < TencentCloud::Common::AbstractModel
989
971
  # @param RoleId: 角色ID
990
- # 注意:此字段可能返回 null,表示取不到有效值。
991
972
  # @type RoleId: String
992
973
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
993
974
  # @type RequestId: String
@@ -1708,7 +1689,6 @@ module TencentCloud
1708
1689
  # DescribeRoleList返回参数结构体
1709
1690
  class DescribeRoleListResponse < TencentCloud::Common::AbstractModel
1710
1691
  # @param List: 角色详情列表。
1711
- # 注意:此字段可能返回 null,表示取不到有效值。
1712
1692
  # @type List: Array
1713
1693
  # @param TotalNum: 角色总数
1714
1694
  # @type TotalNum: Integer
@@ -1762,7 +1742,6 @@ module TencentCloud
1762
1742
  # @param OffsiteFlag: 异地登录保护设置
1763
1743
  # @type OffsiteFlag: :class:`Tencentcloud::Cam.v20190116.models.OffsiteFlag`
1764
1744
  # @param PromptTrust: 是否提示信任设备1 :提示 0: 不提示
1765
- # 注意:此字段可能返回 null,表示取不到有效值。
1766
1745
  # @type PromptTrust: Integer
1767
1746
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1768
1747
  # @type RequestId: String
@@ -2223,8 +2202,8 @@ module TencentCloud
2223
2202
 
2224
2203
  attr_accessor :Policies, :Roles, :Idps, :User, :Group, :Member, :IdentityProviders, :RequestId
2225
2204
  extend Gem::Deprecate
2226
- deprecate :Idps, :none, 2025, 3
2227
- deprecate :Idps=, :none, 2025, 3
2205
+ deprecate :Idps, :none, 2025, 4
2206
+ deprecate :Idps=, :none, 2025, 4
2228
2207
 
2229
2208
  def initialize(policies=nil, roles=nil, idps=nil, user=nil, group=nil, member=nil, identityproviders=nil, requestid=nil)
2230
2209
  @Policies = policies
@@ -2367,28 +2346,21 @@ module TencentCloud
2367
2346
  # GetPolicy返回参数结构体
2368
2347
  class GetPolicyResponse < TencentCloud::Common::AbstractModel
2369
2348
  # @param PolicyName: 策略名。
2370
- # 注意:此字段可能返回 null,表示取不到有效值。
2371
2349
  # @type PolicyName: String
2372
2350
  # @param Description: 策略描述。
2373
- # 注意:此字段可能返回 null,表示取不到有效值。
2374
2351
  # @type Description: String
2375
2352
  # @param Type: 1 表示自定义策略,2 表示预设策略。
2376
- # 注意:此字段可能返回 null,表示取不到有效值。
2377
2353
  # @type Type: Integer
2378
2354
  # @param AddTime: 策略创建时间。
2379
- # 注意:此字段可能返回 null,表示取不到有效值。
2380
2355
  # @type AddTime: String
2381
2356
  # @param UpdateTime: 策略最近更新时间。
2382
- # 注意:此字段可能返回 null,表示取不到有效值。
2383
2357
  # @type UpdateTime: String
2384
2358
  # @param PolicyDocument: 策略文档。
2385
- # 注意:此字段可能返回 null,表示取不到有效值。
2386
2359
  # @type PolicyDocument: String
2387
2360
  # @param PresetAlias: 备注。
2388
2361
  # 注意:此字段可能返回 null,表示取不到有效值。
2389
2362
  # @type PresetAlias: String
2390
2363
  # @param IsServiceLinkedRolePolicy: 是否是服务相关策略,0代表不是服务相关策略,1代表是服务相关策略。
2391
- # 注意:此字段可能返回 null,表示取不到有效值。
2392
2364
  # @type IsServiceLinkedRolePolicy: Integer
2393
2365
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2394
2366
  # @type RequestId: String
@@ -2841,10 +2813,8 @@ module TencentCloud
2841
2813
  # @param Email: 邮箱
2842
2814
  # @type Email: String
2843
2815
  # @param RecentlyLoginIP: 最近一次登录ip
2844
- # 注意:此字段可能返回 null,表示取不到有效值。
2845
2816
  # @type RecentlyLoginIP: String
2846
2817
  # @param RecentlyLoginTime: 最近一次登录时间
2847
- # 注意:此字段可能返回 null,表示取不到有效值。
2848
2818
  # @type RecentlyLoginTime: String
2849
2819
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2850
2820
  # @type RequestId: String
@@ -3367,10 +3337,8 @@ module TencentCloud
3367
3337
  # ListEntitiesForPolicy返回参数结构体
3368
3338
  class ListEntitiesForPolicyResponse < TencentCloud::Common::AbstractModel
3369
3339
  # @param TotalNum: 实体总数
3370
- # 注意:此字段可能返回 null,表示取不到有效值。
3371
3340
  # @type TotalNum: Integer
3372
3341
  # @param List: 实体列表
3373
- # 注意:此字段可能返回 null,表示取不到有效值。
3374
3342
  # @type List: Array
3375
3343
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3376
3344
  # @type RequestId: String
@@ -3719,7 +3687,6 @@ module TencentCloud
3719
3687
  # IsAttached: 当需要查询标记实体是否已经关联策略时不为null。0表示未关联策略,1表示已关联策略
3720
3688
  # @type List: Array
3721
3689
  # @param ServiceTypeList: 保留字段
3722
- # 注意:此字段可能返回 null,表示取不到有效值。
3723
3690
  # @type ServiceTypeList: Array
3724
3691
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3725
3692
  # @type RequestId: String
@@ -3767,7 +3734,6 @@ module TencentCloud
3767
3734
  # ListPolicyVersions返回参数结构体
3768
3735
  class ListPolicyVersionsResponse < TencentCloud::Common::AbstractModel
3769
3736
  # @param Versions: 策略版本列表
3770
- # 注意:此字段可能返回 null,表示取不到有效值。
3771
3737
  # @type Versions: Array
3772
3738
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3773
3739
  # @type RequestId: String
@@ -4202,13 +4168,10 @@ module TencentCloud
4202
4168
  # 策略版本列表元素结构
4203
4169
  class PolicyVersionItem < TencentCloud::Common::AbstractModel
4204
4170
  # @param VersionId: 策略版本号
4205
- # 注意:此字段可能返回 null,表示取不到有效值。
4206
4171
  # @type VersionId: Integer
4207
4172
  # @param CreateDate: 策略版本创建时间
4208
- # 注意:此字段可能返回 null,表示取不到有效值。
4209
4173
  # @type CreateDate: String
4210
4174
  # @param IsDefaultVersion: 是否是正在生效的版本。0表示不是,1表示是
4211
- # 注意:此字段可能返回 null,表示取不到有效值。
4212
4175
  # @type IsDefaultVersion: Integer
4213
4176
 
4214
4177
  attr_accessor :VersionId, :CreateDate, :IsDefaultVersion
@@ -4322,10 +4285,8 @@ module TencentCloud
4322
4285
  # @param IsReceiverOwner: 是否主联系人
4323
4286
  # @type IsReceiverOwner: Integer
4324
4287
  # @param WechatFlag: 是否允许微信接收通知
4325
- # 注意:此字段可能返回 null,表示取不到有效值。
4326
4288
  # @type WechatFlag: Integer
4327
4289
  # @param Uin: 账号uin
4328
- # 注意:此字段可能返回 null,表示取不到有效值。
4329
4290
  # @type Uin: Integer
4330
4291
 
4331
4292
  attr_accessor :Uid, :Name, :Remark, :PhoneNumber, :PhoneFlag, :Email, :EmailFlag, :IsReceiverOwner, :WechatFlag, :Uin
@@ -5458,10 +5419,8 @@ module TencentCloud
5458
5419
  # @param Email: 邮箱
5459
5420
  # @type Email: String
5460
5421
  # @param WeChatWorkUserId: 企业微信UserId
5461
- # 注意:此字段可能返回 null,表示取不到有效值。
5462
5422
  # @type WeChatWorkUserId: String
5463
5423
  # @param CreateTime: 创建时间
5464
- # 注意:此字段可能返回 null,表示取不到有效值。
5465
5424
  # @type CreateTime: String
5466
5425
 
5467
5426
  attr_accessor :Uin, :Name, :Uid, :Remark, :ConsoleLogin, :PhoneNum, :CountryCode, :Email, :WeChatWorkUserId, :CreateTime
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-cam
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1031
4
+ version: 3.0.1032
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud