Table of Contents

Class FormFieldCustomConfig

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll
[Serializable]
public record FormFieldCustomConfig : IJsonOnDeserialized, IEquatable<FormFieldCustomConfig>
Inheritance
FormFieldCustomConfig
Implements
Inherited Members
Extension Methods

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

Code

[JsonPropertyName("code")]
public required string Code { get; set; }

Property Value

string

Css

[JsonPropertyName("css")]
public string? Css { get; set; }

Property Value

string

Params

[JsonPropertyName("params")]
public Dictionary<string, string>? Params { get; set; }

Property Value

Dictionary<string, string>

Schema

[JsonPropertyName("schema")]
public Dictionary<string, object?> Schema { get; set; }

Property Value

Dictionary<string, object>

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.