Table of Contents

Class TriggerBinding

Namespace
Auth0.ManagementApi.Models.Actions
Assembly
Auth0.ManagementApi.dll

Represents a Trigger Binding in Auth0

public class TriggerBinding
Inheritance
TriggerBinding
Inherited Members

Properties

Action

The connected action.

[JsonProperty("action")]
public Action Action { get; set; }

Property Value

Action

CreatedAt

The time when the binding was created.

[JsonProperty("created_at")]
public DateTime CreatedAt { get; set; }

Property Value

DateTime

DisplayName

The name of the binding.

[JsonProperty("display_name")]
public string DisplayName { get; set; }

Property Value

string

Id

The unique ID of this binding.

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

Property Value

string

TriggerId

The actions extensibility point.

[JsonProperty("trigger_id")]
public string TriggerId { get; set; }

Property Value

string

UpdatedAt

The time when the binding was updated.

[JsonProperty("updated_at")]
public DateTime UpdatedAt { get; set; }

Property Value

DateTime