1. Packages
  2. Auth0 Provider
  3. API Docs
  4. getBrandingTheme
Auth0 v3.17.0 published on Wednesday, Apr 9, 2025 by Pulumi

auth0.getBrandingTheme

Explore with Pulumi AI

Auth0 v3.17.0 published on Wednesday, Apr 9, 2025 by Pulumi

Use this data source to access information about the tenant’s branding theme settings.

Example Usage

import * as pulumi from "@pulumi/pulumi";
import * as auth0 from "@pulumi/auth0";

const myBrandingTheme = auth0.getBrandingTheme({});
Copy
import pulumi
import pulumi_auth0 as auth0

my_branding_theme = auth0.get_branding_theme()
Copy
package main

import (
	"github.com/pulumi/pulumi-auth0/sdk/v3/go/auth0"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)

func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := auth0.LookupBrandingTheme(ctx, map[string]interface{}{}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
Copy
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Auth0 = Pulumi.Auth0;

return await Deployment.RunAsync(() => 
{
    var myBrandingTheme = Auth0.GetBrandingTheme.Invoke();

});
Copy
package generated_program;

import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.auth0.Auth0Functions;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;

public class App {
    public static void main(String[] args) {
        Pulumi.run(App::stack);
    }

    public static void stack(Context ctx) {
        final var myBrandingTheme = Auth0Functions.getBrandingTheme(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference);

    }
}
Copy
variables:
  myBrandingTheme:
    fn::invoke:
      function: auth0:getBrandingTheme
      arguments: {}
Copy

Using getBrandingTheme

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getBrandingTheme(opts?: InvokeOptions): Promise<GetBrandingThemeResult>
function getBrandingThemeOutput(opts?: InvokeOptions): Output<GetBrandingThemeResult>
Copy
def get_branding_theme(opts: Optional[InvokeOptions] = None) -> GetBrandingThemeResult
def get_branding_theme_output(opts: Optional[InvokeOptions] = None) -> Output[GetBrandingThemeResult]
Copy
func LookupBrandingTheme(ctx *Context, opts ...InvokeOption) (*LookupBrandingThemeResult, error)
func LookupBrandingThemeOutput(ctx *Context, opts ...InvokeOption) LookupBrandingThemeResultOutput
Copy

> Note: This function is named LookupBrandingTheme in the Go SDK.

public static class GetBrandingTheme 
{
    public static Task<GetBrandingThemeResult> InvokeAsync(InvokeOptions? opts = null)
    public static Output<GetBrandingThemeResult> Invoke(InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetBrandingThemeResult> getBrandingTheme(InvokeOptions options)
public static Output<GetBrandingThemeResult> getBrandingTheme(InvokeOptions options)
Copy
fn::invoke:
  function: auth0:index/getBrandingTheme:getBrandingTheme
  arguments:
    # arguments dictionary
Copy

getBrandingTheme Result

The following output properties are available:

borders List<Property Map>
colors List<Property Map>
displayName String
The display name for the branding theme.
fonts List<Property Map>
id String
The provider-assigned unique ID for this managed resource.
pageBackgrounds List<Property Map>
widgets List<Property Map>

Supporting Types

GetBrandingThemeBorder

ButtonBorderRadius This property is required. double
Button border radius. Value needs to be between 1 and 10. Defaults to 3.0.
ButtonBorderWeight This property is required. double
Button border weight. Value needs to be between 0 and 10. Defaults to 1.0.
ButtonsStyle This property is required. string
Buttons style. Available options: pill, rounded, sharp. Defaults to rounded.
InputBorderRadius This property is required. double
Input border radius. Value needs to be between 0 and 10. Defaults to 3.0.
InputBorderWeight This property is required. double
Input border weight. Value needs to be between 0 and 3. Defaults to 1.0.
InputsStyle This property is required. string
Inputs style. Available options: pill, rounded, sharp. Defaults to rounded.
ShowWidgetShadow This property is required. bool
Show widget shadow. Defaults to true.
WidgetBorderWeight This property is required. double
Widget border weight. Value needs to be between 0 and 10. Defaults to 0.0.
WidgetCornerRadius This property is required. double
Widget corner radius. Value needs to be between 0 and 50. Defaults to 5.0.
ButtonBorderRadius This property is required. float64
Button border radius. Value needs to be between 1 and 10. Defaults to 3.0.
ButtonBorderWeight This property is required. float64
Button border weight. Value needs to be between 0 and 10. Defaults to 1.0.
ButtonsStyle This property is required. string
Buttons style. Available options: pill, rounded, sharp. Defaults to rounded.
InputBorderRadius This property is required. float64
Input border radius. Value needs to be between 0 and 10. Defaults to 3.0.
InputBorderWeight This property is required. float64
Input border weight. Value needs to be between 0 and 3. Defaults to 1.0.
InputsStyle This property is required. string
Inputs style. Available options: pill, rounded, sharp. Defaults to rounded.
ShowWidgetShadow This property is required. bool
Show widget shadow. Defaults to true.
WidgetBorderWeight This property is required. float64
Widget border weight. Value needs to be between 0 and 10. Defaults to 0.0.
WidgetCornerRadius This property is required. float64
Widget corner radius. Value needs to be between 0 and 50. Defaults to 5.0.
buttonBorderRadius This property is required. Double
Button border radius. Value needs to be between 1 and 10. Defaults to 3.0.
buttonBorderWeight This property is required. Double
Button border weight. Value needs to be between 0 and 10. Defaults to 1.0.
buttonsStyle This property is required. String
Buttons style. Available options: pill, rounded, sharp. Defaults to rounded.
inputBorderRadius This property is required. Double
Input border radius. Value needs to be between 0 and 10. Defaults to 3.0.
inputBorderWeight This property is required. Double
Input border weight. Value needs to be between 0 and 3. Defaults to 1.0.
inputsStyle This property is required. String
Inputs style. Available options: pill, rounded, sharp. Defaults to rounded.
showWidgetShadow This property is required. Boolean
Show widget shadow. Defaults to true.
widgetBorderWeight This property is required. Double
Widget border weight. Value needs to be between 0 and 10. Defaults to 0.0.
widgetCornerRadius This property is required. Double
Widget corner radius. Value needs to be between 0 and 50. Defaults to 5.0.
buttonBorderRadius This property is required. number
Button border radius. Value needs to be between 1 and 10. Defaults to 3.0.
buttonBorderWeight This property is required. number
Button border weight. Value needs to be between 0 and 10. Defaults to 1.0.
buttonsStyle This property is required. string
Buttons style. Available options: pill, rounded, sharp. Defaults to rounded.
inputBorderRadius This property is required. number
Input border radius. Value needs to be between 0 and 10. Defaults to 3.0.
inputBorderWeight This property is required. number
Input border weight. Value needs to be between 0 and 3. Defaults to 1.0.
inputsStyle This property is required. string
Inputs style. Available options: pill, rounded, sharp. Defaults to rounded.
showWidgetShadow This property is required. boolean
Show widget shadow. Defaults to true.
widgetBorderWeight This property is required. number
Widget border weight. Value needs to be between 0 and 10. Defaults to 0.0.
widgetCornerRadius This property is required. number
Widget corner radius. Value needs to be between 0 and 50. Defaults to 5.0.
button_border_radius This property is required. float
Button border radius. Value needs to be between 1 and 10. Defaults to 3.0.
button_border_weight This property is required. float
Button border weight. Value needs to be between 0 and 10. Defaults to 1.0.
buttons_style This property is required. str
Buttons style. Available options: pill, rounded, sharp. Defaults to rounded.
input_border_radius This property is required. float
Input border radius. Value needs to be between 0 and 10. Defaults to 3.0.
input_border_weight This property is required. float
Input border weight. Value needs to be between 0 and 3. Defaults to 1.0.
inputs_style This property is required. str
Inputs style. Available options: pill, rounded, sharp. Defaults to rounded.
show_widget_shadow This property is required. bool
Show widget shadow. Defaults to true.
widget_border_weight This property is required. float
Widget border weight. Value needs to be between 0 and 10. Defaults to 0.0.
widget_corner_radius This property is required. float
Widget corner radius. Value needs to be between 0 and 50. Defaults to 5.0.
buttonBorderRadius This property is required. Number
Button border radius. Value needs to be between 1 and 10. Defaults to 3.0.
buttonBorderWeight This property is required. Number
Button border weight. Value needs to be between 0 and 10. Defaults to 1.0.
buttonsStyle This property is required. String
Buttons style. Available options: pill, rounded, sharp. Defaults to rounded.
inputBorderRadius This property is required. Number
Input border radius. Value needs to be between 0 and 10. Defaults to 3.0.
inputBorderWeight This property is required. Number
Input border weight. Value needs to be between 0 and 3. Defaults to 1.0.
inputsStyle This property is required. String
Inputs style. Available options: pill, rounded, sharp. Defaults to rounded.
showWidgetShadow This property is required. Boolean
Show widget shadow. Defaults to true.
widgetBorderWeight This property is required. Number
Widget border weight. Value needs to be between 0 and 10. Defaults to 0.0.
widgetCornerRadius This property is required. Number
Widget corner radius. Value needs to be between 0 and 50. Defaults to 5.0.

GetBrandingThemeColor

BaseFocusColor This property is required. string
Base focus color. Defaults to #635dff.
BaseHoverColor This property is required. string
Base hover color. Defaults to #000000.
BodyText This property is required. string
Body text. Defaults to #1e212a.
CaptchaWidgetTheme This property is required. string
Captcha Widget Theme.
Error This property is required. string
Error. Defaults to #d03c38.
Header This property is required. string
Header. Defaults to #1e212a.
Icons This property is required. string
Icons. Defaults to #65676e.
InputBackground This property is required. string
Input background. Defaults to #ffffff.
InputBorder This property is required. string
Input border. Defaults to #c9cace.
InputFilledText This property is required. string
Input filled text. Defaults to #000000.
InputLabelsPlaceholders This property is required. string
Input labels & placeholders. Defaults to #65676e.
LinksFocusedComponents This property is required. string
Links & focused components. Defaults to #635dff.
PrimaryButton This property is required. string
Primary button. Defaults to #635dff.
PrimaryButtonLabel This property is required. string
Primary button label. Defaults to #ffffff.
SecondaryButtonBorder This property is required. string
Secondary button border. Defaults to #c9cace.
SecondaryButtonLabel This property is required. string
Secondary button label. Defaults to #1e212a.
Success This property is required. string
Success. Defaults to #13a688.
WidgetBackground This property is required. string
Widget background. Defaults to #ffffff.
WidgetBorder This property is required. string
Widget border. Defaults to #c9cace.
BaseFocusColor This property is required. string
Base focus color. Defaults to #635dff.
BaseHoverColor This property is required. string
Base hover color. Defaults to #000000.
BodyText This property is required. string
Body text. Defaults to #1e212a.
CaptchaWidgetTheme This property is required. string
Captcha Widget Theme.
Error This property is required. string
Error. Defaults to #d03c38.
Header This property is required. string
Header. Defaults to #1e212a.
Icons This property is required. string
Icons. Defaults to #65676e.
InputBackground This property is required. string
Input background. Defaults to #ffffff.
InputBorder This property is required. string
Input border. Defaults to #c9cace.
InputFilledText This property is required. string
Input filled text. Defaults to #000000.
InputLabelsPlaceholders This property is required. string
Input labels & placeholders. Defaults to #65676e.
LinksFocusedComponents This property is required. string
Links & focused components. Defaults to #635dff.
PrimaryButton This property is required. string
Primary button. Defaults to #635dff.
PrimaryButtonLabel This property is required. string
Primary button label. Defaults to #ffffff.
SecondaryButtonBorder This property is required. string
Secondary button border. Defaults to #c9cace.
SecondaryButtonLabel This property is required. string
Secondary button label. Defaults to #1e212a.
Success This property is required. string
Success. Defaults to #13a688.
WidgetBackground This property is required. string
Widget background. Defaults to #ffffff.
WidgetBorder This property is required. string
Widget border. Defaults to #c9cace.
baseFocusColor This property is required. String
Base focus color. Defaults to #635dff.
baseHoverColor This property is required. String
Base hover color. Defaults to #000000.
bodyText This property is required. String
Body text. Defaults to #1e212a.
captchaWidgetTheme This property is required. String
Captcha Widget Theme.
error This property is required. String
Error. Defaults to #d03c38.
header This property is required. String
Header. Defaults to #1e212a.
icons This property is required. String
Icons. Defaults to #65676e.
inputBackground This property is required. String
Input background. Defaults to #ffffff.
inputBorder This property is required. String
Input border. Defaults to #c9cace.
inputFilledText This property is required. String
Input filled text. Defaults to #000000.
inputLabelsPlaceholders This property is required. String
Input labels & placeholders. Defaults to #65676e.
linksFocusedComponents This property is required. String
Links & focused components. Defaults to #635dff.
primaryButton This property is required. String
Primary button. Defaults to #635dff.
primaryButtonLabel This property is required. String
Primary button label. Defaults to #ffffff.
secondaryButtonBorder This property is required. String
Secondary button border. Defaults to #c9cace.
secondaryButtonLabel This property is required. String
Secondary button label. Defaults to #1e212a.
success This property is required. String
Success. Defaults to #13a688.
widgetBackground This property is required. String
Widget background. Defaults to #ffffff.
widgetBorder This property is required. String
Widget border. Defaults to #c9cace.
baseFocusColor This property is required. string
Base focus color. Defaults to #635dff.
baseHoverColor This property is required. string
Base hover color. Defaults to #000000.
bodyText This property is required. string
Body text. Defaults to #1e212a.
captchaWidgetTheme This property is required. string
Captcha Widget Theme.
error This property is required. string
Error. Defaults to #d03c38.
header This property is required. string
Header. Defaults to #1e212a.
icons This property is required. string
Icons. Defaults to #65676e.
inputBackground This property is required. string
Input background. Defaults to #ffffff.
inputBorder This property is required. string
Input border. Defaults to #c9cace.
inputFilledText This property is required. string
Input filled text. Defaults to #000000.
inputLabelsPlaceholders This property is required. string
Input labels & placeholders. Defaults to #65676e.
linksFocusedComponents This property is required. string
Links & focused components. Defaults to #635dff.
primaryButton This property is required. string
Primary button. Defaults to #635dff.
primaryButtonLabel This property is required. string
Primary button label. Defaults to #ffffff.
secondaryButtonBorder This property is required. string
Secondary button border. Defaults to #c9cace.
secondaryButtonLabel This property is required. string
Secondary button label. Defaults to #1e212a.
success This property is required. string
Success. Defaults to #13a688.
widgetBackground This property is required. string
Widget background. Defaults to #ffffff.
widgetBorder This property is required. string
Widget border. Defaults to #c9cace.
base_focus_color This property is required. str
Base focus color. Defaults to #635dff.
base_hover_color This property is required. str
Base hover color. Defaults to #000000.
body_text This property is required. str
Body text. Defaults to #1e212a.
captcha_widget_theme This property is required. str
Captcha Widget Theme.
error This property is required. str
Error. Defaults to #d03c38.
header This property is required. str
Header. Defaults to #1e212a.
icons This property is required. str
Icons. Defaults to #65676e.
input_background This property is required. str
Input background. Defaults to #ffffff.
input_border This property is required. str
Input border. Defaults to #c9cace.
input_filled_text This property is required. str
Input filled text. Defaults to #000000.
input_labels_placeholders This property is required. str
Input labels & placeholders. Defaults to #65676e.
links_focused_components This property is required. str
Links & focused components. Defaults to #635dff.
primary_button This property is required. str
Primary button. Defaults to #635dff.
primary_button_label This property is required. str
Primary button label. Defaults to #ffffff.
secondary_button_border This property is required. str
Secondary button border. Defaults to #c9cace.
secondary_button_label This property is required. str
Secondary button label. Defaults to #1e212a.
success This property is required. str
Success. Defaults to #13a688.
widget_background This property is required. str
Widget background. Defaults to #ffffff.
widget_border This property is required. str
Widget border. Defaults to #c9cace.
baseFocusColor This property is required. String
Base focus color. Defaults to #635dff.
baseHoverColor This property is required. String
Base hover color. Defaults to #000000.
bodyText This property is required. String
Body text. Defaults to #1e212a.
captchaWidgetTheme This property is required. String
Captcha Widget Theme.
error This property is required. String
Error. Defaults to #d03c38.
header This property is required. String
Header. Defaults to #1e212a.
icons This property is required. String
Icons. Defaults to #65676e.
inputBackground This property is required. String
Input background. Defaults to #ffffff.
inputBorder This property is required. String
Input border. Defaults to #c9cace.
inputFilledText This property is required. String
Input filled text. Defaults to #000000.
inputLabelsPlaceholders This property is required. String
Input labels & placeholders. Defaults to #65676e.
linksFocusedComponents This property is required. String
Links & focused components. Defaults to #635dff.
primaryButton This property is required. String
Primary button. Defaults to #635dff.
primaryButtonLabel This property is required. String
Primary button label. Defaults to #ffffff.
secondaryButtonBorder This property is required. String
Secondary button border. Defaults to #c9cace.
secondaryButtonLabel This property is required. String
Secondary button label. Defaults to #1e212a.
success This property is required. String
Success. Defaults to #13a688.
widgetBackground This property is required. String
Widget background. Defaults to #ffffff.
widgetBorder This property is required. String
Widget border. Defaults to #c9cace.

GetBrandingThemeFont

BodyTexts This property is required. List<GetBrandingThemeFontBodyText>
Body text.
ButtonsTexts This property is required. List<GetBrandingThemeFontButtonsText>
Buttons text.
FontUrl This property is required. string
Font URL. Defaults to an empty string.
InputLabels This property is required. List<GetBrandingThemeFontInputLabel>
Input labels.
Links This property is required. List<GetBrandingThemeFontLink>
Links.
LinksStyle This property is required. string
Links style. Defaults to normal.
ReferenceTextSize This property is required. double
Reference text size. Value needs to be between 12 and 24. Defaults to 16.0.
Subtitles This property is required. List<GetBrandingThemeFontSubtitle>
Subtitle.
Titles This property is required. List<GetBrandingThemeFontTitle>
Title.
BodyTexts This property is required. []GetBrandingThemeFontBodyText
Body text.
ButtonsTexts This property is required. []GetBrandingThemeFontButtonsText
Buttons text.
FontUrl This property is required. string
Font URL. Defaults to an empty string.
InputLabels This property is required. []GetBrandingThemeFontInputLabel
Input labels.
Links This property is required. []GetBrandingThemeFontLink
Links.
LinksStyle This property is required. string
Links style. Defaults to normal.
ReferenceTextSize This property is required. float64
Reference text size. Value needs to be between 12 and 24. Defaults to 16.0.
Subtitles This property is required. []GetBrandingThemeFontSubtitle
Subtitle.
Titles This property is required. []GetBrandingThemeFontTitle
Title.
bodyTexts This property is required. List<GetBrandingThemeFontBodyText>
Body text.
buttonsTexts This property is required. List<GetBrandingThemeFontButtonsText>
Buttons text.
fontUrl This property is required. String
Font URL. Defaults to an empty string.
inputLabels This property is required. List<GetBrandingThemeFontInputLabel>
Input labels.
links This property is required. List<GetBrandingThemeFontLink>
Links.
linksStyle This property is required. String
Links style. Defaults to normal.
referenceTextSize This property is required. Double
Reference text size. Value needs to be between 12 and 24. Defaults to 16.0.
subtitles This property is required. List<GetBrandingThemeFontSubtitle>
Subtitle.
titles This property is required. List<GetBrandingThemeFontTitle>
Title.
bodyTexts This property is required. GetBrandingThemeFontBodyText[]
Body text.
buttonsTexts This property is required. GetBrandingThemeFontButtonsText[]
Buttons text.
fontUrl This property is required. string
Font URL. Defaults to an empty string.
inputLabels This property is required. GetBrandingThemeFontInputLabel[]
Input labels.
links This property is required. GetBrandingThemeFontLink[]
Links.
linksStyle This property is required. string
Links style. Defaults to normal.
referenceTextSize This property is required. number
Reference text size. Value needs to be between 12 and 24. Defaults to 16.0.
subtitles This property is required. GetBrandingThemeFontSubtitle[]
Subtitle.
titles This property is required. GetBrandingThemeFontTitle[]
Title.
body_texts This property is required. Sequence[GetBrandingThemeFontBodyText]
Body text.
buttons_texts This property is required. Sequence[GetBrandingThemeFontButtonsText]
Buttons text.
font_url This property is required. str
Font URL. Defaults to an empty string.
input_labels This property is required. Sequence[GetBrandingThemeFontInputLabel]
Input labels.
links This property is required. Sequence[GetBrandingThemeFontLink]
Links.
links_style This property is required. str
Links style. Defaults to normal.
reference_text_size This property is required. float
Reference text size. Value needs to be between 12 and 24. Defaults to 16.0.
subtitles This property is required. Sequence[GetBrandingThemeFontSubtitle]
Subtitle.
titles This property is required. Sequence[GetBrandingThemeFontTitle]
Title.
bodyTexts This property is required. List<Property Map>
Body text.
buttonsTexts This property is required. List<Property Map>
Buttons text.
fontUrl This property is required. String
Font URL. Defaults to an empty string.
inputLabels This property is required. List<Property Map>
Input labels.
links This property is required. List<Property Map>
Links.
linksStyle This property is required. String
Links style. Defaults to normal.
referenceTextSize This property is required. Number
Reference text size. Value needs to be between 12 and 24. Defaults to 16.0.
subtitles This property is required. List<Property Map>
Subtitle.
titles This property is required. List<Property Map>
Title.

GetBrandingThemeFontBodyText

Bold This property is required. bool
Body text bold. Defaults to false.
Size This property is required. double
Body text size. Value needs to be between 0 and 150. Defaults to 87.5.
Bold This property is required. bool
Body text bold. Defaults to false.
Size This property is required. float64
Body text size. Value needs to be between 0 and 150. Defaults to 87.5.
bold This property is required. Boolean
Body text bold. Defaults to false.
size This property is required. Double
Body text size. Value needs to be between 0 and 150. Defaults to 87.5.
bold This property is required. boolean
Body text bold. Defaults to false.
size This property is required. number
Body text size. Value needs to be between 0 and 150. Defaults to 87.5.
bold This property is required. bool
Body text bold. Defaults to false.
size This property is required. float
Body text size. Value needs to be between 0 and 150. Defaults to 87.5.
bold This property is required. Boolean
Body text bold. Defaults to false.
size This property is required. Number
Body text size. Value needs to be between 0 and 150. Defaults to 87.5.

GetBrandingThemeFontButtonsText

Bold This property is required. bool
Buttons text bold. Defaults to false.
Size This property is required. double
Buttons text size. Value needs to be between 0 and 150. Defaults to 100.0.
Bold This property is required. bool
Buttons text bold. Defaults to false.
Size This property is required. float64
Buttons text size. Value needs to be between 0 and 150. Defaults to 100.0.
bold This property is required. Boolean
Buttons text bold. Defaults to false.
size This property is required. Double
Buttons text size. Value needs to be between 0 and 150. Defaults to 100.0.
bold This property is required. boolean
Buttons text bold. Defaults to false.
size This property is required. number
Buttons text size. Value needs to be between 0 and 150. Defaults to 100.0.
bold This property is required. bool
Buttons text bold. Defaults to false.
size This property is required. float
Buttons text size. Value needs to be between 0 and 150. Defaults to 100.0.
bold This property is required. Boolean
Buttons text bold. Defaults to false.
size This property is required. Number
Buttons text size. Value needs to be between 0 and 150. Defaults to 100.0.

GetBrandingThemeFontInputLabel

Bold This property is required. bool
Input labels bold. Defaults to false.
Size This property is required. double
Input labels size. Value needs to be between 0 and 150. Defaults to 100.0.
Bold This property is required. bool
Input labels bold. Defaults to false.
Size This property is required. float64
Input labels size. Value needs to be between 0 and 150. Defaults to 100.0.
bold This property is required. Boolean
Input labels bold. Defaults to false.
size This property is required. Double
Input labels size. Value needs to be between 0 and 150. Defaults to 100.0.
bold This property is required. boolean
Input labels bold. Defaults to false.
size This property is required. number
Input labels size. Value needs to be between 0 and 150. Defaults to 100.0.
bold This property is required. bool
Input labels bold. Defaults to false.
size This property is required. float
Input labels size. Value needs to be between 0 and 150. Defaults to 100.0.
bold This property is required. Boolean
Input labels bold. Defaults to false.
size This property is required. Number
Input labels size. Value needs to be between 0 and 150. Defaults to 100.0.
Bold This property is required. bool
Links bold. Defaults to true.
Size This property is required. double
Links size. Value needs to be between 0 and 150. Defaults to 87.5.
Bold This property is required. bool
Links bold. Defaults to true.
Size This property is required. float64
Links size. Value needs to be between 0 and 150. Defaults to 87.5.
bold This property is required. Boolean
Links bold. Defaults to true.
size This property is required. Double
Links size. Value needs to be between 0 and 150. Defaults to 87.5.
bold This property is required. boolean
Links bold. Defaults to true.
size This property is required. number
Links size. Value needs to be between 0 and 150. Defaults to 87.5.
bold This property is required. bool
Links bold. Defaults to true.
size This property is required. float
Links size. Value needs to be between 0 and 150. Defaults to 87.5.
bold This property is required. Boolean
Links bold. Defaults to true.
size This property is required. Number
Links size. Value needs to be between 0 and 150. Defaults to 87.5.

GetBrandingThemeFontSubtitle

Bold This property is required. bool
Subtitle bold. Defaults to false.
Size This property is required. double
Subtitle size. Value needs to be between 0 and 150. Defaults to 87.5.
Bold This property is required. bool
Subtitle bold. Defaults to false.
Size This property is required. float64
Subtitle size. Value needs to be between 0 and 150. Defaults to 87.5.
bold This property is required. Boolean
Subtitle bold. Defaults to false.
size This property is required. Double
Subtitle size. Value needs to be between 0 and 150. Defaults to 87.5.
bold This property is required. boolean
Subtitle bold. Defaults to false.
size This property is required. number
Subtitle size. Value needs to be between 0 and 150. Defaults to 87.5.
bold This property is required. bool
Subtitle bold. Defaults to false.
size This property is required. float
Subtitle size. Value needs to be between 0 and 150. Defaults to 87.5.
bold This property is required. Boolean
Subtitle bold. Defaults to false.
size This property is required. Number
Subtitle size. Value needs to be between 0 and 150. Defaults to 87.5.

GetBrandingThemeFontTitle

Bold This property is required. bool
Title bold. Defaults to false.
Size This property is required. double
Title size. Value needs to be between 75 and 150. Defaults to 150.0.
Bold This property is required. bool
Title bold. Defaults to false.
Size This property is required. float64
Title size. Value needs to be between 75 and 150. Defaults to 150.0.
bold This property is required. Boolean
Title bold. Defaults to false.
size This property is required. Double
Title size. Value needs to be between 75 and 150. Defaults to 150.0.
bold This property is required. boolean
Title bold. Defaults to false.
size This property is required. number
Title size. Value needs to be between 75 and 150. Defaults to 150.0.
bold This property is required. bool
Title bold. Defaults to false.
size This property is required. float
Title size. Value needs to be between 75 and 150. Defaults to 150.0.
bold This property is required. Boolean
Title bold. Defaults to false.
size This property is required. Number
Title size. Value needs to be between 75 and 150. Defaults to 150.0.

GetBrandingThemePageBackground

BackgroundColor This property is required. string
Background color. Defaults to #000000.
BackgroundImageUrl This property is required. string
Background image url. Defaults to an empty string.
PageLayout This property is required. string
Page layout. Available options: center, left, right. Defaults to center.
BackgroundColor This property is required. string
Background color. Defaults to #000000.
BackgroundImageUrl This property is required. string
Background image url. Defaults to an empty string.
PageLayout This property is required. string
Page layout. Available options: center, left, right. Defaults to center.
backgroundColor This property is required. String
Background color. Defaults to #000000.
backgroundImageUrl This property is required. String
Background image url. Defaults to an empty string.
pageLayout This property is required. String
Page layout. Available options: center, left, right. Defaults to center.
backgroundColor This property is required. string
Background color. Defaults to #000000.
backgroundImageUrl This property is required. string
Background image url. Defaults to an empty string.
pageLayout This property is required. string
Page layout. Available options: center, left, right. Defaults to center.
background_color This property is required. str
Background color. Defaults to #000000.
background_image_url This property is required. str
Background image url. Defaults to an empty string.
page_layout This property is required. str
Page layout. Available options: center, left, right. Defaults to center.
backgroundColor This property is required. String
Background color. Defaults to #000000.
backgroundImageUrl This property is required. String
Background image url. Defaults to an empty string.
pageLayout This property is required. String
Page layout. Available options: center, left, right. Defaults to center.

GetBrandingThemeWidget

HeaderTextAlignment This property is required. string
Header text alignment. Available options: center, left, right. Defaults to center.
LogoHeight This property is required. double
Logo height. Value needs to be between 1 and 100. Defaults to 52.0.
LogoPosition This property is required. string
Logo position. Available options: center, left, right, none. Defaults to center.
LogoUrl This property is required. string
Logo url. Defaults to an empty string.
SocialButtonsLayout This property is required. string
Social buttons layout. Available options: bottom, top. Defaults to bottom.
HeaderTextAlignment This property is required. string
Header text alignment. Available options: center, left, right. Defaults to center.
LogoHeight This property is required. float64
Logo height. Value needs to be between 1 and 100. Defaults to 52.0.
LogoPosition This property is required. string
Logo position. Available options: center, left, right, none. Defaults to center.
LogoUrl This property is required. string
Logo url. Defaults to an empty string.
SocialButtonsLayout This property is required. string
Social buttons layout. Available options: bottom, top. Defaults to bottom.
headerTextAlignment This property is required. String
Header text alignment. Available options: center, left, right. Defaults to center.
logoHeight This property is required. Double
Logo height. Value needs to be between 1 and 100. Defaults to 52.0.
logoPosition This property is required. String
Logo position. Available options: center, left, right, none. Defaults to center.
logoUrl This property is required. String
Logo url. Defaults to an empty string.
socialButtonsLayout This property is required. String
Social buttons layout. Available options: bottom, top. Defaults to bottom.
headerTextAlignment This property is required. string
Header text alignment. Available options: center, left, right. Defaults to center.
logoHeight This property is required. number
Logo height. Value needs to be between 1 and 100. Defaults to 52.0.
logoPosition This property is required. string
Logo position. Available options: center, left, right, none. Defaults to center.
logoUrl This property is required. string
Logo url. Defaults to an empty string.
socialButtonsLayout This property is required. string
Social buttons layout. Available options: bottom, top. Defaults to bottom.
header_text_alignment This property is required. str
Header text alignment. Available options: center, left, right. Defaults to center.
logo_height This property is required. float
Logo height. Value needs to be between 1 and 100. Defaults to 52.0.
logo_position This property is required. str
Logo position. Available options: center, left, right, none. Defaults to center.
logo_url This property is required. str
Logo url. Defaults to an empty string.
social_buttons_layout This property is required. str
Social buttons layout. Available options: bottom, top. Defaults to bottom.
headerTextAlignment This property is required. String
Header text alignment. Available options: center, left, right. Defaults to center.
logoHeight This property is required. Number
Logo height. Value needs to be between 1 and 100. Defaults to 52.0.
logoPosition This property is required. String
Logo position. Available options: center, left, right, none. Defaults to center.
logoUrl This property is required. String
Logo url. Defaults to an empty string.
socialButtonsLayout This property is required. String
Social buttons layout. Available options: bottom, top. Defaults to bottom.

Package Details

Repository
Auth0 pulumi/pulumi-auth0
License
Apache-2.0
Notes
This Pulumi package is based on the auth0 Terraform Provider.
Auth0 v3.17.0 published on Wednesday, Apr 9, 2025 by Pulumi