tencentcloud-sdk-cdn 1.0.201 → 1.0.205
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 +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: 9b369000c5214347c3493227e0d6209d0ca559c5
|
|
4
|
+
data.tar.gz: d73edfc6fe7459fda1848d8a13a1ef3b54d22217
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 96cf0d10b40710672c145a06b455c7c76088a4e8d6d737b65b8b4cc1039f6efac6f716bf6553dfa92eb331ba047141e896b982e24961f5480e48f885bfa3c9c8
|
|
7
|
+
data.tar.gz: e85c19a737737ee81661bff5e5893f64a566e62baf653119ee19f903c6b3af8e3b9c1510127fccbc0837ec6de06bbea0cd56fa25d338f83c6017d68bee29c448
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.205
|
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.205
|
|
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-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|