Table of Contents

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

Optional<UpdateBrandingColors>

FaviconUrl

URL for the favicon. Must use HTTPS.

[JsonPropertyName("favicon_url")]
public Optional<string?> FaviconUrl { get; set; }

Property Value

Optional<string>

Font

[JsonPropertyName("font")]
public Optional<UpdateBrandingFont?> Font { get; set; }

Property Value

Optional<UpdateBrandingFont>

LogoUrl

URL for the logo. Must use HTTPS.

[JsonPropertyName("logo_url")]
public Optional<string?> LogoUrl { get; set; }

Property Value

Optional<string>

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.