Auth0.Entity.Log (Auth0Api v1.4.0) View Source

Documentation for entity of Log.

Link to this section Summary

Link to this section Types

Specs

t() :: %Auth0.Entity.Log{
  audience: String.t(),
  client_id: String.t(),
  client_name: String.t(),
  connection: String.t(),
  connection_id: String.t(),
  date: String.t(),
  description: String.t(),
  details: map(),
  hostname: String.t(),
  ip: String.t(),
  isMobile: boolean(),
  location_info: Auth0.Entity.Log.LocationInfo.t(),
  log_id: String.t(),
  scope: String.t(),
  strategy: String.t(),
  strategy_type: String.t(),
  type: String.t(),
  user_agent: String.t(),
  user_id: String.t(),
  user_name: String.t()
}

Link to this section Functions

Specs

from(map()) :: t()