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

Documentation for entity of Rule.

Link to this section Summary

Link to this section Types

Specs

t() :: %Auth0.Entity.Rule{
  enabled: boolean(),
  id: String.t(),
  name: String.t(),
  order: integer(),
  script: String.t(),
  stage: String.t()
}

Link to this section Functions

Specs

from(map()) :: t()