Auth0.Entity.Hook (Auth0Api v1.1.0) View Source

Documentation for entity of Hook.

Link to this section Summary

Link to this section Types

Specs

t() :: %Auth0.Entity.Hook{
  dependencies: map(),
  enabled: boolean(),
  id: String.t(),
  name: String.t(),
  script: String.t(),
  triggerId: String.t()
}

Link to this section Functions

Specs

from(map()) :: t()