tencentcloud-sdk-organization 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/v20210331/models.rb +10 -6
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0bb7bf1bb04a3234f4a88f37c21932af0db1a50e
4
- data.tar.gz: 322c1e0901b74630863167b2728ba017d97c3662
3
+ metadata.gz: 5e875c6d42e14382595ffc05a4687ea4f39fcb23
4
+ data.tar.gz: ec59d2e154e928e1981296a5910aef041878fcd9
5
5
  SHA512:
6
- metadata.gz: 6d02af7575be60b14f5f47e97a2068d94b8fe3b74f43df10ae4461f2bbab5c8b5d30fdf225826fa9ded01eff8ac5079a1af0dde687375809809236d2c3481f2d
7
- data.tar.gz: a66df67fdb564326756e53e3c20a1add3bfaa4c4696ffc04c35d3b4cbaa108c28bdd230a173ee3a73f708317a80fd4dba38b485a0b854e8ec171873e3ecbc3fc
6
+ metadata.gz: a98e48fb42338a95886a9ea52908c9cceb40a6746637f983d20fa6cdf653196ab78e004ee6b807aa770fb7eaa0068850581314bae8172e1f0981dc050e27000f
7
+ data.tar.gz: 9d594537f4b42ca11617792a1c6d690bb0923ff38f735c31e0a9aafa55b6828b7e12e0f4f172ba0ec48ed045f61ac4d4b77dfd69691f6ae813ff1afab050734b
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1031
1
+ 3.0.1032
@@ -1325,15 +1325,19 @@ module TencentCloud
1325
1325
  class CreateSCIMCredentialRequest < TencentCloud::Common::AbstractModel
1326
1326
  # @param ZoneId: 空间ID。z-前缀开头,后面是12位随机数字/小写字母
1327
1327
  # @type ZoneId: String
1328
+ # @param ExpireDuration: 过期时间(秒),最小1小时,最大99年。如果不传则默认一年过期
1329
+ # @type ExpireDuration: Integer
1328
1330
 
1329
- attr_accessor :ZoneId
1331
+ attr_accessor :ZoneId, :ExpireDuration
1330
1332
 
1331
- def initialize(zoneid=nil)
1333
+ def initialize(zoneid=nil, expireduration=nil)
1332
1334
  @ZoneId = zoneid
1335
+ @ExpireDuration = expireduration
1333
1336
  end
1334
1337
 
1335
1338
  def deserialize(params)
1336
1339
  @ZoneId = params['ZoneId']
1340
+ @ExpireDuration = params['ExpireDuration']
1337
1341
  end
1338
1342
  end
1339
1343
 
@@ -6516,8 +6520,8 @@ module TencentCloud
6516
6520
 
6517
6521
  attr_accessor :ProductResourceId, :ResourceGrantLast
6518
6522
  extend Gem::Deprecate
6519
- deprecate :ResourceGrantLast, :none, 2025, 3
6520
- deprecate :ResourceGrantLast=, :none, 2025, 3
6523
+ deprecate :ResourceGrantLast, :none, 2025, 4
6524
+ deprecate :ResourceGrantLast=, :none, 2025, 4
6521
6525
 
6522
6526
  def initialize(productresourceid=nil, resourcegrantlast=nil)
6523
6527
  @ProductResourceId = productresourceid
@@ -7351,8 +7355,8 @@ module TencentCloud
7351
7355
 
7352
7356
  attr_accessor :ResourceId, :ProductResourceId
7353
7357
  extend Gem::Deprecate
7354
- deprecate :ResourceId, :none, 2025, 3
7355
- deprecate :ResourceId=, :none, 2025, 3
7358
+ deprecate :ResourceId, :none, 2025, 4
7359
+ deprecate :ResourceId=, :none, 2025, 4
7356
7360
 
7357
7361
  def initialize(resourceid=nil, productresourceid=nil)
7358
7362
  @ResourceId = resourceid
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-organization
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