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.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20180606/models.rb +14 -8
- 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: 242be266a39df91b62348af0c2d0828bac1e58d6
|
4
|
+
data.tar.gz: d475769a9a45a0ed1798239cd739c5fd08c8ff84
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 157af097d6a793e5d7c0360d5b53e1da4efaf9dc8b280ddec3cd35eadd64381248a12b528fed85bbf6141c583a76acd68e2eb989e454af4920f11ea67c562779
|
7
|
+
data.tar.gz: 9b5a658872222600ca854b20240e563cb9063fb94a5f2880e6c6beffa5de44b84ef6ee4295ffd5b08cc46213f3585217070cf4f9f386d1ea89131ecdc62869e7
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.203
|
data/lib/v20180606/models.rb
CHANGED
@@ -9975,8 +9975,8 @@ module TencentCloud
|
|
9975
9975
|
end
|
9976
9976
|
|
9977
9977
|
# 远程鉴权规则配置,可以包含多种规则配置。
|
9978
|
-
#
|
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:
|
10017
|
+
# @param Server: 远程鉴权Server。
|
10018
|
+
# 默认值:和上层配置的"Server"一致;
|
10018
10019
|
# @type Server: String
|
10019
|
-
# @param AuthMethod: 请求远程鉴权服务器的http方法;取值范围[get,post,head,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
|
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.
|
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-
|
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
|