tencentcloud-sdk-organization 3.0.453 → 3.0.454
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/client.rb +2 -2
- 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: a536e2b978061b7bcf92a5a73288bf8d35fa7d44
|
|
4
|
+
data.tar.gz: d6cca3ad73f2eacdbfb011543cdf38f55f28e00c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3346320ce6d1c30581a09bc4c5e32f74e85c54aacd817211036e83cfb6f5f78cab70afbb78146511a6f32a19eb5a5641a015dda886df248714800ea7dc95a37a
|
|
7
|
+
data.tar.gz: 10f397037162731aab1e1e9ac23a77ae2ad5a706deb656e7f9d191d3df0b2f57a98ecb52dd6ba8604b50bbf12352f1683c9103aca971ae822de7699a78005bd3
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.454
|
data/lib/v20210331/client.rb
CHANGED
|
@@ -77,7 +77,7 @@ module TencentCloud
|
|
|
77
77
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
|
78
78
|
end
|
|
79
79
|
|
|
80
|
-
#
|
|
80
|
+
# 取消组织成员和组织管理员子账号的授权关系
|
|
81
81
|
|
|
82
82
|
# @param request: Request instance for CancelOrganizationMemberAuthAccount.
|
|
83
83
|
# @type request: :class:`Tencentcloud::organization::V20210331::CancelOrganizationMemberAuthAccountRequest`
|
|
@@ -245,7 +245,7 @@ module TencentCloud
|
|
|
245
245
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
|
246
246
|
end
|
|
247
247
|
|
|
248
|
-
#
|
|
248
|
+
# 获取组织成员被绑定授权关系的子账号列表
|
|
249
249
|
|
|
250
250
|
# @param request: Request instance for DescribeOrganizationMemberAuthAccounts.
|
|
251
251
|
# @type request: :class:`Tencentcloud::organization::V20210331::DescribeOrganizationMemberAuthAccountsRequest`
|
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.454
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-11-
|
|
11
|
+
date: 2022-11-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|