Table of Contents

Class UpdateTriggerBindingsRequest

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

Request configuration to update the actions that are bound (i.e. attached) to a trigger.

public class UpdateTriggerBindingsRequest
Inheritance
UpdateTriggerBindingsRequest
Inherited Members

Properties

Bindings

The actions that will be bound to this trigger. The order in which they are included will be the order in which they are executed.

[JsonProperty("bindings")]
public IList<UpdateTriggerBindingEntry> Bindings { get; set; }

Property Value

IList<UpdateTriggerBindingEntry>