Class EventStreamCloudEventOrgUpdatedObjectBrandingColors
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
Color scheme used to customize the login pages.
[Serializable]
public record EventStreamCloudEventOrgUpdatedObjectBrandingColors : IJsonOnDeserialized, IEquatable<EventStreamCloudEventOrgUpdatedObjectBrandingColors>
- Inheritance
-
EventStreamCloudEventOrgUpdatedObjectBrandingColors
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
PageBackground
HEX Color for background.
[JsonPropertyName("page_background")]
public string? PageBackground { get; set; }
Property Value
Primary
HEX Color for primary elements.
[JsonPropertyName("primary")]
public 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.