tencentcloud-sdk-dasb 3.0.938 → 3.0.939
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20191018/models.rb +2 -98
- 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: 019f42792243ed680c8a6f66ad6d07f00215e4bd
|
4
|
+
data.tar.gz: 081dacf66c46ad6afb48e92521ac97e3a6fd80a0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ca04eeb4bf8bf80ee0d9bc32762bdd34d9bc9e17bee77c15eee57a0a1c2983ced766cd9ee4e4af34ec02b0ac12045a0e35122de76d24ab97d0540894506b7628
|
7
|
+
data.tar.gz: 8ccc34637defa5aa0d91f7e33221d08fcbf61ea4af049a3302f4496f52067f49b41165adc62249b6b0b4e8bb4c8eb9ba2bebad9132e738356fa6826f395935be
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.939
|
data/lib/v20191018/models.rb
CHANGED
@@ -20,13 +20,10 @@ module TencentCloud
|
|
20
20
|
# 权限控制模板对象
|
21
21
|
class ACTemplate < TencentCloud::Common::AbstractModel
|
22
22
|
# @param TemplateId: 模板id
|
23
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
24
23
|
# @type TemplateId: String
|
25
24
|
# @param TemplateName: 模板名称
|
26
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
27
25
|
# @type TemplateName: String
|
28
26
|
# @param Description: 模板描述
|
29
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
30
27
|
# @type Description: String
|
31
28
|
|
32
29
|
attr_accessor :TemplateId, :TemplateName, :Description
|
@@ -101,19 +98,14 @@ module TencentCloud
|
|
101
98
|
# @param Status: 访问权限状态,1 - 已生效,2 - 未生效,3 - 已过期
|
102
99
|
# @type Status: Integer
|
103
100
|
# @param Department: 所属部门的信息
|
104
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
105
101
|
# @type Department: :class:`Tencentcloud::Dasb.v20191018.models.Department`
|
106
102
|
# @param AllowAccessCredential: 是否允许使用访问串,默认允许
|
107
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
108
103
|
# @type AllowAccessCredential: Boolean
|
109
104
|
# @param ACTemplateSet: 关联的数据库高危命令列表
|
110
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
111
105
|
# @type ACTemplateSet: Array
|
112
106
|
# @param WhiteCmds: 关联的白命令命令
|
113
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
114
107
|
# @type WhiteCmds: Array
|
115
108
|
# @param AllowKeyboardLogger: 是否允许记录键盘
|
116
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
117
109
|
# @type AllowKeyboardLogger: Boolean
|
118
110
|
|
119
111
|
attr_accessor :Id, :Name, :AllowDiskRedirect, :AllowClipFileUp, :AllowClipFileDown, :AllowClipTextUp, :AllowClipTextDown, :AllowFileUp, :MaxFileUpSize, :AllowFileDown, :MaxFileDownSize, :AllowAnyAccount, :UserSet, :UserGroupSet, :DeviceSet, :DeviceGroupSet, :AccountSet, :CmdTemplateSet, :AllowDiskFileUp, :AllowDiskFileDown, :AllowShellFileUp, :AllowShellFileDown, :AllowFileDel, :ValidateFrom, :ValidateTo, :Status, :Department, :AllowAccessCredential, :ACTemplateSet, :WhiteCmds, :AllowKeyboardLogger
|
@@ -503,13 +495,10 @@ module TencentCloud
|
|
503
495
|
# 查询改密计划详情
|
504
496
|
class ChangePwdTaskDetail < TencentCloud::Common::AbstractModel
|
505
497
|
# @param Device: 资产信息
|
506
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
507
498
|
# @type Device: :class:`Tencentcloud::Dasb.v20191018.models.Device`
|
508
499
|
# @param Account: 资产账号
|
509
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
510
500
|
# @type Account: String
|
511
501
|
# @param LastChangeStatus: 上次改密结果。0-未改密 1-改密成功 2-改密失败
|
512
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
513
502
|
# @type LastChangeStatus: Integer
|
514
503
|
|
515
504
|
attr_accessor :Device, :Account, :LastChangeStatus
|
@@ -533,66 +522,46 @@ module TencentCloud
|
|
533
522
|
# 修改密码任务信息
|
534
523
|
class ChangePwdTaskInfo < TencentCloud::Common::AbstractModel
|
535
524
|
# @param Id: id
|
536
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
537
525
|
# @type Id: Integer
|
538
526
|
# @param OperationId: 任务id
|
539
527
|
# @type OperationId: String
|
540
528
|
# @param TaskName: 任务名
|
541
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
542
529
|
# @type TaskName: String
|
543
530
|
# @param Department: 所属部门信息
|
544
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
545
531
|
# @type Department: :class:`Tencentcloud::Dasb.v20191018.models.Department`
|
546
532
|
# @param ChangeMethod: 改密方式。1:使用执行账号。2:修改自身密码
|
547
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
548
533
|
# @type ChangeMethod: Integer
|
549
534
|
# @param RunAccount: 执行账号
|
550
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
551
535
|
# @type RunAccount: String
|
552
536
|
# @param AuthGenerationStrategy: 密码生成策略
|
553
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
554
537
|
# @type AuthGenerationStrategy: Integer
|
555
538
|
# @param PasswordLength: 密码长度
|
556
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
557
539
|
# @type PasswordLength: Integer
|
558
540
|
# @param SmallLetter: 包含小写字母
|
559
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
560
541
|
# @type SmallLetter: Integer
|
561
542
|
# @param BigLetter: 包含大写字母
|
562
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
563
543
|
# @type BigLetter: Integer
|
564
544
|
# @param Digit: 包含数字
|
565
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
566
545
|
# @type Digit: Integer
|
567
546
|
# @param Symbol: 包含的特殊字符,base64
|
568
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
569
547
|
# @type Symbol: String
|
570
548
|
# @param CompleteNotify: 改密完成通知。0-通知,1-不通知
|
571
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
572
549
|
# @type CompleteNotify: Integer
|
573
550
|
# @param NotifyEmails: 通知人邮箱
|
574
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
575
551
|
# @type NotifyEmails: Array
|
576
552
|
# @param FilePassword: 加密附件密码
|
577
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
578
553
|
# @type FilePassword: String
|
579
554
|
# @param AccountSet: 需要改密的账户
|
580
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
581
555
|
# @type AccountSet: Array
|
582
556
|
# @param DeviceSet: 需要改密的主机
|
583
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
584
557
|
# @type DeviceSet: Array
|
585
558
|
# @param Type: 任务类型:4手动,5自动
|
586
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
587
559
|
# @type Type: Integer
|
588
560
|
# @param Period: 周期
|
589
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
590
561
|
# @type Period: Integer
|
591
562
|
# @param FirstTime: 首次执行时间
|
592
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
593
563
|
# @type FirstTime: String
|
594
564
|
# @param NextTime: 下次执行时间
|
595
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
596
565
|
# @type NextTime: String
|
597
566
|
|
598
567
|
attr_accessor :Id, :OperationId, :TaskName, :Department, :ChangeMethod, :RunAccount, :AuthGenerationStrategy, :PasswordLength, :SmallLetter, :BigLetter, :Digit, :Symbol, :CompleteNotify, :NotifyEmails, :FilePassword, :AccountSet, :DeviceSet, :Type, :Period, :FirstTime, :NextTime
|
@@ -659,7 +628,6 @@ module TencentCloud
|
|
659
628
|
# 负载均衡
|
660
629
|
class Clb < TencentCloud::Common::AbstractModel
|
661
630
|
# @param ClbIp: 负载均衡IP
|
662
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
663
631
|
# @type ClbIp: String
|
664
632
|
|
665
633
|
attr_accessor :ClbIp
|
@@ -682,7 +650,6 @@ module TencentCloud
|
|
682
650
|
# @param CmdList: 命令列表,命令之间用换行符("\n")分隔
|
683
651
|
# @type CmdList: String
|
684
652
|
# @param Type: 命令模板类型 1-内置 2-自定义
|
685
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
686
653
|
# @type Type: Integer
|
687
654
|
|
688
655
|
attr_accessor :Id, :Name, :CmdList, :Type
|
@@ -713,43 +680,31 @@ module TencentCloud
|
|
713
680
|
# @param Action: 命令执行情况,1--允许,2--拒绝,3--确认
|
714
681
|
# @type Action: Integer
|
715
682
|
# @param Sid: 会话id
|
716
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
717
683
|
# @type Sid: String
|
718
684
|
# @param UserName: 用户名
|
719
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
720
685
|
# @type UserName: String
|
721
686
|
# @param Account: 设备account
|
722
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
723
687
|
# @type Account: String
|
724
688
|
# @param InstanceId: 设备ip
|
725
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
726
689
|
# @type InstanceId: String
|
727
690
|
# @param FromIp: source ip
|
728
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
729
691
|
# @type FromIp: String
|
730
692
|
# @param SessionTime: 该命令所属会话的会话开始时间
|
731
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
732
693
|
# @type SessionTime: String
|
733
694
|
# @param SessTime: 该命令所属会话的会话开始时间
|
734
695
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
735
696
|
# @type SessTime: String
|
736
697
|
# @param ConfirmTime: 复核时间
|
737
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
738
698
|
# @type ConfirmTime: String
|
739
699
|
# @param UserDepartmentId: 用户部门id
|
740
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
741
700
|
# @type UserDepartmentId: String
|
742
701
|
# @param UserDepartmentName: 用户部门name
|
743
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
744
702
|
# @type UserDepartmentName: String
|
745
703
|
# @param DeviceDepartmentId: 设备部门id
|
746
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
747
704
|
# @type DeviceDepartmentId: String
|
748
705
|
# @param DeviceDepartmentName: 设备部门name
|
749
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
750
706
|
# @type DeviceDepartmentName: String
|
751
707
|
# @param Size: 会话大小
|
752
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
753
708
|
# @type Size: Integer
|
754
709
|
|
755
710
|
attr_accessor :Cmd, :Time, :TimeOffset, :Action, :Sid, :UserName, :Account, :InstanceId, :FromIp, :SessionTime, :SessTime, :ConfirmTime, :UserDepartmentId, :UserDepartmentName, :DeviceDepartmentId, :DeviceDepartmentName, :Size
|
@@ -1270,7 +1225,6 @@ module TencentCloud
|
|
1270
1225
|
# CreateResource返回参数结构体
|
1271
1226
|
class CreateResourceResponse < TencentCloud::Common::AbstractModel
|
1272
1227
|
# @param ResourceId: 实例Id
|
1273
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1274
1228
|
# @type ResourceId: String
|
1275
1229
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1276
1230
|
# @type RequestId: String
|
@@ -1737,10 +1691,8 @@ module TencentCloud
|
|
1737
1691
|
# @param Name: 部门名称,1 - 256个字符
|
1738
1692
|
# @type Name: String
|
1739
1693
|
# @param Managers: 部门管理员账号ID
|
1740
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1741
1694
|
# @type Managers: Array
|
1742
1695
|
# @param ManagerUsers: 管理员用户
|
1743
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1744
1696
|
# @type ManagerUsers: Array
|
1745
1697
|
|
1746
1698
|
attr_accessor :Id, :Name, :Managers, :ManagerUsers
|
@@ -1770,10 +1722,8 @@ module TencentCloud
|
|
1770
1722
|
# 部门管理员信息
|
1771
1723
|
class DepartmentManagerUser < TencentCloud::Common::AbstractModel
|
1772
1724
|
# @param ManagerId: 管理员Id
|
1773
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1774
1725
|
# @type ManagerId: String
|
1775
1726
|
# @param ManagerName: 管理员姓名
|
1776
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1777
1727
|
# @type ManagerName: String
|
1778
1728
|
|
1779
1729
|
attr_accessor :ManagerId, :ManagerName
|
@@ -2030,7 +1980,6 @@ module TencentCloud
|
|
2030
1980
|
# @param TotalCount: 总数
|
2031
1981
|
# @type TotalCount: Integer
|
2032
1982
|
# @param Details: 任务详情
|
2033
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2034
1983
|
# @type Details: Array
|
2035
1984
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2036
1985
|
# @type RequestId: String
|
@@ -2095,10 +2044,8 @@ module TencentCloud
|
|
2095
2044
|
# DescribeChangePwdTask返回参数结构体
|
2096
2045
|
class DescribeChangePwdTaskResponse < TencentCloud::Common::AbstractModel
|
2097
2046
|
# @param Tasks: 任务详情
|
2098
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2099
2047
|
# @type Tasks: Array
|
2100
2048
|
# @param TotalCount: 任务总数
|
2101
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2102
2049
|
# @type TotalCount: Integer
|
2103
2050
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2104
2051
|
# @type RequestId: String
|
@@ -2445,7 +2392,7 @@ module TencentCloud
|
|
2445
2392
|
# @type Ip: String
|
2446
2393
|
# @param ApCodeSet: 地域码集合
|
2447
2394
|
# @type ApCodeSet: Array
|
2448
|
-
# @param Kind: 操作系统类型, 1 - Linux, 2 - Windows, 3 - MySQL, 4 - SQLServer
|
2395
|
+
# @param Kind: 操作系统类型, 1 - Linux, 2 - Windows, 3 - MySQL, 4 - SQLServer, 5 - TDSQL MySQL, 6 - TDSQL-C MySQL, 7 - MariaDB, 8 - PostgreSQL, 9 - MongoDB副本集群, 10 - MongoDB分片集群, 11 - Redis
|
2449
2396
|
# @type Kind: Integer
|
2450
2397
|
# @param Offset: 分页偏移位置,默认值为0
|
2451
2398
|
# @type Offset: Integer
|
@@ -2455,7 +2402,7 @@ module TencentCloud
|
|
2455
2402
|
# @type AuthorizedUserIdSet: Array
|
2456
2403
|
# @param ResourceIdSet: 过滤条件,资产绑定的堡垒机服务ID集合
|
2457
2404
|
# @type ResourceIdSet: Array
|
2458
|
-
# @param KindSet: 可提供按照多种类型过滤,
|
2405
|
+
# @param KindSet: 可提供按照多种类型过滤, 取值范围与Kind一致
|
2459
2406
|
# @type KindSet: Array
|
2460
2407
|
# @param ManagedAccount: 资产是否包含托管账号。1,包含;0,不包含
|
2461
2408
|
# @type ManagedAccount: String
|
@@ -2806,7 +2753,6 @@ module TencentCloud
|
|
2806
2753
|
# @param ResourceSet: 堡垒机资源列表
|
2807
2754
|
# @type ResourceSet: Array
|
2808
2755
|
# @param TotalCount: 堡垒机资源数量
|
2809
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2810
2756
|
# @type TotalCount: Integer
|
2811
2757
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2812
2758
|
# @type RequestId: String
|
@@ -3087,25 +3033,18 @@ module TencentCloud
|
|
3087
3033
|
# @param SubnetId: 子网ID
|
3088
3034
|
# @type SubnetId: String
|
3089
3035
|
# @param Resource: 堡垒机服务信息,注意没有绑定服务时为null
|
3090
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3091
3036
|
# @type Resource: :class:`Tencentcloud::Dasb.v20191018.models.Resource`
|
3092
3037
|
# @param Department: 资产所属部门
|
3093
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3094
3038
|
# @type Department: :class:`Tencentcloud::Dasb.v20191018.models.Department`
|
3095
3039
|
# @param IpPortSet: 数据库资产的多节点
|
3096
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3097
3040
|
# @type IpPortSet: Array
|
3098
3041
|
# @param DomainId: 网络域Id
|
3099
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3100
3042
|
# @type DomainId: String
|
3101
3043
|
# @param DomainName: 网络域名称
|
3102
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3103
3044
|
# @type DomainName: String
|
3104
3045
|
# @param EnableSSL: 是否启用SSL,仅支持Redis资产。0:禁用 1:启用
|
3105
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3106
3046
|
# @type EnableSSL: Integer
|
3107
3047
|
# @param SSLCertName: 已上传的SSL证书名称
|
3108
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3109
3048
|
# @type SSLCertName: String
|
3110
3049
|
|
3111
3050
|
attr_accessor :Id, :InstanceId, :Name, :PublicIp, :PrivateIp, :ApCode, :OsName, :Kind, :Port, :GroupSet, :AccountCount, :VpcId, :SubnetId, :Resource, :Department, :IpPortSet, :DomainId, :DomainName, :EnableSSL, :SSLCertName
|
@@ -3212,22 +3151,16 @@ module TencentCloud
|
|
3212
3151
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
3213
3152
|
# @type DomainName: String
|
3214
3153
|
# @param ResourceId: 堡垒机id
|
3215
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3216
3154
|
# @type ResourceId: String
|
3217
3155
|
# @param WhiteIpSet: ip,网段
|
3218
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3219
3156
|
# @type WhiteIpSet: Array
|
3220
3157
|
# @param Enabled: 是否启用 默认 1启用 0禁用
|
3221
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3222
3158
|
# @type Enabled: Integer
|
3223
3159
|
# @param Status: 状态 0-已断开 1-已连接
|
3224
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3225
3160
|
# @type Status: Integer
|
3226
3161
|
# @param CreateTime: 网络域创建时间
|
3227
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3228
3162
|
# @type CreateTime: String
|
3229
3163
|
# @param Default: 是否资源默认网络域 1-资源默认网络域 0-用户添加网络域
|
3230
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3231
3164
|
# @type Default: Integer
|
3232
3165
|
|
3233
3166
|
attr_accessor :Id, :DomainId, :DomainName, :ResourceId, :WhiteIpSet, :Enabled, :Status, :CreateTime, :Default
|
@@ -3334,10 +3267,8 @@ module TencentCloud
|
|
3334
3267
|
# @param Name: 组名称
|
3335
3268
|
# @type Name: String
|
3336
3269
|
# @param Department: 所属部门信息
|
3337
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3338
3270
|
# @type Department: :class:`Tencentcloud::Dasb.v20191018.models.Department`
|
3339
3271
|
# @param Count: 个数
|
3340
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3341
3272
|
# @type Count: Integer
|
3342
3273
|
|
3343
3274
|
attr_accessor :Id, :Name, :Department, :Count
|
@@ -3386,7 +3317,6 @@ module TencentCloud
|
|
3386
3317
|
# ImportExternalDevice返回参数结构体
|
3387
3318
|
class ImportExternalDeviceResponse < TencentCloud::Common::AbstractModel
|
3388
3319
|
# @param DeviceIdSet: 资产ID列表
|
3389
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3390
3320
|
# @type DeviceIdSet: Array
|
3391
3321
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
3392
3322
|
# @type RequestId: String
|
@@ -4264,25 +4194,18 @@ module TencentCloud
|
|
4264
4194
|
# @param PackageNode: 授权点数扩展包个数(50点)
|
4265
4195
|
# @type PackageNode: Integer
|
4266
4196
|
# @param LogDeliveryArgs: 日志投递规格信息
|
4267
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4268
4197
|
# @type LogDeliveryArgs: String
|
4269
4198
|
# @param ClbSet: 堡垒机资源LB
|
4270
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4271
4199
|
# @type ClbSet: Array
|
4272
4200
|
# @param DomainCount: 网络域个数
|
4273
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4274
4201
|
# @type DomainCount: Integer
|
4275
4202
|
# @param UsedDomainCount: 已使用网络域个数
|
4276
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4277
4203
|
# @type UsedDomainCount: Integer
|
4278
4204
|
# @param Trial: 0 非试用版,1 试用版
|
4279
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4280
4205
|
# @type Trial: Integer
|
4281
4206
|
# @param CdcClusterId: cdc集群id
|
4282
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4283
4207
|
# @type CdcClusterId: String
|
4284
4208
|
# @param LogDelivery: 日志投递规格信息
|
4285
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4286
4209
|
# @type LogDelivery: String
|
4287
4210
|
# @param DeployModel: 部署模式
|
4288
4211
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
@@ -4691,34 +4614,25 @@ module TencentCloud
|
|
4691
4614
|
# @param TimeOffset: 命令执行时间相对于所属会话开始时间的偏移量,单位ms
|
4692
4615
|
# @type TimeOffset: Integer
|
4693
4616
|
# @param Account: 账号
|
4694
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4695
4617
|
# @type Account: String
|
4696
4618
|
# @param FromIp: source ip
|
4697
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4698
4619
|
# @type FromIp: String
|
4699
4620
|
# @param SessionTime: 该命令所属会话的会话开始时间
|
4700
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4701
4621
|
# @type SessionTime: String
|
4702
4622
|
# @param SessTime: 该命令所属会话的会话开始时间(废弃,使用SessionTime)
|
4703
4623
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
4704
4624
|
# @type SessTime: String
|
4705
4625
|
# @param ConfirmTime: 复核时间
|
4706
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4707
4626
|
# @type ConfirmTime: String
|
4708
4627
|
# @param UserDepartmentId: 部门id
|
4709
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4710
4628
|
# @type UserDepartmentId: String
|
4711
4629
|
# @param UserDepartmentName: 用户部门名称
|
4712
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4713
4630
|
# @type UserDepartmentName: String
|
4714
4631
|
# @param DeviceDepartmentId: 设备部门id
|
4715
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4716
4632
|
# @type DeviceDepartmentId: String
|
4717
4633
|
# @param DeviceDepartmentName: 设备部门名称
|
4718
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4719
4634
|
# @type DeviceDepartmentName: String
|
4720
4635
|
# @param Size: 会话大小
|
4721
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4722
4636
|
# @type Size: Integer
|
4723
4637
|
|
4724
4638
|
attr_accessor :Time, :UserName, :RealName, :InstanceId, :DeviceName, :PublicIp, :PrivateIp, :Cmd, :Action, :Sid, :TimeOffset, :Account, :FromIp, :SessionTime, :SessTime, :ConfirmTime, :UserDepartmentId, :UserDepartmentName, :DeviceDepartmentId, :DeviceDepartmentName, :Size
|
@@ -4827,7 +4741,6 @@ module TencentCloud
|
|
4827
4741
|
# @param TotalCount: 记录数
|
4828
4742
|
# @type TotalCount: Integer
|
4829
4743
|
# @param SearchFileBySidResult: 某会话的文件操作列表
|
4830
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4831
4744
|
# @type SearchFileBySidResult: Array
|
4832
4745
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
4833
4746
|
# @type RequestId: String
|
@@ -4865,10 +4778,8 @@ module TencentCloud
|
|
4865
4778
|
# @param FileCurr: method为上传、下载、删除时文件在服务器上的位置, 或重命名、移动文件前文件的位置
|
4866
4779
|
# @type FileCurr: String
|
4867
4780
|
# @param FileNew: method为重命名、移动文件时代表移动后的新位置.其他情况为null
|
4868
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4869
4781
|
# @type FileNew: String
|
4870
4782
|
# @param Size: method为上传文件、下载文件、删除文件时显示文件大小。其他情况为null
|
4871
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4872
4783
|
# @type Size: Integer
|
4873
4784
|
# @param Action: 堡垒机拦截情况, 1-已执行, 2-被阻断
|
4874
4785
|
# @type Action: Integer
|
@@ -4965,7 +4876,6 @@ module TencentCloud
|
|
4965
4876
|
# @param TotalCount: 记录数
|
4966
4877
|
# @type TotalCount: Integer
|
4967
4878
|
# @param Files: 文件操作列表
|
4968
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4969
4879
|
# @type Files: Array
|
4970
4880
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
4971
4881
|
# @type RequestId: String
|
@@ -5431,22 +5341,16 @@ module TencentCloud
|
|
5431
5341
|
# @param ValidateTime: 访问时间段限制, 由0、1组成的字符串,长度168(7 × 24),代表该用户在一周中允许访问的时间段。字符串中第N个字符代表在一周中的第N个小时, 0 - 代表不允许访问,1 - 代表允许访问
|
5432
5342
|
# @type ValidateTime: String
|
5433
5343
|
# @param Department: 用户所属部门(用于出参)
|
5434
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5435
5344
|
# @type Department: :class:`Tencentcloud::Dasb.v20191018.models.Department`
|
5436
5345
|
# @param DepartmentId: 用户所属部门(用于入参)
|
5437
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5438
5346
|
# @type DepartmentId: String
|
5439
5347
|
# @param ActiveStatus: 激活状态 0 - 未激活 1 - 激活
|
5440
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5441
5348
|
# @type ActiveStatus: Integer
|
5442
5349
|
# @param LockStatus: 锁定状态 0 - 未锁定 1 - 锁定
|
5443
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5444
5350
|
# @type LockStatus: Integer
|
5445
5351
|
# @param Status: 状态 与Filter中一致
|
5446
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5447
5352
|
# @type Status: String
|
5448
5353
|
# @param AclVersion: 权限版本
|
5449
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5450
5354
|
# @type AclVersion: Integer
|
5451
5355
|
|
5452
5356
|
attr_accessor :UserName, :RealName, :Id, :Phone, :Email, :ValidateFrom, :ValidateTo, :GroupSet, :AuthType, :ValidateTime, :Department, :DepartmentId, :ActiveStatus, :LockStatus, :Status, :AclVersion
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-dasb
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.939
|
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-11-
|
11
|
+
date: 2024-11-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|