tencentcloud-sdk-organization 3.0.1160 → 3.0.1161

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 +22 -10
  4. metadata +5 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ecb5a9211a0ff0906b8804b89718917a0b4387b2
4
- data.tar.gz: bc7803c08ca349537b5641317e262d6991e16e35
3
+ metadata.gz: 88484447466df68d3d7187b7099ed884bc012808
4
+ data.tar.gz: 986c9197b8ed11319cdbec8226ed336b789cd051
5
5
  SHA512:
6
- metadata.gz: 1f5514439817c9b5db1098e49a7b44fedfc58aaeb86056bf81b26808178234a068f96bcec88e42b7176e92e03e6b05805dd24b59095e3c4711ac1c4c7cace52c
7
- data.tar.gz: 8003e47fb458bb847efb26dd7beb89bf45e0419af0663f86671dea878e194c2e5280c4d9ad7d0918350960a4f494728d8211771a210912a598c678b139ea2346
6
+ metadata.gz: 5bc6796b56c93b1ab4f2ae520a5444c616e2d0a36ebe6933d4a28c9fcc7596fd6a30d29f93af7f587e190b9b79a4821b33881babdeb35b2d671de95883dab5a4
7
+ data.tar.gz: 4a17818974f6cd1d73e661815a2db1f3f24a0da1caae8e57ae2ae539b876579cd48679b05612ce9cf0b965ccf020ac75f03ffc52390f34b3f2c7637bbcff77f1
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1160
1
+ 3.0.1161
@@ -1405,10 +1405,12 @@ module TencentCloud
1405
1405
  # @type UserStatus: String
1406
1406
  # @param UserType: 用户类型 Manual:手动创建,Synchronized:外部导入
1407
1407
  # @type UserType: String
1408
+ # @param NeedResetPassword: 是否需要重置密码: true: 需要重置 false: 不需要重置密码。 默认false
1409
+ # @type NeedResetPassword: Boolean
1408
1410
 
1409
- attr_accessor :ZoneId, :UserName, :FirstName, :LastName, :DisplayName, :Description, :Email, :UserStatus, :UserType
1411
+ attr_accessor :ZoneId, :UserName, :FirstName, :LastName, :DisplayName, :Description, :Email, :UserStatus, :UserType, :NeedResetPassword
1410
1412
 
1411
- def initialize(zoneid=nil, username=nil, firstname=nil, lastname=nil, displayname=nil, description=nil, email=nil, userstatus=nil, usertype=nil)
1413
+ def initialize(zoneid=nil, username=nil, firstname=nil, lastname=nil, displayname=nil, description=nil, email=nil, userstatus=nil, usertype=nil, needresetpassword=nil)
1412
1414
  @ZoneId = zoneid
1413
1415
  @UserName = username
1414
1416
  @FirstName = firstname
@@ -1418,6 +1420,7 @@ module TencentCloud
1418
1420
  @Email = email
1419
1421
  @UserStatus = userstatus
1420
1422
  @UserType = usertype
1423
+ @NeedResetPassword = needresetpassword
1421
1424
  end
1422
1425
 
1423
1426
  def deserialize(params)
@@ -1430,6 +1433,7 @@ module TencentCloud
1430
1433
  @Email = params['Email']
1431
1434
  @UserStatus = params['UserStatus']
1432
1435
  @UserType = params['UserType']
1436
+ @NeedResetPassword = params['NeedResetPassword']
1433
1437
  end
1434
1438
  end
1435
1439
 
@@ -6732,8 +6736,8 @@ module TencentCloud
6732
6736
 
6733
6737
  attr_accessor :ProductResourceId, :ResourceGrantLast
6734
6738
  extend Gem::Deprecate
6735
- deprecate :ResourceGrantLast, :none, 2025, 10
6736
- deprecate :ResourceGrantLast=, :none, 2025, 10
6739
+ deprecate :ResourceGrantLast, :none, 2025, 11
6740
+ deprecate :ResourceGrantLast=, :none, 2025, 11
6737
6741
 
6738
6742
  def initialize(productresourceid=nil, resourcegrantlast=nil)
6739
6743
  @ProductResourceId = productresourceid
@@ -7567,8 +7571,8 @@ module TencentCloud
7567
7571
 
7568
7572
  attr_accessor :ResourceId, :ProductResourceId
7569
7573
  extend Gem::Deprecate
7570
- deprecate :ResourceId, :none, 2025, 10
7571
- deprecate :ResourceId=, :none, 2025, 10
7574
+ deprecate :ResourceId, :none, 2025, 11
7575
+ deprecate :ResourceId=, :none, 2025, 11
7572
7576
 
7573
7577
  def initialize(resourceid=nil, productresourceid=nil)
7574
7578
  @ResourceId = resourceid
