tencentcloud-sdk-organization 3.0.571 → 3.0.573

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 018765f81f19197816bb6fa1c29def5ddb85a302
4
- data.tar.gz: 7a73529797ff2e53e2ac986afcf3448ffe28d8c9
3
+ metadata.gz: 0b7d03699d7392f127c85706401c29717dc06811
4
+ data.tar.gz: 889f969b0b17326f8d2f182dc916bc3ed639fb33
5
5
  SHA512:
6
- metadata.gz: 9bf81be5ab8adeb6d44482aa1035f80cd4aec080f6de3a025bfc18d5c1131d10775477f67d846ac34d96c5a34b5602f90b0a41cd2a2d85b9280864e5b827f4e0
7
- data.tar.gz: 302769df11de7593dcfa7702a53834207e52ed70fb1a43592226f53aab2483ac87a5c32c042c10744e626cbede5549f41b6bca36f389b13acc969e468d2490d4
6
+ metadata.gz: 51e2696a06ab38bf3c81de43a2c7a0accda0af236d75f81fa2ca66ead69f59731cba51862705ce83573448ff172b89dd0b64ae7129d70b8dce9a0a268cb22ca0
7
+ data.tar.gz: ea2989aa52ac5352535bd388629848523acd72c33c0a28c47ba8e7ce1c5450dd56956c69105ef9397daf447141042f1a49efce0b9a0c5aa30290e8d3ae05e734
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.571
1
+ 3.0.573
@@ -858,22 +858,25 @@ module TencentCloud
858
858
 
859
859
  # ListOrganizationIdentity请求参数结构体
860
860
  class ListOrganizationIdentityRequest < TencentCloud::Common::AbstractModel
861
- # @param Offset: 偏移量。
861
+ # @param Offset: 偏移量。取值是limit的整数倍。默认值 : 0。
862
862
  # @type Offset: Integer
863
- # @param Limit: 限制数目。最大50
863
+ # @param Limit: 限制数目。取值范围:1~50。默认值:10。
864
864
  # @type Limit: Integer
865
865
  # @param SearchKey: 名称搜索关键字。
866
866
  # @type SearchKey: String
867
867
  # @param IdentityId: 身份ID搜索。
868
868
  # @type IdentityId: Integer
869
+ # @param IdentityType: 身份类型。取值范围 1-预设, 2-自定义
870
+ # @type IdentityType: Integer
869
871
 
870
- attr_accessor :Offset, :Limit, :SearchKey, :IdentityId
872
+ attr_accessor :Offset, :Limit, :SearchKey, :IdentityId, :IdentityType
871
873
 
872
- def initialize(offset=nil, limit=nil, searchkey=nil, identityid=nil)
874
+ def initialize(offset=nil, limit=nil, searchkey=nil, identityid=nil, identitytype=nil)
873
875
  @Offset = offset
874
876
  @Limit = limit
875
877
  @SearchKey = searchkey
876
878
  @IdentityId = identityid
879
+ @IdentityType = identitytype
877
880
  end
878
881
 
879
882
  def deserialize(params)
@@ -881,6 +884,7 @@ module TencentCloud
881
884
  @Limit = params['Limit']
882
885
  @SearchKey = params['SearchKey']
883
886
  @IdentityId = params['IdentityId']
887
+ @IdentityType = params['IdentityType']
884
888
  end
885
889
  end
886
890
 
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.571
4
+ version: 3.0.573
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-05-17 00:00:00.000000000 Z
11
+ date: 2023-05-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common