Class ActionBindingRef
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
A reference to an action. An action can be referred to by ID or by Name.
[Serializable]
public record ActionBindingRef : IJsonOnDeserialized, IJsonOnSerializing, IEquatable<ActionBindingRef>
- Inheritance
-
ActionBindingRef
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public AdditionalProperties AdditionalProperties { get; set; }
Property Value
Type
[JsonPropertyName("type")]
public ActionBindingRefTypeEnum? Type { get; set; }
Property Value
Value
The id or name of an action that is being bound to a trigger.
[JsonPropertyName("value")]
public string? Value { 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.