auth0.BrandingTheme
Explore with Pulumi AI
This resource allows you to manage branding themes for your Universal Login page within your Auth0 tenant.
Create BrandingTheme Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new BrandingTheme(name: string, args: BrandingThemeArgs, opts?: CustomResourceOptions);
@overload
def BrandingTheme(resource_name: str,
args: BrandingThemeArgs,
opts: Optional[ResourceOptions] = None)
@overload
def BrandingTheme(resource_name: str,
opts: Optional[ResourceOptions] = None,
borders: Optional[BrandingThemeBordersArgs] = None,
colors: Optional[BrandingThemeColorsArgs] = None,
fonts: Optional[BrandingThemeFontsArgs] = None,
page_background: Optional[BrandingThemePageBackgroundArgs] = None,
widget: Optional[BrandingThemeWidgetArgs] = None,
display_name: Optional[str] = None)
func NewBrandingTheme(ctx *Context, name string, args BrandingThemeArgs, opts ...ResourceOption) (*BrandingTheme, error)
public BrandingTheme(string name, BrandingThemeArgs args, CustomResourceOptions? opts = null)
public BrandingTheme(String name, BrandingThemeArgs args)
public BrandingTheme(String name, BrandingThemeArgs args, CustomResourceOptions options)
type: auth0:BrandingTheme
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args BrandingThemeArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args BrandingThemeArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args BrandingThemeArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args BrandingThemeArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args BrandingThemeArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var brandingThemeResource = new Auth0.BrandingTheme("brandingThemeResource", new()
{
Borders = new Auth0.Inputs.BrandingThemeBordersArgs
{
ButtonBorderRadius = 0,
ButtonBorderWeight = 0,
ButtonsStyle = "string",
InputBorderRadius = 0,
InputBorderWeight = 0,
InputsStyle = "string",
ShowWidgetShadow = false,
WidgetBorderWeight = 0,
WidgetCornerRadius = 0,
},
Colors = new Auth0.Inputs.BrandingThemeColorsArgs
{
BaseFocusColor = "string",
BaseHoverColor = "string",
BodyText = "string",
Error = "string",
Header = "string",
Icons = "string",
InputBackground = "string",
InputBorder = "string",
InputFilledText = "string",
InputLabelsPlaceholders = "string",
LinksFocusedComponents = "string",
PrimaryButton = "string",
PrimaryButtonLabel = "string",
SecondaryButtonBorder = "string",
SecondaryButtonLabel = "string",
Success = "string",
WidgetBackground = "string",
WidgetBorder = "string",
},
Fonts = new Auth0.Inputs.BrandingThemeFontsArgs
{
BodyText = new Auth0.Inputs.BrandingThemeFontsBodyTextArgs
{
Bold = false,
Size = 0,
},
ButtonsText = new Auth0.Inputs.BrandingThemeFontsButtonsTextArgs
{
Bold = false,
Size = 0,
},
InputLabels = new Auth0.Inputs.BrandingThemeFontsInputLabelsArgs
{
Bold = false,
Size = 0,
},
Links = new Auth0.Inputs.BrandingThemeFontsLinksArgs
{
Bold = false,
Size = 0,
},
Subtitle = new Auth0.Inputs.BrandingThemeFontsSubtitleArgs
{
Bold = false,
Size = 0,
},
Title = new Auth0.Inputs.BrandingThemeFontsTitleArgs
{
Bold = false,
Size = 0,
},
FontUrl = "string",
LinksStyle = "string",
ReferenceTextSize = 0,
},
PageBackground = new Auth0.Inputs.BrandingThemePageBackgroundArgs
{
BackgroundColor = "string",
BackgroundImageUrl = "string",
PageLayout = "string",
},
Widget = new Auth0.Inputs.BrandingThemeWidgetArgs
{
HeaderTextAlignment = "string",
LogoHeight = 0,
LogoPosition = "string",
LogoUrl = "string",
SocialButtonsLayout = "string",
},
DisplayName = "string",
});
example, err := auth0.NewBrandingTheme(ctx, "brandingThemeResource", &auth0.BrandingThemeArgs{
Borders: &auth0.BrandingThemeBordersArgs{
ButtonBorderRadius: pulumi.Float64(0),
ButtonBorderWeight: pulumi.Float64(0),
ButtonsStyle: pulumi.String("string"),
InputBorderRadius: pulumi.Float64(0),
InputBorderWeight: pulumi.Float64(0),
InputsStyle: pulumi.String("string"),
ShowWidgetShadow: pulumi.Bool(false),
WidgetBorderWeight: pulumi.Float64(0),
WidgetCornerRadius: pulumi.Float64(0),
},
Colors: &auth0.BrandingThemeColorsArgs{
BaseFocusColor: pulumi.String("string"),
BaseHoverColor: pulumi.String("string"),
BodyText: pulumi.String("string"),
Error: pulumi.String("string"),
Header: pulumi.String("string"),
Icons: pulumi.String("string"),
InputBackground: pulumi.String("string"),
InputBorder: pulumi.String("string"),
InputFilledText: pulumi.String("string"),
InputLabelsPlaceholders: pulumi.String("string"),
LinksFocusedComponents: pulumi.String("string"),
PrimaryButton: pulumi.String("string"),
PrimaryButtonLabel: pulumi.String("string"),
SecondaryButtonBorder: pulumi.String("string"),
SecondaryButtonLabel: pulumi.String("string"),
Success: pulumi.String("string"),
WidgetBackground: pulumi.String("string"),
WidgetBorder: pulumi.String("string"),
},
Fonts: &auth0.BrandingThemeFontsArgs{
BodyText: &auth0.BrandingThemeFontsBodyTextArgs{
Bold: pulumi.Bool(false),
Size: pulumi.Float64(0),
},
ButtonsText: &auth0.BrandingThemeFontsButtonsTextArgs{
Bold: pulumi.Bool(false),
Size: pulumi.Float64(0),
},
InputLabels: &auth0.BrandingThemeFontsInputLabelsArgs{
Bold: pulumi.Bool(false),
Size: pulumi.Float64(0),
},
Links: &auth0.BrandingThemeFontsLinksArgs{
Bold: pulumi.Bool(false),
Size: pulumi.Float64(0),
},
Subtitle: &auth0.BrandingThemeFontsSubtitleArgs{
Bold: pulumi.Bool(false),
Size: pulumi.Float64(0),
},
Title: &auth0.BrandingThemeFontsTitleArgs{
Bold: pulumi.Bool(false),
Size: pulumi.Float64(0),
},
FontUrl: pulumi.String("string"),
LinksStyle: pulumi.String("string"),
ReferenceTextSize: pulumi.Float64(0),
},
PageBackground: &auth0.BrandingThemePageBackgroundArgs{
BackgroundColor: pulumi.String("string"),
BackgroundImageUrl: pulumi.String("string"),
PageLayout: pulumi.String("string"),
},
Widget: &auth0.BrandingThemeWidgetArgs{
HeaderTextAlignment: pulumi.String("string"),
LogoHeight: pulumi.Float64(0),
LogoPosition: pulumi.String("string"),
LogoUrl: pulumi.String("string"),
SocialButtonsLayout: pulumi.String("string"),
},
DisplayName: pulumi.String("string"),
})
var brandingThemeResource = new BrandingTheme("brandingThemeResource", BrandingThemeArgs.builder()
.borders(BrandingThemeBordersArgs.builder()
.buttonBorderRadius(0)
.buttonBorderWeight(0)
.buttonsStyle("string")
.inputBorderRadius(0)
.inputBorderWeight(0)
.inputsStyle("string")
.showWidgetShadow(false)
.widgetBorderWeight(0)
.widgetCornerRadius(0)
.build())
.colors(BrandingThemeColorsArgs.builder()
.baseFocusColor("string")
.baseHoverColor("string")
.bodyText("string")
.error("string")
.header("string")
.icons("string")
.inputBackground("string")
.inputBorder("string")
.inputFilledText("string")
.inputLabelsPlaceholders("string")
.linksFocusedComponents("string")
.primaryButton("string")
.primaryButtonLabel("string")
.secondaryButtonBorder("string")
.secondaryButtonLabel("string")
.success("string")
.widgetBackground("string")
.widgetBorder("string")
.build())
.fonts(BrandingThemeFontsArgs.builder()
.bodyText(BrandingThemeFontsBodyTextArgs.builder()
.bold(false)
.size(0)
.build())
.buttonsText(BrandingThemeFontsButtonsTextArgs.builder()
.bold(false)
.size(0)
.build())
.inputLabels(BrandingThemeFontsInputLabelsArgs.builder()
.bold(false)
.size(0)
.build())
.links(BrandingThemeFontsLinksArgs.builder()
.bold(false)
.size(0)
.build())
.subtitle(BrandingThemeFontsSubtitleArgs.builder()
.bold(false)
.size(0)
.build())
.title(BrandingThemeFontsTitleArgs.builder()
.bold(false)
.size(0)
.build())
.fontUrl("string")
.linksStyle("string")
.referenceTextSize(0)
.build())
.pageBackground(BrandingThemePageBackgroundArgs.builder()
.backgroundColor("string")
.backgroundImageUrl("string")
.pageLayout("string")
.build())
.widget(BrandingThemeWidgetArgs.builder()
.headerTextAlignment("string")
.logoHeight(0)
.logoPosition("string")
.logoUrl("string")
.socialButtonsLayout("string")
.build())
.displayName("string")
.build());
branding_theme_resource = auth0.BrandingTheme("brandingThemeResource",
borders=auth0.BrandingThemeBordersArgs(
button_border_radius=0,
button_border_weight=0,
buttons_style="string",
input_border_radius=0,
input_border_weight=0,
inputs_style="string",
show_widget_shadow=False,
widget_border_weight=0,
widget_corner_radius=0,
),
colors=auth0.BrandingThemeColorsArgs(
base_focus_color="string",
base_hover_color="string",
body_text="string",
error="string",
header="string",
icons="string",
input_background="string",
input_border="string",
input_filled_text="string",
input_labels_placeholders="string",
links_focused_components="string",
primary_button="string",
primary_button_label="string",
secondary_button_border="string",
secondary_button_label="string",
success="string",
widget_background="string",
widget_border="string",
),
fonts=auth0.BrandingThemeFontsArgs(
body_text=auth0.BrandingThemeFontsBodyTextArgs(
bold=False,
size=0,
),
buttons_text=auth0.BrandingThemeFontsButtonsTextArgs(
bold=False,
size=0,
),
input_labels=auth0.BrandingThemeFontsInputLabelsArgs(
bold=False,
size=0,
),
links=auth0.BrandingThemeFontsLinksArgs(
bold=False,
size=0,
),
subtitle=auth0.BrandingThemeFontsSubtitleArgs(
bold=False,
size=0,
),
title=auth0.BrandingThemeFontsTitleArgs(
bold=False,
size=0,
),
font_url="string",
links_style="string",
reference_text_size=0,
),
page_background=auth0.BrandingThemePageBackgroundArgs(
background_color="string",
background_image_url="string",
page_layout="string",
),
widget=auth0.BrandingThemeWidgetArgs(
header_text_alignment="string",
logo_height=0,
logo_position="string",
logo_url="string",
social_buttons_layout="string",
),
display_name="string")
const brandingThemeResource = new auth0.BrandingTheme("brandingThemeResource", {
borders: {
buttonBorderRadius: 0,
buttonBorderWeight: 0,
buttonsStyle: "string",
inputBorderRadius: 0,
inputBorderWeight: 0,
inputsStyle: "string",
showWidgetShadow: false,
widgetBorderWeight: 0,
widgetCornerRadius: 0,
},
colors: {
baseFocusColor: "string",
baseHoverColor: "string",
bodyText: "string",
error: "string",
header: "string",
icons: "string",
inputBackground: "string",
inputBorder: "string",
inputFilledText: "string",
inputLabelsPlaceholders: "string",
linksFocusedComponents: "string",
primaryButton: "string",
primaryButtonLabel: "string",
secondaryButtonBorder: "string",
secondaryButtonLabel: "string",
success: "string",
widgetBackground: "string",
widgetBorder: "string",
},
fonts: {
bodyText: {
bold: false,
size: 0,
},
buttonsText: {
bold: false,
size: 0,
},
inputLabels: {
bold: false,
size: 0,
},
links: {
bold: false,
size: 0,
},
subtitle: {
bold: false,
size: 0,
},
title: {
bold: false,
size: 0,
},
fontUrl: "string",
linksStyle: "string",
referenceTextSize: 0,
},
pageBackground: {
backgroundColor: "string",
backgroundImageUrl: "string",
pageLayout: "string",
},
widget: {
headerTextAlignment: "string",
logoHeight: 0,
logoPosition: "string",
logoUrl: "string",
socialButtonsLayout: "string",
},
displayName: "string",
});
type: auth0:BrandingTheme
properties:
borders:
buttonBorderRadius: 0
buttonBorderWeight: 0
buttonsStyle: string
inputBorderRadius: 0
inputBorderWeight: 0
inputsStyle: string
showWidgetShadow: false
widgetBorderWeight: 0
widgetCornerRadius: 0
colors:
baseFocusColor: string
baseHoverColor: string
bodyText: string
error: string
header: string
icons: string
inputBackground: string
inputBorder: string
inputFilledText: string
inputLabelsPlaceholders: string
linksFocusedComponents: string
primaryButton: string
primaryButtonLabel: string
secondaryButtonBorder: string
secondaryButtonLabel: string
success: string
widgetBackground: string
widgetBorder: string
displayName: string
fonts:
bodyText:
bold: false
size: 0
buttonsText:
bold: false
size: 0
fontUrl: string
inputLabels:
bold: false
size: 0
links:
bold: false
size: 0
linksStyle: string
referenceTextSize: 0
subtitle:
bold: false
size: 0
title:
bold: false
size: 0
pageBackground:
backgroundColor: string
backgroundImageUrl: string
pageLayout: string
widget:
headerTextAlignment: string
logoHeight: 0
logoPosition: string
logoUrl: string
socialButtonsLayout: string
BrandingTheme Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The BrandingTheme resource accepts the following input properties:
- Borders
Branding
Theme Borders - Colors
Branding
Theme Colors - Fonts
Branding
Theme Fonts - Page
Background BrandingTheme Page Background - Widget
Branding
Theme Widget - Display
Name string - The display name for the branding theme.
- Borders
Branding
Theme Borders Args - Colors
Branding
Theme Colors Args - Fonts
Branding
Theme Fonts Args - Page
Background BrandingTheme Page Background Args - Widget
Branding
Theme Widget Args - Display
Name string - The display name for the branding theme.
- borders
Branding
Theme Borders - colors
Branding
Theme Colors - fonts
Branding
Theme Fonts - page
Background BrandingTheme Page Background - widget
Branding
Theme Widget - display
Name String - The display name for the branding theme.
- borders
Branding
Theme Borders - colors
Branding
Theme Colors - fonts
Branding
Theme Fonts - page
Background BrandingTheme Page Background - widget
Branding
Theme Widget - display
Name string - The display name for the branding theme.
- borders
Branding
Theme Borders Args - colors
Branding
Theme Colors Args - fonts
Branding
Theme Fonts Args - page_
background BrandingTheme Page Background Args - widget
Branding
Theme Widget Args - display_
name str - The display name for the branding theme.
- borders Property Map
- colors Property Map
- fonts Property Map
- page
Background Property Map - widget Property Map
- display
Name String - The display name for the branding theme.
Outputs
All input properties are implicitly available as output properties. Additionally, the BrandingTheme resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Look up Existing BrandingTheme Resource
Get an existing BrandingTheme resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: BrandingThemeState, opts?: CustomResourceOptions): BrandingTheme
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
borders: Optional[BrandingThemeBordersArgs] = None,
colors: Optional[BrandingThemeColorsArgs] = None,
display_name: Optional[str] = None,
fonts: Optional[BrandingThemeFontsArgs] = None,
page_background: Optional[BrandingThemePageBackgroundArgs] = None,
widget: Optional[BrandingThemeWidgetArgs] = None) -> BrandingTheme
func GetBrandingTheme(ctx *Context, name string, id IDInput, state *BrandingThemeState, opts ...ResourceOption) (*BrandingTheme, error)
public static BrandingTheme Get(string name, Input<string> id, BrandingThemeState? state, CustomResourceOptions? opts = null)
public static BrandingTheme get(String name, Output<String> id, BrandingThemeState state, CustomResourceOptions options)
Resource lookup is not supported in YAML
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Borders
Branding
Theme Borders - Colors
Branding
Theme Colors - Display
Name string - The display name for the branding theme.
- Fonts
Branding
Theme Fonts - Page
Background BrandingTheme Page Background - Widget
Branding
Theme Widget
- Borders
Branding
Theme Borders Args - Colors
Branding
Theme Colors Args - Display
Name string - The display name for the branding theme.
- Fonts
Branding
Theme Fonts Args - Page
Background BrandingTheme Page Background Args - Widget
Branding
Theme Widget Args
- borders
Branding
Theme Borders - colors
Branding
Theme Colors - display
Name String - The display name for the branding theme.
- fonts
Branding
Theme Fonts - page
Background BrandingTheme Page Background - widget
Branding
Theme Widget
- borders
Branding
Theme Borders - colors
Branding
Theme Colors - display
Name string - The display name for the branding theme.
- fonts
Branding
Theme Fonts - page
Background BrandingTheme Page Background - widget
Branding
Theme Widget
- borders
Branding
Theme Borders Args - colors
Branding
Theme Colors Args - display_
name str - The display name for the branding theme.
- fonts
Branding
Theme Fonts Args - page_
background BrandingTheme Page Background Args - widget
Branding
Theme Widget Args
- borders Property Map
- colors Property Map
- display
Name String - The display name for the branding theme.
- fonts Property Map
- page
Background Property Map - widget Property Map
Supporting Types
BrandingThemeBorders, BrandingThemeBordersArgs
- double
- Button border radius. Value needs to be between
1
and10
. Defaults to3.0
. - double
- Button border weight. Value needs to be between
0
and10
. Defaults to1.0
. - string
- Buttons style. Available options:
pill
,rounded
,sharp
. Defaults torounded
. - Input
Border doubleRadius - Input border radius. Value needs to be between
0
and10
. Defaults to3.0
. - Input
Border doubleWeight - Input border weight. Value needs to be between
0
and3
. 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
0
and10
. Defaults to0.0
. - Widget
Corner doubleRadius - Widget corner radius. Value needs to be between
0
and50
. Defaults to5.0
.
- float64
- Button border radius. Value needs to be between
1
and10
. Defaults to3.0
. - float64
- Button border weight. Value needs to be between
0
and10
. Defaults to1.0
. - string
- Buttons style. Available options:
pill
,rounded
,sharp
. Defaults torounded
. - Input
Border float64Radius - Input border radius. Value needs to be between
0
and10
. Defaults to3.0
. - Input
Border float64Weight - Input border weight. Value needs to be between
0
and3
. 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
0
and10
. Defaults to0.0
. - Widget
Corner float64Radius - Widget corner radius. Value needs to be between
0
and50
. Defaults to5.0
.
- Double
- Button border radius. Value needs to be between
1
and10
. Defaults to3.0
. - Double
- Button border weight. Value needs to be between
0
and10
. Defaults to1.0
. - String
- Buttons style. Available options:
pill
,rounded
,sharp
. Defaults torounded
. - input
Border DoubleRadius - Input border radius. Value needs to be between
0
and10
. Defaults to3.0
. - input
Border DoubleWeight - Input border weight. Value needs to be between
0
and3
. 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
0
and10
. Defaults to0.0
. - widget
Corner DoubleRadius - Widget corner radius. Value needs to be between
0
and50
. Defaults to5.0
.
- number
- Button border radius. Value needs to be between
1
and10
. Defaults to3.0
. - number
- Button border weight. Value needs to be between
0
and10
. Defaults to1.0
. - string
- Buttons style. Available options:
pill
,rounded
,sharp
. Defaults torounded
. - input
Border numberRadius - Input border radius. Value needs to be between
0
and10
. Defaults to3.0
. - input
Border numberWeight - Input border weight. Value needs to be between
0
and3
. 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
0
and10
. Defaults to0.0
. - widget
Corner numberRadius - Widget corner radius. Value needs to be between
0
and50
. Defaults to5.0
.
- float
- Button border radius. Value needs to be between
1
and10
. Defaults to3.0
. - float
- Button border weight. Value needs to be between
0
and10
. Defaults to1.0
. - str
- Buttons style. Available options:
pill
,rounded
,sharp
. Defaults torounded
. - input_
border_ floatradius - Input border radius. Value needs to be between
0
and10
. Defaults to3.0
. - input_
border_ floatweight - Input border weight. Value needs to be between
0
and3
. 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
0
and10
. Defaults to0.0
. - widget_
corner_ floatradius - Widget corner radius. Value needs to be between
0
and50
. Defaults to5.0
.
- Number
- Button border radius. Value needs to be between
1
and10
. Defaults to3.0
. - Number
- Button border weight. Value needs to be between
0
and10
. Defaults to1.0
. - String
- Buttons style. Available options:
pill
,rounded
,sharp
. Defaults torounded
. - input
Border NumberRadius - Input border radius. Value needs to be between
0
and10
. Defaults to3.0
. - input
Border NumberWeight - Input border weight. Value needs to be between
0
and3
. 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
0
and10
. Defaults to0.0
. - widget
Corner NumberRadius - Widget corner radius. Value needs to be between
0
and50
. Defaults to5.0
.
BrandingThemeColors, BrandingThemeColorsArgs
- 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
. - 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
. - 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
. - 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
. - 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
. - 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
. - 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
.
BrandingThemeFonts, BrandingThemeFontsArgs
- Body
Text BrandingTheme Fonts Body Text - Body text.
- Branding
Theme Fonts Buttons Text - Buttons text.
- Input
Labels BrandingTheme Fonts Input Labels - Input labels.
- Links
Branding
Theme Fonts Links - Links.
- Subtitle
Branding
Theme Fonts Subtitle - Subtitle.
- Title
Branding
Theme Fonts Title - Title.
- Font
Url string - Font URL. Defaults to an empty string.
- Links
Style string - Links style. Defaults to
normal
. - Reference
Text doubleSize - Reference text size. Value needs to be between
12
and24
. Defaults to16.0
.
- Body
Text BrandingTheme Fonts Body Text - Body text.
- Branding
Theme Fonts Buttons Text - Buttons text.
- Input
Labels BrandingTheme Fonts Input Labels - Input labels.
- Links
Branding
Theme Fonts Links - Links.
- Subtitle
Branding
Theme Fonts Subtitle - Subtitle.
- Title
Branding
Theme Fonts Title - Title.
- Font
Url string - Font URL. Defaults to an empty string.
- Links
Style string - Links style. Defaults to
normal
. - Reference
Text float64Size - Reference text size. Value needs to be between
12
and24
. Defaults to16.0
.
- body
Text BrandingTheme Fonts Body Text - Body text.
- Branding
Theme Fonts Buttons Text - Buttons text.
- input
Labels BrandingTheme Fonts Input Labels - Input labels.
- links
Branding
Theme Fonts Links - Links.
- subtitle
Branding
Theme Fonts Subtitle - Subtitle.
- title
Branding
Theme Fonts Title - Title.
- font
Url String - Font URL. Defaults to an empty string.
- links
Style String - Links style. Defaults to
normal
. - reference
Text DoubleSize - Reference text size. Value needs to be between
12
and24
. Defaults to16.0
.
- body
Text BrandingTheme Fonts Body Text - Body text.
- Branding
Theme Fonts Buttons Text - Buttons text.
- input
Labels BrandingTheme Fonts Input Labels - Input labels.
- links
Branding
Theme Fonts Links - Links.
- subtitle
Branding
Theme Fonts Subtitle - Subtitle.
- title
Branding
Theme Fonts Title - Title.
- font
Url string - Font URL. Defaults to an empty string.
- links
Style string - Links style. Defaults to
normal
. - reference
Text numberSize - Reference text size. Value needs to be between
12
and24
. Defaults to16.0
.
- body_
text BrandingTheme Fonts Body Text - Body text.
- Branding
Theme Fonts Buttons Text - Buttons text.
- input_
labels BrandingTheme Fonts Input Labels - Input labels.
- links
Branding
Theme Fonts Links - Links.
- subtitle
Branding
Theme Fonts Subtitle - Subtitle.
- title
Branding
Theme Fonts Title - Title.
- font_
url str - Font URL. Defaults to an empty string.
- links_
style str - Links style. Defaults to
normal
. - reference_
text_ floatsize - Reference text size. Value needs to be between
12
and24
. Defaults to16.0
.
- body
Text Property Map - Body text.
- Property Map
- Buttons text.
- input
Labels Property Map - Input labels.
- links Property Map
- Links.
- subtitle Property Map
- Subtitle.
- title Property Map
- Title.
- font
Url String - Font URL. Defaults to an empty string.
- links
Style String - Links style. Defaults to
normal
. - reference
Text NumberSize - Reference text size. Value needs to be between
12
and24
. Defaults to16.0
.
BrandingThemeFontsBodyText, BrandingThemeFontsBodyTextArgs
BrandingThemeFontsButtonsText, BrandingThemeFontsButtonsTextArgs
BrandingThemeFontsInputLabels, BrandingThemeFontsInputLabelsArgs
BrandingThemeFontsLinks, BrandingThemeFontsLinksArgs
BrandingThemeFontsSubtitle, BrandingThemeFontsSubtitleArgs
BrandingThemeFontsTitle, BrandingThemeFontsTitleArgs
BrandingThemePageBackground, BrandingThemePageBackgroundArgs
- 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
.
BrandingThemeWidget, BrandingThemeWidgetArgs
- Header
Text stringAlignment - Header text alignment. Available options:
center
,left
,right
. Defaults tocenter
. - Logo
Height double - Logo height. Value needs to be between
1
and100
. 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
1
and100
. 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
1
and100
. 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
1
and100
. 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
1
and100
. 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
1
and100
. 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
.
Import
This resource can be imported by specifying the Branding Theme ID.
Example:
$ pulumi import auth0:index/brandingTheme:BrandingTheme my_theme "XXXXXXXXXXXXXXXXXXXX"
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- Auth0 pulumi/pulumi-auth0
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
auth0
Terraform Provider.