Table of Contents

Class TenantSettingsErrorPage

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll

Error page customization.

[Serializable]
public record TenantSettingsErrorPage : IJsonOnDeserialized, IEquatable<TenantSettingsErrorPage>
Inheritance
TenantSettingsErrorPage
Implements
Inherited Members
Extension Methods

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

Html

Custom Error HTML (Liquid syntax is supported).

[JsonPropertyName("html")]
public string? Html { get; set; }

Property Value

string

Whether to show the link to log as part of the default error page (true, default) or not to show the link (false).

[JsonPropertyName("show_log_link")]
public bool? ShowLogLink { get; set; }

Property Value

bool?

Url

URL to redirect to when an error occurs instead of showing the default error page.

[JsonPropertyName("url")]
public string? Url { get; set; }

Property Value

string

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.