Class Trigger
- Namespace
- Auth0.ManagementApi.Models.Actions
- Assembly
- Auth0.ManagementApi.dll
Represents a Trigger in Auth0
public class Trigger
- Inheritance
-
Trigger
- Inherited Members
Properties
DefaultRuntime
Runtime that will be used when none is specified when creating an action.
[JsonProperty("default_runtime")]
public string DefaultRuntime { get; set; }
Property Value
Id
The actions extensibility point.
[JsonProperty("id")]
public string Id { get; set; }
Property Value
Runtimes
Runtimes supported by this trigger.
[JsonProperty("runtimes")]
public IList<string> Runtimes { get; set; }
Property Value
Status
The trigger's status.
[JsonProperty("status")]
public string Status { get; set; }
Property Value
Version
The version of a trigger. v1, v2, etc.
[JsonProperty("version")]
public string Version { get; set; }