1. Packages
  2. Konnect Provider
  3. API Docs
  4. PortalAppearance
konnect 2.4.1 published on Thursday, Mar 13, 2025 by kong

konnect.PortalAppearance

Explore with Pulumi AI

konnect logo
konnect 2.4.1 published on Thursday, Mar 13, 2025 by kong

    PortalAppearance Resource

    Example Usage

    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.konnect.PortalAppearance;
    import com.pulumi.konnect.PortalAppearanceArgs;
    import com.pulumi.konnect.inputs.PortalAppearanceCustomFontsArgs;
    import com.pulumi.konnect.inputs.PortalAppearanceCustomThemeArgs;
    import com.pulumi.konnect.inputs.PortalAppearanceCustomThemeColorsArgs;
    import com.pulumi.konnect.inputs.PortalAppearanceCustomThemeColorsButtonArgs;
    import com.pulumi.konnect.inputs.PortalAppearanceCustomThemeColorsButtonPrimaryFillArgs;
    import com.pulumi.konnect.inputs.PortalAppearanceCustomThemeColorsButtonPrimaryTextArgs;
    import com.pulumi.konnect.inputs.PortalAppearanceCustomThemeColorsSectionArgs;
    import com.pulumi.konnect.inputs.PortalAppearanceCustomThemeColorsSectionAccentArgs;
    import com.pulumi.konnect.inputs.PortalAppearanceCustomThemeColorsSectionBodyArgs;
    import com.pulumi.konnect.inputs.PortalAppearanceCustomThemeColorsSectionFooterArgs;
    import com.pulumi.konnect.inputs.PortalAppearanceCustomThemeColorsSectionHeaderArgs;
    import com.pulumi.konnect.inputs.PortalAppearanceCustomThemeColorsSectionHeroArgs;
    import com.pulumi.konnect.inputs.PortalAppearanceCustomThemeColorsSectionStrokeArgs;
    import com.pulumi.konnect.inputs.PortalAppearanceCustomThemeColorsSectionTertiaryArgs;
    import com.pulumi.konnect.inputs.PortalAppearanceCustomThemeColorsTextArgs;
    import com.pulumi.konnect.inputs.PortalAppearanceCustomThemeColorsTextAccentArgs;
    import com.pulumi.konnect.inputs.PortalAppearanceCustomThemeColorsTextFooterArgs;
    import com.pulumi.konnect.inputs.PortalAppearanceCustomThemeColorsTextHeaderArgs;
    import com.pulumi.konnect.inputs.PortalAppearanceCustomThemeColorsTextHeadingsArgs;
    import com.pulumi.konnect.inputs.PortalAppearanceCustomThemeColorsTextHeroArgs;
    import com.pulumi.konnect.inputs.PortalAppearanceCustomThemeColorsTextLinkArgs;
    import com.pulumi.konnect.inputs.PortalAppearanceCustomThemeColorsTextPrimaryArgs;
    import com.pulumi.konnect.inputs.PortalAppearanceCustomThemeColorsTextSecondaryArgs;
    import com.pulumi.konnect.inputs.PortalAppearanceImagesArgs;
    import com.pulumi.konnect.inputs.PortalAppearanceImagesFaviconArgs;
    import com.pulumi.konnect.inputs.PortalAppearanceImagesLogoArgs;
    import com.pulumi.konnect.inputs.PortalAppearanceTextArgs;
    import com.pulumi.konnect.inputs.PortalAppearanceTextCatalogArgs;
    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) {
            var myPortalappearance = new PortalAppearance("myPortalappearance", PortalAppearanceArgs.builder()
                .customFonts(PortalAppearanceCustomFontsArgs.builder()
                    .base("Roboto")
                    .code("Roboto")
                    .headings("Roboto")
                    .build())
                .customTheme(PortalAppearanceCustomThemeArgs.builder()
                    .colors(PortalAppearanceCustomThemeColorsArgs.builder()
                        .button(PortalAppearanceCustomThemeColorsButtonArgs.builder()
                            .primaryFill(PortalAppearanceCustomThemeColorsButtonPrimaryFillArgs.builder()
                                .description("...my_description...")
                                .value("...my_value...")
                                .build())
                            .primaryText(PortalAppearanceCustomThemeColorsButtonPrimaryTextArgs.builder()
                                .description("...my_description...")
                                .value("...my_value...")
                                .build())
                            .build())
                        .section(PortalAppearanceCustomThemeColorsSectionArgs.builder()
                            .accent(PortalAppearanceCustomThemeColorsSectionAccentArgs.builder()
                                .description("...my_description...")
                                .value("...my_value...")
                                .build())
                            .body(PortalAppearanceCustomThemeColorsSectionBodyArgs.builder()
                                .description("...my_description...")
                                .value("...my_value...")
                                .build())
                            .footer(PortalAppearanceCustomThemeColorsSectionFooterArgs.builder()
                                .description("...my_description...")
                                .value("...my_value...")
                                .build())
                            .header(PortalAppearanceCustomThemeColorsSectionHeaderArgs.builder()
                                .description("...my_description...")
                                .value("...my_value...")
                                .build())
                            .hero(PortalAppearanceCustomThemeColorsSectionHeroArgs.builder()
                                .description("...my_description...")
                                .value("...my_value...")
                                .build())
                            .stroke(PortalAppearanceCustomThemeColorsSectionStrokeArgs.builder()
                                .description("...my_description...")
                                .value("...my_value...")
                                .build())
                            .tertiary(PortalAppearanceCustomThemeColorsSectionTertiaryArgs.builder()
                                .description("...my_description...")
                                .value("...my_value...")
                                .build())
                            .build())
                        .text(PortalAppearanceCustomThemeColorsTextArgs.builder()
                            .accent(PortalAppearanceCustomThemeColorsTextAccentArgs.builder()
                                .description("...my_description...")
                                .value("...my_value...")
                                .build())
                            .footer(PortalAppearanceCustomThemeColorsTextFooterArgs.builder()
                                .description("...my_description...")
                                .value("...my_value...")
                                .build())
                            .header(PortalAppearanceCustomThemeColorsTextHeaderArgs.builder()
                                .description("...my_description...")
                                .value("...my_value...")
                                .build())
                            .headings(PortalAppearanceCustomThemeColorsTextHeadingsArgs.builder()
                                .description("...my_description...")
                                .value("...my_value...")
                                .build())
                            .hero(PortalAppearanceCustomThemeColorsTextHeroArgs.builder()
                                .description("...my_description...")
                                .value("...my_value...")
                                .build())
                            .link(PortalAppearanceCustomThemeColorsTextLinkArgs.builder()
                                .description("...my_description...")
                                .value("...my_value...")
                                .build())
                            .primary(PortalAppearanceCustomThemeColorsTextPrimaryArgs.builder()
                                .description("...my_description...")
                                .value("...my_value...")
                                .build())
                            .secondary(PortalAppearanceCustomThemeColorsTextSecondaryArgs.builder()
                                .description("...my_description...")
                                .value("...my_value...")
                                .build())
                            .build())
                        .build())
                    .build())
                .images(PortalAppearanceImagesArgs.builder()
                    .catalog_cover(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
                    .favicon(PortalAppearanceImagesFaviconArgs.builder()
                        .data("data:image/png,YW5faW1hZ2VfZmlsZQ==")
                        .filename("...my_filename...")
                        .build())
                    .logo(PortalAppearanceImagesLogoArgs.builder()
                        .data("data:image/png,YW5faW1hZ2VfZmlsZQ==")
                        .filename("...my_filename...")
                        .build())
                    .build())
                .portalId("3d7b380a-055a-48ae-88ff-cc687bbb2679")
                .text(PortalAppearanceTextArgs.builder()
                    .catalog(PortalAppearanceTextCatalogArgs.builder()
                        .primaryHeader("...my_primary_header...")
                        .welcomeMessage("...my_welcome_message...")
                        .build())
                    .build())
                .themeName("mint_rocket")
                .useCustomFonts(false)
                .build());
    
        }
    }
    
    resources:
      myPortalappearance:
        type: konnect:PortalAppearance
        properties:
          customFonts:
            base: Roboto
            code: Roboto
            headings: Roboto
          customTheme:
            colors:
              button:
                primaryFill:
                  description: '...my_description...'
                  value: '...my_value...'
                primaryText:
                  description: '...my_description...'
                  value: '...my_value...'
              section:
                accent:
                  description: '...my_description...'
                  value: '...my_value...'
                body:
                  description: '...my_description...'
                  value: '...my_value...'
                footer:
                  description: '...my_description...'
                  value: '...my_value...'
                header:
                  description: '...my_description...'
                  value: '...my_value...'
                hero:
                  description: '...my_description...'
                  value: '...my_value...'
                stroke:
                  description: '...my_description...'
                  value: '...my_value...'
                tertiary:
                  description: '...my_description...'
                  value: '...my_value...'
              text:
                accent:
                  description: '...my_description...'
                  value: '...my_value...'
                footer:
                  description: '...my_description...'
                  value: '...my_value...'
                header:
                  description: '...my_description...'
                  value: '...my_value...'
                headings:
                  description: '...my_description...'
                  value: '...my_value...'
                hero:
                  description: '...my_description...'
                  value: '...my_value...'
                link:
                  description: '...my_description...'
                  value: '...my_value...'
                primary:
                  description: '...my_description...'
                  value: '...my_value...'
                secondary:
                  description: '...my_description...'
                  value: '...my_value...'
          images:
            catalog_cover:
              data: data:image/png,YW5faW1hZ2VfZmlsZQ==
              filename: '...my_filename...'
            favicon:
              data: data:image/png,YW5faW1hZ2VfZmlsZQ==
              filename: '...my_filename...'
            logo:
              data: data:image/png,YW5faW1hZ2VfZmlsZQ==
              filename: '...my_filename...'
          portalId: 3d7b380a-055a-48ae-88ff-cc687bbb2679
          text:
            catalog:
              primaryHeader: '...my_primary_header...'
              welcomeMessage: '...my_welcome_message...'
          themeName: mint_rocket
          useCustomFonts: false
    

    Create PortalAppearance Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new PortalAppearance(name: string, args: PortalAppearanceArgs, opts?: CustomResourceOptions);
    @overload
    def PortalAppearance(resource_name: str,
                         args: PortalAppearanceArgs,
                         opts: Optional[ResourceOptions] = None)
    
    @overload
    def PortalAppearance(resource_name: str,
                         opts: Optional[ResourceOptions] = None,
                         portal_id: Optional[str] = None,
                         custom_fonts: Optional[PortalAppearanceCustomFontsArgs] = None,
                         custom_theme: Optional[PortalAppearanceCustomThemeArgs] = None,
                         images: Optional[PortalAppearanceImagesArgs] = None,
                         text: Optional[PortalAppearanceTextArgs] = None,
                         theme_name: Optional[str] = None,
                         use_custom_fonts: Optional[bool] = None)
    func NewPortalAppearance(ctx *Context, name string, args PortalAppearanceArgs, opts ...ResourceOption) (*PortalAppearance, error)
    public PortalAppearance(string name, PortalAppearanceArgs args, CustomResourceOptions? opts = null)
    public PortalAppearance(String name, PortalAppearanceArgs args)
    public PortalAppearance(String name, PortalAppearanceArgs args, CustomResourceOptions options)
    
    type: konnect:PortalAppearance
    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 PortalAppearanceArgs
    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 PortalAppearanceArgs
    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 PortalAppearanceArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args PortalAppearanceArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args PortalAppearanceArgs
    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 portalAppearanceResource = new Konnect.PortalAppearance("portalAppearanceResource", new()
    {
        PortalId = "string",
        CustomFonts = new Konnect.Inputs.PortalAppearanceCustomFontsArgs
        {
            Base = "string",
            Code = "string",
            Headings = "string",
        },
        CustomTheme = new Konnect.Inputs.PortalAppearanceCustomThemeArgs
        {
            Colors = new Konnect.Inputs.PortalAppearanceCustomThemeColorsArgs
            {
                Button = new Konnect.Inputs.PortalAppearanceCustomThemeColorsButtonArgs
                {
                    PrimaryFill = new Konnect.Inputs.PortalAppearanceCustomThemeColorsButtonPrimaryFillArgs
                    {
                        Description = "string",
                        Value = "string",
                    },
                    PrimaryText = new Konnect.Inputs.PortalAppearanceCustomThemeColorsButtonPrimaryTextArgs
                    {
                        Description = "string",
                        Value = "string",
                    },
                },
                Section = new Konnect.Inputs.PortalAppearanceCustomThemeColorsSectionArgs
                {
                    Accent = new Konnect.Inputs.PortalAppearanceCustomThemeColorsSectionAccentArgs
                    {
                        Description = "string",
                        Value = "string",
                    },
                    Body = new Konnect.Inputs.PortalAppearanceCustomThemeColorsSectionBodyArgs
                    {
                        Description = "string",
                        Value = "string",
                    },
                    Footer = new Konnect.Inputs.PortalAppearanceCustomThemeColorsSectionFooterArgs
                    {
                        Description = "string",
                        Value = "string",
                    },
                    Header = new Konnect.Inputs.PortalAppearanceCustomThemeColorsSectionHeaderArgs
                    {
                        Description = "string",
                        Value = "string",
                    },
                    Hero = new Konnect.Inputs.PortalAppearanceCustomThemeColorsSectionHeroArgs
                    {
                        Description = "string",
                        Value = "string",
                    },
                    Stroke = new Konnect.Inputs.PortalAppearanceCustomThemeColorsSectionStrokeArgs
                    {
                        Description = "string",
                        Value = "string",
                    },
                    Tertiary = new Konnect.Inputs.PortalAppearanceCustomThemeColorsSectionTertiaryArgs
                    {
                        Description = "string",
                        Value = "string",
                    },
                },
                Text = new Konnect.Inputs.PortalAppearanceCustomThemeColorsTextArgs
                {
                    Accent = new Konnect.Inputs.PortalAppearanceCustomThemeColorsTextAccentArgs
                    {
                        Description = "string",
                        Value = "string",
                    },
                    Footer = new Konnect.Inputs.PortalAppearanceCustomThemeColorsTextFooterArgs
                    {
                        Description = "string",
                        Value = "string",
                    },
                    Header = new Konnect.Inputs.PortalAppearanceCustomThemeColorsTextHeaderArgs
                    {
                        Description = "string",
                        Value = "string",
                    },
                    Headings = new Konnect.Inputs.PortalAppearanceCustomThemeColorsTextHeadingsArgs
                    {
                        Description = "string",
                        Value = "string",
                    },
                    Hero = new Konnect.Inputs.PortalAppearanceCustomThemeColorsTextHeroArgs
                    {
                        Description = "string",
                        Value = "string",
                    },
                    Link = new Konnect.Inputs.PortalAppearanceCustomThemeColorsTextLinkArgs
                    {
                        Description = "string",
                        Value = "string",
                    },
                    Primary = new Konnect.Inputs.PortalAppearanceCustomThemeColorsTextPrimaryArgs
                    {
                        Description = "string",
                        Value = "string",
                    },
                    Secondary = new Konnect.Inputs.PortalAppearanceCustomThemeColorsTextSecondaryArgs
                    {
                        Description = "string",
                        Value = "string",
                    },
                },
            },
        },
        Images = new Konnect.Inputs.PortalAppearanceImagesArgs
        {
            CatalogCover = new Konnect.Inputs.PortalAppearanceImagesCatalogCoverArgs
            {
                Data = "string",
                Filename = "string",
            },
            Favicon = new Konnect.Inputs.PortalAppearanceImagesFaviconArgs
            {
                Data = "string",
                Filename = "string",
            },
            Logo = new Konnect.Inputs.PortalAppearanceImagesLogoArgs
            {
                Data = "string",
                Filename = "string",
            },
        },
        Text = new Konnect.Inputs.PortalAppearanceTextArgs
        {
            Catalog = new Konnect.Inputs.PortalAppearanceTextCatalogArgs
            {
                PrimaryHeader = "string",
                WelcomeMessage = "string",
            },
        },
        ThemeName = "string",
        UseCustomFonts = false,
    });
    
    example, err := konnect.NewPortalAppearance(ctx, "portalAppearanceResource", &konnect.PortalAppearanceArgs{
    PortalId: pulumi.String("string"),
    CustomFonts: &.PortalAppearanceCustomFontsArgs{
    Base: pulumi.String("string"),
    Code: pulumi.String("string"),
    Headings: pulumi.String("string"),
    },
    CustomTheme: &.PortalAppearanceCustomThemeArgs{
    Colors: &.PortalAppearanceCustomThemeColorsArgs{
    Button: &.PortalAppearanceCustomThemeColorsButtonArgs{
    PrimaryFill: &.PortalAppearanceCustomThemeColorsButtonPrimaryFillArgs{
    Description: pulumi.String("string"),
    Value: pulumi.String("string"),
    },
    PrimaryText: &.PortalAppearanceCustomThemeColorsButtonPrimaryTextArgs{
    Description: pulumi.String("string"),
    Value: pulumi.String("string"),
    },
    },
    Section: &.PortalAppearanceCustomThemeColorsSectionArgs{
    Accent: &.PortalAppearanceCustomThemeColorsSectionAccentArgs{
    Description: pulumi.String("string"),
    Value: pulumi.String("string"),
    },
    Body: &.PortalAppearanceCustomThemeColorsSectionBodyArgs{
    Description: pulumi.String("string"),
    Value: pulumi.String("string"),
    },
    Footer: &.PortalAppearanceCustomThemeColorsSectionFooterArgs{
    Description: pulumi.String("string"),
    Value: pulumi.String("string"),
    },
    Header: &.PortalAppearanceCustomThemeColorsSectionHeaderArgs{
    Description: pulumi.String("string"),
    Value: pulumi.String("string"),
    },
    Hero: &.PortalAppearanceCustomThemeColorsSectionHeroArgs{
    Description: pulumi.String("string"),
    Value: pulumi.String("string"),
    },
    Stroke: &.PortalAppearanceCustomThemeColorsSectionStrokeArgs{
    Description: pulumi.String("string"),
    Value: pulumi.String("string"),
    },
    Tertiary: &.PortalAppearanceCustomThemeColorsSectionTertiaryArgs{
    Description: pulumi.String("string"),
    Value: pulumi.String("string"),
    },
    },
    Text: &.PortalAppearanceCustomThemeColorsTextArgs{
    Accent: &.PortalAppearanceCustomThemeColorsTextAccentArgs{
    Description: pulumi.String("string"),
    Value: pulumi.String("string"),
    },
    Footer: &.PortalAppearanceCustomThemeColorsTextFooterArgs{
    Description: pulumi.String("string"),
    Value: pulumi.String("string"),
    },
    Header: &.PortalAppearanceCustomThemeColorsTextHeaderArgs{
    Description: pulumi.String("string"),
    Value: pulumi.String("string"),
    },
    Headings: &.PortalAppearanceCustomThemeColorsTextHeadingsArgs{
    Description: pulumi.String("string"),
    Value: pulumi.String("string"),
    },
    Hero: &.PortalAppearanceCustomThemeColorsTextHeroArgs{
    Description: pulumi.String("string"),
    Value: pulumi.String("string"),
    },
    Link: &.PortalAppearanceCustomThemeColorsTextLinkArgs{
    Description: pulumi.String("string"),
    Value: pulumi.String("string"),
    },
    Primary: &.PortalAppearanceCustomThemeColorsTextPrimaryArgs{
    Description: pulumi.String("string"),
    Value: pulumi.String("string"),
    },
    Secondary: &.PortalAppearanceCustomThemeColorsTextSecondaryArgs{
    Description: pulumi.String("string"),
    Value: pulumi.String("string"),
    },
    },
    },
    },
    Images: &.PortalAppearanceImagesArgs{
    CatalogCover: &.PortalAppearanceImagesCatalogCoverArgs{
    Data: pulumi.String("string"),
    Filename: pulumi.String("string"),
    },
    Favicon: &.PortalAppearanceImagesFaviconArgs{
    Data: pulumi.String("string"),
    Filename: pulumi.String("string"),
    },
    Logo: &.PortalAppearanceImagesLogoArgs{
    Data: pulumi.String("string"),
    Filename: pulumi.String("string"),
    },
    },
    Text: &.PortalAppearanceTextArgs{
    Catalog: &.PortalAppearanceTextCatalogArgs{
    PrimaryHeader: pulumi.String("string"),
    WelcomeMessage: pulumi.String("string"),
    },
    },
    ThemeName: pulumi.String("string"),
    UseCustomFonts: pulumi.Bool(false),
    })
    
    var portalAppearanceResource = new PortalAppearance("portalAppearanceResource", PortalAppearanceArgs.builder()
        .portalId("string")
        .customFonts(PortalAppearanceCustomFontsArgs.builder()
            .base("string")
            .code("string")
            .headings("string")
            .build())
        .customTheme(PortalAppearanceCustomThemeArgs.builder()
            .colors(PortalAppearanceCustomThemeColorsArgs.builder()
                .button(PortalAppearanceCustomThemeColorsButtonArgs.builder()
                    .primaryFill(PortalAppearanceCustomThemeColorsButtonPrimaryFillArgs.builder()
                        .description("string")
                        .value("string")
                        .build())
                    .primaryText(PortalAppearanceCustomThemeColorsButtonPrimaryTextArgs.builder()
                        .description("string")
                        .value("string")
                        .build())
                    .build())
                .section(PortalAppearanceCustomThemeColorsSectionArgs.builder()
                    .accent(PortalAppearanceCustomThemeColorsSectionAccentArgs.builder()
                        .description("string")
                        .value("string")
                        .build())
                    .body(PortalAppearanceCustomThemeColorsSectionBodyArgs.builder()
                        .description("string")
                        .value("string")
                        .build())
                    .footer(PortalAppearanceCustomThemeColorsSectionFooterArgs.builder()
                        .description("string")
                        .value("string")
                        .build())
                    .header(PortalAppearanceCustomThemeColorsSectionHeaderArgs.builder()
                        .description("string")
                        .value("string")
                        .build())
                    .hero(PortalAppearanceCustomThemeColorsSectionHeroArgs.builder()
                        .description("string")
                        .value("string")
                        .build())
                    .stroke(PortalAppearanceCustomThemeColorsSectionStrokeArgs.builder()
                        .description("string")
                        .value("string")
                        .build())
                    .tertiary(PortalAppearanceCustomThemeColorsSectionTertiaryArgs.builder()
                        .description("string")
                        .value("string")
                        .build())
                    .build())
                .text(PortalAppearanceCustomThemeColorsTextArgs.builder()
                    .accent(PortalAppearanceCustomThemeColorsTextAccentArgs.builder()
                        .description("string")
                        .value("string")
                        .build())
                    .footer(PortalAppearanceCustomThemeColorsTextFooterArgs.builder()
                        .description("string")
                        .value("string")
                        .build())
                    .header(PortalAppearanceCustomThemeColorsTextHeaderArgs.builder()
                        .description("string")
                        .value("string")
                        .build())
                    .headings(PortalAppearanceCustomThemeColorsTextHeadingsArgs.builder()
                        .description("string")
                        .value("string")
                        .build())
                    .hero(PortalAppearanceCustomThemeColorsTextHeroArgs.builder()
                        .description("string")
                        .value("string")
                        .build())
                    .link(PortalAppearanceCustomThemeColorsTextLinkArgs.builder()
                        .description("string")
                        .value("string")
                        .build())
                    .primary(PortalAppearanceCustomThemeColorsTextPrimaryArgs.builder()
                        .description("string")
                        .value("string")
                        .build())
                    .secondary(PortalAppearanceCustomThemeColorsTextSecondaryArgs.builder()
                        .description("string")
                        .value("string")
                        .build())
                    .build())
                .build())
            .build())
        .images(PortalAppearanceImagesArgs.builder()
            .catalogCover(PortalAppearanceImagesCatalogCoverArgs.builder()
                .data("string")
                .filename("string")
                .build())
            .favicon(PortalAppearanceImagesFaviconArgs.builder()
                .data("string")
                .filename("string")
                .build())
            .logo(PortalAppearanceImagesLogoArgs.builder()
                .data("string")
                .filename("string")
                .build())
            .build())
        .text(PortalAppearanceTextArgs.builder()
            .catalog(PortalAppearanceTextCatalogArgs.builder()
                .primaryHeader("string")
                .welcomeMessage("string")
                .build())
            .build())
        .themeName("string")
        .useCustomFonts(false)
        .build());
    
    portal_appearance_resource = konnect.PortalAppearance("portalAppearanceResource",
        portal_id="string",
        custom_fonts={
            "base": "string",
            "code": "string",
            "headings": "string",
        },
        custom_theme={
            "colors": {
                "button": {
                    "primary_fill": {
                        "description": "string",
                        "value": "string",
                    },
                    "primary_text": {
                        "description": "string",
                        "value": "string",
                    },
                },
                "section": {
                    "accent": {
                        "description": "string",
                        "value": "string",
                    },
                    "body": {
                        "description": "string",
                        "value": "string",
                    },
                    "footer": {
                        "description": "string",
                        "value": "string",
                    },
                    "header": {
                        "description": "string",
                        "value": "string",
                    },
                    "hero": {
                        "description": "string",
                        "value": "string",
                    },
                    "stroke": {
                        "description": "string",
                        "value": "string",
                    },
                    "tertiary": {
                        "description": "string",
                        "value": "string",
                    },
                },
                "text": {
                    "accent": {
                        "description": "string",
                        "value": "string",
                    },
                    "footer": {
                        "description": "string",
                        "value": "string",
                    },
                    "header": {
                        "description": "string",
                        "value": "string",
                    },
                    "headings": {
                        "description": "string",
                        "value": "string",
                    },
                    "hero": {
                        "description": "string",
                        "value": "string",
                    },
                    "link": {
                        "description": "string",
                        "value": "string",
                    },
                    "primary": {
                        "description": "string",
                        "value": "string",
                    },
                    "secondary": {
                        "description": "string",
                        "value": "string",
                    },
                },
            },
        },
        images={
            "catalog_cover": {
                "data": "string",
                "filename": "string",
            },
            "favicon": {
                "data": "string",
                "filename": "string",
            },
            "logo": {
                "data": "string",
                "filename": "string",
            },
        },
        text={
            "catalog": {
                "primary_header": "string",
                "welcome_message": "string",
            },
        },
        theme_name="string",
        use_custom_fonts=False)
    
    const portalAppearanceResource = new konnect.PortalAppearance("portalAppearanceResource", {
        portalId: "string",
        customFonts: {
            base: "string",
            code: "string",
            headings: "string",
        },
        customTheme: {
            colors: {
                button: {
                    primaryFill: {
                        description: "string",
                        value: "string",
                    },
                    primaryText: {
                        description: "string",
                        value: "string",
                    },
                },
                section: {
                    accent: {
                        description: "string",
                        value: "string",
                    },
                    body: {
                        description: "string",
                        value: "string",
                    },
                    footer: {
                        description: "string",
                        value: "string",
                    },
                    header: {
                        description: "string",
                        value: "string",
                    },
                    hero: {
                        description: "string",
                        value: "string",
                    },
                    stroke: {
                        description: "string",
                        value: "string",
                    },
                    tertiary: {
                        description: "string",
                        value: "string",
                    },
                },
                text: {
                    accent: {
                        description: "string",
                        value: "string",
                    },
                    footer: {
                        description: "string",
                        value: "string",
                    },
                    header: {
                        description: "string",
                        value: "string",
                    },
                    headings: {
                        description: "string",
                        value: "string",
                    },
                    hero: {
                        description: "string",
                        value: "string",
                    },
                    link: {
                        description: "string",
                        value: "string",
                    },
                    primary: {
                        description: "string",
                        value: "string",
                    },
                    secondary: {
                        description: "string",
                        value: "string",
                    },
                },
            },
        },
        images: {
            catalogCover: {
                data: "string",
                filename: "string",
            },
            favicon: {
                data: "string",
                filename: "string",
            },
            logo: {
                data: "string",
                filename: "string",
            },
        },
        text: {
            catalog: {
                primaryHeader: "string",
                welcomeMessage: "string",
            },
        },
        themeName: "string",
        useCustomFonts: false,
    });
    
    type: konnect:PortalAppearance
    properties:
        customFonts:
            base: string
            code: string
            headings: string
        customTheme:
            colors:
                button:
                    primaryFill:
                        description: string
                        value: string
                    primaryText:
                        description: string
                        value: string
                section:
                    accent:
                        description: string
                        value: string
                    body:
                        description: string
                        value: string
                    footer:
                        description: string
                        value: string
                    header:
                        description: string
                        value: string
                    hero:
                        description: string
                        value: string
                    stroke:
                        description: string
                        value: string
                    tertiary:
                        description: string
                        value: string
                text:
                    accent:
                        description: string
                        value: string
                    footer:
                        description: string
                        value: string
                    header:
                        description: string
                        value: string
                    headings:
                        description: string
                        value: string
                    hero:
                        description: string
                        value: string
                    link:
                        description: string
                        value: string
                    primary:
                        description: string
                        value: string
                    secondary:
                        description: string
                        value: string
        images:
            catalogCover:
                data: string
                filename: string
            favicon:
                data: string
                filename: string
            logo:
                data: string
                filename: string
        portalId: string
        text:
            catalog:
                primaryHeader: string
                welcomeMessage: string
        themeName: string
        useCustomFonts: false
    

    PortalAppearance Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The PortalAppearance resource accepts the following input properties:

    PortalId string
    ID of the portal.
    CustomFonts PortalAppearanceCustomFonts
    Font selections to render text in the portal user interface. Must set usecustomfonts to true to enable using custom font values.
    CustomTheme PortalAppearanceCustomTheme
    Groups of variables for configuring visual details of the portal user interface. Set theme*name to 'custom' to use custom values for theme variables.
    Images PortalAppearanceImages
    A collection of binary image data to customize images in the portal
    Text PortalAppearanceText
    Values to display for customizable text in the portal user interface
    ThemeName string
    Select a pre-existing default theme or specify 'custom' to use customtheme variables. must be one of ["mintrocket", "dark_mode", "custom"]
    UseCustomFonts bool
    If true, fonts in custom_fonts will be used over the theme's default fonts
    PortalId string
    ID of the portal.
    CustomFonts PortalAppearanceCustomFontsArgs
    Font selections to render text in the portal user interface. Must set usecustomfonts to true to enable using custom font values.
    CustomTheme PortalAppearanceCustomThemeArgs
    Groups of variables for configuring visual details of the portal user interface. Set theme*name to 'custom' to use custom values for theme variables.
    Images PortalAppearanceImagesArgs
    A collection of binary image data to customize images in the portal
    Text PortalAppearanceTextArgs
    Values to display for customizable text in the portal user interface
    ThemeName string
    Select a pre-existing default theme or specify 'custom' to use customtheme variables. must be one of ["mintrocket", "dark_mode", "custom"]
    UseCustomFonts bool
    If true, fonts in custom_fonts will be used over the theme's default fonts
    portalId String
    ID of the portal.
    customFonts PortalAppearanceCustomFonts
    Font selections to render text in the portal user interface. Must set usecustomfonts to true to enable using custom font values.
    customTheme PortalAppearanceCustomTheme
    Groups of variables for configuring visual details of the portal user interface. Set theme*name to 'custom' to use custom values for theme variables.
    images PortalAppearanceImages
    A collection of binary image data to customize images in the portal
    text PortalAppearanceText
    Values to display for customizable text in the portal user interface
    themeName String
    Select a pre-existing default theme or specify 'custom' to use customtheme variables. must be one of ["mintrocket", "dark_mode", "custom"]
    useCustomFonts Boolean
    If true, fonts in custom_fonts will be used over the theme's default fonts
    portalId string
    ID of the portal.
    customFonts PortalAppearanceCustomFonts
    Font selections to render text in the portal user interface. Must set usecustomfonts to true to enable using custom font values.
    customTheme PortalAppearanceCustomTheme
    Groups of variables for configuring visual details of the portal user interface. Set theme*name to 'custom' to use custom values for theme variables.
    images PortalAppearanceImages
    A collection of binary image data to customize images in the portal
    text PortalAppearanceText
    Values to display for customizable text in the portal user interface
    themeName string
    Select a pre-existing default theme or specify 'custom' to use customtheme variables. must be one of ["mintrocket", "dark_mode", "custom"]
    useCustomFonts boolean
    If true, fonts in custom_fonts will be used over the theme's default fonts
    portal_id str
    ID of the portal.
    custom_fonts PortalAppearanceCustomFontsArgs
    Font selections to render text in the portal user interface. Must set usecustomfonts to true to enable using custom font values.
    custom_theme PortalAppearanceCustomThemeArgs
    Groups of variables for configuring visual details of the portal user interface. Set theme*name to 'custom' to use custom values for theme variables.
    images PortalAppearanceImagesArgs
    A collection of binary image data to customize images in the portal
    text PortalAppearanceTextArgs
    Values to display for customizable text in the portal user interface
    theme_name str
    Select a pre-existing default theme or specify 'custom' to use customtheme variables. must be one of ["mintrocket", "dark_mode", "custom"]
    use_custom_fonts bool
    If true, fonts in custom_fonts will be used over the theme's default fonts
    portalId String
    ID of the portal.
    customFonts Property Map
    Font selections to render text in the portal user interface. Must set usecustomfonts to true to enable using custom font values.
    customTheme Property Map
    Groups of variables for configuring visual details of the portal user interface. Set theme*name to 'custom' to use custom values for theme variables.
    images Property Map
    A collection of binary image data to customize images in the portal
    text Property Map
    Values to display for customizable text in the portal user interface
    themeName String
    Select a pre-existing default theme or specify 'custom' to use customtheme variables. must be one of ["mintrocket", "dark_mode", "custom"]
    useCustomFonts Boolean
    If true, fonts in custom_fonts will be used over the theme's default fonts

    Outputs

    All input properties are implicitly available as output properties. Additionally, the PortalAppearance 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 PortalAppearance Resource

    Get an existing PortalAppearance 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?: PortalAppearanceState, opts?: CustomResourceOptions): PortalAppearance
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            custom_fonts: Optional[PortalAppearanceCustomFontsArgs] = None,
            custom_theme: Optional[PortalAppearanceCustomThemeArgs] = None,
            images: Optional[PortalAppearanceImagesArgs] = None,
            portal_id: Optional[str] = None,
            text: Optional[PortalAppearanceTextArgs] = None,
            theme_name: Optional[str] = None,
            use_custom_fonts: Optional[bool] = None) -> PortalAppearance
    func GetPortalAppearance(ctx *Context, name string, id IDInput, state *PortalAppearanceState, opts ...ResourceOption) (*PortalAppearance, error)
    public static PortalAppearance Get(string name, Input<string> id, PortalAppearanceState? state, CustomResourceOptions? opts = null)
    public static PortalAppearance get(String name, Output<String> id, PortalAppearanceState state, CustomResourceOptions options)
    resources:  _:    type: konnect:PortalAppearance    get:      id: ${id}
    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.
    The following state arguments are supported:
    CustomFonts PortalAppearanceCustomFonts
    Font selections to render text in the portal user interface. Must set usecustomfonts to true to enable using custom font values.
    CustomTheme PortalAppearanceCustomTheme
    Groups of variables for configuring visual details of the portal user interface. Set theme*name to 'custom' to use custom values for theme variables.
    Images PortalAppearanceImages
    A collection of binary image data to customize images in the portal
    PortalId string
    ID of the portal.
    Text PortalAppearanceText
    Values to display for customizable text in the portal user interface
    ThemeName string
    Select a pre-existing default theme or specify 'custom' to use customtheme variables. must be one of ["mintrocket", "dark_mode", "custom"]
    UseCustomFonts bool
    If true, fonts in custom_fonts will be used over the theme's default fonts
    CustomFonts PortalAppearanceCustomFontsArgs
    Font selections to render text in the portal user interface. Must set usecustomfonts to true to enable using custom font values.
    CustomTheme PortalAppearanceCustomThemeArgs
    Groups of variables for configuring visual details of the portal user interface. Set theme*name to 'custom' to use custom values for theme variables.
    Images PortalAppearanceImagesArgs
    A collection of binary image data to customize images in the portal
    PortalId string
    ID of the portal.
    Text PortalAppearanceTextArgs
    Values to display for customizable text in the portal user interface
    ThemeName string
    Select a pre-existing default theme or specify 'custom' to use customtheme variables. must be one of ["mintrocket", "dark_mode", "custom"]
    UseCustomFonts bool
    If true, fonts in custom_fonts will be used over the theme's default fonts
    customFonts PortalAppearanceCustomFonts
    Font selections to render text in the portal user interface. Must set usecustomfonts to true to enable using custom font values.
    customTheme PortalAppearanceCustomTheme
    Groups of variables for configuring visual details of the portal user interface. Set theme*name to 'custom' to use custom values for theme variables.
    images PortalAppearanceImages
    A collection of binary image data to customize images in the portal
    portalId String
    ID of the portal.
    text PortalAppearanceText
    Values to display for customizable text in the portal user interface
    themeName String
    Select a pre-existing default theme or specify 'custom' to use customtheme variables. must be one of ["mintrocket", "dark_mode", "custom"]
    useCustomFonts Boolean
    If true, fonts in custom_fonts will be used over the theme's default fonts
    customFonts PortalAppearanceCustomFonts
    Font selections to render text in the portal user interface. Must set usecustomfonts to true to enable using custom font values.
    customTheme PortalAppearanceCustomTheme
    Groups of variables for configuring visual details of the portal user interface. Set theme*name to 'custom' to use custom values for theme variables.
    images PortalAppearanceImages
    A collection of binary image data to customize images in the portal
    portalId string
    ID of the portal.
    text PortalAppearanceText
    Values to display for customizable text in the portal user interface
    themeName string
    Select a pre-existing default theme or specify 'custom' to use customtheme variables. must be one of ["mintrocket", "dark_mode", "custom"]
    useCustomFonts boolean
    If true, fonts in custom_fonts will be used over the theme's default fonts
    custom_fonts PortalAppearanceCustomFontsArgs
    Font selections to render text in the portal user interface. Must set usecustomfonts to true to enable using custom font values.
    custom_theme PortalAppearanceCustomThemeArgs
    Groups of variables for configuring visual details of the portal user interface. Set theme*name to 'custom' to use custom values for theme variables.
    images PortalAppearanceImagesArgs
    A collection of binary image data to customize images in the portal
    portal_id str
    ID of the portal.
    text PortalAppearanceTextArgs
    Values to display for customizable text in the portal user interface
    theme_name str
    Select a pre-existing default theme or specify 'custom' to use customtheme variables. must be one of ["mintrocket", "dark_mode", "custom"]
    use_custom_fonts bool
    If true, fonts in custom_fonts will be used over the theme's default fonts
    customFonts Property Map
    Font selections to render text in the portal user interface. Must set usecustomfonts to true to enable using custom font values.
    customTheme Property Map
    Groups of variables for configuring visual details of the portal user interface. Set theme*name to 'custom' to use custom values for theme variables.
    images Property Map
    A collection of binary image data to customize images in the portal
    portalId String
    ID of the portal.
    text Property Map
    Values to display for customizable text in the portal user interface
    themeName String
    Select a pre-existing default theme or specify 'custom' to use customtheme variables. must be one of ["mintrocket", "dark_mode", "custom"]
    useCustomFonts Boolean
    If true, fonts in custom_fonts will be used over the theme's default fonts

    Supporting Types

    PortalAppearanceCustomFonts, PortalAppearanceCustomFontsArgs

    Base string
    The name of the font to render in the browser. Not Null; must be one of ["Roboto", "Inter", "Open Sans", "Lato", "Slabo 27px", "Slabo 13px", "Oswald", "Source Sans Pro", "Montserrat", "Raleway", "PT Sans", "Lora", "Roboto Mono", "Inconsolata", "Source Code Pro", "PT Mono", "Ubuntu Mono", "IBM Plex Mono"]
    Code string
    The name of the font to render in the browser. Not Null; must be one of ["Roboto", "Inter", "Open Sans", "Lato", "Slabo 27px", "Slabo 13px", "Oswald", "Source Sans Pro", "Montserrat", "Raleway", "PT Sans", "Lora", "Roboto Mono", "Inconsolata", "Source Code Pro", "PT Mono", "Ubuntu Mono", "IBM Plex Mono"]
    Headings string
    The name of the font to render in the browser. Not Null; must be one of ["Roboto", "Inter", "Open Sans", "Lato", "Slabo 27px", "Slabo 13px", "Oswald", "Source Sans Pro", "Montserrat", "Raleway", "PT Sans", "Lora", "Roboto Mono", "Inconsolata", "Source Code Pro", "PT Mono", "Ubuntu Mono", "IBM Plex Mono"]
    Base string
    The name of the font to render in the browser. Not Null; must be one of ["Roboto", "Inter", "Open Sans", "Lato", "Slabo 27px", "Slabo 13px", "Oswald", "Source Sans Pro", "Montserrat", "Raleway", "PT Sans", "Lora", "Roboto Mono", "Inconsolata", "Source Code Pro", "PT Mono", "Ubuntu Mono", "IBM Plex Mono"]
    Code string
    The name of the font to render in the browser. Not Null; must be one of ["Roboto", "Inter", "Open Sans", "Lato", "Slabo 27px", "Slabo 13px", "Oswald", "Source Sans Pro", "Montserrat", "Raleway", "PT Sans", "Lora", "Roboto Mono", "Inconsolata", "Source Code Pro", "PT Mono", "Ubuntu Mono", "IBM Plex Mono"]
    Headings string
    The name of the font to render in the browser. Not Null; must be one of ["Roboto", "Inter", "Open Sans", "Lato", "Slabo 27px", "Slabo 13px", "Oswald", "Source Sans Pro", "Montserrat", "Raleway", "PT Sans", "Lora", "Roboto Mono", "Inconsolata", "Source Code Pro", "PT Mono", "Ubuntu Mono", "IBM Plex Mono"]
    base String
    The name of the font to render in the browser. Not Null; must be one of ["Roboto", "Inter", "Open Sans", "Lato", "Slabo 27px", "Slabo 13px", "Oswald", "Source Sans Pro", "Montserrat", "Raleway", "PT Sans", "Lora", "Roboto Mono", "Inconsolata", "Source Code Pro", "PT Mono", "Ubuntu Mono", "IBM Plex Mono"]
    code String
    The name of the font to render in the browser. Not Null; must be one of ["Roboto", "Inter", "Open Sans", "Lato", "Slabo 27px", "Slabo 13px", "Oswald", "Source Sans Pro", "Montserrat", "Raleway", "PT Sans", "Lora", "Roboto Mono", "Inconsolata", "Source Code Pro", "PT Mono", "Ubuntu Mono", "IBM Plex Mono"]
    headings String
    The name of the font to render in the browser. Not Null; must be one of ["Roboto", "Inter", "Open Sans", "Lato", "Slabo 27px", "Slabo 13px", "Oswald", "Source Sans Pro", "Montserrat", "Raleway", "PT Sans", "Lora", "Roboto Mono", "Inconsolata", "Source Code Pro", "PT Mono", "Ubuntu Mono", "IBM Plex Mono"]
    base string
    The name of the font to render in the browser. Not Null; must be one of ["Roboto", "Inter", "Open Sans", "Lato", "Slabo 27px", "Slabo 13px", "Oswald", "Source Sans Pro", "Montserrat", "Raleway", "PT Sans", "Lora", "Roboto Mono", "Inconsolata", "Source Code Pro", "PT Mono", "Ubuntu Mono", "IBM Plex Mono"]
    code string
    The name of the font to render in the browser. Not Null; must be one of ["Roboto", "Inter", "Open Sans", "Lato", "Slabo 27px", "Slabo 13px", "Oswald", "Source Sans Pro", "Montserrat", "Raleway", "PT Sans", "Lora", "Roboto Mono", "Inconsolata", "Source Code Pro", "PT Mono", "Ubuntu Mono", "IBM Plex Mono"]
    headings string
    The name of the font to render in the browser. Not Null; must be one of ["Roboto", "Inter", "Open Sans", "Lato", "Slabo 27px", "Slabo 13px", "Oswald", "Source Sans Pro", "Montserrat", "Raleway", "PT Sans", "Lora", "Roboto Mono", "Inconsolata", "Source Code Pro", "PT Mono", "Ubuntu Mono", "IBM Plex Mono"]
    base str
    The name of the font to render in the browser. Not Null; must be one of ["Roboto", "Inter", "Open Sans", "Lato", "Slabo 27px", "Slabo 13px", "Oswald", "Source Sans Pro", "Montserrat", "Raleway", "PT Sans", "Lora", "Roboto Mono", "Inconsolata", "Source Code Pro", "PT Mono", "Ubuntu Mono", "IBM Plex Mono"]
    code str
    The name of the font to render in the browser. Not Null; must be one of ["Roboto", "Inter", "Open Sans", "Lato", "Slabo 27px", "Slabo 13px", "Oswald", "Source Sans Pro", "Montserrat", "Raleway", "PT Sans", "Lora", "Roboto Mono", "Inconsolata", "Source Code Pro", "PT Mono", "Ubuntu Mono", "IBM Plex Mono"]
    headings str
    The name of the font to render in the browser. Not Null; must be one of ["Roboto", "Inter", "Open Sans", "Lato", "Slabo 27px", "Slabo 13px", "Oswald", "Source Sans Pro", "Montserrat", "Raleway", "PT Sans", "Lora", "Roboto Mono", "Inconsolata", "Source Code Pro", "PT Mono", "Ubuntu Mono", "IBM Plex Mono"]
    base String
    The name of the font to render in the browser. Not Null; must be one of ["Roboto", "Inter", "Open Sans", "Lato", "Slabo 27px", "Slabo 13px", "Oswald", "Source Sans Pro", "Montserrat", "Raleway", "PT Sans", "Lora", "Roboto Mono", "Inconsolata", "Source Code Pro", "PT Mono", "Ubuntu Mono", "IBM Plex Mono"]
    code String
    The name of the font to render in the browser. Not Null; must be one of ["Roboto", "Inter", "Open Sans", "Lato", "Slabo 27px", "Slabo 13px", "Oswald", "Source Sans Pro", "Montserrat", "Raleway", "PT Sans", "Lora", "Roboto Mono", "Inconsolata", "Source Code Pro", "PT Mono", "Ubuntu Mono", "IBM Plex Mono"]
    headings String
    The name of the font to render in the browser. Not Null; must be one of ["Roboto", "Inter", "Open Sans", "Lato", "Slabo 27px", "Slabo 13px", "Oswald", "Source Sans Pro", "Montserrat", "Raleway", "PT Sans", "Lora", "Roboto Mono", "Inconsolata", "Source Code Pro", "PT Mono", "Ubuntu Mono", "IBM Plex Mono"]

    PortalAppearanceCustomTheme, PortalAppearanceCustomThemeArgs

    PortalAppearanceCustomThemeColors, PortalAppearanceCustomThemeColorsArgs

    PortalAppearanceCustomThemeColorsButton, PortalAppearanceCustomThemeColorsButtonArgs

    PortalAppearanceCustomThemeColorsButtonPrimaryFill, PortalAppearanceCustomThemeColorsButtonPrimaryFillArgs

    Description string
    Value string
    Not Null
    Description string
    Value string
    Not Null
    description String
    value String
    Not Null
    description string
    value string
    Not Null
    description str
    value str
    Not Null
    description String
    value String
    Not Null

    PortalAppearanceCustomThemeColorsButtonPrimaryText, PortalAppearanceCustomThemeColorsButtonPrimaryTextArgs

    Description string
    Value string
    Not Null
    Description string
    Value string
    Not Null
    description String
    value String
    Not Null
    description string
    value string
    Not Null
    description str
    value str
    Not Null
    description String
    value String
    Not Null

    PortalAppearanceCustomThemeColorsSection, PortalAppearanceCustomThemeColorsSectionArgs

    PortalAppearanceCustomThemeColorsSectionAccent, PortalAppearanceCustomThemeColorsSectionAccentArgs

    Description string
    Value string
    Not Null
    Description string
    Value string
    Not Null
    description String
    value String
    Not Null
    description string
    value string
    Not Null
    description str
    value str
    Not Null
    description String
    value String
    Not Null

    PortalAppearanceCustomThemeColorsSectionBody, PortalAppearanceCustomThemeColorsSectionBodyArgs

    Description string
    Value string
    Not Null
    Description string
    Value string
    Not Null
    description String
    value String
    Not Null
    description string
    value string
    Not Null
    description str
    value str
    Not Null
    description String
    value String
    Not Null

    PortalAppearanceCustomThemeColorsSectionFooter, PortalAppearanceCustomThemeColorsSectionFooterArgs

    Description string
    Value string
    Not Null
    Description string
    Value string
    Not Null
    description String
    value String
    Not Null
    description string
    value string
    Not Null
    description str
    value str
    Not Null
    description String
    value String
    Not Null

    PortalAppearanceCustomThemeColorsSectionHeader, PortalAppearanceCustomThemeColorsSectionHeaderArgs

    Description string
    Value string
    Not Null
    Description string
    Value string
    Not Null
    description String
    value String
    Not Null
    description string
    value string
    Not Null
    description str
    value str
    Not Null
    description String
    value String
    Not Null

    PortalAppearanceCustomThemeColorsSectionHero, PortalAppearanceCustomThemeColorsSectionHeroArgs

    Description string
    Value string
    Not Null
    Description string
    Value string
    Not Null
    description String
    value String
    Not Null
    description string
    value string
    Not Null
    description str
    value str
    Not Null
    description String
    value String
    Not Null

    PortalAppearanceCustomThemeColorsSectionStroke, PortalAppearanceCustomThemeColorsSectionStrokeArgs

    Description string
    Value string
    Not Null
    Description string
    Value string
    Not Null
    description String
    value String
    Not Null
    description string
    value string
    Not Null
    description str
    value str
    Not Null
    description String
    value String
    Not Null

    PortalAppearanceCustomThemeColorsSectionTertiary, PortalAppearanceCustomThemeColorsSectionTertiaryArgs

    Description string
    Value string
    Not Null
    Description string
    Value string
    Not Null
    description String
    value String
    Not Null
    description string
    value string
    Not Null
    description str
    value str
    Not Null
    description String
    value String
    Not Null

    PortalAppearanceCustomThemeColorsText, PortalAppearanceCustomThemeColorsTextArgs

    PortalAppearanceCustomThemeColorsTextAccent, PortalAppearanceCustomThemeColorsTextAccentArgs

    Description string
    Value string
    Not Null
    Description string
    Value string
    Not Null
    description String
    value String
    Not Null
    description string
    value string
    Not Null
    description str
    value str
    Not Null
    description String
    value String
    Not Null

    PortalAppearanceCustomThemeColorsTextFooter, PortalAppearanceCustomThemeColorsTextFooterArgs

    Description string
    Value string
    Not Null
    Description string
    Value string
    Not Null
    description String
    value String
    Not Null
    description string
    value string
    Not Null
    description str
    value str
    Not Null
    description String
    value String
    Not Null

    PortalAppearanceCustomThemeColorsTextHeader, PortalAppearanceCustomThemeColorsTextHeaderArgs

    Description string
    Value string
    Not Null
    Description string
    Value string
    Not Null
    description String
    value String
    Not Null
    description string
    value string
    Not Null
    description str
    value str
    Not Null
    description String
    value String
    Not Null

    PortalAppearanceCustomThemeColorsTextHeadings, PortalAppearanceCustomThemeColorsTextHeadingsArgs

    Description string
    Value string
    Not Null
    Description string
    Value string
    Not Null
    description String
    value String
    Not Null
    description string
    value string
    Not Null
    description str
    value str
    Not Null
    description String
    value String
    Not Null

    PortalAppearanceCustomThemeColorsTextHero, PortalAppearanceCustomThemeColorsTextHeroArgs

    Description string
    Value string
    Not Null
    Description string
    Value string
    Not Null
    description String
    value String
    Not Null
    description string
    value string
    Not Null
    description str
    value str
    Not Null
    description String
    value String
    Not Null
    Description string
    Value string
    Not Null
    Description string
    Value string
    Not Null
    description String
    value String
    Not Null
    description string
    value string
    Not Null
    description str
    value str
    Not Null
    description String
    value String
    Not Null

    PortalAppearanceCustomThemeColorsTextPrimary, PortalAppearanceCustomThemeColorsTextPrimaryArgs

    Description string
    Value string
    Not Null
    Description string
    Value string
    Not Null
    description String
    value String
    Not Null
    description string
    value string
    Not Null
    description str
    value str
    Not Null
    description String
    value String
    Not Null

    PortalAppearanceCustomThemeColorsTextSecondary, PortalAppearanceCustomThemeColorsTextSecondaryArgs

    Description string
    Value string
    Not Null
    Description string
    Value string
    Not Null
    description String
    value String
    Not Null
    description string
    value string
    Not Null
    description str
    value str
    Not Null
    description String
    value String
    Not Null

    PortalAppearanceImages, PortalAppearanceImagesArgs

    CatalogCover PortalAppearanceImagesCatalogCover
    The image data to upload, along with an optional filename. Images must be a data URL with binary image data in base 64 format. See https://developer.mozilla.org/en-US/docs/Web/HTTP/BasicsofHTTP/Data*URLs.
    Favicon PortalAppearanceImagesFavicon
    The image data to upload, along with an optional filename. Images must be a data URL with binary image data in base 64 format. See https://developer.mozilla.org/en-US/docs/Web/HTTP/BasicsofHTTP/Data_URLs.
    Logo PortalAppearanceImagesLogo
    The image data to upload, along with an optional filename. Images must be a data URL with binary image data in base 64 format. See https://developer.mozilla.org/en-US/docs/Web/HTTP/BasicsofHTTP/Data_URLs.
    CatalogCover PortalAppearanceImagesCatalogCover
    The image data to upload, along with an optional filename. Images must be a data URL with binary image data in base 64 format. See https://developer.mozilla.org/en-US/docs/Web/HTTP/BasicsofHTTP/Data*URLs.
    Favicon PortalAppearanceImagesFavicon
    The image data to upload, along with an optional filename. Images must be a data URL with binary image data in base 64 format. See https://developer.mozilla.org/en-US/docs/Web/HTTP/BasicsofHTTP/Data_URLs.
    Logo PortalAppearanceImagesLogo
    The image data to upload, along with an optional filename. Images must be a data URL with binary image data in base 64 format. See https://developer.mozilla.org/en-US/docs/Web/HTTP/BasicsofHTTP/Data_URLs.
    catalogCover PortalAppearanceImagesCatalogCover
    The image data to upload, along with an optional filename. Images must be a data URL with binary image data in base 64 format. See https://developer.mozilla.org/en-US/docs/Web/HTTP/BasicsofHTTP/Data*URLs.
    favicon PortalAppearanceImagesFavicon
    The image data to upload, along with an optional filename. Images must be a data URL with binary image data in base 64 format. See https://developer.mozilla.org/en-US/docs/Web/HTTP/BasicsofHTTP/Data_URLs.
    logo PortalAppearanceImagesLogo
    The image data to upload, along with an optional filename. Images must be a data URL with binary image data in base 64 format. See https://developer.mozilla.org/en-US/docs/Web/HTTP/BasicsofHTTP/Data_URLs.
    catalogCover PortalAppearanceImagesCatalogCover
    The image data to upload, along with an optional filename. Images must be a data URL with binary image data in base 64 format. See https://developer.mozilla.org/en-US/docs/Web/HTTP/BasicsofHTTP/Data*URLs.
    favicon PortalAppearanceImagesFavicon
    The image data to upload, along with an optional filename. Images must be a data URL with binary image data in base 64 format. See https://developer.mozilla.org/en-US/docs/Web/HTTP/BasicsofHTTP/Data_URLs.
    logo PortalAppearanceImagesLogo
    The image data to upload, along with an optional filename. Images must be a data URL with binary image data in base 64 format. See https://developer.mozilla.org/en-US/docs/Web/HTTP/BasicsofHTTP/Data_URLs.
    catalog_cover PortalAppearanceImagesCatalogCover
    The image data to upload, along with an optional filename. Images must be a data URL with binary image data in base 64 format. See https://developer.mozilla.org/en-US/docs/Web/HTTP/BasicsofHTTP/Data*URLs.
    favicon PortalAppearanceImagesFavicon
    The image data to upload, along with an optional filename. Images must be a data URL with binary image data in base 64 format. See https://developer.mozilla.org/en-US/docs/Web/HTTP/BasicsofHTTP/Data_URLs.
    logo PortalAppearanceImagesLogo
    The image data to upload, along with an optional filename. Images must be a data URL with binary image data in base 64 format. See https://developer.mozilla.org/en-US/docs/Web/HTTP/BasicsofHTTP/Data_URLs.
    catalogCover Property Map
    The image data to upload, along with an optional filename. Images must be a data URL with binary image data in base 64 format. See https://developer.mozilla.org/en-US/docs/Web/HTTP/BasicsofHTTP/Data*URLs.
    favicon Property Map
    The image data to upload, along with an optional filename. Images must be a data URL with binary image data in base 64 format. See https://developer.mozilla.org/en-US/docs/Web/HTTP/BasicsofHTTP/Data_URLs.
    logo Property Map
    The image data to upload, along with an optional filename. Images must be a data URL with binary image data in base 64 format. See https://developer.mozilla.org/en-US/docs/Web/HTTP/BasicsofHTTP/Data_URLs.

    PortalAppearanceImagesCatalogCover, PortalAppearanceImagesCatalogCoverArgs

    Data string
    must be a data URL with base64 image data, e.g., data:image/jpeg;base64,\n\n. Not Null
    Filename string
    Data string
    must be a data URL with base64 image data, e.g., data:image/jpeg;base64,\n\n. Not Null
    Filename string
    data String
    must be a data URL with base64 image data, e.g., data:image/jpeg;base64,\n\n. Not Null
    filename String
    data string
    must be a data URL with base64 image data, e.g., data:image/jpeg;base64,\n\n. Not Null
    filename string
    data str
    must be a data URL with base64 image data, e.g., data:image/jpeg;base64,\n\n. Not Null
    filename str
    data String
    must be a data URL with base64 image data, e.g., data:image/jpeg;base64,\n\n. Not Null
    filename String

    PortalAppearanceImagesFavicon, PortalAppearanceImagesFaviconArgs

    Data string
    must be a data URL with base64 image data, e.g., data:image/jpeg;base64,\n\n. Not Null
    Filename string
    Data string
    must be a data URL with base64 image data, e.g., data:image/jpeg;base64,\n\n. Not Null
    Filename string
    data String
    must be a data URL with base64 image data, e.g., data:image/jpeg;base64,\n\n. Not Null
    filename String
    data string
    must be a data URL with base64 image data, e.g., data:image/jpeg;base64,\n\n. Not Null
    filename string
    data str
    must be a data URL with base64 image data, e.g., data:image/jpeg;base64,\n\n. Not Null
    filename str
    data String
    must be a data URL with base64 image data, e.g., data:image/jpeg;base64,\n\n. Not Null
    filename String
    Data string
    must be a data URL with base64 image data, e.g., data:image/jpeg;base64,\n\n. Not Null
    Filename string
    Data string
    must be a data URL with base64 image data, e.g., data:image/jpeg;base64,\n\n. Not Null
    Filename string
    data String
    must be a data URL with base64 image data, e.g., data:image/jpeg;base64,\n\n. Not Null
    filename String
    data string
    must be a data URL with base64 image data, e.g., data:image/jpeg;base64,\n\n. Not Null
    filename string
    data str
    must be a data URL with base64 image data, e.g., data:image/jpeg;base64,\n\n. Not Null
    filename str
    data String
    must be a data URL with base64 image data, e.g., data:image/jpeg;base64,\n\n. Not Null
    filename String

    PortalAppearanceText, PortalAppearanceTextArgs

    PortalAppearanceTextCatalog, PortalAppearanceTextCatalogArgs

    PrimaryHeader string
    Not Null
    WelcomeMessage string
    Not Null
    PrimaryHeader string
    Not Null
    WelcomeMessage string
    Not Null
    primaryHeader String
    Not Null
    welcomeMessage String
    Not Null
    primaryHeader string
    Not Null
    welcomeMessage string
    Not Null
    primary_header str
    Not Null
    welcome_message str
    Not Null
    primaryHeader String
    Not Null
    welcomeMessage String
    Not Null

    Import

    $ pulumi import konnect:index/portalAppearance:PortalAppearance my_konnect_portal_appearance ""
    

    To learn more about importing existing cloud resources, see Importing resources.

    Package Details

    Repository
    konnect kong/terraform-provider-konnect
    License
    Notes
    This Pulumi package is based on the konnect Terraform Provider.
    konnect logo
    konnect 2.4.1 published on Thursday, Mar 13, 2025 by kong