Viewing docs for Auth0 v2.24.3 (Older version)
published on Monday, Mar 9, 2026 by Pulumi
published on Monday, Mar 9, 2026 by Pulumi
Viewing docs for Auth0 v2.24.3 (Older version)
published on Monday, Mar 9, 2026 by Pulumi
published on Monday, Mar 9, 2026 by Pulumi
Use this data source to access information about the tenant’s branding theme settings.
Example Usage
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Auth0 = Pulumi.Auth0;
return await Deployment.RunAsync(() =>
{
var myBrandingTheme = Auth0.GetBrandingTheme.Invoke();
});
package main
import (
"github.com/pulumi/pulumi-auth0/sdk/v2/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
})
}
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();
}
}
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()
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
- double
- string
- Input
Border doubleRadius - Input
Border doubleWeight - Inputs
Style string - Show
Widget boolShadow - Widget
Border doubleWeight - Widget
Corner doubleRadius
- float64
- float64
- string
- Input
Border float64Radius - Input
Border float64Weight - Inputs
Style string - Show
Widget boolShadow - Widget
Border float64Weight - Widget
Corner float64Radius
- Double
- Double
- String
- input
Border DoubleRadius - input
Border DoubleWeight - inputs
Style String - show
Widget BooleanShadow - widget
Border DoubleWeight - widget
Corner DoubleRadius
- number
- number
- string
- input
Border numberRadius - input
Border numberWeight - inputs
Style string - show
Widget booleanShadow - widget
Border numberWeight - widget
Corner numberRadius
- float
- float
- str
- input_
border_ floatradius - input_
border_ floatweight - inputs_
style str - show_
widget_ boolshadow - widget_
border_ floatweight - widget_
corner_ floatradius
- Number
- Number
- String
- input
Border NumberRadius - input
Border NumberWeight - inputs
Style String - show
Widget BooleanShadow - widget
Border NumberWeight - widget
Corner NumberRadius
GetBrandingThemeColor
- Base
Focus stringColor - Base
Hover stringColor - Body
Text string - Error string
- Header string
- Icons string
- Input
Background string - Input
Border string - Input
Filled stringText - Input
Labels stringPlaceholders - Links
Focused stringComponents - string
- string
- string
- string
- Success string
- Widget
Background string - Widget
Border string
- Base
Focus stringColor - Base
Hover stringColor - Body
Text string - Error string
- Header string
- Icons string
- Input
Background string - Input
Border string - Input
Filled stringText - Input
Labels stringPlaceholders - Links
Focused stringComponents - string
- string
- string
- string
- Success string
- Widget
Background string - Widget
Border string
- base
Focus StringColor - base
Hover StringColor - body
Text String - error String
- header String
- icons String
- input
Background String - input
Border String - input
Filled StringText - input
Labels StringPlaceholders - links
Focused StringComponents - String
- String
- String
- String
- success String
- widget
Background String - widget
Border String
- base
Focus stringColor - base
Hover stringColor - body
Text string - error string
- header string
- icons string
- input
Background string - input
Border string - input
Filled stringText - input
Labels stringPlaceholders - links
Focused stringComponents - string
- string
- string
- string
- success string
- widget
Background string - widget
Border string
- base_
focus_ strcolor - base_
hover_ strcolor - body_
text str - error str
- header str
- icons str
- input_
background str - input_
border str - input_
filled_ strtext - input_
labels_ strplaceholders - links_
focused_ strcomponents - str
- str
- str
- str
- success str
- widget_
background str - widget_
border str
- base
Focus StringColor - base
Hover StringColor - body
Text String - error String
- header String
- icons String
- input
Background String - input
Border String - input
Filled StringText - input
Labels StringPlaceholders - links
Focused StringComponents - String
- String
- String
- String
- success String
- widget
Background String - widget
Border String
GetBrandingThemeFont
- Body
Texts List<GetBranding Theme Font Body Text> -
List<Get
Branding Theme Font Buttons Text> - Font
Url string - Input
Labels List<GetBranding Theme Font Input Label> - Links
List<Get
Branding Theme Font Link> - Links
Style string - Reference
Text doubleSize - Subtitles
List<Get
Branding Theme Font Subtitle> - Titles
List<Get
Branding Theme Font Title>
- body
Texts List<GetBranding Theme Font Body Text> -
List<Get
Branding Theme Font Buttons Text> - font
Url String - input
Labels List<GetBranding Theme Font Input Label> - links
List<Get
Branding Theme Font Link> - links
Style String - reference
Text DoubleSize - subtitles
List<Get
Branding Theme Font Subtitle> - titles
List<Get
Branding Theme Font Title>
- body_
texts Sequence[GetBranding Theme Font Body Text] -
Sequence[Get
Branding Theme Font Buttons Text] - font_
url str - input_
labels Sequence[GetBranding Theme Font Input Label] - links
Sequence[Get
Branding Theme Font Link] - links_
style str - reference_
text_ floatsize - subtitles
Sequence[Get
Branding Theme Font Subtitle] - titles
Sequence[Get
Branding Theme Font Title]
GetBrandingThemeFontBodyText
GetBrandingThemeFontButtonsText
GetBrandingThemeFontInputLabel
GetBrandingThemeFontLink
GetBrandingThemeFontSubtitle
GetBrandingThemeFontTitle
GetBrandingThemePageBackground
- Background
Color string - Background
Image stringUrl - Page
Layout string
- Background
Color string - Background
Image stringUrl - Page
Layout string
- background
Color String - background
Image StringUrl - page
Layout String
- background
Color string - background
Image stringUrl - page
Layout string
- background_
color str - background_
image_ strurl - page_
layout str
- background
Color String - background
Image StringUrl - page
Layout String
GetBrandingThemeWidget
- Header
Text stringAlignment - Logo
Height double - Logo
Position string - Logo
Url string - string
- Header
Text stringAlignment - Logo
Height float64 - Logo
Position string - Logo
Url string - string
- header
Text StringAlignment - logo
Height Double - logo
Position String - logo
Url String - String
- header
Text stringAlignment - logo
Height number - logo
Position string - logo
Url string - string
- header_
text_ stralignment - logo_
height float - logo_
position str - logo_
url str - str
- header
Text StringAlignment - logo
Height Number - logo
Position String - logo
Url String - String
Package Details
- Repository
- Auth0 pulumi/pulumi-auth0
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
auth0Terraform Provider.
Viewing docs for Auth0 v2.24.3 (Older version)
published on Monday, Mar 9, 2026 by Pulumi
published on Monday, Mar 9, 2026 by Pulumi
