1. Packages
  2. Fortios
  3. API Docs
  4. report
  5. Theme
Fortios v0.0.6 published on Tuesday, Jul 9, 2024 by pulumiverse

fortios.report.Theme

Explore with Pulumi AI

Report themes configuration Applies to FortiOS Version <= 7.0.0.

Example Usage

import * as pulumi from "@pulumi/pulumi";
import * as fortios from "@pulumiverse/fortios";

const trname = new fortios.report.Theme("trname", {
    columnCount: "1",
    graphChartStyle: "PS",
    pageOrient: "portrait",
});
Copy
import pulumi
import pulumiverse_fortios as fortios

trname = fortios.report.Theme("trname",
    column_count="1",
    graph_chart_style="PS",
    page_orient="portrait")
Copy
package main

import (
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
	"github.com/pulumiverse/pulumi-fortios/sdk/go/fortios/report"
)

func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := report.NewTheme(ctx, "trname", &report.ThemeArgs{
			ColumnCount:     pulumi.String("1"),
			GraphChartStyle: pulumi.String("PS"),
			PageOrient:      pulumi.String("portrait"),
		})
		if err != nil {
			return err
		}
		return nil
	})
}
Copy
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Fortios = Pulumiverse.Fortios;

return await Deployment.RunAsync(() => 
{
    var trname = new Fortios.Report.Theme("trname", new()
    {
        ColumnCount = "1",
        GraphChartStyle = "PS",
        PageOrient = "portrait",
    });

});
Copy
package generated_program;

import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.fortios.report.Theme;
import com.pulumi.fortios.report.ThemeArgs;
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 trname = new Theme("trname", ThemeArgs.builder()
            .columnCount("1")
            .graphChartStyle("PS")
            .pageOrient("portrait")
            .build());

    }
}
Copy
resources:
  trname:
    type: fortios:report:Theme
    properties:
      columnCount: '1'
      graphChartStyle: PS
      pageOrient: portrait
Copy

Create Theme Resource

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

Constructor syntax

new Theme(name: string, args?: ThemeArgs, opts?: CustomResourceOptions);
@overload
def Theme(resource_name: str,
          args: Optional[ThemeArgs] = None,
          opts: Optional[ResourceOptions] = None)

@overload
def Theme(resource_name: str,
          opts: Optional[ResourceOptions] = None,
          bullet_list_style: Optional[str] = None,
          column_count: Optional[str] = None,
          default_html_style: Optional[str] = None,
          default_pdf_style: Optional[str] = None,
          graph_chart_style: Optional[str] = None,
          heading1_style: Optional[str] = None,
          heading2_style: Optional[str] = None,
          heading3_style: Optional[str] = None,
          heading4_style: Optional[str] = None,
          hline_style: Optional[str] = None,
          image_style: Optional[str] = None,
          name: Optional[str] = None,
          normal_text_style: Optional[str] = None,
          numbered_list_style: Optional[str] = None,
          page_footer_style: Optional[str] = None,
          page_header_style: Optional[str] = None,
          page_orient: Optional[str] = None,
          page_style: Optional[str] = None,
          report_subtitle_style: Optional[str] = None,
          report_title_style: Optional[str] = None,
          table_chart_caption_style: Optional[str] = None,
          table_chart_even_row_style: Optional[str] = None,
          table_chart_head_style: Optional[str] = None,
          table_chart_odd_row_style: Optional[str] = None,
          table_chart_style: Optional[str] = None,
          toc_heading1_style: Optional[str] = None,
          toc_heading2_style: Optional[str] = None,
          toc_heading3_style: Optional[str] = None,
          toc_heading4_style: Optional[str] = None,
          toc_title_style: Optional[str] = None,
          vdomparam: Optional[str] = None)
func NewTheme(ctx *Context, name string, args *ThemeArgs, opts ...ResourceOption) (*Theme, error)
public Theme(string name, ThemeArgs? args = null, CustomResourceOptions? opts = null)
public Theme(String name, ThemeArgs args)
public Theme(String name, ThemeArgs args, CustomResourceOptions options)
type: fortios:report:Theme
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

