Class ActionBinding
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
Binding is the associative entity joining a trigger, and an action together.
[Serializable]
public record ActionBinding : IJsonOnDeserialized, IEquatable<ActionBinding>
- Inheritance
-
ActionBinding
- Implements
- Inherited Members
- Extension Methods
Properties
Action
[JsonPropertyName("action")]
public Action? Action { get; set; }
Property Value
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
CreatedAt
The time when the binding was created.
[JsonPropertyName("created_at")]
public DateTime? CreatedAt { get; set; }
Property Value
DisplayName
The name of the binding.
[JsonPropertyName("display_name")]
public string? DisplayName { get; set; }
Property Value
Id
The unique ID of this binding.
[JsonPropertyName("id")]
public string? Id { get; set; }
Property Value
TriggerId
[JsonPropertyName("trigger_id")]
public ActionTriggerTypeEnum? TriggerId { get; set; }
Property Value
UpdatedAt
The time when the binding was updated.
[JsonPropertyName("updated_at")]
public DateTime? UpdatedAt { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.