tencentcloud-sdk-nodejs-cam 4.1.259 → 4.1.261
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.
package/package.json
CHANGED
|
@@ -402,7 +402,7 @@ export interface GetUserPermissionBoundaryRequest {
|
|
|
402
402
|
*/
|
|
403
403
|
export interface DescribeOIDCConfigRequest {
|
|
404
404
|
/**
|
|
405
|
-
*
|
|
405
|
+
* <p>名称</p>
|
|
406
406
|
*/
|
|
407
407
|
Name: string;
|
|
408
408
|
}
|
|
@@ -555,33 +555,37 @@ export interface CreateSubAccountLoginIpPolicyResponse {
|
|
|
555
555
|
*/
|
|
556
556
|
export interface DescribeOIDCConfigResponse {
|
|
557
557
|
/**
|
|
558
|
-
*
|
|
558
|
+
* <p>身份提供商类型 11角色身份提供商</p>
|
|
559
559
|
*/
|
|
560
560
|
ProviderType?: number;
|
|
561
561
|
/**
|
|
562
|
-
*
|
|
562
|
+
* <p>身份提供商URL</p>
|
|
563
563
|
*/
|
|
564
564
|
IdentityUrl?: string;
|
|
565
565
|
/**
|
|
566
|
-
*
|
|
566
|
+
* <p>签名公钥</p>
|
|
567
567
|
*/
|
|
568
568
|
IdentityKey?: string;
|
|
569
569
|
/**
|
|
570
|
-
*
|
|
570
|
+
* <p>客户端id</p>
|
|
571
571
|
*/
|
|
572
572
|
ClientId?: Array<string>;
|
|
573
573
|
/**
|
|
574
|
-
*
|
|
574
|
+
* <p>状态:0:未设置,11:已开启,2:已禁用</p>
|
|
575
575
|
*/
|
|
576
576
|
Status?: number;
|
|
577
577
|
/**
|
|
578
|
-
*
|
|
578
|
+
* <p>描述</p>
|
|
579
579
|
*/
|
|
580
580
|
Description?: string;
|
|
581
581
|
/**
|
|
582
|
-
*
|
|
582
|
+
* <p>名称</p>
|
|
583
583
|
*/
|
|
584
584
|
Name?: string;
|
|
585
|
+
/**
|
|
586
|
+
* <p>OIDC公钥自动轮转开关</p><p>枚举值:</p><ul><li>0: 关闭</li><li>1: 开启</li></ul><p>默认值:0</p>
|
|
587
|
+
*/
|
|
588
|
+
AutoRotateKey?: number;
|
|
585
589
|
/**
|
|
586
590
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
587
591
|
*/
|
|
@@ -2414,25 +2418,29 @@ export interface ConsumeCustomMFATokenRequest {
|
|
|
2414
2418
|
*/
|
|
2415
2419
|
export interface CreateOIDCConfigRequest {
|
|
2416
2420
|
/**
|
|
2417
|
-
*
|
|
2421
|
+
* <p>身份提供商URL</p>
|
|
2418
2422
|
*/
|
|
2419
2423
|
IdentityUrl: string;
|
|
2420
2424
|
/**
|
|
2421
|
-
*
|
|
2425
|
+
* <p>客户端ID</p>
|
|
2422
2426
|
*/
|
|
2423
2427
|
ClientId: Array<string>;
|
|
2424
2428
|
/**
|
|
2425
|
-
*
|
|
2429
|
+
* <p>名称</p>
|
|
2426
2430
|
*/
|
|
2427
2431
|
Name: string;
|
|
2428
2432
|
/**
|
|
2429
|
-
*
|
|
2433
|
+
* <p>签名公钥,需要base64</p>
|
|
2430
2434
|
*/
|
|
2431
2435
|
IdentityKey: string;
|
|
2432
2436
|
/**
|
|
2433
|
-
*
|
|
2437
|
+
* <p>描述</p>
|
|
2434
2438
|
*/
|
|
2435
2439
|
Description?: string;
|
|
2440
|
+
/**
|
|
2441
|
+
* <p>OIDC公钥自动轮转开关</p><p>枚举值:</p><ul><li>0: 关闭</li><li>1: 开启</li></ul><p>默认值:0</p>
|
|
2442
|
+
*/
|
|
2443
|
+
AutoRotateKey?: number;
|
|
2436
2444
|
}
|
|
2437
2445
|
/**
|
|
2438
2446
|
* 访问密钥列表
|
|
@@ -2996,25 +3004,29 @@ export interface DeleteSAMLProviderRequest {
|
|
|
2996
3004
|
*/
|
|
2997
3005
|
export interface UpdateOIDCConfigRequest {
|
|
2998
3006
|
/**
|
|
2999
|
-
*
|
|
3007
|
+
* <p>身份提供商URL</p>
|
|
3000
3008
|
*/
|
|
3001
3009
|
IdentityUrl: string;
|
|
3002
3010
|
/**
|
|
3003
|
-
*
|
|
3011
|
+
* <p>客户端ID</p>
|
|
3004
3012
|
*/
|
|
3005
3013
|
ClientId: Array<string>;
|
|
3006
3014
|
/**
|
|
3007
|
-
*
|
|
3015
|
+
* <p>名称</p>
|
|
3008
3016
|
*/
|
|
3009
3017
|
Name: string;
|
|
3010
3018
|
/**
|
|
3011
|
-
*
|
|
3019
|
+
* <p>签名公钥,需要base64</p>
|
|
3012
3020
|
*/
|
|
3013
3021
|
IdentityKey: string;
|
|
3014
3022
|
/**
|
|
3015
|
-
*
|
|
3023
|
+
* <p>描述</p>
|
|
3016
3024
|
*/
|
|
3017
3025
|
Description?: string;
|
|
3026
|
+
/**
|
|
3027
|
+
* <p>OIDC公钥自动轮转开关</p><p>枚举值:</p><ul><li>0: 关闭</li><li>1: 开启</li></ul><p>默认值:0</p>
|
|
3028
|
+
*/
|
|
3029
|
+
AutoRotateKey?: number;
|
|
3018
3030
|
}
|
|
3019
3031
|
/**
|
|
3020
3032
|
* CreateRole返回参数结构体
|