Parameters

name This property is required. string
The unique name of the resource.
args ThemeArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args ThemeArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name This property is required. string
The unique name of the resource.
args ThemeArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args ThemeArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. ThemeArgs
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 themeResource = new Fortios.Report.Theme("themeResource", new()
{
    BulletListStyle = "string",
    ColumnCount = "string",
    DefaultHtmlStyle = "string",
    DefaultPdfStyle = "string",
    GraphChartStyle = "string",
    Heading1Style = "string",
    Heading2Style = "string",
    Heading3Style = "string",
    Heading4Style = "string",
    HlineStyle = "string",
    ImageStyle = "string",
    Name = "string",
    NormalTextStyle = "string",
    NumberedListStyle = "string",
    PageFooterStyle = "string",
    PageHeaderStyle = "string",
    PageOrient = "string",
    PageStyle = "string",
    ReportSubtitleStyle = "string",
    ReportTitleStyle = "string",
    TableChartCaptionStyle = "string",
    TableChartEvenRowStyle = "string",
    TableChartHeadStyle = "string",
    TableChartOddRowStyle = "string",
    TableChartStyle = "string",
    TocHeading1Style = "string",
    TocHeading2Style = "string",
    TocHeading3Style = "string",
    TocHeading4Style = "string",
    TocTitleStyle = "string",
    Vdomparam = "string",
});
Copy
example, err := report.NewTheme(ctx, "themeResource", &report.ThemeArgs{
	BulletListStyle:        pulumi.String("string"),
	ColumnCount:            pulumi.String("string"),
	DefaultHtmlStyle:       pulumi.String("string"),
	DefaultPdfStyle:        pulumi.String("string"),
	GraphChartStyle:        pulumi.String("string"),
	Heading1Style:          pulumi.String("string"),
	Heading2Style:          pulumi.String("string"),
	Heading3Style:          pulumi.String("string"),
	Heading4Style:          pulumi.String("string"),
	HlineStyle:             pulumi.String("string"),
	ImageStyle:             pulumi.String("string"),
	Name:                   pulumi.String("string"),
	NormalTextStyle:        pulumi.String("string"),
	NumberedListStyle:      pulumi.String("string"),
	PageFooterStyle:        pulumi.String("string"),
	PageHeaderStyle:        pulumi.String("string"),
	PageOrient:             pulumi.String("string"),
	PageStyle:              pulumi.String("string"),
	ReportSubtitleStyle:    pulumi.String("string"),
	ReportTitleStyle:       pulumi.String("string"),
	TableChartCaptionStyle: pulumi.String("string"),
	TableChartEvenRowStyle: pulumi.String("string"),
	TableChartHeadStyle:    pulumi.String("string"),
	TableChartOddRowStyle:  pulumi.String("string"),
	TableChartStyle:        pulumi.String("string"),
	TocHeading1Style:       pulumi.String("string"),
	TocHeading2Style:       pulumi.String("string"),
	TocHeading3Style:       pulumi.String("string"),
	TocHeading4Style:       pulumi.String("string"),
	TocTitleStyle:          pulumi.String("string"),
	Vdomparam:              pulumi.String("string"),
})
Copy
var themeResource = new Theme("themeResource", ThemeArgs.builder()
    .bulletListStyle("string")
    .columnCount("string")
    .defaultHtmlStyle("string")
    .defaultPdfStyle("string")
    .graphChartStyle("string")
    .heading1Style("string")
    .heading2Style("string")
    .heading3Style("string")
    .heading4Style("string")
    .hlineStyle("string")
    .imageStyle("string")
    .name("string")
    .normalTextStyle("string")
    .numberedListStyle("string")
    .pageFooterStyle("string")
    .pageHeaderStyle("string")
    .pageOrient("string")
    .pageStyle("string")
    .reportSubtitleStyle("string")
    .reportTitleStyle("string")
    .tableChartCaptionStyle("string")
    .tableChartEvenRowStyle("string")
    .tableChartHeadStyle("string")
    .tableChartOddRowStyle("string")
    .tableChartStyle("string")
    .tocHeading1Style("string")
    .tocHeading2Style("string")
    .tocHeading3Style("string")
    .tocHeading4Style("string")
    .tocTitleStyle("string")
    .vdomparam("string")
    .build());
