Lithnet Access Manager
PricingRequest a trial or quoteDownloads
v2.0
v2.0
  • Home
  • What's new in Access Manager v2
  • How does Lithnet Access Manager help prevent lateral movement?
  • Access Manager Editions
  • Licensing
  • Change log
  • Installation
    • Getting started
    • System Requirements
    • Downloads
    • Upgrading from Access Manager v1
    • Installing the Access Manager Server
      • Creating a service account for the Access Manager Service
      • SQL installation options
      • Installing the Access Manager Service
      • High availability options
        • Load balancing Access Manager
        • Installing Access Manager in a Failover Cluster
    • Installing the Access Manager Agent
      • Choosing between the Microsoft and Lithnet agents for LAPS support
      • Installing the Access Manager Agent on Windows
      • Installing the Access Manager Agent on Linux
      • Installing the Access Manager Agent on macOS
  • Configuration
    • Setting up Authentication
      • Setting up authentication with ADFS
      • Setting up authentication with Azure AD
      • Setting up authentication with Okta
      • Setting up smart card authentication
      • Setting up integrated windows authentication
    • Deploying Features
      • Setting up Microsoft LAPS for Active Directory
      • Setting up Microsoft LAPS for Azure Active Directory
      • Setting up Lithnet LAPS
        • Preparing the AMS directory
        • Setting the AMS directory for Lithnet LAPS clients
        • Setting up Lithnet LAPS for Azure AD joined and registered devices
        • Setting up Lithnet LAPS for domain-joined devices
        • Setting up Lithnet LAPS for macOS and Linux
        • Setting up Lithnet LAPS for standalone Windows devices
      • Setting up BitLocker access
      • Setting up JIT for computers
      • Setting up JIT for roles
    • Importing authorization rules
      • Import Microsoft LAPS permissions from Active Directory
      • Importing BitLocker permissions from Active Directory
      • Importing local administrator group membership from domain-joined Windows devices
      • Import mappings from a CSV file
      • Importing rules from the Lithnet LAPS web app
      • Performing an offline discovery of local admins
  • Help and support
    • Frequently asked Questions
    • Troubleshooting
    • Quick start guides
      • Getting started with Windows LAPS and Lithnet Access Manager
      • Getting started with Windows LAPS for Active Directory
      • Getting started with Windows LAPS for Azure Active Directory
    • Support Articles
      • KB000001: The Access Manager Agent cannot connect and logs a token-validation-failed error
      • KB000002: Users retain their admin rights after their JIT period expires
      • KB000003: Configuring the Access Manager Agent to manage an account other than 'root' on Linux
      • KB000004: Creating a log file to troubleshoot installation issues with the Access Manager Service
      • KB000005: Access Manager stops working after applying the November 2022 Windows update
      • KB000006: Migrating the Access Manager Database
      • KB000007: Adding JIT groups via Group Policy doesn't work with NTLM Disabled
      • KB000008: AMS is unable to JIT into privileged groups such as Domain Admins
    • Advanced help topics
      • Ports and traffic flows
      • Internet access requirements
      • Access evaluation in Access Manager Service (AMS)
      • Recovering from a lost encryption certificate
      • Script-based authorization
      • Customized auditing with PowerShell notification channels
      • Variables available in audit notification channels
      • Setting up audit templates
      • Backup and Restore
      • Event ID reference
    • PowerShell reference
      • Add-AmsDeviceRegistrationKeyGroup
      • Add-AmsGroupMember
      • Export-AmsServerDiagnostics
      • Get-AmsActiveDirectoryJitOptions
      • Get-AmsComputerAuthorizationRule
      • Get-AmsDevice
      • Get-AmsDeviceRegistrationKey
      • Get-AmsGroup
      • Get-AmsGroupMembers
      • Get-AmsHostConfig
      • Get-AmsJitSchedulerJob
      • Get-AmsLocalAdminPassword
      • Get-AmsLocalAdminPasswordHistory
      • Get-AmsRoleAuthorizationRule
      • New-AmsComputerAuthorizationRule
      • New-AmsDeviceRegistrationKey
      • New-AmsGroup
      • New-AmsRoleAuthorizationRule
      • Remove-AmsComputerAuthorizationRule
      • Remove-AmsDevice
      • Remove-AmsDeviceRegistrationKey
      • Remove-AmsDeviceRegistrationKeyGroup
      • Remove-AmsGroup
      • Remove-AmsGroupMember
      • Remove-AmsJitSchedulerJob
      • Remove-AmsRoleAuthorizationRule
      • Set-AmsActiveDirectoryJitOptions
      • Set-AmsComputerAuthorizationRule
      • Set-AmsDevice
      • Set-AmsDeviceRegistrationKey
      • Set-AmsGroup
      • Set-AmsHostConfig
      • Set-AmsRoleAuthorizationRule
    • Application help pages
      • Access Manager Directory configuration page
      • Access Manager Directory Devices page
      • Access Manager Directory Groups page
      • Lithnet LAPS configuration page (Access Manager Directory)
      • Access Manager Directory Registration Keys page
      • Lithnet LAPS configuration page (Active Directory)
      • Microsoft LAPS configuration page
      • Active Directory configuration page
      • Auditing page
      • Authentication configuration page
      • Computer authorization rules page
      • Role authorization rules page
      • Azure Active Directory configuration page
      • BitLocker configuration page
      • Database configuration page
      • Effective access page
      • Email configuration page
      • IP Address detection configuration page
      • Just-in-time access configuration page
      • Licensing configuration page
      • Rate limit configuration page
      • Host configuration page
      • User interface configuration page
      • Security page
    • Getting Support
