tencentcloud-sdk-organization 3.0.572 → 3.0.574
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20210331/models.rb +8 -4
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e3157433ff8d65a4af8ae2e898a2c3a9f704b3de
|
4
|
+
data.tar.gz: dc07774ab92e91934a2c39f56c350e9098d74eb0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d21994ba64e13beb7aeb4204768c9353a0627630289c8c6075be3545e53c90845654b39f46bacca16d2fab15386fd301bc3282b418f27b33c39d9ca459e8ced4
|
7
|
+
data.tar.gz: 205cd4629d9b3ed2b0232783a4f21fe526f36424f17702617db6277789f5c8bf03c6c9e7560a23896f2397ffd034950a3303feb61b83ecb8a4a248b11d070899
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.574
|
data/lib/v20210331/models.rb
CHANGED
@@ -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:
|
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.
|
4
|
+
version: 3.0.574
|
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-
|
11
|
+
date: 2023-05-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|