tencentcloud-sdk-cdn 1.0.202 → 1.0.203

Sign up to get free protection for your applications and to get access to all the features.
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: 5ef13f72cf276960cff8e2afe67b8a173b2f40e6
4
- data.tar.gz: d661117a7e6126229a1e3b01ec2d6346e8538928
3
+ metadata.gz: 242be266a39df91b62348af0c2d0828bac1e58d6
4
+ data.tar.gz: d475769a9a45a0ed1798239cd739c5fd08c8ff84
5
5
  SHA512:
6
- metadata.gz: 9d2cdf4a034264c45426acaa09daca463689cfff863ddcd2837caa28498a8ccd8f3a38beb61f0bafaec14c20d386ee5aac4448042b8504a4d1a7910ee7bebf96
7
- data.tar.gz: 86adf1782354b87289a9cf23b32922192f02323fc10f66ce3fe1e854a67da76f3e373bcca60aae6fc25ebc9b75335cfbc94ce080ef6cd10572bc97c2ed0ac9f9
6
+ metadata.gz: 157af097d6a793e5d7c0360d5b53e1da4efaf9dc8b280ddec3cd35eadd64381248a12b528fed85bbf6141c583a76acd68e2eb989e454af4920f11ea67c562779
7
+ data.tar.gz: 9b5a658872222600ca854b20240e563cb9063fb94a5f2880e6c6beffa5de44b84ef6ee4295ffd5b08cc46213f3585217070cf4f9f386d1ea89131ecdc62869e7
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.202
1
+ 1.0.203
@@ -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.202
4
+ version: 1.0.203
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-15 00:00:00.000000000 Z
11
+ date: 2021-11-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common