Class Lambda

java.lang.Object
io.fusionauth.domain.Lambda
All Implemented Interfaces:
Buildable<Lambda>

public class Lambda extends Object implements Buildable<Lambda>
A JavaScript lambda function that is executed during certain events inside FusionAuth.
Author:
Brian Pontarelli
  • Field Details

    • body

      public String body
    • debug

      public boolean debug
    • enabled

      @Deprecated public boolean enabled
      Deprecated.
      Do not use this property, if you are binding to it, be advised this will be removed in a future version.
      Was never used, only left here for backwards compatibility.
    • engineType

      public LambdaEngineType engineType
    • id

      public UUID id
    • insertInstant

      public ZonedDateTime insertInstant
    • lastUpdateInstant

      public ZonedDateTime lastUpdateInstant
    • name

      public String name
    • type

      public LambdaType type
  • Constructor Details

    • Lambda

      public Lambda()
    • Lambda

      public Lambda(Lambda lambda)
  • Method Details