tencentcloud-sdk-cam 3.0.822 → 3.0.824

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/v20190116/models.rb +32 -32
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d5faaa87993a0a40ccd7fbd8377e454640c159d0
4
- data.tar.gz: 0d5b3c9f10c0a8d2a1c2999612e6cc14f5f88ea9
3
+ metadata.gz: dfed32b0bebae936a65f31e4092e3b02ae25316a
4
+ data.tar.gz: 96aa63467544f12f34463154f0ff7bafc7b838d1
5
5
  SHA512:
6
- metadata.gz: ab4c444d30ac84bbbb2f877e6bd5ef17023d621c8ca7f0a3ad2068182897e276273216ac486906679909655dd8abd6923ac1f7e9bfa4534563fbc78ea75b54c6
7
- data.tar.gz: 89fd0fea9df0776539898efae65822d4720ae52976c79b311dafa8f6566b71d5df1cb182de3542fc754c8fe1d172687609fcc2055a7987e8956502143d8f5849
6
+ metadata.gz: e9b151f855d80fa657be0443ed84c590b26a90fd2765f3148aef2f350f7fd6c8044e135419472227f456d9d5ca11c45a02a30d6a7e0ee0ed037f334f6b3637a0
7
+ data.tar.gz: b2782bd8af48a733f262e418a0a3e37ac74d5ad26c8b55a841a45274970692722cadbc380de804db841ccb5189679b1b38256770963e1930c9b932bc910058d6
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.822
1
+ 3.0.824
@@ -286,13 +286,13 @@ module TencentCloud
286
286
  # @param Remark: 策略备注
287
287
  # 注意:此字段可能返回 null,表示取不到有效值。
288
288
  # @type Remark: String
289
- # @param OperateOwnerUin: 策略关联操作者主帐号
289
+ # @param OperateOwnerUin: 策略关联操作者主账号
290
290
  # 注意:此字段可能返回 null,表示取不到有效值。
291
291
  # @type OperateOwnerUin: String
292
- # @param OperateUin: 策略关联操作者ID,如果UinType为0表示子帐号Uin,如果UinType为1表示角色ID
292
+ # @param OperateUin: 策略关联操作者ID,如果UinType为0表示子账号Uin,如果UinType为1表示角色ID
293
293
  # 注意:此字段可能返回 null,表示取不到有效值。
294
294
  # @type OperateUin: String
295
- # @param OperateUinType: UinType为0表示OperateUin字段是子帐号Uin,如果UinType为1表示OperateUin字段是角色ID
295
+ # @param OperateUinType: UinType为0表示OperateUin字段是子账号Uin,如果UinType为1表示OperateUin字段是角色ID
296
296
  # 注意:此字段可能返回 null,表示取不到有效值。
297
297
  # @type OperateUinType: Integer
298
298
  # @param Deactived: 是否已下线
@@ -703,30 +703,30 @@ module TencentCloud
703
703
  class CreateOIDCConfigRequest < TencentCloud::Common::AbstractModel
704
704
  # @param IdentityUrl: 身份提供商URL
705
705
  # @type IdentityUrl: String
706
- # @param IdentityKey: 签名公钥,需要base64
707
- # @type IdentityKey: String
708
706
  # @param ClientId: 客户端ID
709
707
  # @type ClientId: Array
710
708
  # @param Name: 名称
711
709
  # @type Name: String
710
+ # @param IdentityKey: 签名公钥,需要base64
711
+ # @type IdentityKey: String
712
712
  # @param Description: 描述
713
713
  # @type Description: String
714
714
 
715
- attr_accessor :IdentityUrl, :IdentityKey, :ClientId, :Name, :Description
715
+ attr_accessor :IdentityUrl, :ClientId, :Name, :IdentityKey, :Description
716
716
 
717
- def initialize(identityurl=nil, identitykey=nil, clientid=nil, name=nil, description=nil)
717
+ def initialize(identityurl=nil, clientid=nil, name=nil, identitykey=nil, description=nil)
718
718
  @IdentityUrl = identityurl
719
- @IdentityKey = identitykey
720
719
  @ClientId = clientid
721
720
  @Name = name
721
+ @IdentityKey = identitykey
722
722
  @Description = description
723
723
  end
724
724
 
725
725
  def deserialize(params)
726
726
  @IdentityUrl = params['IdentityUrl']