@@ -8405,10 +8409,12 @@ module TencentCloud
8405
8409
  # @type NewDescription: String
8406
8410
  # @param NewEmail: 用户的电子邮箱。
8407
8411
  # @type NewEmail: String
8412
+ # @param NeedResetPassword: 是否需要重置密码
8413
+ # @type NeedResetPassword: Boolean
8408
8414
 
8409
- attr_accessor :ZoneId, :UserId, :NewFirstName, :NewLastName, :NewDisplayName, :NewDescription, :NewEmail
8415
+ attr_accessor :ZoneId, :UserId, :NewFirstName, :NewLastName, :NewDisplayName, :NewDescription, :NewEmail, :NeedResetPassword
8410
8416
 
8411
- def initialize(zoneid=nil, userid=nil, newfirstname=nil, newlastname=nil, newdisplayname=nil, newdescription=nil, newemail=nil)
8417
+ def initialize(zoneid=nil, userid=nil, newfirstname=nil, newlastname=nil, newdisplayname=nil, newdescription=nil, newemail=nil, needresetpassword=nil)
8412
8418
  @ZoneId = zoneid
8413
8419
  @UserId = userid
8414
8420
  @NewFirstName = newfirstname
@@ -8416,6 +8422,7 @@ module TencentCloud
8416
8422
  @NewDisplayName = newdisplayname
8417
8423
  @NewDescription = newdescription
8418
8424
  @NewEmail = newemail
8425
+ @NeedResetPassword = needresetpassword
8419
8426
  end
8420
8427
 
8421
8428
  def deserialize(params)
@@ -8426,6 +8433,7 @@ module TencentCloud
8426
8433
  @NewDisplayName = params['NewDisplayName']
8427
8434
  @NewDescription = params['NewDescription']
8428
8435
  @NewEmail = params['NewEmail']
8436
+ @NeedResetPassword = params['NeedResetPassword']
8429
8437
  end
8430
8438
  end
8431
8439
 
@@ -8604,10 +8612,12 @@ module TencentCloud
8604
8612
  # @type IsSelected: Boolean
8605
8613
  # @param Password: 用户密码
8606
8614
  # @type Password: String
8615
+ # @param NeedResetPassword: 下次登录是否需要重置密码, true: 需要重置密码, false:不需要重置密码
8616
+ # @type NeedResetPassword: Boolean
8607
8617
 
8608
- attr_accessor :UserName, :FirstName, :LastName, :DisplayName, :Description, :Email, :UserStatus, :UserType, :UserId, :CreateTime, :UpdateTime, :IsSelected, :Password
8618
+ attr_accessor :UserName, :FirstName, :LastName, :DisplayName, :Description, :Email, :UserStatus, :UserType, :UserId, :CreateTime, :UpdateTime, :IsSelected, :Password, :NeedResetPassword
8609
8619
 
8610
- def initialize(username=nil, firstname=nil, lastname=nil, displayname=nil, description=nil, email=nil, userstatus=nil, usertype=nil, userid=nil, createtime=nil, updatetime=nil, isselected=nil, password=nil)
8620
+ def initialize(username=nil, firstname=nil, lastname=nil, displayname=nil, description=nil, email=nil, userstatus=nil, usertype=nil, userid=nil, createtime=nil, updatetime=nil, isselected=nil, password=nil, needresetpassword=nil)
8611
8621
  @UserName = username
8612
8622
  @FirstName = firstname
8613
8623
  @LastName = lastname
@@ -8621,6 +8631,7 @@ module TencentCloud
8621
8631
  @UpdateTime = updatetime
8622
8632
  @IsSelected = isselected
8623
8633
  @Password = password
8634
+ @NeedResetPassword = needresetpassword
8624
8635
  end
8625
8636
 
8626
8637
  def deserialize(params)
@@ -8637,6 +8648,7 @@ module TencentCloud
8637
8648
  @UpdateTime = params['UpdateTime']
8638
8649
  @IsSelected = params['IsSelected']
8639
8650
  @Password = params['Password']
8651
+ @NeedResetPassword = params['NeedResetPassword']
8640
8652
  end
8641
8653
  end
8642
8654
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-organization
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1160
4
+ version: 3.0.1161
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-10-28 00:00:00.000000000 Z
11
+ date: 2025-11-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common
@@ -33,11 +33,11 @@ executables: []
33
33
  extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
- - lib/v20181225/models.rb
37
- - lib/v20181225/client.rb
38
36
  - lib/tencentcloud-sdk-organization.rb
39
- - lib/v20210331/models.rb
40
37
  - lib/v20210331/client.rb
38
+ - lib/v20210331/models.rb
39
+ - lib/v20181225/client.rb
40
+ - lib/v20181225/models.rb
41
41
  - lib/VERSION
42
42
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
43
43
  licenses: