Class TenantSettingsGuardianPage
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
Guardian page customization.
[Serializable]
public record TenantSettingsGuardianPage : IJsonOnDeserialized, IEquatable<TenantSettingsGuardianPage>
- Inheritance
-
TenantSettingsGuardianPage
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
Enabled
Whether to use the custom Guardian HTML (true) or the default Auth0 page (false, default)
[JsonPropertyName("enabled")]
public bool? Enabled { get; set; }
Property Value
- bool?
Html
Custom Guardian HTML (Liquid syntax is supported).
[JsonPropertyName("html")]
public string? Html { 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.