Class: TencentCloud::Cwp::V20180228::PrivilegeEscalationProcess
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::PrivilegeEscalationProcess
- Defined in:
- lib/v20180228/models.rb
Overview
本地提权数据
Instance Attribute Summary collapse
- #CmdLine ⇒ Object
- #CreateTime ⇒ Object
- #FullPath ⇒ Object
- #Hostip ⇒ Object
- #Id ⇒ Object
- #MachineExtraInfo ⇒ Object
- #MachineName ⇒ Object
- #ParentProcGroup ⇒ Object
- #ParentProcName ⇒ Object
- #ParentProcPath ⇒ Object
- #ParentProcUser ⇒ Object
- #Pid ⇒ Object
- #ProcessName ⇒ Object
- #ProcFilePrivilege ⇒ Object
- #ProcTree ⇒ Object
- #Quuid ⇒ Object
- #Status ⇒ Object
- #UserGroup ⇒ Object
- #UserName ⇒ Object
- #Uuid ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(id = nil, uuid = nil, quuid = nil, hostip = nil, processname = nil, fullpath = nil, cmdline = nil, username = nil, usergroup = nil, procfileprivilege = nil, parentprocname = nil, parentprocuser = nil, parentprocgroup = nil, parentprocpath = nil, proctree = nil, status = nil, createtime = nil, machinename = nil, machineextrainfo = nil, pid = nil) ⇒ PrivilegeEscalationProcess
constructor
A new instance of PrivilegeEscalationProcess.
Constructor Details
#initialize(id = nil, uuid = nil, quuid = nil, hostip = nil, processname = nil, fullpath = nil, cmdline = nil, username = nil, usergroup = nil, procfileprivilege = nil, parentprocname = nil, parentprocuser = nil, parentprocgroup = nil, parentprocpath = nil, proctree = nil, status = nil, createtime = nil, machinename = nil, machineextrainfo = nil, pid = nil) ⇒ PrivilegeEscalationProcess
Returns a new instance of PrivilegeEscalationProcess.
35502 35503 35504 35505 35506 35507 35508 35509 35510 35511 35512 35513 35514 35515 35516 35517 35518 35519 35520 35521 35522 35523 |
# File 'lib/v20180228/models.rb', line 35502 def initialize(id=nil, uuid=nil, quuid=nil, hostip=nil, processname=nil, fullpath=nil, cmdline=nil, username=nil, usergroup=nil, procfileprivilege=nil, parentprocname=nil, parentprocuser=nil, parentprocgroup=nil, parentprocpath=nil, proctree=nil, status=nil, createtime=nil, machinename=nil, machineextrainfo=nil, pid=nil) @Id = id @Uuid = uuid @Quuid = quuid @Hostip = hostip @ProcessName = processname @FullPath = fullpath @CmdLine = cmdline @UserName = username @UserGroup = usergroup @ProcFilePrivilege = procfileprivilege @ParentProcName = parentprocname @ParentProcUser = parentprocuser @ParentProcGroup = parentprocgroup @ParentProcPath = parentprocpath @ProcTree = proctree @Status = status @CreateTime = createtime @MachineName = machinename @MachineExtraInfo = machineextrainfo @Pid = pid end |
Instance Attribute Details
#CmdLine ⇒ Object
35500 35501 35502 |
# File 'lib/v20180228/models.rb', line 35500 def CmdLine @CmdLine end |
#CreateTime ⇒ Object
35500 35501 35502 |
# File 'lib/v20180228/models.rb', line 35500 def CreateTime @CreateTime end |
#FullPath ⇒ Object
35500 35501 35502 |
# File 'lib/v20180228/models.rb', line 35500 def FullPath @FullPath end |
#Hostip ⇒ Object
35500 35501 35502 |
# File 'lib/v20180228/models.rb', line 35500 def Hostip @Hostip end |
#Id ⇒ Object
35500 35501 35502 |
# File 'lib/v20180228/models.rb', line 35500 def Id @Id end |
#MachineExtraInfo ⇒ Object
35500 35501 35502 |
# File 'lib/v20180228/models.rb', line 35500 def MachineExtraInfo @MachineExtraInfo end |
#MachineName ⇒ Object
35500 35501 35502 |
# File 'lib/v20180228/models.rb', line 35500 def MachineName @MachineName end |
#ParentProcGroup ⇒ Object
35500 35501 35502 |
# File 'lib/v20180228/models.rb', line 35500 def ParentProcGroup @ParentProcGroup end |
#ParentProcName ⇒ Object
35500 35501 35502 |
# File 'lib/v20180228/models.rb', line 35500 def ParentProcName @ParentProcName end |
#ParentProcPath ⇒ Object
35500 35501 35502 |
# File 'lib/v20180228/models.rb', line 35500 def ParentProcPath @ParentProcPath end |
#ParentProcUser ⇒ Object
35500 35501 35502 |
# File 'lib/v20180228/models.rb', line 35500 def ParentProcUser @ParentProcUser end |
#Pid ⇒ Object
35500 35501 35502 |
# File 'lib/v20180228/models.rb', line 35500 def Pid @Pid end |
#ProcessName ⇒ Object
35500 35501 35502 |
# File 'lib/v20180228/models.rb', line 35500 def ProcessName @ProcessName end |
#ProcFilePrivilege ⇒ Object
35500 35501 35502 |
# File 'lib/v20180228/models.rb', line 35500 def ProcFilePrivilege @ProcFilePrivilege end |
#ProcTree ⇒ Object
35500 35501 35502 |
# File 'lib/v20180228/models.rb', line 35500 def ProcTree @ProcTree end |
#Quuid ⇒ Object
35500 35501 35502 |
# File 'lib/v20180228/models.rb', line 35500 def Quuid @Quuid end |
#Status ⇒ Object
35500 35501 35502 |
# File 'lib/v20180228/models.rb', line 35500 def Status @Status end |
#UserGroup ⇒ Object
35500 35501 35502 |
# File 'lib/v20180228/models.rb', line 35500 def UserGroup @UserGroup end |
#UserName ⇒ Object
35500 35501 35502 |
# File 'lib/v20180228/models.rb', line 35500 def UserName @UserName end |
#Uuid ⇒ Object
35500 35501 35502 |
# File 'lib/v20180228/models.rb', line 35500 def Uuid @Uuid end |
Instance Method Details
#deserialize(params) ⇒ Object
35525 35526 35527 35528 35529 35530 35531 35532 35533 35534 35535 35536 35537 35538 35539 35540 35541 35542 35543 35544 35545 35546 35547 35548 35549 |
# File 'lib/v20180228/models.rb', line 35525 def deserialize(params) @Id = params['Id'] @Uuid = params['Uuid'] @Quuid = params['Quuid'] @Hostip = params['Hostip'] @ProcessName = params['ProcessName'] @FullPath = params['FullPath'] @CmdLine = params['CmdLine'] @UserName = params['UserName'] @UserGroup = params['UserGroup'] @ProcFilePrivilege = params['ProcFilePrivilege'] @ParentProcName = params['ParentProcName'] @ParentProcUser = params['ParentProcUser'] @ParentProcGroup = params['ParentProcGroup'] @ParentProcPath = params['ParentProcPath'] @ProcTree = params['ProcTree'] @Status = params['Status'] @CreateTime = params['CreateTime'] @MachineName = params['MachineName'] unless params['MachineExtraInfo'].nil? @MachineExtraInfo = MachineExtraInfo.new @MachineExtraInfo.deserialize(params['MachineExtraInfo']) end @Pid = params['Pid'] end |