tencentcloud-sdk-cam 1.0.285 → 1.0.286

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6daf05dbb6ccd2b11d9de2e80a6d6a16ee369cad
4
- data.tar.gz: 6a5e663ac80d7900ff775974a6ee6edc15560ee4
3
+ metadata.gz: 1f5d94fdc5f16aab8221e1842366da78c8d30aee
4
+ data.tar.gz: dd797e048c2eefd646a52436c8cb4f74a2455e06
5
5
  SHA512:
6
- metadata.gz: c9c47b7811e12047bd3ba117bb91e7a512b54aded3bf75237fa552a2700960128eb70abddc6992fcbc4c91fed8f69f99aed35747f9bfb6e031900263a951a6e1
7
- data.tar.gz: 972085c94bad8275abbe5ccc89db631f6750f9361eb6f10c9ee56402554f3787e4be51102b1bf5c622bc7c1ab60e8bb9679dcfed28f582acbc2cd446e1534cac
6
+ metadata.gz: 067b9d034fa7ac710014dd7ef64d17bacbea52f3262dd51134d6da483c81f30c569e66e49596f96515d1e3197d213ae90d6365f33e4b6700be18b8e06459f7aa
7
+ data.tar.gz: 472e3a4fcaddc88890cbac7dd45d3e04ce32b1ff911db1c43fec2f7ea3e30ed1a2c594b67dca20132c7fe260adb56b1cdda5f1672367e98edcb1db01ae4cd687
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.285
1
+ 1.0.286
@@ -581,7 +581,7 @@ module TencentCloud
581
581
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
582
582
  end
583
583
 
584
- # 查询安全设置
584
+ # 查询用户安全设置
585
585
 
586
586
  # @param request: Request instance for DescribeSafeAuthFlag.
587
587
  # @type request: :class:`Tencentcloud::cam::V20190116::DescribeSafeAuthFlagRequest`
@@ -1325,15 +1325,18 @@ module TencentCloud
1325
1325
  # @type ActionFlag: :class:`Tencentcloud::Cam.v20190116.models.LoginActionFlag`
1326
1326
  # @param OffsiteFlag: 异地登录保护设置
1327
1327
  # @type OffsiteFlag: :class:`Tencentcloud::Cam.v20190116.models.OffsiteFlag`
1328
+ # @param PromptTrust: 1: 提示7天信任设备 0: 不提示
1329
+ # @type PromptTrust: Integer
1328
1330
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1329
1331
  # @type RequestId: String
1330
1332
 
1331
- attr_accessor :LoginFlag, :ActionFlag, :OffsiteFlag, :RequestId
1333
+ attr_accessor :LoginFlag, :ActionFlag, :OffsiteFlag, :PromptTrust, :RequestId
1332
1334
 
1333
- def initialize(loginflag=nil, actionflag=nil, offsiteflag=nil, requestid=nil)
1335
+ def initialize(loginflag=nil, actionflag=nil, offsiteflag=nil, prompttrust=nil, requestid=nil)
1334
1336
  @LoginFlag = loginflag
1335
1337
  @ActionFlag = actionflag
1336
1338
  @OffsiteFlag = offsiteflag
1339
+ @PromptTrust = prompttrust
1337
1340
  @RequestId = requestid
1338
1341
  end
1339
1342
 
@@ -1350,6 +1353,7 @@ module TencentCloud
1350
1353
  @OffsiteFlag = OffsiteFlag.new
1351
1354
  @OffsiteFlag.deserialize(params['OffsiteFlag'])
1352
1355
  end
1356
+ @PromptTrust = params['PromptTrust']
1353
1357
  @RequestId = params['RequestId']
1354
1358
  end
1355
1359
  end
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: 1.0.285
4
+ version: 1.0.286
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-03-24 00:00:00.000000000 Z
11
+ date: 2022-03-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common