tencentcloud-sdk-cam 3.0.1074 → 3.0.1094
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/client.rb +1 -1
- data/lib/v20190116/models.rb +3 -3
- 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: 650b294f1f9e1630496d814696446a47b0a1a034
|
4
|
+
data.tar.gz: 37a8601b5155ff0aab2b2e6fbf82e2447b4aa51e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: afd3f4f63402035231c48811147da18ef0a36e536d1d8e7d9e9549a4fc24db97f43adcd2ed3b7079d039f1a4438b9e648b11dddf60a41f5a8aa3e34b7cb5973c
|
7
|
+
data.tar.gz: 470ef8caa20ac141c4514158516ed92ee7b2fcf3b02bebb959a7358bd355dc7edd56ca333f6c671bfd19f14d660c392cbc2e167a9d3be1a7a41995b4f49abace
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1094
|
data/lib/v20190116/client.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# Copyright (c) 2017-
|
3
|
+
# Copyright (c) 2017-2025 Tencent. All Rights Reserved.
|
4
4
|
#
|
5
5
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
6
6
|
# you may not use this file except in compliance with the License.
|
data/lib/v20190116/models.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# Copyright (c) 2017-
|
3
|
+
# Copyright (c) 2017-2025 Tencent. All Rights Reserved.
|
4
4
|
#
|
5
5
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
6
6
|
# you may not use this file except in compliance with the License.
|
@@ -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, 6
|
2206
|
+
deprecate :Idps=, :none, 2025, 6
|
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
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-cam
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1094
|
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-
|
11
|
+
date: 2025-07-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|