Copy
theme_resource = fortios.report.Theme("themeResource",
    bullet_list_style="string",
    column_count="string",
    default_html_style="string",
    default_pdf_style="string",
    graph_chart_style="string",
    heading1_style="string",
    heading2_style="string",
    heading3_style="string",
    heading4_style="string",
    hline_style="string",
    image_style="string",
    name="string",
    normal_text_style="string",
    numbered_list_style="string",
    page_footer_style="string",
    page_header_style="string",
    page_orient="string",
    page_style="string",
    report_subtitle_style="string",
    report_title_style="string",
    table_chart_caption_style="string",
    table_chart_even_row_style="string",
    table_chart_head_style="string",
    table_chart_odd_row_style="string",
    table_chart_style="string",
    toc_heading1_style="string",
    toc_heading2_style="string",
    toc_heading3_style="string",
    toc_heading4_style="string",
    toc_title_style="string",
    vdomparam="string")
Copy
const themeResource = new fortios.report.Theme("themeResource", {
    bulletListStyle: "string",
    columnCount: "string",
    defaultHtmlStyle: "string",
    defaultPdfStyle: "string",
    graphChartStyle: "string",
    heading1Style: "string",
    heading2Style: "string",
    heading3Style: "string",
    heading4Style: "string",
    hlineStyle: "string",
    imageStyle: "string",
    name: "string",
    normalTextStyle: "string",
    numberedListStyle: "string",
    pageFooterStyle: "string",
    pageHeaderStyle: "string",
    pageOrient: "string",
    pageStyle: "string",
    reportSubtitleStyle: "string",
    reportTitleStyle: "string",
    tableChartCaptionStyle: "string",
    tableChartEvenRowStyle: "string",
    tableChartHeadStyle: "string",
    tableChartOddRowStyle: "string",
    tableChartStyle: "string",
    tocHeading1Style: "string",
    tocHeading2Style: "string",
    tocHeading3Style: "string",
    tocHeading4Style: "string",
    tocTitleStyle: "string",
    vdomparam: "string",
});
Copy
type: fortios:report:Theme
properties:
    bulletListStyle: string
    columnCount: string
    defaultHtmlStyle: string
    defaultPdfStyle: string
    graphChartStyle: string
    heading1Style: string
    heading2Style: string
    heading3Style: string
    heading4Style: string
    hlineStyle: string
    imageStyle: string
    name: string
    normalTextStyle: string
    numberedListStyle: string
    pageFooterStyle: string
    pageHeaderStyle: string
    pageOrient: string
    pageStyle: string
    reportSubtitleStyle: string
    reportTitleStyle: string
    tableChartCaptionStyle: string
    tableChartEvenRowStyle: string
    tableChartHeadStyle: string
    tableChartOddRowStyle: string
    tableChartStyle: string
    tocHeading1Style: string
    tocHeading2Style: string
    tocHeading3Style: string
    tocHeading4Style: string
    tocTitleStyle: string
    vdomparam: string
Copy

Theme 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 Theme resource accepts the following input properties:

