tencentcloud-sdk-cam 3.0.1062 → 3.0.1063
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/v20190116/models.rb +2 -2
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4ca84b20cda8ce05cf242760361d191b7762a353
|
4
|
+
data.tar.gz: 43a3e1315bbc157e3a770943325579e9f8a0a0a6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 97a781ae02ce538d5da9009985408b512ef1787af114d8b98dfffdd91c7d6b9f2b2bfba250c9aa0ba0da48265a58e1490eb4bb1590b58bbcc4e636e7b1910d11
|
7
|
+
data.tar.gz: 2c83edcac050e72202cab39c3049d8412408108f59d49c5058bd8203444712c3900c89d62b47e6ca13fc4275f4fb500e329a47ada537fd26d0068917a1bc2bbe
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1063
|
data/lib/v20190116/models.rb
CHANGED
@@ -2202,8 +2202,8 @@ module TencentCloud
|
|
2202
2202
|
|
2203
2203
|
attr_accessor :Policies, :Roles, :Idps, :User, :Group, :Member, :IdentityProviders, :RequestId
|
2204
2204
|
extend Gem::Deprecate
|
2205
|
-
deprecate :Idps, :none, 2025,
|
2206
|
-
deprecate :Idps=, :none, 2025,
|
2205
|
+
deprecate :Idps, :none, 2025, 5
|
2206
|
+
deprecate :Idps=, :none, 2025, 5
|
2207
2207
|
|
2208
2208
|
def initialize(policies=nil, roles=nil, idps=nil, user=nil, group=nil, member=nil, identityproviders=nil, requestid=nil)
|
2209
2209
|
@Policies = policies
|