Back to Node Auth0

Interface UpdateAculResponseContent

docs/interfaces/management.Management.UpdateAculResponseContent.html

5.9.12.3 KB
Original Source

Interface UpdateAculResponseContent

interface UpdateAculResponseContent {
rendering_mode?: Management.AculRenderingModeEnum;
context_configuration?: AculContextConfiguration;
default_head_tags_disabled?: boolean | null;
use_page_template?: boolean | null;
head_tags?: AculHeadTag[] | null;
filters?: AculFilters | null;
key: string: any;
}

Indexable

Accepts any additional properties

Index

Properties

rendering_mode?context_configuration?default_head_tags_disabled?use_page_template?head_tags?filters?

Properties

Optionalrendering_mode

rendering_mode?: Management.AculRenderingModeEnum

Rendering mode

Optionalcontext_configuration

context_configuration?: AculContextConfiguration

Optionaldefault_head_tags_disabled

default_head_tags_disabled?: boolean | null

Override Universal Login default head tags

Optionaluse_page_template

use_page_template?: boolean | null

Use page template with ACUL

Optionalhead_tags

head_tags?: AculHeadTag[] | null

An array of head tags

Optionalfilters

filters?: AculFilters | null

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties rendering_modecontext_configurationdefault_head_tags_disableduse_page_templatehead_tagsfilters