BulletListStyle string
Bullet list style.
ColumnCount string
Report page column count. Valid values: 1, 2, 3.
DefaultHtmlStyle string
Default HTML report style.
DefaultPdfStyle string
Default PDF report style.
GraphChartStyle string
Graph chart style.
Heading1Style string
Report heading style.
Heading2Style string
Report heading style.
Heading3Style string
Report heading style.
Heading4Style string
Report heading style.
HlineStyle string
Horizontal line style.
ImageStyle string
Image style.
Name Changes to this property will trigger replacement. string
Report theme name.
NormalTextStyle string
Normal text style.
NumberedListStyle string
Numbered list style.
PageFooterStyle string
Report page footer style.
PageHeaderStyle string
Report page header style.
PageOrient string
Report page orientation. Valid values: portrait, landscape.
PageStyle string
Report page style.
ReportSubtitleStyle string
Report subtitle style.
ReportTitleStyle string
Report title style.
TableChartCaptionStyle string
Table chart caption style.
TableChartEvenRowStyle string
Table chart even row style.
TableChartHeadStyle string
Table chart head row style.
TableChartOddRowStyle string
Table chart odd row style.
TableChartStyle string
Table chart style.
TocHeading1Style string
Table of contents heading style.
TocHeading2Style string
Table of contents heading style.
TocHeading3Style string
Table of contents heading style.
TocHeading4Style string
Table of contents heading style.
TocTitleStyle string
Table of contents title style.
Vdomparam Changes to this property will trigger replacement. string
Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
BulletListStyle string
Bullet list style.
ColumnCount string
Report page column count. Valid values: 1, 2, 3.
DefaultHtmlStyle string
Default HTML report style.
DefaultPdfStyle string
Default PDF report style.
GraphChartStyle string
Graph chart style.
Heading1Style string
Report heading style.
Heading2Style string
Report heading style.
Heading3Style string
Report heading style.
Heading4Style string
Report heading style.
HlineStyle string
Horizontal line style.
ImageStyle string
Image style.
Name Changes to this property will trigger replacement. string
Report theme name.
NormalTextStyle string
Normal text style.
NumberedListStyle string
Numbered list style.
PageFooterStyle string
Report page footer style.
PageHeaderStyle string
Report page header style.
PageOrient string
Report page orientation. Valid values: portrait, landscape.
PageStyle string
Report page style.
ReportSubtitleStyle string
Report subtitle style.
ReportTitleStyle string
Report title style.
TableChartCaptionStyle string
Table chart caption style.
TableChartEvenRowStyle string
Table chart even row style.
TableChartHeadStyle string
Table chart head row style.
TableChartOddRowStyle string
Table chart odd row style.
TableChartStyle string
Table chart style.
TocHeading1Style string
Table of contents heading style.
TocHeading2Style string
Table of contents heading style.
TocHeading3Style string
Table of contents heading style.
TocHeading4Style string
Table of contents heading style.
TocTitleStyle string
Table of contents title style.
Vdomparam Changes to this property will trigger replacement. string
Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
bulletListStyle String
Bullet list style.
columnCount String
Report page column count. Valid values: 1, 2, 3.
defaultHtmlStyle String
Default HTML report style.
defaultPdfStyle String
Default PDF report style.
graphChartStyle String
Graph chart style.
heading1Style String
Report heading style.
heading2Style String
Report heading style.
heading3Style String
Report heading style.
heading4Style String
Report heading style.
hlineStyle String
Horizontal line style.
imageStyle String
Image style.
name Changes to this property will trigger replacement. String
Report theme name.
normalTextStyle String
Normal text style.
numberedListStyle String
Numbered list style.
pageFooterStyle String
Report page footer style.
pageHeaderStyle String
Report page header style.
pageOrient String
Report page orientation. Valid values: portrait, landscape.
pageStyle String
Report page style.
reportSubtitleStyle String
Report subtitle style.
reportTitleStyle String
Report title style.
tableChartCaptionStyle String
Table chart caption style.
tableChartEvenRowStyle String
Table chart even row style.
tableChartHeadStyle String
Table chart head row style.
tableChartOddRowStyle String
Table chart odd row style.
tableChartStyle String
Table chart style.
tocHeading1Style String
Table of contents heading style.
tocHeading2Style String
Table of contents heading style.
tocHeading3Style String
Table of contents heading style.
tocHeading4Style String
Table of contents heading style.
tocTitleStyle String
Table of contents title style.
vdomparam Changes to this property will trigger replacement. String
Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
bulletListStyle string
Bullet list style.
columnCount string
Report page column count. Valid values: 1, 2, 3.
defaultHtmlStyle string
Default HTML report style.
defaultPdfStyle string
Default PDF report style.
graphChartStyle string
Graph chart style.
heading1Style string
Report heading style.
heading2Style string
Report heading style.
heading3Style string
Report heading style.
heading4Style string
Report heading style.
hlineStyle string
Horizontal line style.
imageStyle string
Image style.
name Changes to this property will trigger replacement. string
Report theme name.
normalTextStyle string
Normal text style.
numberedListStyle string
Numbered list style.
pageFooterStyle string
Report page footer style.
pageHeaderStyle string
Report page header style.
pageOrient string
Report page orientation. Valid values: portrait, landscape.
pageStyle string
Report page style.
reportSubtitleStyle string
Report subtitle style.
reportTitleStyle string
Report title style.
tableChartCaptionStyle string
Table chart caption style.
tableChartEvenRowStyle string
Table chart even row style.
tableChartHeadStyle string
Table chart head row style.
tableChartOddRowStyle string
Table chart odd row style.
tableChartStyle string
Table chart style.
tocHeading1Style string
Table of contents heading style.
tocHeading2Style string
Table of contents heading style.
tocHeading3Style string
Table of contents heading style.
tocHeading4Style string
Table of contents heading style.
tocTitleStyle string
Table of contents title style.
vdomparam Changes to this property will trigger replacement. string
Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
bullet_list_style str
Bullet list style.
column_count str
Report page column count. Valid values: 1, 2, 3.
default_html_style str
Default HTML report style.
default_pdf_style str
Default PDF report style.
graph_chart_style str
Graph chart style.
heading1_style str
Report heading style.
heading2_style str
Report heading style.
heading3_style str
Report heading style.
heading4_style str
Report heading style.
hline_style str
Horizontal line style.
image_style str
Image style.
name Changes to this property will trigger replacement. str
Report theme name.
normal_text_style str
Normal text style.
numbered_list_style str
Numbered list style.
page_footer_style str
Report page footer style.
page_header_style str
Report page header style.
page_orient str
Report page orientation. Valid values: portrait, landscape.
page_style str
Report page style.
report_subtitle_style str
Report subtitle style.
report_title_style str
Report title style.
table_chart_caption_style str
Table chart caption style.
table_chart_even_row_style str
Table chart even row style.
table_chart_head_style str
Table chart head row style.
table_chart_odd_row_style str
Table chart odd row style.
table_chart_style str
Table chart style.
toc_heading1_style str
Table of contents heading style.
toc_heading2_style str
Table of contents heading style.
toc_heading3_style str
Table of contents heading style.
toc_heading4_style str
Table of contents heading style.
toc_title_style str
Table of contents title style.
vdomparam Changes to this property will trigger replacement. str
Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
bulletListStyle String
Bullet list style.
columnCount String
Report page column count. Valid values: 1, 2, 3.
defaultHtmlStyle String
Default HTML report style.
defaultPdfStyle String
Default PDF report style.
graphChartStyle String
Graph chart style.
heading1Style String
Report heading style.
heading2Style String
Report heading style.
heading3Style String
Report heading style.
heading4Style String
Report heading style.
hlineStyle String
Horizontal line style.
imageStyle String
Image style.
name Changes to this property will trigger replacement. String
Report theme name.
normalTextStyle String
Normal text style.
numberedListStyle String
Numbered list style.
pageFooterStyle String
Report page footer style.
pageHeaderStyle String
Report page header style.
pageOrient String
Report page orientation. Valid values: portrait, landscape.
pageStyle String
Report page style.
reportSubtitleStyle String
Report subtitle style.
reportTitleStyle String
Report title style.
tableChartCaptionStyle String
Table chart caption style.
tableChartEvenRowStyle String
Table chart even row style.
tableChartHeadStyle String
Table chart head row style.
tableChartOddRowStyle String
Table chart odd row style.
tableChartStyle String
Table chart style.
tocHeading1Style String
Table of contents heading style.
tocHeading2Style String
Table of contents heading style.
tocHeading3Style String
Table of contents heading style.
tocHeading4Style String
Table of contents heading style.
tocTitleStyle String
Table of contents title style.
vdomparam Changes to this property will trigger replacement. String
Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.

