Class: TencentCloud::Cdn::V20180606::OriginAuthenticationTypeA

Inherits:
TencentCloud::Common::AbstractModel
  • Object
show all
Defined in:
lib/v20180606/models.rb

Overview

回源鉴权高级配置TypeA

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(secretkey = nil) ⇒ OriginAuthenticationTypeA

Returns a new instance of OriginAuthenticationTypeA.



7645
7646
7647
# File 'lib/v20180606/models.rb', line 7645

def initialize(secretkey=nil)
  @SecretKey = secretkey
end

Instance Attribute Details

#SecretKeyObject

注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • SecretKey:

    用于计算签名的密钥,只允许字母和数字,长度6-32字节。



7643
7644
7645
# File 'lib/v20180606/models.rb', line 7643

def SecretKey
  @SecretKey
end

Instance Method Details

#deserialize(params) ⇒ Object



7649
7650
7651
# File 'lib/v20180606/models.rb', line 7649

def deserialize(params)
  @SecretKey = params['SecretKey']
end