Table of Contents

Class UpdateAculRequestContent

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

Properties

ContextConfiguration

[JsonPropertyName("context_configuration")]
public Optional<IEnumerable<AculContextConfigurationItem>?> ContextConfiguration { get; set; }

Property Value

Optional<IEnumerable<AculContextConfigurationItem>>

DefaultHeadTagsDisabled

Override Universal Login default head tags

[JsonPropertyName("default_head_tags_disabled")]
public Optional<bool?> DefaultHeadTagsDisabled { get; set; }

Property Value

Optional<bool?>

Filters

[JsonPropertyName("filters")]
public Optional<AculFilters?> Filters { get; set; }

Property Value

Optional<AculFilters>

HeadTags

An array of head tags

[JsonPropertyName("head_tags")]
public Optional<IEnumerable<AculHeadTag>?> HeadTags { get; set; }

Property Value

Optional<IEnumerable<AculHeadTag>>

RenderingMode

Rendering mode

[JsonPropertyName("rendering_mode")]
public AculRenderingModeEnum? RenderingMode { get; set; }

Property Value

AculRenderingModeEnum?

UsePageTemplate

Use page template with ACUL

[JsonPropertyName("use_page_template")]
public Optional<bool?> UsePageTemplate { get; set; }

Property Value

Optional<bool?>

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.