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

fortimanager.SecurityconsoleInstallPackage

Explore with Pulumi AI

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

    Import

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

    $ export “FORTIMANAGER_IMPORT_TABLE”=“true”

    $ pulumi import fortimanager:index/securityconsoleInstallPackage:SecurityconsoleInstallPackage labelname SecurityconsoleInstallPackage
    

    $ unset “FORTIMANAGER_IMPORT_TABLE”

    Create SecurityconsoleInstallPackage Resource

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

    Constructor syntax

    new SecurityconsoleInstallPackage(name: string, args?: SecurityconsoleInstallPackageArgs, opts?: CustomResourceOptions);
    @overload
    def SecurityconsoleInstallPackage(resource_name: str,
                                      args: Optional[SecurityconsoleInstallPackageArgs] = None,
                                      opts: Optional[ResourceOptions] = None)
    
    @overload
    def SecurityconsoleInstallPackage(resource_name: str,
                                      opts: Optional[ResourceOptions] = None,
                                      adom_rev_comments: Optional[str] = None,
                                      adom_rev_name: Optional[str] = None,
                                      dev_rev_comments: Optional[str] = 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[SecurityconsoleInstallPackageScopeArgs]] = None,
                                      securityconsole_install_package_id: Optional[str] = None)
    func NewSecurityconsoleInstallPackage(ctx *Context, name string, args *SecurityconsoleInstallPackageArgs, opts ...ResourceOption) (*SecurityconsoleInstallPackage, error)
    public SecurityconsoleInstallPackage(string name, SecurityconsoleInstallPackageArgs? args = null, CustomResourceOptions? opts = null)
    public SecurityconsoleInstallPackage(String name, SecurityconsoleInstallPackageArgs args)
    public SecurityconsoleInstallPackage(String name, SecurityconsoleInstallPackageArgs args, CustomResourceOptions options)
    
    type: fortimanager:SecurityconsoleInstallPackage
    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 SecurityconsoleInstallPackageArgs
    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 SecurityconsoleInstallPackageArgs
    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 SecurityconsoleInstallPackageArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args SecurityconsoleInstallPackageArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args SecurityconsoleInstallPackageArgs
    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 securityconsoleInstallPackageResource = new Fortimanager.SecurityconsoleInstallPackage("securityconsoleInstallPackageResource", new()
    {
        AdomRevComments = "string",
        AdomRevName = "string",
        DevRevComments = "string",
        DynamicSortSubtable = "string",
        Flags = new[]
        {
            "string",
        },
        Fmgadom = "string",
        ForceRecreate = "string",
        Pkg = "string",
        Scopes = new[]
        {
            new Fortimanager.Inputs.SecurityconsoleInstallPackageScopeArgs
            {
                Name = "string",
                Vdom = "string",
            },
        },
        SecurityconsoleInstallPackageId = "string",
    });
    
    example, err := fortimanager.NewSecurityconsoleInstallPackage(ctx, "securityconsoleInstallPackageResource", &fortimanager.SecurityconsoleInstallPackageArgs{
    AdomRevComments: pulumi.String("string"),
    AdomRevName: pulumi.String("string"),
    DevRevComments: pulumi.String("string"),
    DynamicSortSubtable: pulumi.String("string"),
    Flags: pulumi.StringArray{
    pulumi.String("string"),
    },
    Fmgadom: pulumi.String("string"),
    ForceRecreate: pulumi.String("string"),
    Pkg: pulumi.String("string"),
    Scopes: .SecurityconsoleInstallPackageScopeArray{
    &.SecurityconsoleInstallPackageScopeArgs{
    Name: pulumi.String("string"),
    Vdom: pulumi.String("string"),
    },
    },
    SecurityconsoleInstallPackageId: pulumi.String("string"),
    })
    
    var securityconsoleInstallPackageResource = new SecurityconsoleInstallPackage("securityconsoleInstallPackageResource", SecurityconsoleInstallPackageArgs.builder()
        .adomRevComments("string")
        .adomRevName("string")
        .devRevComments("string")
        .dynamicSortSubtable("string")
        .flags("string")
        .fmgadom("string")
        .forceRecreate("string")
        .pkg("string")
        .scopes(SecurityconsoleInstallPackageScopeArgs.builder()
            .name("string")
            .vdom("string")
            .build())
        .securityconsoleInstallPackageId("string")
        .build());
    
    securityconsole_install_package_resource = fortimanager.SecurityconsoleInstallPackage("securityconsoleInstallPackageResource",
        adom_rev_comments="string",
        adom_rev_name="string",
        dev_rev_comments="string",
        dynamic_sort_subtable="string",
        flags=["string"],
        fmgadom="string",
        force_recreate="string",
        pkg="string",
        scopes=[{
            "name": "string",
            "vdom": "string",
        }],
        securityconsole_install_package_id="string")
    
    const securityconsoleInstallPackageResource = new fortimanager.SecurityconsoleInstallPackage("securityconsoleInstallPackageResource", {
        adomRevComments: "string",
        adomRevName: "string",
        devRevComments: "string",
        dynamicSortSubtable: "string",
        flags: ["string"],
        fmgadom: "string",
        forceRecreate: "string",
        pkg: "string",
        scopes: [{
            name: "string",
            vdom: "string",
        }],
        securityconsoleInstallPackageId: "string",
    });
    
    type: fortimanager:SecurityconsoleInstallPackage
    properties:
        adomRevComments: string
        adomRevName: string
        devRevComments: string
        dynamicSortSubtable: string
        flags:
            - string
        fmgadom: string
        forceRecreate: string
        pkg: string
        scopes:
            - name: string
              vdom: string
        securityconsoleInstallPackageId: string
    

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

    AdomRevComments string
    If "generate_rev" flag is set, the comment for the new ADOM revision.
    AdomRevName string
    If "generate_rev" flag is set, the name for the new ADOM revision.
    DevRevComments string
    Comments for the device configuration revision that will be generated during install.
    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>
    cp_all_objs - Assign all objects during global policy assignment. preview - Generate preview cache only. generate_rev - Generate new ADOM revision before install. copy_assigned_pkg - For global policy assignment - copy assigned package from ADOM to device. unassign - Remove global policy from ADOM. ifpolicy_only - Only install interface policies. no_ifpolicy - Install regular policies only - do not install interface policies. objs_only - Install object(s) only - do not install any policies. auto_lock_ws - Automatically lock and unlock workspace when performing security console task. copy_only - Only copy to device db. Valid values: none, cp_all_objs, preview, generate_rev, copy_assigned_pkg, unassign, ifpolicy_only, no_ifpolicy, objs_only, auto_lock_ws, check_pkg_st, copy_only.
    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<SecurityconsoleInstallPackageScope>
    Scope. The structure of scope block is documented below.
    SecurityconsoleInstallPackageId string
    an identifier for the resource.
    AdomRevComments string
    If "generate_rev" flag is set, the comment for the new ADOM revision.
    AdomRevName string
    If "generate_rev" flag is set, the name for the new ADOM revision.
    DevRevComments string
    Comments for the device configuration revision that will be generated during install.
    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
    cp_all_objs - Assign all objects during global policy assignment. preview - Generate preview cache only. generate_rev - Generate new ADOM revision before install. copy_assigned_pkg - For global policy assignment - copy assigned package from ADOM to device. unassign - Remove global policy from ADOM. ifpolicy_only - Only install interface policies. no_ifpolicy - Install regular policies only - do not install interface policies. objs_only - Install object(s) only - do not install any policies. auto_lock_ws - Automatically lock and unlock workspace when performing security console task. copy_only - Only copy to device db. Valid values: none, cp_all_objs, preview, generate_rev, copy_assigned_pkg, unassign, ifpolicy_only, no_ifpolicy, objs_only, auto_lock_ws, check_pkg_st, copy_only.
    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 []SecurityconsoleInstallPackageScopeArgs
    Scope. The structure of scope block is documented below.
    SecurityconsoleInstallPackageId string
    an identifier for the resource.
    adomRevComments String
    If "generate_rev" flag is set, the comment for the new ADOM revision.
    adomRevName String
    If "generate_rev" flag is set, the name for the new ADOM revision.
    devRevComments String
    Comments for the device configuration revision that will be generated during install.
    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>
    cp_all_objs - Assign all objects during global policy assignment. preview - Generate preview cache only. generate_rev - Generate new ADOM revision before install. copy_assigned_pkg - For global policy assignment - copy assigned package from ADOM to device. unassign - Remove global policy from ADOM. ifpolicy_only - Only install interface policies. no_ifpolicy - Install regular policies only - do not install interface policies. objs_only - Install object(s) only - do not install any policies. auto_lock_ws - Automatically lock and unlock workspace when performing security console task. copy_only - Only copy to device db. Valid values: none, cp_all_objs, preview, generate_rev, copy_assigned_pkg, unassign, ifpolicy_only, no_ifpolicy, objs_only, auto_lock_ws, check_pkg_st, copy_only.
    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<SecurityconsoleInstallPackageScope>
    Scope. The structure of scope block is documented below.
    securityconsoleInstallPackageId String
    an identifier for the resource.
    adomRevComments string
    If "generate_rev" flag is set, the comment for the new ADOM revision.
    adomRevName string
    If "generate_rev" flag is set, the name for the new ADOM revision.
    devRevComments string
    Comments for the device configuration revision that will be generated during install.
    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[]
    cp_all_objs - Assign all objects during global policy assignment. preview - Generate preview cache only. generate_rev - Generate new ADOM revision before install. copy_assigned_pkg - For global policy assignment - copy assigned package from ADOM to device. unassign - Remove global policy from ADOM. ifpolicy_only - Only install interface policies. no_ifpolicy - Install regular policies only - do not install interface policies. objs_only - Install object(s) only - do not install any policies. auto_lock_ws - Automatically lock and unlock workspace when performing security console task. copy_only - Only copy to device db. Valid values: none, cp_all_objs, preview, generate_rev, copy_assigned_pkg, unassign, ifpolicy_only, no_ifpolicy, objs_only, auto_lock_ws, check_pkg_st, copy_only.
    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 SecurityconsoleInstallPackageScope[]
    Scope. The structure of scope block is documented below.
    securityconsoleInstallPackageId string
    an identifier for the resource.
    adom_rev_comments str
    If "generate_rev" flag is set, the comment for the new ADOM revision.
    adom_rev_name str
    If "generate_rev" flag is set, the name for the new ADOM revision.
    dev_rev_comments str
    Comments for the device configuration revision that will be generated during install.
    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]
    cp_all_objs - Assign all objects during global policy assignment. preview - Generate preview cache only. generate_rev - Generate new ADOM revision before install. copy_assigned_pkg - For global policy assignment - copy assigned package from ADOM to device. unassign - Remove global policy from ADOM. ifpolicy_only - Only install interface policies. no_ifpolicy - Install regular policies only - do not install interface policies. objs_only - Install object(s) only - do not install any policies. auto_lock_ws - Automatically lock and unlock workspace when performing security console task. copy_only - Only copy to device db. Valid values: none, cp_all_objs, preview, generate_rev, copy_assigned_pkg, unassign, ifpolicy_only, no_ifpolicy, objs_only, auto_lock_ws, check_pkg_st, copy_only.
    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[SecurityconsoleInstallPackageScopeArgs]
    Scope. The structure of scope block is documented below.
    securityconsole_install_package_id str
    an identifier for the resource.
    adomRevComments String
    If "generate_rev" flag is set, the comment for the new ADOM revision.
    adomRevName String
    If "generate_rev" flag is set, the name for the new ADOM revision.
    devRevComments String
    Comments for the device configuration revision that will be generated during install.
    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>
    cp_all_objs - Assign all objects during global policy assignment. preview - Generate preview cache only. generate_rev - Generate new ADOM revision before install. copy_assigned_pkg - For global policy assignment - copy assigned package from ADOM to device. unassign - Remove global policy from ADOM. ifpolicy_only - Only install interface policies. no_ifpolicy - Install regular policies only - do not install interface policies. objs_only - Install object(s) only - do not install any policies. auto_lock_ws - Automatically lock and unlock workspace when performing security console task. copy_only - Only copy to device db. Valid values: none, cp_all_objs, preview, generate_rev, copy_assigned_pkg, unassign, ifpolicy_only, no_ifpolicy, objs_only, auto_lock_ws, check_pkg_st, copy_only.
    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.
    securityconsoleInstallPackageId String
    an identifier for the resource.

    Outputs

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

    Get an existing SecurityconsoleInstallPackage 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?: SecurityconsoleInstallPackageState, opts?: CustomResourceOptions): SecurityconsoleInstallPackage
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            adom_rev_comments: Optional[str] = None,
            adom_rev_name: Optional[str] = None,
            dev_rev_comments: Optional[str] = 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[SecurityconsoleInstallPackageScopeArgs]] = None,
            securityconsole_install_package_id: Optional[str] = None) -> SecurityconsoleInstallPackage
    func GetSecurityconsoleInstallPackage(ctx *Context, name string, id IDInput, state *SecurityconsoleInstallPackageState, opts ...ResourceOption) (*SecurityconsoleInstallPackage, error)
    public static SecurityconsoleInstallPackage Get(string name, Input<string> id, SecurityconsoleInstallPackageState? state, CustomResourceOptions? opts = null)
    public static SecurityconsoleInstallPackage get(String name, Output<String> id, SecurityconsoleInstallPackageState state, CustomResourceOptions options)
    resources:  _:    type: fortimanager:SecurityconsoleInstallPackage    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:
    AdomRevComments string
    If "generate_rev" flag is set, the comment for the new ADOM revision.
    AdomRevName string
    If "generate_rev" flag is set, the name for the new ADOM revision.
    DevRevComments string
    Comments for the device configuration revision that will be generated during install.
    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>
    cp_all_objs - Assign all objects during global policy assignment. preview - Generate preview cache only. generate_rev - Generate new ADOM revision before install. copy_assigned_pkg - For global policy assignment - copy assigned package from ADOM to device. unassign - Remove global policy from ADOM. ifpolicy_only - Only install interface policies. no_ifpolicy - Install regular policies only - do not install interface policies. objs_only - Install object(s) only - do not install any policies. auto_lock_ws - Automatically lock and unlock workspace when performing security console task. copy_only - Only copy to device db. Valid values: none, cp_all_objs, preview, generate_rev, copy_assigned_pkg, unassign, ifpolicy_only, no_ifpolicy, objs_only, auto_lock_ws, check_pkg_st, copy_only.
    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<SecurityconsoleInstallPackageScope>
    Scope. The structure of scope block is documented below.
    SecurityconsoleInstallPackageId string
    an identifier for the resource.
    AdomRevComments string
    If "generate_rev" flag is set, the comment for the new ADOM revision.
    AdomRevName string
    If "generate_rev" flag is set, the name for the new ADOM revision.
    DevRevComments string
    Comments for the device configuration revision that will be generated during install.
    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
    cp_all_objs - Assign all objects during global policy assignment. preview - Generate preview cache only. generate_rev - Generate new ADOM revision before install. copy_assigned_pkg - For global policy assignment - copy assigned package from ADOM to device. unassign - Remove global policy from ADOM. ifpolicy_only - Only install interface policies. no_ifpolicy - Install regular policies only - do not install interface policies. objs_only - Install object(s) only - do not install any policies. auto_lock_ws - Automatically lock and unlock workspace when performing security console task. copy_only - Only copy to device db. Valid values: none, cp_all_objs, preview, generate_rev, copy_assigned_pkg, unassign, ifpolicy_only, no_ifpolicy, objs_only, auto_lock_ws, check_pkg_st, copy_only.
    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 []SecurityconsoleInstallPackageScopeArgs
    Scope. The structure of scope block is documented below.
    SecurityconsoleInstallPackageId string
    an identifier for the resource.
    adomRevComments String
    If "generate_rev" flag is set, the comment for the new ADOM revision.
    adomRevName String
    If "generate_rev" flag is set, the name for the new ADOM revision.
    devRevComments String
    Comments for the device configuration revision that will be generated during install.
    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>
    cp_all_objs - Assign all objects during global policy assignment. preview - Generate preview cache only. generate_rev - Generate new ADOM revision before install. copy_assigned_pkg - For global policy assignment - copy assigned package from ADOM to device. unassign - Remove global policy from ADOM. ifpolicy_only - Only install interface policies. no_ifpolicy - Install regular policies only - do not install interface policies. objs_only - Install object(s) only - do not install any policies. auto_lock_ws - Automatically lock and unlock workspace when performing security console task. copy_only - Only copy to device db. Valid values: none, cp_all_objs, preview, generate_rev, copy_assigned_pkg, unassign, ifpolicy_only, no_ifpolicy, objs_only, auto_lock_ws, check_pkg_st, copy_only.
    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<SecurityconsoleInstallPackageScope>
    Scope. The structure of scope block is documented below.
    securityconsoleInstallPackageId String
    an identifier for the resource.
    adomRevComments string
    If "generate_rev" flag is set, the comment for the new ADOM revision.
    adomRevName string
    If "generate_rev" flag is set, the name for the new ADOM revision.
    devRevComments string
    Comments for the device configuration revision that will be generated during install.
    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[]
    cp_all_objs - Assign all objects during global policy assignment. preview - Generate preview cache only. generate_rev - Generate new ADOM revision before install. copy_assigned_pkg - For global policy assignment - copy assigned package from ADOM to device. unassign - Remove global policy from ADOM. ifpolicy_only - Only install interface policies. no_ifpolicy - Install regular policies only - do not install interface policies. objs_only - Install object(s) only - do not install any policies. auto_lock_ws - Automatically lock and unlock workspace when performing security console task. copy_only - Only copy to device db. Valid values: none, cp_all_objs, preview, generate_rev, copy_assigned_pkg, unassign, ifpolicy_only, no_ifpolicy, objs_only, auto_lock_ws, check_pkg_st, copy_only.
    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 SecurityconsoleInstallPackageScope[]
    Scope. The structure of scope block is documented below.
    securityconsoleInstallPackageId string
    an identifier for the resource.
    adom_rev_comments str
    If "generate_rev" flag is set, the comment for the new ADOM revision.
    adom_rev_name str
    If "generate_rev" flag is set, the name for the new ADOM revision.
    dev_rev_comments str
    Comments for the device configuration revision that will be generated during install.
    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]
    cp_all_objs - Assign all objects during global policy assignment. preview - Generate preview cache only. generate_rev - Generate new ADOM revision before install. copy_assigned_pkg - For global policy assignment - copy assigned package from ADOM to device. unassign - Remove global policy from ADOM. ifpolicy_only - Only install interface policies. no_ifpolicy - Install regular policies only - do not install interface policies. objs_only - Install object(s) only - do not install any policies. auto_lock_ws - Automatically lock and unlock workspace when performing security console task. copy_only - Only copy to device db. Valid values: none, cp_all_objs, preview, generate_rev, copy_assigned_pkg, unassign, ifpolicy_only, no_ifpolicy, objs_only, auto_lock_ws, check_pkg_st, copy_only.
    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[SecurityconsoleInstallPackageScopeArgs]
    Scope. The structure of scope block is documented below.
    securityconsole_install_package_id str
    an identifier for the resource.
    adomRevComments String
    If "generate_rev" flag is set, the comment for the new ADOM revision.
    adomRevName String
    If "generate_rev" flag is set, the name for the new ADOM revision.
    devRevComments String
    Comments for the device configuration revision that will be generated during install.
    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>
    cp_all_objs - Assign all objects during global policy assignment. preview - Generate preview cache only. generate_rev - Generate new ADOM revision before install. copy_assigned_pkg - For global policy assignment - copy assigned package from ADOM to device. unassign - Remove global policy from ADOM. ifpolicy_only - Only install interface policies. no_ifpolicy - Install regular policies only - do not install interface policies. objs_only - Install object(s) only - do not install any policies. auto_lock_ws - Automatically lock and unlock workspace when performing security console task. copy_only - Only copy to device db. Valid values: none, cp_all_objs, preview, generate_rev, copy_assigned_pkg, unassign, ifpolicy_only, no_ifpolicy, objs_only, auto_lock_ws, check_pkg_st, copy_only.
    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.
    securityconsoleInstallPackageId String
    an identifier for the resource.

    Supporting Types

    SecurityconsoleInstallPackageScope, SecurityconsoleInstallPackageScopeArgs

    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