tencentcloud-sdk-organization 3.0.1153 → 3.0.1159
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 +10 -6
- 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: fede9d32c07e7c02c569c8e6573970fb1694bfa9
|
4
|
+
data.tar.gz: 96bb4c8902beb2f78706b11d6dac0a8f8f18dd22
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5d0f71824fff9e12939def564b035031351ef0aba1c8774229dcaf05f3bd16a376f113a4e79afc4644350436ced1f261d97c4c14b65ab6a1bb468e2008e06cbe
|
7
|
+
data.tar.gz: 07cf7e15231dca95d09b80a1d0c48301c2facca35742c77f15440c8ce988caa781da75843f8e04de4f99bbcb67bf75f63f113d73b1a8c30206644e5c16c1b1e0
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1159
|
data/lib/v20210331/models.rb
CHANGED
@@ -6732,8 +6732,8 @@ module TencentCloud
|
|
6732
6732
|
|
6733
6733
|
attr_accessor :ProductResourceId, :ResourceGrantLast
|
6734
6734
|
extend Gem::Deprecate
|
6735
|
-
deprecate :ResourceGrantLast, :none, 2025,
|
6736
|
-
deprecate :ResourceGrantLast=, :none, 2025,
|
6735
|
+
deprecate :ResourceGrantLast, :none, 2025, 10
|
6736
|
+
deprecate :ResourceGrantLast=, :none, 2025, 10
|
6737
6737
|
|
6738
6738
|
def initialize(productresourceid=nil, resourcegrantlast=nil)
|
6739
6739
|
@ProductResourceId = productresourceid
|
@@ -7500,16 +7500,20 @@ module TencentCloud
|
|
7500
7500
|
|
7501
7501
|
# SetExternalSAMLIdentityProvider返回参数结构体
|
7502
7502
|
class SetExternalSAMLIdentityProviderResponse < TencentCloud::Common::AbstractModel
|
7503
|
+
# @param CertificateIds: 证书ID。
|
7504
|
+
# @type CertificateIds: Array
|
7503
7505
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
7504
7506
|
# @type RequestId: String
|
7505
7507
|
|
7506
|
-
attr_accessor :RequestId
|
7508
|
+
attr_accessor :CertificateIds, :RequestId
|
7507
7509
|
|
7508
|
-
def initialize(requestid=nil)
|
7510
|
+
def initialize(certificateids=nil, requestid=nil)
|
7511
|
+
@CertificateIds = certificateids
|
7509
7512
|
@RequestId = requestid
|
7510
7513
|
end
|
7511
7514
|
|
7512
7515
|
def deserialize(params)
|
7516
|
+
@CertificateIds = params['CertificateIds']
|
7513
7517
|
@RequestId = params['RequestId']
|
7514
7518
|
end
|
7515
7519
|
end
|
@@ -7563,8 +7567,8 @@ module TencentCloud
|
|
7563
7567
|
|
7564
7568
|
attr_accessor :ResourceId, :ProductResourceId
|
7565
7569
|
extend Gem::Deprecate
|
7566
|
-
deprecate :ResourceId, :none, 2025,
|
7567
|
-
deprecate :ResourceId=, :none, 2025,
|
7570
|
+
deprecate :ResourceId, :none, 2025, 10
|
7571
|
+
deprecate :ResourceId=, :none, 2025, 10
|
7568
7572
|
|
7569
7573
|
def initialize(resourceid=nil, productresourceid=nil)
|
7570
7574
|
@ResourceId = resourceid
|
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.1159
|
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-
|
11
|
+
date: 2025-10-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|