正解:C
In ServiceNow, impersonation allows administrators to act as another user to troubleshoot, test permissions, or verify user experiences.
To log impersonation events in the System Log, the system property:
CopyEdit
glide.sys.log_impersonation
must be added and set to true (true).
Key Features of glide.sys.log_impersonation:
✅ Logs who impersonated whom in the System Log.
✅ Captures timestamp, user details, and session activity.
✅ Helps with auditing and security compliance.
How to Enable Impersonation Logging:
Navigate to System Definition > System Properties.
Search for glide.sys.log_impersonation.
If it doesn't exist, create it:
Name: glide.sys.log_impersonation
Type: True/False
Value: true
Save the property and test impersonation.
Why Other Options Are Incorrect?
A . glide.user_setting → ❌ Incorrect
Not related to impersonation logging.
Deals with user preferences and settings.
B . glide.sys.all_impersonation → ❌ Incorrect
No such property exists in ServiceNow.
D . glide.impersonation_setting → ❌ Incorrect
Incorrect property name; does not exist.
E . glide.sys.admin_login → ❌ Incorrect
Logs admin logins, not impersonation events.
Official ServiceNow Documentation Reference:
Impersonating Users in ServiceNow
System Logs & Impersonation Tracking