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
CreatedAt
The time when the binding was created.
[JsonProperty("created_at")]
public DateTime CreatedAt { get; set; }
Property Value
DisplayName
The name of the binding.
[JsonProperty("display_name")]
public string DisplayName { get; set; }
Property Value
Id
The unique ID of this binding.
[JsonProperty("id")]
public string Id { get; set; }
Property Value
TriggerId
The actions extensibility point.
[JsonProperty("trigger_id")]
public string TriggerId { get; set; }
Property Value
UpdatedAt
The time when the binding was updated.
[JsonProperty("updated_at")]
public DateTime UpdatedAt { get; set; }