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

Documentation for entity of ActionExecution.

Link to this section Summary

Link to this section Types

Specs

t() :: %Auth0.Entity.ActionExecution{
  created_at: String.t(),
  id: String.t(),
  results: [Auth0.Entity.ActionExecution.Result.t()],
  status: String.t(),
  trigger_id: String.t(),
  updated_at: String.t()
}

Link to this section Functions

Specs

from(map()) :: t()