Class ActionBindingWithRef
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
[Serializable]
public record ActionBindingWithRef : IJsonOnDeserialized, IEquatable<ActionBindingWithRef>
- Inheritance
-
ActionBindingWithRef
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
DisplayName
The name of the binding.
[JsonPropertyName("display_name")]
public string? DisplayName { get; set; }
Property Value
Ref
[JsonPropertyName("ref")]
public required ActionBindingRef Ref { get; set; }
Property Value
Secrets
The list of secrets that are included in an action or a version of an action.
[JsonPropertyName("secrets")]
public IEnumerable<ActionSecretRequest>? Secrets { 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.