TraceDetails
Information related to the user who initiated the operation, including device, browser, and dashboard user identity.
type TraceDetails {
ip: AWSIPAddress
userAgent: String
comment: String
countryCode: String
lang: String
deviceType: DeviceType
deviceModel: String
browser: String
browserVersion: String
browserAccept: String
os: String
osVersion: String
source: String
sourceVersion: String
userId: ID
userEmail: String
userName: String
}
Fields
TraceDetails.ip ● AWSIPAddress scalar
The IP address where the operation originated.
TraceDetails.userAgent ● String scalar
Full user agent string of the browser session.
TraceDetails.comment ● String scalar
Free-form note attached to the action.
TraceDetails.countryCode ● String scalar
Two-letter country code (ISO 3166-1 alpha-2).
TraceDetails.lang ● String scalar
Two-letter language code (ISO 639-1).
TraceDetails.deviceType ● DeviceType enum
Device type, could be desktop, mobile, smartTV, tablet.
TraceDetails.deviceModel ● String scalar
Information about the device used for the browser session (e.g., iPhone).
TraceDetails.browser ● String scalar
The browser used in this browser session (e.g., Mobile Safari).
TraceDetails.browserVersion ● String scalar
The version for the browser session (e.g., 13.1.1).
TraceDetails.browserAccept ● String scalar
Browser accept header.
TraceDetails.os ● String scalar
Operation system (e.g., iOS).
TraceDetails.osVersion ● String scalar
Operation system version (e.g., 13.5.1).
TraceDetails.source ● String scalar
The source component from where the operation was generated (mostly for our SDKs).
TraceDetails.sourceVersion ● String scalar
The source component version from where the operation was generated (mostly for our SDKs).
TraceDetails.userId ● ID scalar
The ID of the user that started the operation.
TraceDetails.userEmail ● String scalar
The email of the user that started the operation.
TraceDetails.userName ● String scalar
Display name of the dashboard user who performed the action.
Member Of
Charge object ● ChargeEventObject object ● Payment object ● Subscription object ● SubscriptionEventObject object