tencentcloud-sdk-nodejs-organization 4.1.9 → 4.1.10

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-organization",
3
- "version": "4.1.9",
3
+ "version": "4.1.10",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -5270,6 +5270,10 @@ export interface CreateSCIMCredentialRequest {
5270
5270
  * 空间ID。z-前缀开头,后面是12位随机数字/小写字母
5271
5271
  */
5272
5272
  ZoneId: string;
5273
+ /**
5274
+ * 过期时间(秒),最小1小时,最大99年。如果不传则默认一年过期
5275
+ */
5276
+ ExpireDuration?: number;
5273
5277
  }
5274
5278
  /**
5275
5279
  * DescribePolicy请求参数结构体