Table of Contents

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

ReadOnlyAdditionalProperties

DisplayName

The name of the binding.

[JsonPropertyName("display_name")]
public string? DisplayName { get; set; }

Property Value

string

Ref

[JsonPropertyName("ref")]
public required ActionBindingRef Ref { get; set; }

Property Value

ActionBindingRef

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

IEnumerable<ActionSecretRequest>

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.