Auth0 v3.31.0 published on Saturday, Nov 1, 2025 by Pulumi
auth0.getBrandingTheme
Start a Neo task
Explain and create an auth0.getBrandingTheme resource
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, map[string]interface{}{}, 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(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference);
}
}
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)
public static Output<GetBrandingThemeResult> getBrandingTheme(InvokeOptions options)
fn::invoke:
function: auth0:index/getBrandingTheme:getBrandingTheme
arguments:
# arguments dictionarygetBrandingTheme Result
The following output properties are available:
- Borders
List<Get
Branding Theme Border> - Colors
List<Get
Branding Theme Color> - Display
Name string - The display name for the branding theme.
- Fonts
List<Get
Branding Theme Font> - Id string
- The provider-assigned unique ID for this managed resource.
- Page
Backgrounds List<GetBranding Theme Page Background> - Widgets
List<Get
Branding Theme Widget>
- Borders
[]Get
Branding Theme Border - Colors
[]Get
Branding Theme Color - Display
Name string - The display name for the branding theme.
- Fonts
[]Get
Branding Theme Font - Id string
- The provider-assigned unique ID for this managed resource.
- Page
Backgrounds []GetBranding Theme Page Background - Widgets
[]Get
Branding Theme Widget
- borders
List<Get
Branding Theme Border> - colors
List<Get
Branding Theme Color> - display
Name String - The display name for the branding theme.
- fonts
List<Get
Branding Theme Font> - id String
- The provider-assigned unique ID for this managed resource.
- page
Backgrounds List<GetBranding Theme Page Background> - widgets
List<Get
Branding Theme Widget>
- borders
Get
Branding Theme Border[] - colors
Get
Branding Theme Color[] - display
Name string - The display name for the branding theme.
- fonts
Get
Branding Theme Font[] - id string
- The provider-assigned unique ID for this managed resource.
- page
Backgrounds GetBranding Theme Page Background[] - widgets
Get
Branding Theme Widget[]
- borders
Sequence[Get
Branding Theme Border] - colors
Sequence[Get
Branding Theme Color] - display_
name str - The display name for the branding theme.
- fonts
Sequence[Get
Branding Theme Font] - id str
- The provider-assigned unique ID for this managed resource.
- page_
backgrounds Sequence[GetBranding Theme Page Background] - widgets
Sequence[Get
Branding Theme Widget]
- borders List<Property Map>
- colors List<Property Map>
- display
Name String - The display name for the branding theme.
- fonts List<Property Map>
- id String
- The provider-assigned unique ID for this managed resource.
- page
Backgrounds List<Property Map> - widgets List<Property Map>
Supporting Types
GetBrandingThemeBorder
- double
- Button border radius. Value needs to be between
1and10. Defaults to3.0. - double
- Button border weight. Value needs to be between
0and10. Defaults to1.0. - string
- Buttons style. Available options:
pill,rounded,sharp. Defaults torounded. - Input
Border doubleRadius - Input border radius. Value needs to be between
0and10. Defaults to3.0. - Input
Border doubleWeight - Input border weight. Value needs to be between
0and3. Defaults to1.0. - Inputs
Style string - Inputs style. Available options:
pill,rounded,sharp. Defaults torounded. - Show
Widget boolShadow - Show widget shadow. Defaults to
true. - Widget
Border doubleWeight - Widget border weight. Value needs to be between
0and10. Defaults to0.0. - Widget
Corner doubleRadius - Widget corner radius. Value needs to be between
0and50. Defaults to5.0.
- float64
- Button border radius. Value needs to be between
1and10. Defaults to3.0. - float64
- Button border weight. Value needs to be between
0and10. Defaults to1.0. - string
- Buttons style. Available options:
pill,rounded,sharp. Defaults torounded. - Input
Border float64Radius - Input border radius. Value needs to be between
0and10. Defaults to3.0. - Input
Border float64Weight - Input border weight. Value needs to be between
0and3. Defaults to1.0. - Inputs
Style string - Inputs style. Available options:
pill,rounded,sharp. Defaults torounded. - Show
Widget boolShadow - Show widget shadow. Defaults to
true. - Widget
Border float64Weight - Widget border weight. Value needs to be between
0and10. Defaults to0.0. - Widget
Corner float64Radius - Widget corner radius. Value needs to be between
0and50. Defaults to5.0.
- Double
- Button border radius. Value needs to be between
1and10. Defaults to3.0. - Double
- Button border weight. Value needs to be between
0and10. Defaults to1.0. - String
- Buttons style. Available options:
pill,rounded,sharp. Defaults torounded. - input
Border DoubleRadius - Input border radius. Value needs to be between
0and10. Defaults to3.0. - input
Border DoubleWeight - Input border weight. Value needs to be between
0and3. Defaults to1.0. - inputs
Style String - Inputs style. Available options:
pill,rounded,sharp. Defaults torounded. - show
Widget BooleanShadow - Show widget shadow. Defaults to
true. - widget
Border DoubleWeight - Widget border weight. Value needs to be between
0and10. Defaults to0.0. - widget
Corner DoubleRadius - Widget corner radius. Value needs to be between
0and50. Defaults to5.0.
- number
- Button border radius. Value needs to be between
1and10. Defaults to3.0. - number
- Button border weight. Value needs to be between
0and10. Defaults to1.0. - string
- Buttons style. Available options:
pill,rounded,sharp. Defaults torounded. - input
Border numberRadius - Input border radius. Value needs to be between
0and10. Defaults to3.0. - input
Border numberWeight - Input border weight. Value needs to be between
0and3. Defaults to1.0. - inputs
Style string - Inputs style. Available options:
pill,rounded,sharp. Defaults torounded. - show
Widget booleanShadow - Show widget shadow. Defaults to
true. - widget
Border numberWeight - Widget border weight. Value needs to be between
0and10. Defaults to0.0. - widget
Corner numberRadius - Widget corner radius. Value needs to be between
0and50. Defaults to5.0.
- float
- Button border radius. Value needs to be between
1and10. Defaults to3.0. - float
- Button border weight. Value needs to be between
0and10. Defaults to1.0. - str
- Buttons style. Available options:
pill,rounded,sharp. Defaults torounded. - input_
border_ floatradius - Input border radius. Value needs to be between
0and10. Defaults to3.0. - input_
border_ floatweight - Input border weight. Value needs to be between
0and3. Defaults to1.0. - inputs_
style str - Inputs style. Available options:
pill,rounded,sharp. Defaults torounded. - show_
widget_ boolshadow - Show widget shadow. Defaults to
true. - widget_
border_ floatweight - Widget border weight. Value needs to be between
0and10. Defaults to0.0. - widget_
corner_ floatradius - Widget corner radius. Value needs to be between
0and50. Defaults to5.0.
- Number
- Button border radius. Value needs to be between
1and10. Defaults to3.0. - Number
- Button border weight. Value needs to be between
0and10. Defaults to1.0. - String
- Buttons style. Available options:
pill,rounded,sharp. Defaults torounded. - input
Border NumberRadius - Input border radius. Value needs to be between
0and10. Defaults to3.0. - input
Border NumberWeight - Input border weight. Value needs to be between
0and3. Defaults to1.0. - inputs
Style String - Inputs style. Available options:
pill,rounded,sharp. Defaults torounded. - show
Widget BooleanShadow - Show widget shadow. Defaults to
true. - widget
Border NumberWeight - Widget border weight. Value needs to be between
0and10. Defaults to0.0. - widget
Corner NumberRadius - Widget corner radius. Value needs to be between
0and50. Defaults to5.0.
GetBrandingThemeColor
- Base
Focus stringColor - Base focus color. Defaults to
#635dff. - Base
Hover stringColor - Base hover color. Defaults to
#000000. - Body
Text string - Body text. Defaults to
#1e212a. - Captcha
Widget stringTheme - Captcha Widget Theme.
- Error string
- Error. Defaults to
#d03c38. - Header string
- Header. Defaults to
#1e212a. - Icons string
- Icons. Defaults to
#65676e. - Input
Background string - Input background. Defaults to
#ffffff. - Input
Border string - Input border. Defaults to
#c9cace. - Input
Filled stringText - Input filled text. Defaults to
#000000. - Input
Labels stringPlaceholders - Input labels & placeholders. Defaults to
#65676e. - Links
Focused stringComponents - Links & focused components. Defaults to
#635dff. - string
- Primary button. Defaults to
#635dff. - string
- Primary button label. Defaults to
#ffffff. - string
- Secondary button border. Defaults to
#c9cace. - string
- Secondary button label. Defaults to
#1e212a. - Success string
- Success. Defaults to
#13a688. - Widget
Background string - Widget background. Defaults to
#ffffff. - Widget
Border string - Widget border. Defaults to
#c9cace.
- Base
Focus stringColor - Base focus color. Defaults to
#635dff. - Base
Hover stringColor - Base hover color. Defaults to
#000000. - Body
Text string - Body text. Defaults to
#1e212a. - Captcha
Widget stringTheme - Captcha Widget Theme.
- Error string
- Error. Defaults to
#d03c38. - Header string
- Header. Defaults to
#1e212a. - Icons string
- Icons. Defaults to
#65676e. - Input
Background string - Input background. Defaults to
#ffffff. - Input
Border string - Input border. Defaults to
#c9cace. - Input
Filled stringText - Input filled text. Defaults to
#000000. - Input
Labels stringPlaceholders - Input labels & placeholders. Defaults to
#65676e. - Links
Focused stringComponents - Links & focused components. Defaults to
#635dff. - string
- Primary button. Defaults to
#635dff. - string
- Primary button label. Defaults to
#ffffff. - string
- Secondary button border. Defaults to
#c9cace. - string
- Secondary button label. Defaults to
#1e212a. - Success string
- Success. Defaults to
#13a688. - Widget
Background string - Widget background. Defaults to
#ffffff. - Widget
Border string - Widget border. Defaults to
#c9cace.
- base
Focus StringColor - Base focus color. Defaults to
#635dff. - base
Hover StringColor - Base hover color. Defaults to
#000000. - body
Text String - Body text. Defaults to
#1e212a. - captcha
Widget StringTheme - Captcha Widget Theme.
- error String
- Error. Defaults to
#d03c38. - header String
- Header. Defaults to
#1e212a. - icons String
- Icons. Defaults to
#65676e. - input
Background String - Input background. Defaults to
#ffffff. - input
Border String - Input border. Defaults to
#c9cace. - input
Filled StringText - Input filled text. Defaults to
#000000. - input
Labels StringPlaceholders - Input labels & placeholders. Defaults to
#65676e. - links
Focused StringComponents - Links & focused components. Defaults to
#635dff. - String
- Primary button. Defaults to
#635dff. - String
- Primary button label. Defaults to
#ffffff. - String
- Secondary button border. Defaults to
#c9cace. - String
- Secondary button label. Defaults to
#1e212a. - success String
- Success. Defaults to
#13a688. - widget
Background String - Widget background. Defaults to
#ffffff. - widget
Border String - Widget border. Defaults to
#c9cace.
- base
Focus stringColor - Base focus color. Defaults to
#635dff. - base
Hover stringColor - Base hover color. Defaults to
#000000. - body
Text string - Body text. Defaults to
#1e212a. - captcha
Widget stringTheme - Captcha Widget Theme.
- error string
- Error. Defaults to
#d03c38. - header string
- Header. Defaults to
#1e212a. - icons string
- Icons. Defaults to
#65676e. - input
Background string - Input background. Defaults to
#ffffff. - input
Border string - Input border. Defaults to
#c9cace. - input
Filled stringText - Input filled text. Defaults to
#000000. - input
Labels stringPlaceholders - Input labels & placeholders. Defaults to
#65676e. - links
Focused stringComponents - Links & focused components. Defaults to
#635dff. - string
- Primary button. Defaults to
#635dff. - string
- Primary button label. Defaults to
#ffffff. - string
- Secondary button border. Defaults to
#c9cace. - string
- Secondary button label. Defaults to
#1e212a. - success string
- Success. Defaults to
#13a688. - widget
Background string - Widget background. Defaults to
#ffffff. - widget
Border string - Widget border. Defaults to
#c9cace.
- base_
focus_ strcolor - Base focus color. Defaults to
#635dff. - base_
hover_ strcolor - Base hover color. Defaults to
#000000. - body_
text str - Body text. Defaults to
#1e212a. - captcha_
widget_ strtheme - Captcha Widget Theme.
- 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_ strtext - Input filled text. Defaults to
#000000. - input_
labels_ strplaceholders - Input labels & placeholders. Defaults to
#65676e. - links_
focused_ strcomponents - Links & focused components. Defaults to
#635dff. - str
- Primary button. Defaults to
#635dff. - str
- Primary button label. Defaults to
#ffffff. - str
- Secondary button border. Defaults to
#c9cace. - 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.
- base
Focus StringColor - Base focus color. Defaults to
#635dff. - base
Hover StringColor - Base hover color. Defaults to
#000000. - body
Text String - Body text. Defaults to
#1e212a. - captcha
Widget StringTheme - Captcha Widget Theme.
- error String
- Error. Defaults to
#d03c38. - header String
- Header. Defaults to
#1e212a. - icons String
- Icons. Defaults to
#65676e. - input
Background String - Input background. Defaults to
#ffffff. - input
Border String - Input border. Defaults to
#c9cace. - input
Filled StringText - Input filled text. Defaults to
#000000. - input
Labels StringPlaceholders - Input labels & placeholders. Defaults to
#65676e. - links
Focused StringComponents - Links & focused components. Defaults to
#635dff. - String
- Primary button. Defaults to
#635dff. - String
- Primary button label. Defaults to
#ffffff. - String
- Secondary button border. Defaults to
#c9cace. - String
- Secondary button label. Defaults to
#1e212a. - success String
- Success. Defaults to
#13a688. - widget
Background String - Widget background. Defaults to
#ffffff. - widget
Border String - Widget border. Defaults to
#c9cace.
GetBrandingThemeFont
- Body
Texts List<GetBranding Theme Font Body Text> - Body text.
-
List<Get
Branding Theme Font Buttons Text> - Buttons text.
- Font
Url string - Font URL. Defaults to an empty string.
- Input
Labels List<GetBranding Theme Font Input Label> - Input labels.
- Links
List<Get
Branding Theme Font Link> - Links.
- Links
Style string - Links style. Defaults to
normal. - Reference
Text doubleSize - Reference text size. Value needs to be between
12and24. Defaults to16.0. - Subtitles
List<Get
Branding Theme Font Subtitle> - Subtitle.
- Titles
List<Get
Branding Theme Font Title> - Title.
- Body
Texts []GetBranding Theme Font Body Text - Body text.
-
[]Get
Branding Theme Font Buttons Text - Buttons text.
- Font
Url string - Font URL. Defaults to an empty string.
- Input
Labels []GetBranding Theme Font Input Label - Input labels.
- Links
[]Get
Branding Theme Font Link - Links.
- Links
Style string - Links style. Defaults to
normal. - Reference
Text float64Size - Reference text size. Value needs to be between
12and24. Defaults to16.0. - Subtitles
[]Get
Branding Theme Font Subtitle - Subtitle.
- Titles
[]Get
Branding Theme Font Title - Title.
- body
Texts List<GetBranding Theme Font Body Text> - Body text.
-
List<Get
Branding Theme Font Buttons Text> - Buttons text.
- font
Url String - Font URL. Defaults to an empty string.
- input
Labels List<GetBranding Theme Font Input Label> - Input labels.
- links
List<Get
Branding Theme Font Link> - Links.
- links
Style String - Links style. Defaults to
normal. - reference
Text DoubleSize - Reference text size. Value needs to be between
12and24. Defaults to16.0. - subtitles
List<Get
Branding Theme Font Subtitle> - Subtitle.
- titles
List<Get
Branding Theme Font Title> - Title.
- body
Texts GetBranding Theme Font Body Text[] - Body text.
-
Get
Branding Theme Font Buttons Text[] - Buttons text.
- font
Url string - Font URL. Defaults to an empty string.
- input
Labels GetBranding Theme Font Input Label[] - Input labels.
- links
Get
Branding Theme Font Link[] - Links.
- links
Style string - Links style. Defaults to
normal. - reference
Text numberSize - Reference text size. Value needs to be between
12and24. Defaults to16.0. - subtitles
Get
Branding Theme Font Subtitle[] - Subtitle.
- titles
Get
Branding Theme Font Title[] - Title.
- body_
texts Sequence[GetBranding Theme Font Body Text] - Body text.
-
Sequence[Get
Branding Theme Font Buttons Text] - Buttons text.
- font_
url str - Font URL. Defaults to an empty string.
- input_
labels Sequence[GetBranding Theme Font Input Label] - Input labels.
- links
Sequence[Get
Branding Theme Font Link] - Links.
- links_
style str - Links style. Defaults to
normal. - reference_
text_ floatsize - Reference text size. Value needs to be between
12and24. Defaults to16.0. - subtitles
Sequence[Get
Branding Theme Font Subtitle] - Subtitle.
- titles
Sequence[Get
Branding Theme Font Title] - Title.
- body
Texts List<Property Map> - Body text.
- List<Property Map>
- Buttons text.
- font
Url String - Font URL. Defaults to an empty string.
- input
Labels List<Property Map> - Input labels.
- links List<Property Map>
- Links.
- links
Style String - Links style. Defaults to
normal. - reference
Text NumberSize - Reference text size. Value needs to be between
12and24. Defaults to16.0. - subtitles List<Property Map>
- Subtitle.
- titles List<Property Map>
- Title.
GetBrandingThemeFontBodyText
GetBrandingThemeFontButtonsText
GetBrandingThemeFontInputLabel
GetBrandingThemeFontLink
GetBrandingThemeFontSubtitle
GetBrandingThemeFontTitle
GetBrandingThemePageBackground
- Background
Color string - Background color. Defaults to
#000000. - Background
Image stringUrl - Background image url. Defaults to an empty string.
- Page
Layout string - Page layout. Available options:
center,left,right. Defaults tocenter.
- Background
Color string - Background color. Defaults to
#000000. - Background
Image stringUrl - Background image url. Defaults to an empty string.
- Page
Layout string - Page layout. Available options:
center,left,right. Defaults tocenter.
- background
Color String - Background color. Defaults to
#000000. - background
Image StringUrl - Background image url. Defaults to an empty string.
- page
Layout String - Page layout. Available options:
center,left,right. Defaults tocenter.
- background
Color string - Background color. Defaults to
#000000. - background
Image stringUrl - Background image url. Defaults to an empty string.
- page
Layout string - Page layout. Available options:
center,left,right. Defaults tocenter.
- background_
color str - Background color. Defaults to
#000000. - background_
image_ strurl - Background image url. Defaults to an empty string.
- page_
layout str - Page layout. Available options:
center,left,right. Defaults tocenter.
- background
Color String - Background color. Defaults to
#000000. - background
Image StringUrl - Background image url. Defaults to an empty string.
- page
Layout String - Page layout. Available options:
center,left,right. Defaults tocenter.
GetBrandingThemeWidget
- Header
Text stringAlignment - Header text alignment. Available options:
center,left,right. Defaults tocenter. - Logo
Height double - Logo height. Value needs to be between
1and100. Defaults to52.0. - Logo
Position string - Logo position. Available options:
center,left,right,none. Defaults tocenter. - Logo
Url string - Logo url. Defaults to an empty string.
- string
- Social buttons layout. Available options:
bottom,top. Defaults tobottom.
- Header
Text stringAlignment - Header text alignment. Available options:
center,left,right. Defaults tocenter. - Logo
Height float64 - Logo height. Value needs to be between
1and100. Defaults to52.0. - Logo
Position string - Logo position. Available options:
center,left,right,none. Defaults tocenter. - Logo
Url string - Logo url. Defaults to an empty string.
- string
- Social buttons layout. Available options:
bottom,top. Defaults tobottom.
- header
Text StringAlignment - Header text alignment. Available options:
center,left,right. Defaults tocenter. - logo
Height Double - Logo height. Value needs to be between
1and100. Defaults to52.0. - logo
Position String - Logo position. Available options:
center,left,right,none. Defaults tocenter. - logo
Url String - Logo url. Defaults to an empty string.
- String
- Social buttons layout. Available options:
bottom,top. Defaults tobottom.
- header
Text stringAlignment - Header text alignment. Available options:
center,left,right. Defaults tocenter. - logo
Height number - Logo height. Value needs to be between
1and100. Defaults to52.0. - logo
Position string - Logo position. Available options:
center,left,right,none. Defaults tocenter. - logo
Url string - Logo url. Defaults to an empty string.
- string
- Social buttons layout. Available options:
bottom,top. Defaults tobottom.
- header_
text_ stralignment - Header text alignment. Available options:
center,left,right. Defaults tocenter. - logo_
height float - Logo height. Value needs to be between
1and100. Defaults to52.0. - logo_
position str - Logo position. Available options:
center,left,right,none. Defaults tocenter. - logo_
url str - Logo url. Defaults to an empty string.
- str
- Social buttons layout. Available options:
bottom,top. Defaults tobottom.
- header
Text StringAlignment - Header text alignment. Available options:
center,left,right. Defaults tocenter. - logo
Height Number - Logo height. Value needs to be between
1and100. Defaults to52.0. - logo
Position String - Logo position. Available options:
center,left,right,none. Defaults tocenter. - logo
Url String - Logo url. Defaults to an empty string.
- String
- Social buttons layout. Available options:
bottom,top. Defaults tobottom.
Package Details
- Repository
- Auth0 pulumi/pulumi-auth0
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
auth0Terraform Provider.
