Class UpdateBrandingRequestContent
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
[Serializable]
public record UpdateBrandingRequestContent : IEquatable<UpdateBrandingRequestContent>
- Inheritance
-
UpdateBrandingRequestContent
- Implements
- Inherited Members
- Extension Methods
Properties
Colors
[JsonPropertyName("colors")]
public Optional<UpdateBrandingColors?> Colors { get; set; }
Property Value
FaviconUrl
URL for the favicon. Must use HTTPS.
[JsonPropertyName("favicon_url")]
public Optional<string?> FaviconUrl { get; set; }
Property Value
Font
[JsonPropertyName("font")]
public Optional<UpdateBrandingFont?> Font { get; set; }
Property Value
LogoUrl
URL for the logo. Must use HTTPS.
[JsonPropertyName("logo_url")]
public Optional<string?> LogoUrl { 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.