1. Packages
  2. Auth0
  3. API Docs
  4. getBrandingTheme
Auth0 v3.3.1 published on Thursday, Mar 14, 2024 by Pulumi

auth0.getBrandingTheme

Explore with Pulumi AI

auth0 logo
Auth0 v3.3.1 published on Thursday, Mar 14, 2024 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({});
    
    import pulumi
    import pulumi_auth0 as auth0
    
    my_branding_theme = auth0.get_branding_theme()
    
    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, nil, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Auth0 = Pulumi.Auth0;
    
    return await Deployment.RunAsync(() => 
    {
        var myBrandingTheme = Auth0.GetBrandingTheme.Invoke();
    
    });
    
    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();
    
        }
    }
    
    variables:
      myBrandingTheme:
        fn::invoke:
          Function: auth0:getBrandingTheme
          Arguments: {}
    

    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>
    def get_branding_theme(opts: Optional[InvokeOptions] = None) -> GetBrandingThemeResult
    def get_branding_theme_output(opts: Optional[InvokeOptions] = None) -> Output[GetBrandingThemeResult]
    func LookupBrandingTheme(ctx *Context, opts ...InvokeOption) (*LookupBrandingThemeResult, error)
    func LookupBrandingThemeOutput(ctx *Context, opts ...InvokeOption) LookupBrandingThemeResultOutput

    > 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)
    }
    public static CompletableFuture<GetBrandingThemeResult> getBrandingTheme(InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: auth0:index/getBrandingTheme:getBrandingTheme
      arguments:
        # arguments dictionary

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

    GetBrandingThemeColor

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

    GetBrandingThemeFont

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

    GetBrandingThemeFontBodyText

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

    GetBrandingThemeFontButtonsText

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

    GetBrandingThemeFontInputLabel

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

    GetBrandingThemeFontSubtitle

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

    GetBrandingThemeFontTitle

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

    GetBrandingThemePageBackground

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

    GetBrandingThemeWidget

    HeaderTextAlignment string
    Header text alignment. Available options: center, left, right. Defaults to center.
    LogoHeight double
    Logo height. Value needs to be between 1 and 100. Defaults to 52.0.
    LogoPosition string
    Logo position. Available options: center, left, right, none. Defaults to center.
    LogoUrl string
    Logo url. Defaults to an empty string.
    SocialButtonsLayout string
    Social buttons layout. Available options: bottom, top. Defaults to bottom.
    HeaderTextAlignment string
    Header text alignment. Available options: center, left, right. Defaults to center.
    LogoHeight float64
    Logo height. Value needs to be between 1 and 100. Defaults to 52.0.
    LogoPosition string
    Logo position. Available options: center, left, right, none. Defaults to center.
    LogoUrl string
    Logo url. Defaults to an empty string.
    SocialButtonsLayout string
    Social buttons layout. Available options: bottom, top. Defaults to bottom.
    headerTextAlignment String
    Header text alignment. Available options: center, left, right. Defaults to center.
    logoHeight Double
    Logo height. Value needs to be between 1 and 100. Defaults to 52.0.
    logoPosition String
    Logo position. Available options: center, left, right, none. Defaults to center.
    logoUrl String
    Logo url. Defaults to an empty string.
    socialButtonsLayout String
    Social buttons layout. Available options: bottom, top. Defaults to bottom.
    headerTextAlignment string
    Header text alignment. Available options: center, left, right. Defaults to center.
    logoHeight number
    Logo height. Value needs to be between 1 and 100. Defaults to 52.0.
    logoPosition string
    Logo position. Available options: center, left, right, none. Defaults to center.
    logoUrl string
    Logo url. Defaults to an empty string.
    socialButtonsLayout string
    Social buttons layout. Available options: bottom, top. Defaults to bottom.
    header_text_alignment str
    Header text alignment. Available options: center, left, right. Defaults to center.
    logo_height float
    Logo height. Value needs to be between 1 and 100. Defaults to 52.0.
    logo_position str
    Logo position. Available options: center, left, right, none. Defaults to center.
    logo_url str
    Logo url. Defaults to an empty string.
    social_buttons_layout str
    Social buttons layout. Available options: bottom, top. Defaults to bottom.
    headerTextAlignment String
    Header text alignment. Available options: center, left, right. Defaults to center.
    logoHeight Number
    Logo height. Value needs to be between 1 and 100. Defaults to 52.0.
    logoPosition String
    Logo position. Available options: center, left, right, none. Defaults to center.
    logoUrl String
    Logo url. Defaults to an empty string.
    socialButtonsLayout 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 logo
    Auth0 v3.3.1 published on Thursday, Mar 14, 2024 by Pulumi