Sfdc Login Event Log DMO

Login Event Data Model Object

Object API Name: std__SfdcLoginEventLogDmo__dlm
Category: Unassigned
Availability: Available in 262 and later versions
Primary Key Field: RequestIdentifier

  • Field API Name: std__ApiType__c
  • Data Type: TEXT
  • Description: The type of API request.
  • Field API Name: std__ApiVersion__c
  • Data Type: DOUBLE
  • Description: The version of the API that's being used.
  • Field API Name: std__AuthenticatedMethodReference__c
  • Data Type: TEXT
  • Description: The authentication method used by a third-party identification provider for an OpenID Connect single sign-on protocol.
  • Field API Name: std__AuthenticationServiceIdentifier__c
  • Data Type: TEXT
  • Description: The 18-character ID for an authentication service for a login event.
  • Field API Name: std__BrowserType__c
  • Data Type: TEXT
  • Description: The identifier string returned by the browser used at login.
  • Field API Name: std__cdp_sys_record_currency__c
  • Data Type: TEXT
  • Description: System-generated metadata field that stores a 3-letter ISO currency code.
  • Field API Name: std__CipherSuite__c
  • Data Type: TEXT
  • Description: The TLS cipher suite used for the login. Values are OpenSSL-style cipher suite names, with hyphen delimiters.
  • Field API Name: std__ClientIp__c
  • Data Type: TEXT
  • Description: IP address of the client employing salesforce.com services
  • Field API Name: std__CountryCode__c
  • Data Type: TEXT
  • Description: The country where the user's IP address is physically located. This value isn't localized. This field is available in API version 47.0 and later.
  • Field API Name: std__CpuTime__c
  • Data Type: DOUBLE
  • Description: Amount of cpu cycles used by the request
  • Field API Name: std__DatabaseTotalTime__c
  • Data Type: DOUBLE
  • Description: Total time spent in OracleJdbc calls; counts Jdbc driver + Network + Oracle time for execs, fetches and get-connection.
  • Field API Name: std__DataSourceId__c
  • Data Type: TEXT
  • Description: A unique, system-generated identifier for this record.
  • Field API Name: std__DataSourceObjectId__c
  • Data Type: TEXT
  • Description: A unique, system-generated identifier for this record.
  • Field API Name: std__ForwardedForIp__c
  • Data Type: TEXT
  • Description: The value in the X-Forwarded-For header of HTTP requests sent by the client.
  • Field API Name: std__HttpReferer__c
  • Data Type: TEXT
  • Description: The referring URI of the page that's receiving the request.
  • Field API Name: std__InternalOrganizationId__c
  • Data Type: TEXT
  • Description: A unique, system-generated identifier for this record.
  • Field API Name: std__LoginKey__c
  • Data Type: TEXT
  • Description: The hash of the login id to allow click tracking across multiple transactions from login to action
  • Field API Name: std__LoginStatus__c
  • Data Type: TEXT
  • Description: The status of the login attempt.
  • Field API Name: std__LoginSubType__c
  • Data Type: TEXT
  • Description: The type of login flow used. See the LoginSubType field of LoginHistory in the Object Reference guide for the list of possible values.
  • Field API Name: std__LoginType__c
  • Data Type: TEXT
  • Description: The type of login used to access the session. See the LoginType field of LoginHistory in the Object Reference guide for the list of possible values.
  • Field API Name: std__RequestIdentifier__c
  • Data Type: TEXT
  • Description: Globally unique id for a given request
  • Field API Name: std__RequestStatus__c
  • Data Type: TEXT
  • Description: Status of the request for a page view or user interface action. Success - S, Failure - F, Uninitialized - U The code hasn't been updated
  • Field API Name: std__RunTime__c
  • Data Type: DOUBLE
  • Description: Amount of time the request took, as measured by SFDC code
  • Field API Name: std__SessionKey__c
  • Data Type: TEXT
  • Description: The hash of the sid to allow click tracking across multiple transactions after login to action.
  • Field API Name: std__SourceIp__c
  • Data Type: TEXT
  • Description: The source IP of the login request.
  • Field API Name: std__Timestamp__c
  • Data Type: DATETIME
  • Description: Timestamp at which the log event was generated.
  • Field API Name: std__TransportLayerSecurityProtocol__c
  • Data Type: TEXT
  • Description: The TLS protocol used for the login.
  • Field API Name: std__Uri__c
  • Data Type: TEXT
  • Description: URI of the page receiving the request
  • Field API Name: std__UseApiToken__c
  • Data Type: TEXT
  • Description: Login with API Token - T token, or P password.
  • Field API Name: std__UserIdentifier__c
  • Data Type: TEXT
  • Description: ID of the user employing salesforce.com services, whether through the user interface or API
  • Field API Name: std__Username__c
  • Data Type: TEXT
  • Description: The username that's used for login.
  • Field API Name: std__UserType__c
  • Data Type: TEXT
  • Description: Type of the user employing salesforce.com services, whether through the user interface or API