1. Packages
  2. Fortimanager Provider
  3. API Docs
  4. SecurityconsoleTemplateCliPreview
fortimanager 1.13.0 published on Thursday, Mar 13, 2025 by fortinetdev

fortimanager.SecurityconsoleTemplateCliPreview

Explore with Pulumi AI

fortimanager logo
fortimanager 1.13.0 published on Thursday, Mar 13, 2025 by fortinetdev

    Import

    Securityconsole TemplateCliPreview can be imported using any of these accepted formats:

    $ export “FORTIMANAGER_IMPORT_TABLE”=“true”

    $ pulumi import fortimanager:index/securityconsoleTemplateCliPreview:SecurityconsoleTemplateCliPreview labelname SecurityconsoleTemplateCliPreview
    

    $ unset “FORTIMANAGER_IMPORT_TABLE”

    Create SecurityconsoleTemplateCliPreview Resource

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

    Constructor syntax

    new SecurityconsoleTemplateCliPreview(name: string, args?: SecurityconsoleTemplateCliPreviewArgs, opts?: CustomResourceOptions);
    @overload
    def SecurityconsoleTemplateCliPreview(resource_name: str,
                                          args: Optional[SecurityconsoleTemplateCliPreviewArgs] = None,
                                          opts: Optional[ResourceOptions] = None)
    
    @overload
    def SecurityconsoleTemplateCliPreview(resource_name: str,
                                          opts: Optional[ResourceOptions] = None,
                                          dynamic_sort_subtable: Optional[str] = None,
                                          filename: Optional[str] = None,
                                          fmgadom: Optional[str] = None,
                                          force_recreate: Optional[str] = None,
                                          pkg: Optional[str] = None,
                                          scopes: Optional[Sequence[SecurityconsoleTemplateCliPreviewScopeArgs]] = None,
                                          securityconsole_template_cli_preview_id: Optional[str] = None)
    func NewSecurityconsoleTemplateCliPreview(ctx *Context, name string, args *SecurityconsoleTemplateCliPreviewArgs, opts ...ResourceOption) (*SecurityconsoleTemplateCliPreview, error)
    public SecurityconsoleTemplateCliPreview(string name, SecurityconsoleTemplateCliPreviewArgs? args = null, CustomResourceOptions? opts = null)
    public SecurityconsoleTemplateCliPreview(String name, SecurityconsoleTemplateCliPreviewArgs args)
    public SecurityconsoleTemplateCliPreview(String name, SecurityconsoleTemplateCliPreviewArgs args, CustomResourceOptions options)
    
    type: fortimanager:SecurityconsoleTemplateCliPreview
    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 SecurityconsoleTemplateCliPreviewArgs
    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 SecurityconsoleTemplateCliPreviewArgs
    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 SecurityconsoleTemplateCliPreviewArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args SecurityconsoleTemplateCliPreviewArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args SecurityconsoleTemplateCliPreviewArgs
    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 securityconsoleTemplateCliPreviewResource = new Fortimanager.SecurityconsoleTemplateCliPreview("securityconsoleTemplateCliPreviewResource", new()
    {
        DynamicSortSubtable = "string",
        Filename = "string",
        Fmgadom = "string",
        ForceRecreate = "string",
        Pkg = "string",
        Scopes = new[]
        {
            new Fortimanager.Inputs.SecurityconsoleTemplateCliPreviewScopeArgs
            {
                Name = "string",
                Vdom = "string",
            },
        },
        SecurityconsoleTemplateCliPreviewId = "string",
    });
    
    example, err := fortimanager.NewSecurityconsoleTemplateCliPreview(ctx, "securityconsoleTemplateCliPreviewResource", &fortimanager.SecurityconsoleTemplateCliPreviewArgs{
    DynamicSortSubtable: pulumi.String("string"),
    Filename: pulumi.String("string"),
    Fmgadom: pulumi.String("string"),
    ForceRecreate: pulumi.String("string"),
    Pkg: pulumi.String("string"),
    Scopes: .SecurityconsoleTemplateCliPreviewScopeArray{
    &.SecurityconsoleTemplateCliPreviewScopeArgs{
    Name: pulumi.String("string"),
    Vdom: pulumi.String("string"),
    },
    },
    SecurityconsoleTemplateCliPreviewId: pulumi.String("string"),
    })
    
    var securityconsoleTemplateCliPreviewResource = new SecurityconsoleTemplateCliPreview("securityconsoleTemplateCliPreviewResource", SecurityconsoleTemplateCliPreviewArgs.builder()
        .dynamicSortSubtable("string")
        .filename("string")
        .fmgadom("string")
        .forceRecreate("string")
        .pkg("string")
        .scopes(SecurityconsoleTemplateCliPreviewScopeArgs.builder()
            .name("string")
            .vdom("string")
            .build())
        .securityconsoleTemplateCliPreviewId("string")
        .build());
    
    securityconsole_template_cli_preview_resource = fortimanager.SecurityconsoleTemplateCliPreview("securityconsoleTemplateCliPreviewResource",
        dynamic_sort_subtable="string",
        filename="string",
        fmgadom="string",
        force_recreate="string",
        pkg="string",
        scopes=[{
            "name": "string",
            "vdom": "string",
        }],
        securityconsole_template_cli_preview_id="string")
    
    const securityconsoleTemplateCliPreviewResource = new fortimanager.SecurityconsoleTemplateCliPreview("securityconsoleTemplateCliPreviewResource", {
        dynamicSortSubtable: "string",
        filename: "string",
        fmgadom: "string",
        forceRecreate: "string",
        pkg: "string",
        scopes: [{
            name: "string",
            vdom: "string",
        }],
        securityconsoleTemplateCliPreviewId: "string",
    });
    
    type: fortimanager:SecurityconsoleTemplateCliPreview
    properties:
        dynamicSortSubtable: string
        filename: string
        fmgadom: string
        forceRecreate: string
        pkg: string
        scopes:
            - name: string
              vdom: string
        securityconsoleTemplateCliPreviewId: string
    

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

    DynamicSortSubtable string
    true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
    Filename string
    Filename.
    Fmgadom string
    Source ADOM name.
    ForceRecreate string
    The argument is optional, if it is set, when the value changes, the resource will be re-created.
    Pkg string
    Source package path and name.
    Scopes List<SecurityconsoleTemplateCliPreviewScope>
    Scope. The structure of scope block is documented below.
    SecurityconsoleTemplateCliPreviewId string
    an identifier for the resource.
    DynamicSortSubtable string
    true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
    Filename string
    Filename.
    Fmgadom string
    Source ADOM name.
    ForceRecreate string
    The argument is optional, if it is set, when the value changes, the resource will be re-created.
    Pkg string
    Source package path and name.
    Scopes []SecurityconsoleTemplateCliPreviewScopeArgs
    Scope. The structure of scope block is documented below.
    SecurityconsoleTemplateCliPreviewId string
    an identifier for the resource.
    dynamicSortSubtable String
    true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
    filename String
    Filename.
    fmgadom String
    Source ADOM name.
    forceRecreate String
    The argument is optional, if it is set, when the value changes, the resource will be re-created.
    pkg String
    Source package path and name.
    scopes List<SecurityconsoleTemplateCliPreviewScope>
    Scope. The structure of scope block is documented below.
    securityconsoleTemplateCliPreviewId String
    an identifier for the resource.
    dynamicSortSubtable string
    true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
    filename string
    Filename.
    fmgadom string
    Source ADOM name.
    forceRecreate string
    The argument is optional, if it is set, when the value changes, the resource will be re-created.
    pkg string
    Source package path and name.
    scopes SecurityconsoleTemplateCliPreviewScope[]
    Scope. The structure of scope block is documented below.
    securityconsoleTemplateCliPreviewId string
    an identifier for the resource.
    dynamic_sort_subtable str
    true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
    filename str
    Filename.
    fmgadom str
    Source ADOM name.
    force_recreate str
    The argument is optional, if it is set, when the value changes, the resource will be re-created.
    pkg str
    Source package path and name.
    scopes Sequence[SecurityconsoleTemplateCliPreviewScopeArgs]
    Scope. The structure of scope block is documented below.
    securityconsole_template_cli_preview_id str
    an identifier for the resource.
    dynamicSortSubtable String
    true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
    filename String
    Filename.
    fmgadom String
    Source ADOM name.
    forceRecreate String
    The argument is optional, if it is set, when the value changes, the resource will be re-created.
    pkg String
    Source package path and name.
    scopes List<Property Map>
    Scope. The structure of scope block is documented below.
    securityconsoleTemplateCliPreviewId String
    an identifier for the resource.

    Outputs

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

    Get an existing SecurityconsoleTemplateCliPreview 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?: SecurityconsoleTemplateCliPreviewState, opts?: CustomResourceOptions): SecurityconsoleTemplateCliPreview
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            dynamic_sort_subtable: Optional[str] = None,
            filename: Optional[str] = None,
            fmgadom: Optional[str] = None,
            force_recreate: Optional[str] = None,
            pkg: Optional[str] = None,
            scopes: Optional[Sequence[SecurityconsoleTemplateCliPreviewScopeArgs]] = None,
            securityconsole_template_cli_preview_id: Optional[str] = None) -> SecurityconsoleTemplateCliPreview
    func GetSecurityconsoleTemplateCliPreview(ctx *Context, name string, id IDInput, state *SecurityconsoleTemplateCliPreviewState, opts ...ResourceOption) (*SecurityconsoleTemplateCliPreview, error)
    public static SecurityconsoleTemplateCliPreview Get(string name, Input<string> id, SecurityconsoleTemplateCliPreviewState? state, CustomResourceOptions? opts = null)
    public static SecurityconsoleTemplateCliPreview get(String name, Output<String> id, SecurityconsoleTemplateCliPreviewState state, CustomResourceOptions options)
    resources:  _:    type: fortimanager:SecurityconsoleTemplateCliPreview    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:
    DynamicSortSubtable string
    true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
    Filename string
    Filename.
    Fmgadom string
    Source ADOM name.
    ForceRecreate string
    The argument is optional, if it is set, when the value changes, the resource will be re-created.
    Pkg string
    Source package path and name.
    Scopes List<SecurityconsoleTemplateCliPreviewScope>
    Scope. The structure of scope block is documented below.
    SecurityconsoleTemplateCliPreviewId string
    an identifier for the resource.
    DynamicSortSubtable string
    true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
    Filename string
    Filename.
    Fmgadom string
    Source ADOM name.
    ForceRecreate string
    The argument is optional, if it is set, when the value changes, the resource will be re-created.
    Pkg string
    Source package path and name.
    Scopes []SecurityconsoleTemplateCliPreviewScopeArgs
    Scope. The structure of scope block is documented below.
    SecurityconsoleTemplateCliPreviewId string
    an identifier for the resource.
    dynamicSortSubtable String
    true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
    filename String
    Filename.
    fmgadom String
    Source ADOM name.
    forceRecreate String
    The argument is optional, if it is set, when the value changes, the resource will be re-created.
    pkg String
    Source package path and name.
    scopes List<SecurityconsoleTemplateCliPreviewScope>
    Scope. The structure of scope block is documented below.
    securityconsoleTemplateCliPreviewId String
    an identifier for the resource.
    dynamicSortSubtable string
    true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
    filename string
    Filename.
    fmgadom string
    Source ADOM name.
    forceRecreate string
    The argument is optional, if it is set, when the value changes, the resource will be re-created.
    pkg string
    Source package path and name.
    scopes SecurityconsoleTemplateCliPreviewScope[]
    Scope. The structure of scope block is documented below.
    securityconsoleTemplateCliPreviewId string
    an identifier for the resource.
    dynamic_sort_subtable str
    true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
    filename str
    Filename.
    fmgadom str
    Source ADOM name.
    force_recreate str
    The argument is optional, if it is set, when the value changes, the resource will be re-created.
    pkg str
    Source package path and name.
    scopes Sequence[SecurityconsoleTemplateCliPreviewScopeArgs]
    Scope. The structure of scope block is documented below.
    securityconsole_template_cli_preview_id str
    an identifier for the resource.
    dynamicSortSubtable String
    true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
    filename String
    Filename.
    fmgadom String
    Source ADOM name.
    forceRecreate String
    The argument is optional, if it is set, when the value changes, the resource will be re-created.
    pkg String
    Source package path and name.
    scopes List<Property Map>
    Scope. The structure of scope block is documented below.
    securityconsoleTemplateCliPreviewId String
    an identifier for the resource.

    Supporting Types

    SecurityconsoleTemplateCliPreviewScope, SecurityconsoleTemplateCliPreviewScopeArgs

    Name string
    Name.
    Vdom string
    Vdom.
    Name string
    Name.
    Vdom string
    Vdom.
    name String
    Name.
    vdom String
    Vdom.
    name string
    Name.
    vdom string
    Vdom.
    name str
    Name.
    vdom str
    Vdom.
    name String
    Name.
    vdom String
    Vdom.

    Package Details

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