Outputs

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

Get an existing Theme 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?: ThemeState, opts?: CustomResourceOptions): Theme
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        bullet_list_style: Optional[str] = None,
        column_count: Optional[str] = None,
        default_html_style: Optional[str] = None,
        default_pdf_style: Optional[str] = None,
        graph_chart_style: Optional[str] = None,
        heading1_style: Optional[str] = None,
        heading2_style: Optional[str] = None,
        heading3_style: Optional[str] = None,
        heading4_style: Optional[str] = None,
        hline_style: Optional[str] = None,
        image_style: Optional[str] = None,
        name: Optional[str] = None,
        normal_text_style: Optional[str] = None,
        numbered_list_style: Optional[str] = None,
        page_footer_style: Optional[str] = None,
        page_header_style: Optional[str] = None,
        page_orient: Optional[str] = None,
        page_style: Optional[str] = None,
        report_subtitle_style: Optional[str] = None,
        report_title_style: Optional[str] = None,
        table_chart_caption_style: Optional[str] = None,
        table_chart_even_row_style: Optional[str] = None,
        table_chart_head_style: Optional[str] = None,
        table_chart_odd_row_style: Optional[str] = None,
        table_chart_style: Optional[str] = None,
        toc_heading1_style: Optional[str] = None,
        toc_heading2_style: Optional[str] = None,
        toc_heading3_style: Optional[str] = None,
        toc_heading4_style: Optional[str] = None,
        toc_title_style: Optional[str] = None,
        vdomparam: Optional[str] = None) -> Theme
