tencentcloud-sdk-cam 3.0.622 → 3.0.623
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/v20190116/models.rb +10 -10
- 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: af11075eee13cff9f55786b5c47fcf78db3fa317
|
|
4
|
+
data.tar.gz: a9adf4dc3ad74ea745f1de9f5a60c26d5a9ec72c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2e1d831bdb18df9f870478ab2415c1618b13c0ac088781adf48fbe4273bc964ecaa32499030cf6581b639af5ed40e200d97863127fea30a9ef5a134a2fe33938
|
|
7
|
+
data.tar.gz: 2caca054701cfe2526735f892a624e5ef48d6a8fd9245ee2e4c923a65ecdd68fabdc48baa463e6ab03b382404236b11e67e82fcfa7db568c61eb91bb1c271056
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.623
|
data/lib/v20190116/models.rb
CHANGED
|
@@ -2876,7 +2876,7 @@ module TencentCloud
|
|
|
2876
2876
|
|
|
2877
2877
|
# ListAttachedGroupPolicies返回参数结构体
|
|
2878
2878
|
class ListAttachedGroupPoliciesResponse < TencentCloud::Common::AbstractModel
|
|
2879
|
-
# @param TotalNum:
|
|
2879
|
+
# @param TotalNum: 策略总数。取值范围大于等于0。
|
|
2880
2880
|
# @type TotalNum: Integer
|
|
2881
2881
|
# @param List: 策略列表
|
|
2882
2882
|
# @type List: Array
|
|
@@ -4921,23 +4921,23 @@ module TencentCloud
|
|
|
4921
4921
|
# UpdateUserOIDCConfig请求参数结构体
|
|
4922
4922
|
class UpdateUserOIDCConfigRequest < TencentCloud::Common::AbstractModel
|
|
4923
4923
|
# @param IdentityUrl: 身份提供商URL。OpenID Connect身份提供商标识。
|
|
4924
|
-
# 对应企业IdP提供的Openid-configuration中"issuer"
|
|
4924
|
+
# 对应企业IdP提供的Openid-configuration中"issuer"字段的值,该URL必须以https开头,符合标准URL格式,不允许带有query参数(以?标识)、fragment片段(以#标识)和登录信息(以@标识)。
|
|
4925
4925
|
# @type IdentityUrl: String
|
|
4926
|
-
# @param IdentityKey:
|
|
4926
|
+
# @param IdentityKey: RSA签名公钥,JWKS格式,需要进行base64_encode。验证OpenID Connect身份提供商ID Token签名的公钥。为了您的账号安全,建议您定期轮换签名公钥。
|
|
4927
4927
|
# @type IdentityKey: String
|
|
4928
|
-
# @param ClientId: 客户端ID,在OpenID Connect身份提供商注册的客户端ID
|
|
4928
|
+
# @param ClientId: 客户端ID,在OpenID Connect身份提供商注册的客户端ID,允许英文字母、数字、特殊字符.-_:/,不能以特殊字符.-_:/开头,单个客户端ID最大64个字符。
|
|
4929
4929
|
# @type ClientId: String
|
|
4930
|
-
# @param AuthorizationEndpoint: 授权请求Endpoint,OpenID Connect身份提供商授权地址。对应企业IdP提供的Openid-configuration中"authorization_endpoint"
|
|
4930
|
+
# @param AuthorizationEndpoint: 授权请求Endpoint,OpenID Connect身份提供商授权地址。对应企业IdP提供的Openid-configuration中"authorization_endpoint"字段的值,该URL必须以https开头,符合标准URL格式,不允许带有query参数(以?标识)、fragment片段(以#标识)和登录信息(以@标识)。
|
|
4931
4931
|
# @type AuthorizationEndpoint: String
|
|
4932
|
-
# @param ResponseType: 授权请求Response type,固定值id_token。
|
|
4932
|
+
# @param ResponseType: 授权请求Response type,有code,id_token,固定值id_token。
|
|
4933
4933
|
# @type ResponseType: String
|
|
4934
|
-
# @param ResponseMode: 授权请求Response mode
|
|
4934
|
+
# @param ResponseMode: 授权请求Response mode。授权请求返回模式,有form_post和fragment两种可选模式,推荐选择form_post模式。
|
|
4935
4935
|
# @type ResponseMode: String
|
|
4936
|
-
# @param MappingFiled: 映射字段名称。IdP的id_token中哪一个字段映射到子用户的用户名,通常是sub或者name
|
|
4936
|
+
# @param MappingFiled: 映射字段名称。IdP的id_token中哪一个字段映射到子用户的用户名,通常是sub或者name字段,仅支持英文字母、数宇、汉字、符号@、&_[]-的组合,1-255个中文或英文字符
|
|
4937
4937
|
# @type MappingFiled: String
|
|
4938
|
-
# @param Scope: 授权请求Scope
|
|
4938
|
+
# @param Scope: 授权请求Scope。有openid; email;profile三种。代表授权请求信息范围openid表示请求访问用户的身份信息,email表示请求访问用户的电子邮件地址,profile表示请求访问用户的基本信息。默认必选openid。
|
|
4939
4939
|
# @type Scope: Array
|
|
4940
|
-
# @param Description:
|
|
4940
|
+
# @param Description: 描述,长度为1~255个英文或中文字符,默认值为空。
|
|
4941
4941
|
# @type Description: String
|
|
4942
4942
|
|
|
4943
4943
|
attr_accessor :IdentityUrl, :IdentityKey, :ClientId, :AuthorizationEndpoint, :ResponseType, :ResponseMode, :MappingFiled, :Scope, :Description
|
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.
|
|
4
|
+
version: 3.0.623
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-07-
|
|
11
|
+
date: 2023-07-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|