Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
UserDetails interface
- Package:
- @microsoft/agents-a365-observability
Details about the human user caller.
Properties
| callerClientIp | The client IP address for the caller |
| tenantId | The tenant ID of the caller |
| userEmail | The email address of the caller |
| userId | The unique identifier for the caller |
| userName | The display name of the caller |
Property Details
callerClientIp
The client IP address for the caller
callerClientIp?: string
Property Value
string
tenantId
The tenant ID of the caller
tenantId?: string
Property Value
string
userEmail
The email address of the caller
userEmail?: string
Property Value
string
userId
The unique identifier for the caller
userId?: string
Property Value
string
userName
The display name of the caller
userName?: string
Property Value
string
