Table of Contents

Class UpdateTriggerBindingEntry.BindingRef

Namespace
Auth0.ManagementApi.Models.Actions
Assembly
Auth0.ManagementApi.dll
public class UpdateTriggerBindingEntry.BindingRef
Inheritance
UpdateTriggerBindingEntry.BindingRef
Inherited Members

Properties

Type

How the action is being referred to: action_id or action_name.

[JsonProperty("type")]
public string Type { get; set; }

Property Value

string

Value

The id or name of an action that is being bound to a trigger.

[JsonProperty("value")]
public string Value { get; set; }

Property Value

string