727
- @IdentityKey = params['IdentityKey']
728
727
  @ClientId = params['ClientId']
729
728
  @Name = params['Name']
729
+ @IdentityKey = params['IdentityKey']
730
730
  @Description = params['Description']
731
731
  end
732
732
  end
@@ -1005,8 +1005,6 @@ module TencentCloud
1005
1005
  # @param IdentityUrl: 身份提供商URL。OpenID Connect身份提供商标识。
1006
1006
  # 对应企业IdP提供的Openid-configuration中"issuer"字段的值。
1007
1007
  # @type IdentityUrl: String
1008
- # @param IdentityKey: 签名公钥,需要base64_encode。验证OpenID Connect身份提供商ID Token签名的公钥。为了您的帐号安全,建议您定期轮换签名公钥。
1009
- # @type IdentityKey: String
1010
1008
  # @param ClientId: 客户端ID,在OpenID Connect身份提供商注册的客户端ID。
1011
1009
  # @type ClientId: String
1012
1010
  # @param AuthorizationEndpoint: 授权请求Endpoint,OpenID Connect身份提供商授权地址。对应企业IdP提供的Openid-configuration中"authorization_endpoint"字段的值。
@@ -1017,33 +1015,35 @@ module TencentCloud
1017
1015
  # @type ResponseMode: String
1018
1016
  # @param MappingFiled: 映射字段名称。IdP的id_token中哪一个字段映射到子用户的用户名,通常是sub或者name字段
1019
1017
  # @type MappingFiled: String
1018
+ # @param IdentityKey: 签名公钥,需要base64_encode。验证OpenID Connect身份提供商ID Token签名的公钥。为了您的账号安全,建议您定期轮换签名公钥。
1019
+ # @type IdentityKey: String
1020
1020
  # @param Scope: 授权请求Scope。openid; email;profile。授权请求信息范围。默认必选openid。
1021
1021
  # @type Scope: Array
1022
1022
  # @param Description: 描述
1023
1023
  # @type Description: String
1024
1024
 
1025
- attr_accessor :IdentityUrl, :IdentityKey, :ClientId, :AuthorizationEndpoint, :ResponseType, :ResponseMode, :MappingFiled, :Scope, :Description
1025
+ attr_accessor :IdentityUrl, :ClientId, :AuthorizationEndpoint, :ResponseType, :ResponseMode, :MappingFiled, :IdentityKey, :Scope, :Description
1026
1026
 
1027
- def initialize(identityurl=nil, identitykey=nil, clientid=nil, authorizationendpoint=nil, responsetype=nil, responsemode=nil, mappingfiled=nil, scope=nil, description=nil)
1027
+ def initialize(identityurl=nil, clientid=nil, authorizationendpoint=nil, responsetype=nil, responsemode=nil, mappingfiled=nil, identitykey=nil, scope=nil, description=nil)
1028
1028
  @IdentityUrl = identityurl
1029
- @IdentityKey = identitykey
1030
1029
  @ClientId = clientid
1031
1030
  @AuthorizationEndpoint = authorizationendpoint
1032
1031
  @ResponseType = responsetype
1033
1032
  @ResponseMode = responsemode
1034
1033
  @MappingFiled = mappingfiled
1034
+ @IdentityKey = identitykey
1035
1035
  @Scope = scope
1036
1036
  @Description = description
1037
1037
  end
1038
1038
 
1039
1039
  def deserialize(params)
1040
1040
  @IdentityUrl = params['IdentityUrl']
1041
- @IdentityKey = params['IdentityKey']
1042
1041
  @ClientId = params['ClientId']
1043
1042
  @AuthorizationEndpoint = params['AuthorizationEndpoint']
1044
1043
  @ResponseType = params['ResponseType']
1045
1044
  @ResponseMode = params['ResponseMode']
1046
1045
  @MappingFiled = params['MappingFiled']
1046
+ @IdentityKey = params['IdentityKey']
1047
1047
  @Scope = params['Scope']
1048
1048
  @Description = params['Description']
1049
1049
  end
@@ -2130,7 +2130,7 @@ module TencentCloud
2130
2130
 
2131
2131
  # GetCustomMFATokenInfo返回参数结构体
2132
2132
  class GetCustomMFATokenInfoResponse < TencentCloud::Common::AbstractModel
2133
- # @param Uin: 自定义多因子验证Token对应的帐号Id
2133
+ # @param Uin: 自定义多因子验证Token对应的账号Id
2134
2134
  # @type Uin: Integer