func GetTheme(ctx *Context, name string, id IDInput, state *ThemeState, opts ...ResourceOption) (*Theme, error)
public static Theme Get(string name, Input<string> id, ThemeState? state, CustomResourceOptions? opts = null)
public static Theme get(String name, Output<String> id, ThemeState state, CustomResourceOptions options)
resources:  _:    type: fortios:report:Theme    get:      id: ${id}
name This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
name This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
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:
BulletListStyle string
Bullet list style.
ColumnCount string
Report page column count. Valid values: 1, 2, 3.
DefaultHtmlStyle string
Default HTML report style.
DefaultPdfStyle string
Default PDF report style.
GraphChartStyle string
Graph chart style.
Heading1Style string
Report heading style.
Heading2Style string
Report heading style.
Heading3Style string
Report heading style.
Heading4Style string
Report heading style.
HlineStyle string
Horizontal line style.
ImageStyle string
Image style.
Name Changes to this property will trigger replacement. string
Report theme name.
NormalTextStyle string
Normal text style.
NumberedListStyle string
Numbered list style.
PageFooterStyle string
Report page footer style.
PageHeaderStyle string
Report page header style.
PageOrient string
Report page orientation. Valid values: portrait, landscape.
PageStyle string
Report page style.
ReportSubtitleStyle string
Report subtitle style.
ReportTitleStyle string
Report title style.
TableChartCaptionStyle string
Table chart caption style.
TableChartEvenRowStyle string
Table chart even row style.
TableChartHeadStyle string
Table chart head row style.
TableChartOddRowStyle string
Table chart odd row style.
TableChartStyle string
Table chart style.
TocHeading1Style string
Table of contents heading style.
TocHeading2Style string
Table of contents heading style.
TocHeading3Style string
Table of contents heading style.
TocHeading4Style string
Table of contents heading style.
TocTitleStyle string
Table of contents title style.
Vdomparam Changes to this property will trigger replacement. string
Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
BulletListStyle string
Bullet list style.
ColumnCount string
Report page column count. Valid values: 1, 2, 3.
DefaultHtmlStyle string
Default HTML report style.
DefaultPdfStyle string
Default PDF report style.
GraphChartStyle string
Graph chart style.
Heading1Style string
Report heading style.
Heading2Style string
Report heading style.
Heading3Style string
Report heading style.
Heading4Style string
Report heading style.
HlineStyle string
Horizontal line style.
ImageStyle string
Image style.
Name Changes to this property will trigger replacement. string
Report theme name.
NormalTextStyle string
Normal text style.
NumberedListStyle string
Numbered list style.
PageFooterStyle string
Report page footer style.
PageHeaderStyle string
Report page header style.
PageOrient string
Report page orientation. Valid values: portrait, landscape.
PageStyle string
Report page style.
ReportSubtitleStyle string
Report subtitle style.
ReportTitleStyle string
Report title style.
TableChartCaptionStyle string
Table chart caption style.
TableChartEvenRowStyle string
Table chart even row style.
TableChartHeadStyle string
Table chart head row style.
TableChartOddRowStyle string
Table chart odd row style.
TableChartStyle string
Table chart style.
TocHeading1Style string
Table of contents heading style.
TocHeading2Style string
Table of contents heading style.
TocHeading3Style string
Table of contents heading style.
TocHeading4Style string
Table of contents heading style.
TocTitleStyle string
Table of contents title style.
Vdomparam Changes to this property will trigger replacement. string
Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
bulletListStyle String
Bullet list style.
columnCount String
Report page column count. Valid values: 1, 2, 3.
defaultHtmlStyle String
Default HTML report style.
defaultPdfStyle String
Default PDF report style.
graphChartStyle String
Graph chart style.
heading1Style String
Report heading style.
heading2Style String
Report heading style.
heading3Style String
Report heading style.
heading4Style String
Report heading style.
hlineStyle String
Horizontal line style.
imageStyle String
Image style.
name Changes to this property will trigger replacement. String
Report theme name.
normalTextStyle String
Normal text style.
numberedListStyle String
Numbered list style.
pageFooterStyle String
Report page footer style.
pageHeaderStyle String
Report page header style.
pageOrient String
Report page orientation. Valid values: portrait, landscape.
pageStyle String
Report page style.
reportSubtitleStyle String
Report subtitle style.
reportTitleStyle String
Report title style.
tableChartCaptionStyle String
Table chart caption style.
tableChartEvenRowStyle String
Table chart even row style.
tableChartHeadStyle String
Table chart head row style.
tableChartOddRowStyle String
Table chart odd row style.
tableChartStyle String
Table chart style.
tocHeading1Style String
Table of contents heading style.
tocHeading2Style String
Table of contents heading style.
tocHeading3Style String
Table of contents heading style.
tocHeading4Style String
Table of contents heading style.
tocTitleStyle String
Table of contents title style.
vdomparam Changes to this property will trigger replacement. String
Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
bulletListStyle string
Bullet list style.
columnCount string
Report page column count. Valid values: 1, 2, 3.
defaultHtmlStyle string
Default HTML report style.
defaultPdfStyle string
Default PDF report style.
graphChartStyle string
Graph chart style.
heading1Style string
Report heading style.
heading2Style string
Report heading style.
heading3Style string
Report heading style.
heading4Style string
Report heading style.
hlineStyle string
Horizontal line style.
imageStyle string
Image style.
name Changes to this property will trigger replacement. string
Report theme name.
normalTextStyle string
Normal text style.
numberedListStyle string
Numbered list style.
pageFooterStyle string
Report page footer style.
pageHeaderStyle string
Report page header style.
pageOrient string
Report page orientation. Valid values: portrait, landscape.
pageStyle string
Report page style.
reportSubtitleStyle string
Report subtitle style.
reportTitleStyle string
Report title style.
tableChartCaptionStyle string
Table chart caption style.
tableChartEvenRowStyle string
Table chart even row style.
tableChartHeadStyle string
Table chart head row style.
tableChartOddRowStyle string
Table chart odd row style.
tableChartStyle string
Table chart style.
tocHeading1Style string
Table of contents heading style.
tocHeading2Style string
Table of contents heading style.
tocHeading3Style string
Table of contents heading style.
tocHeading4Style string
Table of contents heading style.
tocTitleStyle string
Table of contents title style.
vdomparam Changes to this property will trigger replacement. string
Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
bullet_list_style str
Bullet list style.
column_count str
Report page column count. Valid values: 1, 2, 3.
default_html_style str
Default HTML report style.
default_pdf_style str
Default PDF report style.
graph_chart_style str
Graph chart style.
heading1_style str
Report heading style.
heading2_style str
Report heading style.
heading3_style str
Report heading style.
heading4_style str
Report heading style.
hline_style str
Horizontal line style.
image_style str
Image style.
name Changes to this property will trigger replacement. str
Report theme name.
normal_text_style str
Normal text style.
numbered_list_style str
Numbered list style.
page_footer_style str
Report page footer style.
page_header_style str
Report page header style.
page_orient str
Report page orientation. Valid values: portrait, landscape.
page_style str
Report page style.
report_subtitle_style str
Report subtitle style.
report_title_style str
Report title style.
table_chart_caption_style str
Table chart caption style.
table_chart_even_row_style str
Table chart even row style.
table_chart_head_style str
Table chart head row style.
table_chart_odd_row_style str
Table chart odd row style.
table_chart_style str
Table chart style.
toc_heading1_style str
Table of contents heading style.
toc_heading2_style str
Table of contents heading style.
toc_heading3_style str
Table of contents heading style.
toc_heading4_style str
Table of contents heading style.
toc_title_style str
Table of contents title style.
vdomparam Changes to this property will trigger replacement. str
Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
bulletListStyle String
Bullet list style.
columnCount String
Report page column count. Valid values: 1, 2, 3.
defaultHtmlStyle String
Default HTML report style.
defaultPdfStyle String
Default PDF report style.
graphChartStyle String
Graph chart style.
heading1Style String
Report heading style.
heading2Style String
Report heading style.
heading3Style String
Report heading style.
heading4Style String
Report heading style.
hlineStyle String
Horizontal line style.
imageStyle String
Image style.
name Changes to this property will trigger replacement. String
Report theme name.
normalTextStyle String
Normal text style.
numberedListStyle String
Numbered list style.
pageFooterStyle String
Report page footer style.
pageHeaderStyle String
Report page header style.
pageOrient String
Report page orientation. Valid values: portrait, landscape.
pageStyle String
Report page style.
reportSubtitleStyle String
Report subtitle style.
reportTitleStyle String
Report title style.
tableChartCaptionStyle String
Table chart caption style.
tableChartEvenRowStyle String
Table chart even row style.
tableChartHeadStyle String
Table chart head row style.
tableChartOddRowStyle String
Table chart odd row style.
tableChartStyle String
Table chart style.
tocHeading1Style String
Table of contents heading style.
tocHeading2Style String
Table of contents heading style.
tocHeading3Style String
Table of contents heading style.
tocHeading4Style String
Table of contents heading style.
tocTitleStyle String
Table of contents title style.
vdomparam Changes to this property will trigger replacement. String
Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.

Import

Report Theme can be imported using any of these accepted formats:

$ pulumi import fortios:report/theme:Theme labelname {{name}}
Copy

If you do not want to import arguments of block:

$ export “FORTIOS_IMPORT_TABLE”=“false”

$ pulumi import fortios:report/theme:Theme labelname {{name}}
Copy

$ unset “FORTIOS_IMPORT_TABLE”

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

Package Details

Repository
fortios pulumiverse/pulumi-fortios
License
Apache-2.0
Notes
This Pulumi package is based on the fortios Terraform Provider.