tencentcloud-sdk-nodejs-wedata 4.1.217 → 4.1.218

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-wedata",
3
- "version": "4.1.217",
3
+ "version": "4.1.218",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -26465,49 +26465,59 @@ export interface RunRerunScheduleInstancesRequest {
26465
26465
  */
26466
26466
  export interface SystemRole {
26467
26467
  /**
26468
- * 角色id
26468
+ * <p>角色id</p>
26469
26469
  */
26470
26470
  RoleId?: string;
26471
26471
  /**
26472
- * 角色名称
26472
+ * <p>角色名称</p>
26473
26473
  注意:此字段可能返回 null,表示取不到有效值。
26474
26474
  */
26475
26475
  Name?: string;
26476
26476
  /**
26477
- * 角色昵称
26477
+ * <p>角色昵称</p>
26478
26478
  注意:此字段可能返回 null,表示取不到有效值。
26479
26479
  */
26480
26480
  NameCn?: string;
26481
26481
  /**
26482
- * 描述
26482
+ * <p>描述</p>
26483
26483
  注意:此字段可能返回 null,表示取不到有效值。
26484
26484
  */
26485
26485
  Description?: string;
26486
26486
  /**
26487
- * 角色权限
26487
+ * <p>角色权限</p>
26488
26488
  注意:此字段可能返回 null,表示取不到有效值。
26489
26489
  */
26490
26490
  Privileges?: Array<RolePrivilege>;
26491
26491
  /**
26492
- * 方法路径
26492
+ * <p>方法路径</p>
26493
26493
  注意:此字段可能返回 null,表示取不到有效值。
26494
26494
  */
26495
26495
  MethodPaths?: Array<string>;
26496
26496
  /**
26497
- * 角色类型, 分为System,Tenant,Project,Commercial
26497
+ * <p>角色类型, 分为System,Tenant,Project,Commercial</p>
26498
26498
  注意:此字段可能返回 null,表示取不到有效值。
26499
26499
  */
26500
26500
  RoleType?: string;
26501
26501
  /**
26502
- * 是否系统默认
26502
+ * <p>是否系统默认</p>
26503
26503
  注意:此字段可能返回 null,表示取不到有效值。
26504
26504
  */
26505
26505
  SystemInit?: boolean;
26506
26506
  /**
26507
- * 自定义参数
26507
+ * <p>自定义参数</p>
26508
26508
  注意:此字段可能返回 null,表示取不到有效值。
26509
26509
  */
26510
26510
  Params?: string;
26511
+ /**
26512
+ * <p>创建时间</p>
26513
+ 注意:此字段可能返回 null,表示取不到有效值。
26514
+ */
26515
+ CreateTimeStr?: string;
26516
+ /**
26517
+ * <p>创建人</p>
26518
+ 注意:此字段可能返回 null,表示取不到有效值。
26519
+ */
26520
+ Creator?: string;
26511
26521
  }
26512
26522
  /**
26513
26523
  * 规则组关联表信息