Auditing Events
  • 17 Jun 2024
  • 1 Minute to read
  • Dark
    Light
  • PDF

Auditing Events

  • Dark
    Light
  • PDF

Article summary

Get-LiquitAuditingEvent

This command displays a list of all auditing events known within the Liquit Workspace or you can just select one in particular.

Syntax

Get-LiquitAuditingEvent 
[-Entity] 
[-Type] {UserLogin | DistributePackage | LaunchPackage | InstallPackage | UninstallPackage | UserLogoff | RepairPackage | InstallDeployment | RestCreate | RestUpdate | RestDelete} ]
[-LiquitContext <LiquitContext>]

Get-LiquitAuditingEvent 
[-Entity] <Entity> 
[-Type] {UserLogin | DistributePackage | LaunchPackage | InstallPackage | UninstallPackage | UserLogoff | RepairPackage | InstallDeployment | RestCreate | RestUpdate | RestDelete} ]
[-LiquitContext <LiquitContext>]
[<CommonParameters>]

Get-LiquitAuditingEvent 
[-IdentityRef] <IdentityRef[]>
[-Type] {UserLogin | DistributePackage | LaunchPackage | InstallPackage | UninstallPackage | UserLogoff | RepairPackage | InstallDeployment | RestCreate | RestUpdate | RestDelete} ]
[-LiquitContext <LiquitContext>]  
[<CommonParameters>]

Get-LiquitAuditingEvent 
[-SourceRef] <EntityRef[]>
[-Type] {UserLogin | DistributePackage | LaunchPackage | InstallPackage | UninstallPackage | UserLogoff | RepairPackage | InstallDeployment | RestCreate | RestUpdate | RestDelete}]
[-LiquitContext <LiquitContext>]  
[<CommonParameters>]

Parameters

NameValueDescriptionRequiredDefault value
Entity<Entity[]>The entity for which you want to retrieve auditing events.Yes
IdentityRef<IdentityRef[]>The identity reference for which you want to retrieve auditing events.Yes
SourceRef<EntityRef[]>The reference of the source for which you want to retrieve auditing events.Yes
LiquitContext<LiquitContext>Determines the selected zone.NoDefault

Further reading

Auditing


Was this article helpful?

What's Next