Auth0 v3.17.0 published on Wednesday, Apr 9, 2025 by Pulumi
auth0.getBrandingTheme
Explore with Pulumi AI
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 dictionary
getBrandingTheme 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
This property is required. double- Button border radius. Value needs to be between
1
and10
. Defaults to3.0
. This property is required. double- Button border weight. Value needs to be between
0
and10
. Defaults to1.0
. This property is required. string- Buttons style. Available options:
pill
,rounded
,sharp
. Defaults torounded
. - Input
Border Radius This property is required. double - Input border radius. Value needs to be between
0
and10
. Defaults to3.0
. - Input
Border Weight This property is required. double - Input border weight. Value needs to be between
0
and3
. Defaults to1.0
. - Inputs
Style This property is required. string - Inputs style. Available options:
pill
,rounded
,sharp
. Defaults torounded
. - Show
Widget Shadow This property is required. bool - Show widget shadow. Defaults to
true
. - Widget
Border Weight This property is required. double - Widget border weight. Value needs to be between
0
and10
. Defaults to0.0
. - Widget
Corner Radius This property is required. double - Widget corner radius. Value needs to be between
0
and50
. Defaults to5.0
.
This property is required. float64- Button border radius. Value needs to be between
1
and10
. Defaults to3.0
. This property is required. float64- Button border weight. Value needs to be between
0
and10
. Defaults to1.0
. This property is required. string- Buttons style. Available options:
pill
,rounded
,sharp
. Defaults torounded
. - Input
Border Radius This property is required. float64 - Input border radius. Value needs to be between
0
and10
. Defaults to3.0
. - Input
Border Weight This property is required. float64 - Input border weight. Value needs to be between
0
and3
. Defaults to1.0
. - Inputs
Style This property is required. string - Inputs style. Available options:
pill
,rounded
,sharp
. Defaults torounded
. - Show
Widget Shadow This property is required. bool - Show widget shadow. Defaults to
true
. - Widget
Border Weight This property is required. float64 - Widget border weight. Value needs to be between
0
and10
. Defaults to0.0
. - Widget
Corner Radius This property is required. float64 - Widget corner radius. Value needs to be between
0
and50
. Defaults to5.0
.
This property is required. Double- Button border radius. Value needs to be between
1
and10
. Defaults to3.0
. This property is required. Double- Button border weight. Value needs to be between
0
and10
. Defaults to1.0
. This property is required. String- Buttons style. Available options:
pill
,rounded
,sharp
. Defaults torounded
. - input
Border Radius This property is required. Double - Input border radius. Value needs to be between
0
and10
. Defaults to3.0
. - input
Border Weight This property is required. Double - Input border weight. Value needs to be between
0
and3
. Defaults to1.0
. - inputs
Style This property is required. String - Inputs style. Available options:
pill
,rounded
,sharp
. Defaults torounded
. - show
Widget Shadow This property is required. Boolean - Show widget shadow. Defaults to
true
. - widget
Border Weight This property is required. Double - Widget border weight. Value needs to be between
0
and10
. Defaults to0.0
. - widget
Corner Radius This property is required. Double - Widget corner radius. Value needs to be between
0
and50
. Defaults to5.0
.
This property is required. number- Button border radius. Value needs to be between
1
and10
. Defaults to3.0
. This property is required. number- Button border weight. Value needs to be between
0
and10
. Defaults to1.0
. This property is required. string- Buttons style. Available options:
pill
,rounded
,sharp
. Defaults torounded
. - input
Border Radius This property is required. number - Input border radius. Value needs to be between
0
and10
. Defaults to3.0
. - input
Border Weight This property is required. number - Input border weight. Value needs to be between
0
and3
. Defaults to1.0
. - inputs
Style This property is required. string - Inputs style. Available options:
pill
,rounded
,sharp
. Defaults torounded
. - show
Widget Shadow This property is required. boolean - Show widget shadow. Defaults to
true
. - widget
Border Weight This property is required. number - Widget border weight. Value needs to be between
0
and10
. Defaults to0.0
. - widget
Corner Radius This property is required. number - Widget corner radius. Value needs to be between
0
and50
. Defaults to5.0
.
This property is required. float- Button border radius. Value needs to be between
1
and10
. Defaults to3.0
. This property is required. float- Button border weight. Value needs to be between
0
and10
. Defaults to1.0
. This property is required. str- Buttons style. Available options:
pill
,rounded
,sharp
. Defaults torounded
. - input_
border_ radius This property is required. float - Input border radius. Value needs to be between
0
and10
. Defaults to3.0
. - input_
border_ weight This property is required. float - Input border weight. Value needs to be between
0
and3
. Defaults to1.0
. - inputs_
style This property is required. str - Inputs style. Available options:
pill
,rounded
,sharp
. Defaults torounded
. - show_
widget_ shadow This property is required. bool - Show widget shadow. Defaults to
true
. - widget_
border_ weight This property is required. float - Widget border weight. Value needs to be between
0
and10
. Defaults to0.0
. - widget_
corner_ radius This property is required. float - Widget corner radius. Value needs to be between
0
and50
. Defaults to5.0
.
This property is required. Number- Button border radius. Value needs to be between
1
and10
. Defaults to3.0
. This property is required. Number- Button border weight. Value needs to be between
0
and10
. Defaults to1.0
. This property is required. String- Buttons style. Available options:
pill
,rounded
,sharp
. Defaults torounded
. - input
Border Radius This property is required. Number - Input border radius. Value needs to be between
0
and10
. Defaults to3.0
. - input
Border Weight This property is required. Number - Input border weight. Value needs to be between
0
and3
. Defaults to1.0
. - inputs
Style This property is required. String - Inputs style. Available options:
pill
,rounded
,sharp
. Defaults torounded
. - show
Widget Shadow This property is required. Boolean - Show widget shadow. Defaults to
true
. - widget
Border Weight This property is required. Number - Widget border weight. Value needs to be between
0
and10
. Defaults to0.0
. - widget
Corner Radius This property is required. Number - Widget corner radius. Value needs to be between
0
and50
. Defaults to5.0
.
GetBrandingThemeColor
- Base
Focus Color This property is required. string - Base focus color. Defaults to
#635dff
. - Base
Hover Color This property is required. string - Base hover color. Defaults to
#000000
. - Body
Text This property is required. string - Body text. Defaults to
#1e212a
. - Captcha
Widget Theme This property is required. string - Captcha Widget Theme.
- Error
This property is required. string - Error. Defaults to
#d03c38
. - Header
This property is required. string - Header. Defaults to
#1e212a
. - Icons
This property is required. string - Icons. Defaults to
#65676e
. - Input
Background This property is required. string - Input background. Defaults to
#ffffff
. - Input
Border This property is required. string - Input border. Defaults to
#c9cace
. - Input
Filled Text This property is required. string - Input filled text. Defaults to
#000000
. - Input
Labels Placeholders This property is required. string - Input labels & placeholders. Defaults to
#65676e
. - Links
Focused Components This property is required. string - Links & focused components. Defaults to
#635dff
. This property is required. string- Primary button. Defaults to
#635dff
. This property is required. string- Primary button label. Defaults to
#ffffff
. This property is required. string- Secondary button border. Defaults to
#c9cace
. This property is required. string- Secondary button label. Defaults to
#1e212a
. - Success
This property is required. string - Success. Defaults to
#13a688
. - Widget
Background This property is required. string - Widget background. Defaults to
#ffffff
. - Widget
Border This property is required. string - Widget border. Defaults to
#c9cace
.
- Base
Focus Color This property is required. string - Base focus color. Defaults to
#635dff
. - Base
Hover Color This property is required. string - Base hover color. Defaults to
#000000
. - Body
Text This property is required. string - Body text. Defaults to
#1e212a
. - Captcha
Widget Theme This property is required. string - Captcha Widget Theme.
- Error
This property is required. string - Error. Defaults to
#d03c38
. - Header
This property is required. string - Header. Defaults to
#1e212a
. - Icons
This property is required. string - Icons. Defaults to
#65676e
. - Input
Background This property is required. string - Input background. Defaults to
#ffffff
. - Input
Border This property is required. string - Input border. Defaults to
#c9cace
. - Input
Filled Text This property is required. string - Input filled text. Defaults to
#000000
. - Input
Labels Placeholders This property is required. string - Input labels & placeholders. Defaults to
#65676e
. - Links
Focused Components This property is required. string - Links & focused components. Defaults to
#635dff
. This property is required. string- Primary button. Defaults to
#635dff
. This property is required. string- Primary button label. Defaults to
#ffffff
. This property is required. string- Secondary button border. Defaults to
#c9cace
. This property is required. string- Secondary button label. Defaults to
#1e212a
. - Success
This property is required. string - Success. Defaults to
#13a688
. - Widget
Background This property is required. string - Widget background. Defaults to
#ffffff
. - Widget
Border This property is required. string - Widget border. Defaults to
#c9cace
.
- base
Focus Color This property is required. String - Base focus color. Defaults to
#635dff
. - base
Hover Color This property is required. String - Base hover color. Defaults to
#000000
. - body
Text This property is required. String - Body text. Defaults to
#1e212a
. - captcha
Widget Theme This property is required. String - Captcha Widget Theme.
- error
This property is required. String - Error. Defaults to
#d03c38
. - header
This property is required. String - Header. Defaults to
#1e212a
. - icons
This property is required. String - Icons. Defaults to
#65676e
. - input
Background This property is required. String - Input background. Defaults to
#ffffff
. - input
Border This property is required. String - Input border. Defaults to
#c9cace
. - input
Filled Text This property is required. String - Input filled text. Defaults to
#000000
. - input
Labels Placeholders This property is required. String - Input labels & placeholders. Defaults to
#65676e
. - links
Focused Components This property is required. String - Links & focused components. Defaults to
#635dff
. This property is required. String- Primary button. Defaults to
#635dff
. This property is required. String- Primary button label. Defaults to
#ffffff
. This property is required. String- Secondary button border. Defaults to
#c9cace
. This property is required. String- Secondary button label. Defaults to
#1e212a
. - success
This property is required. String - Success. Defaults to
#13a688
. - widget
Background This property is required. String - Widget background. Defaults to
#ffffff
. - widget
Border This property is required. String - Widget border. Defaults to
#c9cace
.
- base
Focus Color This property is required. string - Base focus color. Defaults to
#635dff
. - base
Hover Color This property is required. string - Base hover color. Defaults to
#000000
. - body
Text This property is required. string - Body text. Defaults to
#1e212a
. - captcha
Widget Theme This property is required. string - Captcha Widget Theme.
- error
This property is required. string - Error. Defaults to
#d03c38
. - header
This property is required. string - Header. Defaults to
#1e212a
. - icons
This property is required. string - Icons. Defaults to
#65676e
. - input
Background This property is required. string - Input background. Defaults to
#ffffff
. - input
Border This property is required. string - Input border. Defaults to
#c9cace
. - input
Filled Text This property is required. string - Input filled text. Defaults to
#000000
. - input
Labels Placeholders This property is required. string - Input labels & placeholders. Defaults to
#65676e
. - links
Focused Components This property is required. string - Links & focused components. Defaults to
#635dff
. This property is required. string- Primary button. Defaults to
#635dff
. This property is required. string- Primary button label. Defaults to
#ffffff
. This property is required. string- Secondary button border. Defaults to
#c9cace
. This property is required. string- Secondary button label. Defaults to
#1e212a
. - success
This property is required. string - Success. Defaults to
#13a688
. - widget
Background This property is required. string - Widget background. Defaults to
#ffffff
. - widget
Border This property is required. string - Widget border. Defaults to
#c9cace
.
- base_
focus_ color This property is required. str - Base focus color. Defaults to
#635dff
. - base_
hover_ color This property is required. str - Base hover color. Defaults to
#000000
. - body_
text This property is required. str - Body text. Defaults to
#1e212a
. - captcha_
widget_ theme This property is required. str - Captcha Widget Theme.
- error
This property is required. str - Error. Defaults to
#d03c38
. - header
This property is required. str - Header. Defaults to
#1e212a
. - icons
This property is required. str - Icons. Defaults to
#65676e
. - input_
background This property is required. str - Input background. Defaults to
#ffffff
. - input_
border This property is required. str - Input border. Defaults to
#c9cace
. - input_
filled_ text This property is required. str - Input filled text. Defaults to
#000000
. - input_
labels_ placeholders This property is required. str - Input labels & placeholders. Defaults to
#65676e
. - links_
focused_ components This property is required. str - Links & focused components. Defaults to
#635dff
. This property is required. str- Primary button. Defaults to
#635dff
. This property is required. str- Primary button label. Defaults to
#ffffff
. This property is required. str- Secondary button border. Defaults to
#c9cace
. This property is required. str- Secondary button label. Defaults to
#1e212a
. - success
This property is required. str - Success. Defaults to
#13a688
. - widget_
background This property is required. str - Widget background. Defaults to
#ffffff
. - widget_
border This property is required. str - Widget border. Defaults to
#c9cace
.
- base
Focus Color This property is required. String - Base focus color. Defaults to
#635dff
. - base
Hover Color This property is required. String - Base hover color. Defaults to
#000000
. - body
Text This property is required. String - Body text. Defaults to
#1e212a
. - captcha
Widget Theme This property is required. String - Captcha Widget Theme.
- error
This property is required. String - Error. Defaults to
#d03c38
. - header
This property is required. String - Header. Defaults to
#1e212a
. - icons
This property is required. String - Icons. Defaults to
#65676e
. - input
Background This property is required. String - Input background. Defaults to
#ffffff
. - input
Border This property is required. String - Input border. Defaults to
#c9cace
. - input
Filled Text This property is required. String - Input filled text. Defaults to
#000000
. - input
Labels Placeholders This property is required. String - Input labels & placeholders. Defaults to
#65676e
. - links
Focused Components This property is required. String - Links & focused components. Defaults to
#635dff
. This property is required. String- Primary button. Defaults to
#635dff
. This property is required. String- Primary button label. Defaults to
#ffffff
. This property is required. String- Secondary button border. Defaults to
#c9cace
. This property is required. String- Secondary button label. Defaults to
#1e212a
. - success
This property is required. String - Success. Defaults to
#13a688
. - widget
Background This property is required. String - Widget background. Defaults to
#ffffff
. - widget
Border This property is required. String - Widget border. Defaults to
#c9cace
.
GetBrandingThemeFont
- Body
Texts This property is required. List<GetBranding Theme Font Body Text> - Body text.
This property is required. List<GetBranding Theme Font Buttons Text> - Buttons text.
- Font
Url This property is required. string - Font URL. Defaults to an empty string.
- Input
Labels This property is required. List<GetBranding Theme Font Input Label> - Input labels.
- Links
This property is required. List<GetBranding Theme Font Link> - Links.
- Links
Style This property is required. string - Links style. Defaults to
normal
. - Reference
Text Size This property is required. double - Reference text size. Value needs to be between
12
and24
. Defaults to16.0
. - Subtitles
This property is required. List<GetBranding Theme Font Subtitle> - Subtitle.
- Titles
This property is required. List<GetBranding Theme Font Title> - Title.
- Body
Texts This property is required. []GetBranding Theme Font Body Text - Body text.
This property is required. []GetBranding Theme Font Buttons Text - Buttons text.
- Font
Url This property is required. string - Font URL. Defaults to an empty string.
- Input
Labels This property is required. []GetBranding Theme Font Input Label - Input labels.
- Links
This property is required. []GetBranding Theme Font Link - Links.
- Links
Style This property is required. string - Links style. Defaults to
normal
. - Reference
Text Size This property is required. float64 - Reference text size. Value needs to be between
12
and24
. Defaults to16.0
. - Subtitles
This property is required. []GetBranding Theme Font Subtitle - Subtitle.
- Titles
This property is required. []GetBranding Theme Font Title - Title.
- body
Texts This property is required. List<GetBranding Theme Font Body Text> - Body text.
This property is required. List<GetBranding Theme Font Buttons Text> - Buttons text.
- font
Url This property is required. String - Font URL. Defaults to an empty string.
- input
Labels This property is required. List<GetBranding Theme Font Input Label> - Input labels.
- links
This property is required. List<GetBranding Theme Font Link> - Links.
- links
Style This property is required. String - Links style. Defaults to
normal
. - reference
Text Size This property is required. Double - Reference text size. Value needs to be between
12
and24
. Defaults to16.0
. - subtitles
This property is required. List<GetBranding Theme Font Subtitle> - Subtitle.
- titles
This property is required. List<GetBranding Theme Font Title> - Title.
- body
Texts This property is required. GetBranding Theme Font Body Text[] - Body text.
This property is required. GetBranding Theme Font Buttons Text[] - Buttons text.
- font
Url This property is required. string - Font URL. Defaults to an empty string.
- input
Labels This property is required. GetBranding Theme Font Input Label[] - Input labels.
- links
This property is required. GetBranding Theme Font Link[] - Links.
- links
Style This property is required. string - Links style. Defaults to
normal
. - reference
Text Size This property is required. number - Reference text size. Value needs to be between
12
and24
. Defaults to16.0
. - subtitles
This property is required. GetBranding Theme Font Subtitle[] - Subtitle.
- titles
This property is required. GetBranding Theme Font Title[] - Title.
- body_
texts This property is required. Sequence[GetBranding Theme Font Body Text] - Body text.
This property is required. Sequence[GetBranding Theme Font Buttons Text] - Buttons text.
- font_
url This property is required. str - Font URL. Defaults to an empty string.
- input_
labels This property is required. Sequence[GetBranding Theme Font Input Label] - Input labels.
- links
This property is required. Sequence[GetBranding Theme Font Link] - Links.
- links_
style This property is required. str - Links style. Defaults to
normal
. - reference_
text_ size This property is required. float - Reference text size. Value needs to be between
12
and24
. Defaults to16.0
. - subtitles
This property is required. Sequence[GetBranding Theme Font Subtitle] - Subtitle.
- titles
This property is required. Sequence[GetBranding Theme Font Title] - Title.
- body
Texts This property is required. List<Property Map> - Body text.
This property is required. List<Property Map>- Buttons text.
- font
Url This property is required. String - Font URL. Defaults to an empty string.
- input
Labels This property is required. List<Property Map> - Input labels.
- links
This property is required. List<Property Map> - Links.
- links
Style This property is required. String - Links style. Defaults to
normal
. - reference
Text Size This property is required. Number - Reference text size. Value needs to be between
12
and24
. Defaults to16.0
. - subtitles
This property is required. List<Property Map> - Subtitle.
- titles
This property is required. List<Property Map> - Title.
GetBrandingThemeFontBodyText
GetBrandingThemeFontButtonsText
GetBrandingThemeFontInputLabel
GetBrandingThemeFontLink
GetBrandingThemeFontSubtitle
GetBrandingThemeFontTitle
GetBrandingThemePageBackground
- Background
Color This property is required. string - Background color. Defaults to
#000000
. - Background
Image Url This property is required. string - Background image url. Defaults to an empty string.
- Page
Layout This property is required. string - Page layout. Available options:
center
,left
,right
. Defaults tocenter
.
- Background
Color This property is required. string - Background color. Defaults to
#000000
. - Background
Image Url This property is required. string - Background image url. Defaults to an empty string.
- Page
Layout This property is required. string - Page layout. Available options:
center
,left
,right
. Defaults tocenter
.
- background
Color This property is required. String - Background color. Defaults to
#000000
. - background
Image Url This property is required. String - Background image url. Defaults to an empty string.
- page
Layout This property is required. String - Page layout. Available options:
center
,left
,right
. Defaults tocenter
.
- background
Color This property is required. string - Background color. Defaults to
#000000
. - background
Image Url This property is required. string - Background image url. Defaults to an empty string.
- page
Layout This property is required. string - Page layout. Available options:
center
,left
,right
. Defaults tocenter
.
- background_
color This property is required. str - Background color. Defaults to
#000000
. - background_
image_ url This property is required. str - Background image url. Defaults to an empty string.
- page_
layout This property is required. str - Page layout. Available options:
center
,left
,right
. Defaults tocenter
.
- background
Color This property is required. String - Background color. Defaults to
#000000
. - background
Image Url This property is required. String - Background image url. Defaults to an empty string.
- page
Layout This property is required. String - Page layout. Available options:
center
,left
,right
. Defaults tocenter
.
GetBrandingThemeWidget
- Header
Text Alignment This property is required. string - Header text alignment. Available options:
center
,left
,right
. Defaults tocenter
. - Logo
Height This property is required. double - Logo height. Value needs to be between
1
and100
. Defaults to52.0
. - Logo
Position This property is required. string - Logo position. Available options:
center
,left
,right
,none
. Defaults tocenter
. - Logo
Url This property is required. string - Logo url. Defaults to an empty string.
This property is required. string- Social buttons layout. Available options:
bottom
,top
. Defaults tobottom
.
- Header
Text Alignment This property is required. string - Header text alignment. Available options:
center
,left
,right
. Defaults tocenter
. - Logo
Height This property is required. float64 - Logo height. Value needs to be between
1
and100
. Defaults to52.0
. - Logo
Position This property is required. string - Logo position. Available options:
center
,left
,right
,none
. Defaults tocenter
. - Logo
Url This property is required. string - Logo url. Defaults to an empty string.
This property is required. string- Social buttons layout. Available options:
bottom
,top
. Defaults tobottom
.
- header
Text Alignment This property is required. String - Header text alignment. Available options:
center
,left
,right
. Defaults tocenter
. - logo
Height This property is required. Double - Logo height. Value needs to be between
1
and100
. Defaults to52.0
. - logo
Position This property is required. String - Logo position. Available options:
center
,left
,right
,none
. Defaults tocenter
. - logo
Url This property is required. String - Logo url. Defaults to an empty string.
This property is required. String- Social buttons layout. Available options:
bottom
,top
. Defaults tobottom
.
- header
Text Alignment This property is required. string - Header text alignment. Available options:
center
,left
,right
. Defaults tocenter
. - logo
Height This property is required. number - Logo height. Value needs to be between
1
and100
. Defaults to52.0
. - logo
Position This property is required. string - Logo position. Available options:
center
,left
,right
,none
. Defaults tocenter
. - logo
Url This property is required. string - Logo url. Defaults to an empty string.
This property is required. string- Social buttons layout. Available options:
bottom
,top
. Defaults tobottom
.
- header_
text_ alignment This property is required. str - Header text alignment. Available options:
center
,left
,right
. Defaults tocenter
. - logo_
height This property is required. float - Logo height. Value needs to be between
1
and100
. Defaults to52.0
. - logo_
position This property is required. str - Logo position. Available options:
center
,left
,right
,none
. Defaults tocenter
. - logo_
url This property is required. str - Logo url. Defaults to an empty string.
This property is required. str- Social buttons layout. Available options:
bottom
,top
. Defaults tobottom
.
- header
Text Alignment This property is required. String - Header text alignment. Available options:
center
,left
,right
. Defaults tocenter
. - logo
Height This property is required. Number - Logo height. Value needs to be between
1
and100
. Defaults to52.0
. - logo
Position This property is required. String - Logo position. Available options:
center
,left
,right
,none
. Defaults tocenter
. - logo
Url This property is required. String - Logo url. Defaults to an empty string.
This property is required. 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
auth0
Terraform Provider.