2135
2135
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2136
2136
  # @type RequestId: String
@@ -3920,11 +3920,11 @@ module TencentCloud
3920
3920
 
3921
3921
  # 登录和敏感操作flag
3922
3922
  class LoginActionMfaFlag < TencentCloud::Common::AbstractModel
3923
- # @param Phone: 是否设置手机号为登陆和敏感操作安全校验方式, 1: 设置,0: 不设置
3923
+ # @param Phone: 是否设置手机号为登录和敏感操作安全校验方式, 1: 设置,0: 不设置
3924
3924
  # @type Phone: Integer
3925
- # @param Stoken: 是否设置软token为登陆和敏感操作安全校验方式, 1: 设置,0: 不设置
3925
+ # @param Stoken: 是否设置软token为登录和敏感操作安全校验方式, 1: 设置,0: 不设置
3926
3926
  # @type Stoken: Integer
3927
- # @param Wechat: 是否设置微信为登陆和敏感操作安全校验方式, 1: 设置,0: 不设置
3927
+ # @param Wechat: 是否设置微信为登录和敏感操作安全校验方式, 1: 设置,0: 不设置
3928
3928
  # @type Wechat: Integer
3929
3929
 
3930
3930
  attr_accessor :Phone, :Stoken, :Wechat
@@ -4764,30 +4764,30 @@ module TencentCloud
4764
4764
  class UpdateOIDCConfigRequest < TencentCloud::Common::AbstractModel
4765
4765
  # @param IdentityUrl: 身份提供商URL
4766
4766
  # @type IdentityUrl: String
4767
- # @param IdentityKey: 签名公钥,需要base64
4768
- # @type IdentityKey: String
4769
4767
  # @param ClientId: 客户端ID
4770
4768
  # @type ClientId: Array
4771
4769
  # @param Name: 名称
4772
4770
  # @type Name: String
4771
+ # @param IdentityKey: 签名公钥,需要base64
4772
+ # @type IdentityKey: String
4773
4773
  # @param Description: 描述
4774
4774
  # @type Description: String
4775
4775
 
4776
- attr_accessor :IdentityUrl, :IdentityKey, :ClientId, :Name, :Description
4776
+ attr_accessor :IdentityUrl, :ClientId, :Name, :IdentityKey, :Description
4777
4777
 
4778
- def initialize(identityurl=nil, identitykey=nil, clientid=nil, name=nil, description=nil)
4778
+ def initialize(identityurl=nil, clientid=nil, name=nil, identitykey=nil, description=nil)
4779
4779
  @IdentityUrl = identityurl
4780
- @IdentityKey = identitykey
4781
4780
  @ClientId = clientid
4782
4781
  @Name = name
4782
+ @IdentityKey = identitykey
4783
4783
  @Description = description
4784
4784
  end
4785
4785
 
4786
4786
  def deserialize(params)
4787
4787
  @IdentityUrl = params['IdentityUrl']
4788
- @IdentityKey = params['IdentityKey']
4789
4788
  @ClientId = params['ClientId']
4790
4789
  @Name = params['Name']
4790
+ @IdentityKey = params['IdentityKey']
4791
4791
  @Description = params['Description']
4792
4792
  end
4793
4793
  end
@@ -4986,8 +4986,6 @@ module TencentCloud
4986
4986
  # @param IdentityUrl: 身份提供商URL。OpenID Connect身份提供商标识。
4987
4987
  # 对应企业IdP提供的Openid-configuration中"issuer"字段的值,该URL必须以https开头,符合标准URL格式,不允许带有query参数(以?标识)、fragment片段(以#标识)和登录信息(以@标识)。
4988
4988
  # @type IdentityUrl: String
4989
- # @param IdentityKey: RSA签名公钥,JWKS格式,需要进行base64_encode。验证OpenID Connect身份提供商ID Token签名的公钥。为了您的账号安全,建议您定期轮换签名公钥。
4990
- # @type IdentityKey: String
4991
4989
  # @param ClientId: 客户端ID,在OpenID Connect身份提供商注册的客户端ID,允许英文字母、数字、特殊字符.-_:/,不能以特殊字符.-_:/开头,单个客户端ID最大64个字符。
4992
4990
  # @type ClientId: String
