Table of Contents

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

string

Id

The actions extensibility point.

[JsonProperty("id")]
public string Id { get; set; }

Property Value

string

Runtimes

Runtimes supported by this trigger.

[JsonProperty("runtimes")]
public IList<string> Runtimes { get; set; }

Property Value

IList<string>

Status

The trigger's status.

[JsonProperty("status")]
public string Status { get; set; }

Property Value

string

Version

The version of a trigger. v1, v2, etc.

[JsonProperty("version")]
public string Version { get; set; }

Property Value

string