Class UpdateBrandingColors
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
Custom color settings.
[Serializable]
public record UpdateBrandingColors : IJsonOnDeserialized, IEquatable<UpdateBrandingColors>
- Inheritance
-
UpdateBrandingColors
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
PageBackground
[JsonPropertyName("page_background")]
public UpdateBrandingPageBackground? PageBackground { get; set; }
Property Value
Primary
Accent color.
[JsonPropertyName("primary")]
public Optional<string?> Primary { 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.