Table of Contents

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

Action

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

CreatedAt

The time when the binding was created.

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

Property Value

DateTime?

DisplayName

The name of the binding.

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

Property Value

string

Id

The unique ID of this binding.

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

Property Value

string

TriggerId

[JsonPropertyName("trigger_id")]
public ActionTriggerTypeEnum? TriggerId { get; set; }

Property Value

ActionTriggerTypeEnum?

UpdatedAt

The time when the binding was updated.

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

Property Value

DateTime?

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.