tencentcloud-sdk-sts 3.0.590 → 3.0.591
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20180813/models.rb +15 -15
- 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: 0c6380135e421977b9091a2792361fbd32c1fef1
|
4
|
+
data.tar.gz: 00466b920c611cc895da0a13e5ca9b3920081b31
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 09195a51d84550ea790982d996af5e0f97dba26336b66a0c1cc1ce4ec5fd3e27c97527f8cbb667040072b351f64033f5aefd446bc2f4d69771ad2d06d73d0795
|
7
|
+
data.tar.gz: e5fa24bf85146cdbc8675e46f0e593e75fd0a2f97ea12f13bac1b02fa9f4ba13b4d110571e515d609abc29d6958047bc43d5ef07e6fadb543d95f764d0c39d0a
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.591
|
data/lib/v20180813/models.rb
CHANGED
@@ -27,7 +27,7 @@ module TencentCloud
|
|
27
27
|
# @type Status: Integer
|
28
28
|
|
29
29
|
attr_accessor :SecretId, :CreateTime, :Status
|
30
|
-
|
30
|
+
|
31
31
|
def initialize(secretid=nil, createtime=nil, status=nil)
|
32
32
|
@SecretId = secretid
|
33
33
|
@CreateTime = createtime
|
@@ -69,7 +69,7 @@ module TencentCloud
|
|
69
69
|
# @type SourceIdentity: String
|
70
70
|
|
71
71
|
attr_accessor :RoleArn, :RoleSessionName, :DurationSeconds, :Policy, :ExternalId, :Tags, :SourceIdentity
|
72
|
-
|
72
|
+
|
73
73
|
def initialize(rolearn=nil, rolesessionname=nil, durationseconds=nil, policy=nil, externalid=nil, tags=nil, sourceidentity=nil)
|
74
74
|
@RoleArn = rolearn
|
75
75
|
@RoleSessionName = rolesessionname
|
@@ -110,7 +110,7 @@ module TencentCloud
|
|
110
110
|
# @type RequestId: String
|
111
111
|
|
112
112
|
attr_accessor :Credentials, :ExpiredTime, :Expiration, :RequestId
|
113
|
-
|
113
|
+
|
114
114
|
def initialize(credentials=nil, expiredtime=nil, expiration=nil, requestid=nil)
|
115
115
|
@Credentials = credentials
|
116
116
|
@ExpiredTime = expiredtime
|
@@ -143,7 +143,7 @@ module TencentCloud
|
|
143
143
|
# @type DurationSeconds: Integer
|
144
144
|
|
145
145
|
attr_accessor :SAMLAssertion, :PrincipalArn, :RoleArn, :RoleSessionName, :DurationSeconds
|
146
|
-
|
146
|
+
|
147
147
|
def initialize(samlassertion=nil, principalarn=nil, rolearn=nil, rolesessionname=nil, durationseconds=nil)
|
148
148
|
@SAMLAssertion = samlassertion
|
149
149
|
@PrincipalArn = principalarn
|
@@ -173,7 +173,7 @@ module TencentCloud
|
|
173
173
|
# @type RequestId: String
|
174
174
|
|
175
175
|
attr_accessor :Credentials, :ExpiredTime, :Expiration, :RequestId
|
176
|
-
|
176
|
+
|
177
177
|
def initialize(credentials=nil, expiredtime=nil, expiration=nil, requestid=nil)
|
178
178
|
@Credentials = credentials
|
179
179
|
@ExpiredTime = expiredtime
|
@@ -206,7 +206,7 @@ module TencentCloud
|
|
206
206
|
# @type DurationSeconds: Integer
|
207
207
|
|
208
208
|
attr_accessor :ProviderId, :WebIdentityToken, :RoleArn, :RoleSessionName, :DurationSeconds
|
209
|
-
|
209
|
+
|
210
210
|
def initialize(providerid=nil, webidentitytoken=nil, rolearn=nil, rolesessionname=nil, durationseconds=nil)
|
211
211
|
@ProviderId = providerid
|
212
212
|
@WebIdentityToken = webidentitytoken
|
@@ -236,7 +236,7 @@ module TencentCloud
|
|
236
236
|
# @type RequestId: String
|
237
237
|
|
238
238
|
attr_accessor :ExpiredTime, :Expiration, :Credentials, :RequestId
|
239
|
-
|
239
|
+
|
240
240
|
def initialize(expiredtime=nil, expiration=nil, credentials=nil, requestid=nil)
|
241
241
|
@ExpiredTime = expiredtime
|
242
242
|
@Expiration = expiration
|
@@ -265,7 +265,7 @@ module TencentCloud
|
|
265
265
|
# @type TmpSecretKey: String
|
266
266
|
|
267
267
|
attr_accessor :Token, :TmpSecretId, :TmpSecretKey
|
268
|
-
|
268
|
+
|
269
269
|
def initialize(token=nil, tmpsecretid=nil, tmpsecretkey=nil)
|
270
270
|
@Token = token
|
271
271
|
@TmpSecretId = tmpsecretid
|
@@ -282,7 +282,7 @@ module TencentCloud
|
|
282
282
|
# GetCallerIdentity请求参数结构体
|
283
283
|
class GetCallerIdentityRequest < TencentCloud::Common::AbstractModel
|
284
284
|
|
285
|
-
|
285
|
+
|
286
286
|
def initialize()
|
287
287
|
end
|
288
288
|
|
@@ -311,7 +311,7 @@ module TencentCloud
|
|
311
311
|
# @type RequestId: String
|
312
312
|
|
313
313
|
attr_accessor :Arn, :AccountId, :UserId, :PrincipalId, :Type, :RequestId
|
314
|
-
|
314
|
+
|
315
315
|
def initialize(arn=nil, accountid=nil, userid=nil, principalid=nil, type=nil, requestid=nil)
|
316
316
|
@Arn = arn
|
317
317
|
@AccountId = accountid
|
@@ -345,7 +345,7 @@ module TencentCloud
|
|
345
345
|
# @type DurationSeconds: Integer
|
346
346
|
|
347
347
|
attr_accessor :Name, :Policy, :DurationSeconds
|
348
|
-
|
348
|
+
|
349
349
|
def initialize(name=nil, policy=nil, durationseconds=nil)
|
350
350
|
@Name = name
|
351
351
|
@Policy = policy
|
@@ -372,7 +372,7 @@ module TencentCloud
|
|
372
372
|
# @type RequestId: String
|
373
373
|
|
374
374
|
attr_accessor :Credentials, :ExpiredTime, :Expiration, :RequestId
|
375
|
-
|
375
|
+
|
376
376
|
def initialize(credentials=nil, expiredtime=nil, expiration=nil, requestid=nil)
|
377
377
|
@Credentials = credentials
|
378
378
|
@ExpiredTime = expiredtime
|
@@ -397,7 +397,7 @@ module TencentCloud
|
|
397
397
|
# @type TargetUin: Integer
|
398
398
|
|
399
399
|
attr_accessor :TargetUin
|
400
|
-
|
400
|
+
|
401
401
|
def initialize(targetuin=nil)
|
402
402
|
@TargetUin = targetuin
|
403
403
|
end
|
@@ -415,7 +415,7 @@ module TencentCloud
|
|
415
415
|
# @type RequestId: String
|
416
416
|
|
417
417
|
attr_accessor :IdKeys, :RequestId
|
418
|
-
|
418
|
+
|
419
419
|
def initialize(idkeys=nil, requestid=nil)
|
420
420
|
@IdKeys = idkeys
|
421
421
|
@RequestId = requestid
|
@@ -442,7 +442,7 @@ module TencentCloud
|
|
442
442
|
# @type Value: String
|
443
443
|
|
444
444
|
attr_accessor :Key, :Value
|
445
|
-
|
445
|
+
|
446
446
|
def initialize(key=nil, value=nil)
|
447
447
|
@Key = key
|
448
448
|
@Value = value
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-sts
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.591
|
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-06-
|
11
|
+
date: 2023-06-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|