4993
4991
  # @param AuthorizationEndpoint: 授权请求Endpoint,OpenID Connect身份提供商授权地址。对应企业IdP提供的Openid-configuration中"authorization_endpoint"字段的值,该URL必须以https开头,符合标准URL格式,不允许带有query参数(以?标识)、fragment片段(以#标识)和登录信息(以@标识)。
@@ -4996,35 +4994,37 @@ module TencentCloud
4996
4994
  # @type ResponseType: String
4997
4995
  # @param ResponseMode: 授权请求Response mode。授权请求返回模式,有form_post和fragment两种可选模式,推荐选择form_post模式。
4998
4996
  # @type ResponseMode: String
4999
- # @param MappingFiled: 映射字段名称。IdP的id_token中哪一个字段映射到子用户的用户名,通常是sub或者name字段,仅支持英文字母、数宇、汉字、符号@、&_[]-的组合,1-255个中文或英文字符
4997
+ # @param MappingFiled: 映射字段名称。IdP的id_token中哪一个字段映射到子用户的用户名,通常是sub或者name字段,仅支持英文字母、数字、汉字、符号@、&_[]-的组合,1-255个中文或英文字符
5000
4998
  # @type MappingFiled: String
4999
+ # @param IdentityKey: RSA签名公钥,JWKS格式,需要进行base64_encode。验证OpenID Connect身份提供商ID Token签名的公钥。为了您的账号安全,建议您定期轮换签名公钥。
5000
+ # @type IdentityKey: String
5001
5001
  # @param Scope: 授权请求Scope。有openid; email;profile三种。代表授权请求信息范围openid表示请求访问用户的身份信息,email表示请求访问用户的电子邮件地址,profile表示请求访问用户的基本信息。默认必选openid。
5002
5002
  # @type Scope: Array
5003
5003
  # @param Description: 描述,长度为1~255个英文或中文字符,默认值为空。
5004
5004
  # @type Description: String
5005
5005
 
5006
- attr_accessor :IdentityUrl, :IdentityKey, :ClientId, :AuthorizationEndpoint, :ResponseType, :ResponseMode, :MappingFiled, :Scope, :Description
5006
+ attr_accessor :IdentityUrl, :ClientId, :AuthorizationEndpoint, :ResponseType, :ResponseMode, :MappingFiled, :IdentityKey, :Scope, :Description
5007
5007
 
5008
- def initialize(identityurl=nil, identitykey=nil, clientid=nil, authorizationendpoint=nil, responsetype=nil, responsemode=nil, mappingfiled=nil, scope=nil, description=nil)
5008
+ def initialize(identityurl=nil, clientid=nil, authorizationendpoint=nil, responsetype=nil, responsemode=nil, mappingfiled=nil, identitykey=nil, scope=nil, description=nil)
5009
5009
  @IdentityUrl = identityurl
5010
- @IdentityKey = identitykey
5011
5010
  @ClientId = clientid
5012
5011
  @AuthorizationEndpoint = authorizationendpoint
5013
5012
  @ResponseType = responsetype
5014
5013
  @ResponseMode = responsemode
5015
5014
  @MappingFiled = mappingfiled
5015
+ @IdentityKey = identitykey
5016
5016
  @Scope = scope
5017
5017
  @Description = description
5018
5018
  end
5019
5019
 
5020
5020
  def deserialize(params)
5021
5021
  @IdentityUrl = params['IdentityUrl']
5022
- @IdentityKey = params['IdentityKey']
5023
5022
  @ClientId = params['ClientId']
5024
5023
  @AuthorizationEndpoint = params['AuthorizationEndpoint']
5025
5024
  @ResponseType = params['ResponseType']
5026
5025
  @ResponseMode = params['ResponseMode']
5027
5026
  @MappingFiled = params['MappingFiled']
5027
+ @IdentityKey = params['IdentityKey']
5028
5028
  @Scope = params['Scope']
5029
5029
  @Description = params['Description']
5030
5030
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-cam
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.822
4
+ version: 3.0.824
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-05-15 00:00:00.000000000 Z
11
+ date: 2024-05-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common
@@ -33,8 +33,8 @@ executables: []
33
33
  extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
- - lib/v20190116/client.rb
37
36
  - lib/v20190116/models.rb
37
+ - lib/v20190116/client.rb
38
38
  - lib/tencentcloud-sdk-cam.rb
39
39
  - lib/VERSION
40
40
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby