Table of Contents

Class BrandingThemePageBackground

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll
[Serializable]
public record BrandingThemePageBackground : IJsonOnDeserialized, IEquatable<BrandingThemePageBackground>
Inheritance
BrandingThemePageBackground
Implements
Inherited Members
Extension Methods

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

BackgroundColor

Background color

[JsonPropertyName("background_color")]
public required string BackgroundColor { get; set; }

Property Value

string

BackgroundImageUrl

Background image url

[JsonPropertyName("background_image_url")]
public required string BackgroundImageUrl { get; set; }

Property Value

string

PageLayout

[JsonPropertyName("page_layout")]
public required BrandingThemePageBackgroundPageLayoutEnum PageLayout { get; set; }

Property Value

BrandingThemePageBackgroundPageLayoutEnum

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.