Table of Contents

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

ReadOnlyAdditionalProperties

PageBackground

[JsonPropertyName("page_background")]
public UpdateBrandingPageBackground? PageBackground { get; set; }

Property Value

UpdateBrandingPageBackground

Primary

Accent color.

[JsonPropertyName("primary")]
public Optional<string?> Primary { 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.