Powered by GitBook
On this page
  • Global properties
  • Request element
  • Response element
  • User element
  • Role element
  • Computer element

Was this helpful?

  1. Help and support
  2. Advanced help topics

Variables available in audit notification channels

PreviousCustomized auditing with PowerShell notification channelsNextSetting up audit templates

Last updated 2 years ago

Was this helpful?

Access Manager provides a comprehensive set of variables you can use in your audit notifications.

See the guides on and to learn how to use these variables in your audit scripts and templates.

Global properties

Property
Format/Type
Description

DateTime

string

The current date and time, in local server time

DateTimeUtc

string

The current date and time, in UTC time

Request element

This group of attributes represents the incoming request

Property
Format/Type
Description

Request.Target

string

The name of the target that the user requested access to

Request.TargetType

Computer or Role

The type of resource the user requested access to

Request.Reason

string

The reason that the user provided when requesting access

Request.IPAddress

IPv4 or IPv6 address string

The IP address of requestor

Request.HostName

string

The host name of the requestor, if available via reverse DNS lookup

Request.RequestedDuration

TimeSpan

The requested duration of access

Response element

This group of attributes represents the result of the access evaluation

Property
Format/Type
Description

Response.Target

string

The name of the target that the access request was evaluated against

Response.TargetType

Computer or Role

The type of resource that was evaluated

Response.IsSuccess

true or false

Indicates if access was granted to the resource

Response.IsFailure

true or false

Indicates if access was denied to the resource

Response.NotificationChannels

string

A comma-separated list of audit channels IDs that apply to this access response

Response.MatchedRule

string

The ID of the authorization rule that was used to make the access decision

Response.MatchedRuleDescription

string

The 'description' field from the authorization rule that was used to make the access decision

Response.ExpireAfter

TimeSpan

The duration of time that access was granted for

Response.Code

Success, NoMatchingRuleForTarget, NoMatchingRuleForUser, ExplicitlyDenied, UserRateLimitExceeded, IpRateLimitExceeded

The result of the authorization decision. Codes other than Success represent an 'access denied' response.

Response.AccessType

None, LocalAdminPassword, LocalAdminPasswordHistory, Jit, Bitlocker

The type of access that was granted

Response.AccessTypeDescription

string

The friendly name of the type of access that was granted

Response.AccessExpiryDate

DateTime

The date and time when the user's access will expire, expressed in local server time

Response.Message

string

A user-friendly message describing the outcome of the access decision

User element

This group of attributes represents the user who performed the access request

Property
Format/Type
Description

User.Username

string

The samAccountName of the user requesting access

User.FullyQualifiedName

string

The user's username in domain\username format

User.DisplayName

string

The display name of the user

User.Sid

string

The user's security identifier

User.EmailAddress

string

The user's email address

Role element

If the authorization request was for a role, then this property will be populated with information about the role authorization rule

Property
Format/Type
Description

Role.Name

string

The name of the role

Role.Description

string

The description of the role

Role.MaximumAllowedDuration

TimeSpan

The maximum amount of time that the user can request for the role according to the authorization rule

Computer element

If the authorization request for a computer, then this property will be populated with information about the computer

Property
Format/Type
Description

Computer.Name

string

The short name of the computer

Computer.Description

string

The description of the computer

Computer.FullyQualifiedName

string

The name of the computer in domain\computer format

Computer.DnsHostName

string

The computer's DNS host name, if known

Computer.DisplayName

string

The computer's display name

Computer.ObjectId

string

A unique identifier for the computer

Computer.Sid

string

The computer's security identifier

Computer.AuthorityType

ActiveDirectory, AzureActiveDirectory, Ams

The authoritative directory where this computer is located

Computer.AuthorityId

string

The ID of the authority where the computer is located

Computer.AuthorityDeviceId

string

The unique ID for the device, specific to the device's authority

PowerShell auditing scripts
HTML and JSON audit templates