tencentcloud-sdk-cdn 1.0.200 → 1.0.204

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20180606/models.rb +14 -8
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 66e02e58d9051219c315d097159028dc6e610287
4
- data.tar.gz: 7d2664bfa36a49a3aaabd30a1f3de84826612378
3
+ metadata.gz: 7fef09ea5e5c6139519ef37865d6585ba4ab8b08
4
+ data.tar.gz: f0a8fdfae035ed6bded31df506efaffbe809de23
5
5
  SHA512:
6
- metadata.gz: 0572b0f55b18c9d27eab5f7eb5fd6571fc5e6124eee9e086578d073d1b0bb82ea9f7dbc3c7cee52a7645aa49f30abbf753fb00b17b6478d32fdb7edd1e8b9cc0
7
- data.tar.gz: 5ccffd8e533700b6b9ead9a9d2d497caa7a2b5cdb9d42a2bb20f48041893ae6a6d53aed8b4b3d1d5331204233fe7bcf61f4f164d133d12ec8bc366d0e4cb215c
6
+ metadata.gz: 0e1d019498d40ae5be05823001e85d3763a423cdf5d4c0bd16b7ef22e823e62b6036fc18462ecd83607c8ff6d9241dbb85a26b9ae293b987e8f9fdf2b11730c0
7
+ data.tar.gz: 6b67d063a6e8eebbf52a329cb23e62362783c649cddd9d203e0312f4992ac4b56ff491b47433ba96f016e2f0263c7acca9d596bc37426d93550183b595f9a273
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.200
1
+ 1.0.204
@@ -9975,8 +9975,8 @@ module TencentCloud
9975
9975
  end
9976
9976
 
9977
9977
  # 远程鉴权规则配置,可以包含多种规则配置。
9978
- # RemoteAuthenticationRule 和Server 互斥,配置其中一个。
9979
- # 若只配置Server ,规则参数将采用默认参数;
9978
+ # RemoteAuthenticationRules和Server 互斥,只需要配置其中一个。
9979
+ # 若只配置Server ,RemoteAuthenticationRules中详细规则参数将采用默认参数;默认参数值见各个配置项中说明;
9980
9980
  class RemoteAuthentication < TencentCloud::Common::AbstractModel
9981
9981
  # @param Switch: 远程鉴权开关;
9982
9982
  # on : 开启;
@@ -10014,16 +10014,19 @@ module TencentCloud
10014
10014
 
10015
10015
  # 远程鉴权规则。
10016
10016
  class RemoteAuthenticationRule < TencentCloud::Common::AbstractModel
10017
- # @param Server: 远程鉴权服务http url
10017
+ # @param Server: 远程鉴权Server。
10018
+ # 默认值:和上层配置的"Server"一致;
10018
10019
  # @type Server: String
10019
- # @param AuthMethod: 请求远程鉴权服务器的http方法;取值范围[get,post,head,all]; all 表示不限制请求方法;
10020
- # all: 不指定访问访问方法;
10020
+ # @param AuthMethod: 请求远程鉴权服务器的http方法;取值范围[get,post,head,all];
10021
+ # all: 表示"遵循终端用户请求方法"
10022
+ # 默认值: all
10021
10023
  # @type AuthMethod: String
10022
10024
  # @param RuleType: 规则类型:
10023
10025
  # all:所有文件生效
10024
10026
  # file:指定文件后缀生效
10025
- # directory:指定路径生效
10026
- # path:指定绝对路径生效
10027
+ # directory:指定目录生效
10028
+ # path:指定文件绝对路径生效
10029
+ # 默认值:all
10027
10030
  # @type RuleType: String
10028
10031
  # @param RulePaths: 对应类型下的匹配内容:
10029
10032
  # all 时填充 *
@@ -10031,13 +10034,16 @@ module TencentCloud
10031
10034
  # directory 时填充路径,如 /xxx/test
10032
10035
  # path 时填充绝对路径,如 /xxx/test.html
10033
10036
  # index 时填充 /
10037
+ # 默认值:*
10034
10038
  # @type RulePaths: Array
10035
10039
  # @param AuthTimeout: 请求远程鉴权服务器超时时间,单位毫秒;
10036
10040
  # 取值范围:[1,30 000]
10041
+ # 默认值:20000
10037
10042
  # @type AuthTimeout: Integer
10038
10043
  # @param AuthTimeoutAction: 请求远程鉴权服务器超时后执行拦截或者放行;
10039
10044
  # RETURN_200: 超时后放行;
10040
- # RETURN_403:超时返回403;
10045
+ # RETURN_403:超时拦截;
10046
+ # 默认值:RETURN_200
10041
10047
  # @type AuthTimeoutAction: String
10042
10048
 
10043
10049
  attr_accessor :Server, :AuthMethod, :RuleType, :RulePaths, :AuthTimeout, :AuthTimeoutAction
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-cdn
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.200
4
+ version: 1.0.204
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-11-11 00:00:00.000000000 Z
11
+ date: 2021-11-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common