Class UpdateTriggerBindingEntry
- Namespace
- Auth0.ManagementApi.Models.Actions
- Assembly
- Auth0.ManagementApi.dll
public class UpdateTriggerBindingEntry
- Inheritance
-
UpdateTriggerBindingEntry
- Inherited Members
Properties
DisplayName
The name of the binding.
[JsonProperty("display_name")]
public string DisplayName { get; set; }
Property Value
Ref
A reference to an action. An action can be referred to by ID or by Name.
[JsonProperty("ref")]
public UpdateTriggerBindingEntry.BindingRef Ref { get; set; }