Class BrandingThemeColors
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
[Serializable]
public record BrandingThemeColors : IJsonOnDeserialized, IEquatable<BrandingThemeColors>
- Inheritance
-
BrandingThemeColors
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
BaseFocusColor
Base Focus Color
[JsonPropertyName("base_focus_color")]
public string? BaseFocusColor { get; set; }
Property Value
BaseHoverColor
Base Hover Color
[JsonPropertyName("base_hover_color")]
public string? BaseHoverColor { get; set; }
Property Value
BodyText
Body text
[JsonPropertyName("body_text")]
public required string BodyText { get; set; }
Property Value
CaptchaWidgetTheme
[JsonPropertyName("captcha_widget_theme")]
public BrandingThemeColorsCaptchaWidgetThemeEnum? CaptchaWidgetTheme { get; set; }
Property Value
Error
Error
[JsonPropertyName("error")]
public required string Error { get; set; }
Property Value
Header
Header
[JsonPropertyName("header")]
public required string Header { get; set; }
Property Value
Icons
Icons
[JsonPropertyName("icons")]
public required string Icons { get; set; }
Property Value
InputBackground
Input background
[JsonPropertyName("input_background")]
public required string InputBackground { get; set; }
Property Value
InputBorder
Input border
[JsonPropertyName("input_border")]
public required string InputBorder { get; set; }
Property Value
InputFilledText
Input filled text
[JsonPropertyName("input_filled_text")]
public required string InputFilledText { get; set; }
Property Value
InputLabelsPlaceholders
[JsonPropertyName("input_labels_placeholders")]
public required string InputLabelsPlaceholders { get; set; }
Property Value
LinksFocusedComponents
[JsonPropertyName("links_focused_components")]
public required string LinksFocusedComponents { get; set; }
Property Value
PrimaryButton
Primary button
[JsonPropertyName("primary_button")]
public required string PrimaryButton { get; set; }
Property Value
PrimaryButtonLabel
Primary button label
[JsonPropertyName("primary_button_label")]
public required string PrimaryButtonLabel { get; set; }
Property Value
ReadOnlyBackground
Read only background
[JsonPropertyName("read_only_background")]
public string? ReadOnlyBackground { get; set; }
Property Value
SecondaryButtonBorder
Secondary button border
[JsonPropertyName("secondary_button_border")]
public required string SecondaryButtonBorder { get; set; }
Property Value
SecondaryButtonLabel
Secondary button label
[JsonPropertyName("secondary_button_label")]
public required string SecondaryButtonLabel { get; set; }
Property Value
Success
Success
[JsonPropertyName("success")]
public required string Success { get; set; }
Property Value
WidgetBackground
Widget background
[JsonPropertyName("widget_background")]
public required string WidgetBackground { get; set; }
Property Value
WidgetBorder
Widget border
[JsonPropertyName("widget_border")]
public required string WidgetBorder { 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.