1. Packages
  2. Packages
  3. Fortimanager Provider
  4. API Docs
  5. SecurityconsoleTemplateValidate
Viewing docs for fortimanager 1.17.0
published on Monday, May 4, 2026 by fortinetdev
Viewing docs for fortimanager 1.17.0
published on Monday, May 4, 2026 by fortinetdev

    Import

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

    $ export “FORTIMANAGER_IMPORT_TABLE”=“true”

    $ pulumi import fortimanager:index/securityconsoleTemplateValidate:SecurityconsoleTemplateValidate labelname SecurityconsoleTemplateValidate
    

    $ unset “FORTIMANAGER_IMPORT_TABLE”

    Create SecurityconsoleTemplateValidate Resource

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

    Constructor syntax

    new SecurityconsoleTemplateValidate(name: string, args?: SecurityconsoleTemplateValidateArgs, opts?: CustomResourceOptions);
    @overload
    def SecurityconsoleTemplateValidate(resource_name: str,
                                        args: Optional[SecurityconsoleTemplateValidateArgs] = None,
                                        opts: Optional[ResourceOptions] = None)
    
    @overload
    def SecurityconsoleTemplateValidate(resource_name: str,
                                        opts: Optional[ResourceOptions] = None,
                                        dynamic_sort_subtable: Optional[str] = None,
                                        flags: Optional[Sequence[str]] = None,
                                        fmgadom: Optional[str] = None,
                                        force_recreate: Optional[str] = None,
                                        pkg: Optional[str] = None,
                                        scopes: Optional[Sequence[SecurityconsoleTemplateValidateScopeArgs]] = None,
                                        securityconsole_template_validate_id: Optional[str] = None)
    func NewSecurityconsoleTemplateValidate(ctx *Context, name string, args *SecurityconsoleTemplateValidateArgs, opts ...ResourceOption) (*SecurityconsoleTemplateValidate, error)
    public SecurityconsoleTemplateValidate(string name, SecurityconsoleTemplateValidateArgs? args = null, CustomResourceOptions? opts = null)
    public SecurityconsoleTemplateValidate(String name, SecurityconsoleTemplateValidateArgs args)
    public SecurityconsoleTemplateValidate(String name, SecurityconsoleTemplateValidateArgs args, CustomResourceOptions options)
    
    type: fortimanager:SecurityconsoleTemplateValidate
    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 SecurityconsoleTemplateValidateArgs
    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 SecurityconsoleTemplateValidateArgs
    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 SecurityconsoleTemplateValidateArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args SecurityconsoleTemplateValidateArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args SecurityconsoleTemplateValidateArgs
    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 securityconsoleTemplateValidateResource = new Fortimanager.SecurityconsoleTemplateValidate("securityconsoleTemplateValidateResource", new()
    {
        DynamicSortSubtable = "string",
        Flags = new[]
        {
            "string",
        },
        Fmgadom = "string",
        ForceRecreate = "string",
        Pkg = "string",
        Scopes = new[]
        {
            new Fortimanager.Inputs.SecurityconsoleTemplateValidateScopeArgs
            {
                Name = "string",
                Vdom = "string",
            },
        },
        SecurityconsoleTemplateValidateId = "string",
    });
    
    example, err := fortimanager.NewSecurityconsoleTemplateValidate(ctx, "securityconsoleTemplateValidateResource", &fortimanager.SecurityconsoleTemplateValidateArgs{
    	DynamicSortSubtable: pulumi.String("string"),
    	Flags: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	Fmgadom:       pulumi.String("string"),
    	ForceRecreate: pulumi.String("string"),
    	Pkg:           pulumi.String("string"),
    	Scopes: fortimanager.SecurityconsoleTemplateValidateScopeArray{
    		&fortimanager.SecurityconsoleTemplateValidateScopeArgs{
    			Name: pulumi.String("string"),
    			Vdom: pulumi.String("string"),
    		},
    	},
    	SecurityconsoleTemplateValidateId: pulumi.String("string"),
    })
    
    var securityconsoleTemplateValidateResource = new SecurityconsoleTemplateValidate("securityconsoleTemplateValidateResource", SecurityconsoleTemplateValidateArgs.builder()
        .dynamicSortSubtable("string")
        .flags("string")
        .fmgadom("string")
        .forceRecreate("string")
        .pkg("string")
        .scopes(SecurityconsoleTemplateValidateScopeArgs.builder()
            .name("string")
            .vdom("string")
            .build())
        .securityconsoleTemplateValidateId("string")
        .build());
    
    securityconsole_template_validate_resource = fortimanager.SecurityconsoleTemplateValidate("securityconsoleTemplateValidateResource",
        dynamic_sort_subtable="string",
        flags=["string"],
        fmgadom="string",
        force_recreate="string",
        pkg="string",
        scopes=[{
            "name": "string",
            "vdom": "string",
        }],
        securityconsole_template_validate_id="string")
    
    const securityconsoleTemplateValidateResource = new fortimanager.SecurityconsoleTemplateValidate("securityconsoleTemplateValidateResource", {
        dynamicSortSubtable: "string",
        flags: ["string"],
        fmgadom: "string",
        forceRecreate: "string",
        pkg: "string",
        scopes: [{
            name: "string",
            vdom: "string",
        }],
        securityconsoleTemplateValidateId: "string",
    });
    
    type: fortimanager:SecurityconsoleTemplateValidate
    properties:
        dynamicSortSubtable: string
        flags:
            - string
        fmgadom: string
        forceRecreate: string
        pkg: string
        scopes:
            - name: string
              vdom: string
        securityconsoleTemplateValidateId: string
    

    SecurityconsoleTemplateValidate 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 SecurityconsoleTemplateValidate 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.
    Flags List<string>
    Flags. Valid values: none, json, default_cfg.
    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<SecurityconsoleTemplateValidateScope>
    Scope. The structure of scope block is documented below.
    SecurityconsoleTemplateValidateId 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.
    Flags []string
    Flags. Valid values: none, json, default_cfg.
    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 []SecurityconsoleTemplateValidateScopeArgs
    Scope. The structure of scope block is documented below.
    SecurityconsoleTemplateValidateId 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.
    flags List<String>
    Flags. Valid values: none, json, default_cfg.
    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<SecurityconsoleTemplateValidateScope>
    Scope. The structure of scope block is documented below.
    securityconsoleTemplateValidateId 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.
    flags string[]
    Flags. Valid values: none, json, default_cfg.
    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 SecurityconsoleTemplateValidateScope[]
    Scope. The structure of scope block is documented below.
    securityconsoleTemplateValidateId 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.
    flags Sequence[str]
    Flags. Valid values: none, json, default_cfg.
    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[SecurityconsoleTemplateValidateScopeArgs]
    Scope. The structure of scope block is documented below.
    securityconsole_template_validate_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.
    flags List<String>
    Flags. Valid values: none, json, default_cfg.
    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.
    securityconsoleTemplateValidateId String
    an identifier for the resource.

    Outputs

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

    Get an existing SecurityconsoleTemplateValidate 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?: SecurityconsoleTemplateValidateState, opts?: CustomResourceOptions): SecurityconsoleTemplateValidate
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            dynamic_sort_subtable: Optional[str] = None,
            flags: Optional[Sequence[str]] = None,
            fmgadom: Optional[str] = None,
            force_recreate: Optional[str] = None,
            pkg: Optional[str] = None,
            scopes: Optional[Sequence[SecurityconsoleTemplateValidateScopeArgs]] = None,
            securityconsole_template_validate_id: Optional[str] = None) -> SecurityconsoleTemplateValidate
    func GetSecurityconsoleTemplateValidate(ctx *Context, name string, id IDInput, state *SecurityconsoleTemplateValidateState, opts ...ResourceOption) (*SecurityconsoleTemplateValidate, error)
    public static SecurityconsoleTemplateValidate Get(string name, Input<string> id, SecurityconsoleTemplateValidateState? state, CustomResourceOptions? opts = null)
    public static SecurityconsoleTemplateValidate get(String name, Output<String> id, SecurityconsoleTemplateValidateState state, CustomResourceOptions options)
    resources:  _:    type: fortimanager:SecurityconsoleTemplateValidate    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.
    Flags List<string>
    Flags. Valid values: none, json, default_cfg.
    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<SecurityconsoleTemplateValidateScope>
    Scope. The structure of scope block is documented below.
    SecurityconsoleTemplateValidateId 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.
    Flags []string
    Flags. Valid values: none, json, default_cfg.
    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 []SecurityconsoleTemplateValidateScopeArgs
    Scope. The structure of scope block is documented below.
    SecurityconsoleTemplateValidateId 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.
    flags List<String>
    Flags. Valid values: none, json, default_cfg.
    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<SecurityconsoleTemplateValidateScope>
    Scope. The structure of scope block is documented below.
    securityconsoleTemplateValidateId 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.
    flags string[]
    Flags. Valid values: none, json, default_cfg.
    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 SecurityconsoleTemplateValidateScope[]
    Scope. The structure of scope block is documented below.
    securityconsoleTemplateValidateId 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.
    flags Sequence[str]
    Flags. Valid values: none, json, default_cfg.
    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[SecurityconsoleTemplateValidateScopeArgs]
    Scope. The structure of scope block is documented below.
    securityconsole_template_validate_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.
    flags List<String>
    Flags. Valid values: none, json, default_cfg.
    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.
    securityconsoleTemplateValidateId String
    an identifier for the resource.

    Supporting Types

    SecurityconsoleTemplateValidateScope, SecurityconsoleTemplateValidateScopeArgs

    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.
    Viewing docs for fortimanager 1.17.0
    published on Monday, May 4, 2026 by fortinetdev
      Try Pulumi Cloud free. Your team will thank you.