tencentcloud-sdk-organization 3.0.572 → 3.0.573
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.
- 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: 0b7d03699d7392f127c85706401c29717dc06811
|
|
4
|
+
data.tar.gz: 889f969b0b17326f8d2f182dc916bc3ed639fb33
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 51e2696a06ab38bf3c81de43a2c7a0accda0af236d75f81fa2ca66ead69f59731cba51862705ce83573448ff172b89dd0b64ae7129d70b8dce9a0a268cb22ca0
|
|
7
|
+
data.tar.gz: ea2989aa52ac5352535bd388629848523acd72c33c0a28c47ba8e7ce1c5450dd56956c69105ef9397daf447141042f1a49efce0b9a0c5aa30290e8d3ae05e734
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.573
|
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.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-
|
|
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
|