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

fortimanager.SecurityconsoleAssignPackage

Explore with Pulumi AI

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

    Import

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

    $ export “FORTIMANAGER_IMPORT_TABLE”=“true”

    $ pulumi import fortimanager:index/securityconsoleAssignPackage:SecurityconsoleAssignPackage labelname SecurityconsoleAssignPackage
    

    $ unset “FORTIMANAGER_IMPORT_TABLE”

    Create SecurityconsoleAssignPackage Resource

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

    Constructor syntax

    new SecurityconsoleAssignPackage(name: string, args?: SecurityconsoleAssignPackageArgs, opts?: CustomResourceOptions);
    @overload
    def SecurityconsoleAssignPackage(resource_name: str,
                                     args: Optional[SecurityconsoleAssignPackageArgs] = None,
                                     opts: Optional[ResourceOptions] = None)
    
    @overload
    def SecurityconsoleAssignPackage(resource_name: str,
                                     opts: Optional[ResourceOptions] = None,
                                     dynamic_sort_subtable: Optional[str] = None,
                                     flags: Optional[Sequence[str]] = None,
                                     force_recreate: Optional[str] = None,
                                     pkg: Optional[str] = None,
                                     securityconsole_assign_package_id: Optional[str] = None,
                                     targets: Optional[Sequence[SecurityconsoleAssignPackageTargetArgs]] = None)
    func NewSecurityconsoleAssignPackage(ctx *Context, name string, args *SecurityconsoleAssignPackageArgs, opts ...ResourceOption) (*SecurityconsoleAssignPackage, error)
    public SecurityconsoleAssignPackage(string name, SecurityconsoleAssignPackageArgs? args = null, CustomResourceOptions? opts = null)
    public SecurityconsoleAssignPackage(String name, SecurityconsoleAssignPackageArgs args)
    public SecurityconsoleAssignPackage(String name, SecurityconsoleAssignPackageArgs args, CustomResourceOptions options)
    
    type: fortimanager:SecurityconsoleAssignPackage
    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 SecurityconsoleAssignPackageArgs
    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 SecurityconsoleAssignPackageArgs
    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 SecurityconsoleAssignPackageArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args SecurityconsoleAssignPackageArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args SecurityconsoleAssignPackageArgs
    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 securityconsoleAssignPackageResource = new Fortimanager.SecurityconsoleAssignPackage("securityconsoleAssignPackageResource", new()
    {
        DynamicSortSubtable = "string",
        Flags = new[]
        {
            "string",
        },
        ForceRecreate = "string",
        Pkg = "string",
        SecurityconsoleAssignPackageId = "string",
        Targets = new[]
        {
            new Fortimanager.Inputs.SecurityconsoleAssignPackageTargetArgs
            {
                Adom = "string",
                Excluded = "string",
                Pkg = "string",
            },
        },
    });
    
    example, err := fortimanager.NewSecurityconsoleAssignPackage(ctx, "securityconsoleAssignPackageResource", &fortimanager.SecurityconsoleAssignPackageArgs{
    DynamicSortSubtable: pulumi.String("string"),
    Flags: pulumi.StringArray{
    pulumi.String("string"),
    },
    ForceRecreate: pulumi.String("string"),
    Pkg: pulumi.String("string"),
    SecurityconsoleAssignPackageId: pulumi.String("string"),
    Targets: .SecurityconsoleAssignPackageTargetArray{
    &.SecurityconsoleAssignPackageTargetArgs{
    Adom: pulumi.String("string"),
    Excluded: pulumi.String("string"),
    Pkg: pulumi.String("string"),
    },
    },
    })
    
    var securityconsoleAssignPackageResource = new SecurityconsoleAssignPackage("securityconsoleAssignPackageResource", SecurityconsoleAssignPackageArgs.builder()
        .dynamicSortSubtable("string")
        .flags("string")
        .forceRecreate("string")
        .pkg("string")
        .securityconsoleAssignPackageId("string")
        .targets(SecurityconsoleAssignPackageTargetArgs.builder()
            .adom("string")
            .excluded("string")
            .pkg("string")
            .build())
        .build());
    
    securityconsole_assign_package_resource = fortimanager.SecurityconsoleAssignPackage("securityconsoleAssignPackageResource",
        dynamic_sort_subtable="string",
        flags=["string"],
        force_recreate="string",
        pkg="string",
        securityconsole_assign_package_id="string",
        targets=[{
            "adom": "string",
            "excluded": "string",
            "pkg": "string",
        }])
    
    const securityconsoleAssignPackageResource = new fortimanager.SecurityconsoleAssignPackage("securityconsoleAssignPackageResource", {
        dynamicSortSubtable: "string",
        flags: ["string"],
        forceRecreate: "string",
        pkg: "string",
        securityconsoleAssignPackageId: "string",
        targets: [{
            adom: "string",
            excluded: "string",
            pkg: "string",
        }],
    });
    
    type: fortimanager:SecurityconsoleAssignPackage
    properties:
        dynamicSortSubtable: string
        flags:
            - string
        forceRecreate: string
        pkg: string
        securityconsoleAssignPackageId: string
        targets:
            - adom: string
              excluded: string
              pkg: string
    

    SecurityconsoleAssignPackage 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 SecurityconsoleAssignPackage 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>
    cp_all_objs - Assign all objects during global policy assignment. copy_assigned_pkg - For global policy assignment - copy assigned package from ADOM to device. unassign - Remove global policy from ADOM. Valid values: none, cp_all_objs, copy_assigned_pkg, unassign.
    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.
    SecurityconsoleAssignPackageId string
    an identifier for the resource.
    Targets List<SecurityconsoleAssignPackageTarget>
    Target. The structure of target block is documented below.
    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. copy_assigned_pkg - For global policy assignment - copy assigned package from ADOM to device. unassign - Remove global policy from ADOM. Valid values: none, cp_all_objs, copy_assigned_pkg, unassign.
    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.
    SecurityconsoleAssignPackageId string
    an identifier for the resource.
    Targets []SecurityconsoleAssignPackageTargetArgs
    Target. The structure of target block is documented below.
    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. copy_assigned_pkg - For global policy assignment - copy assigned package from ADOM to device. unassign - Remove global policy from ADOM. Valid values: none, cp_all_objs, copy_assigned_pkg, unassign.
    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.
    securityconsoleAssignPackageId String
    an identifier for the resource.
    targets List<SecurityconsoleAssignPackageTarget>
    Target. The structure of target block is documented below.
    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. copy_assigned_pkg - For global policy assignment - copy assigned package from ADOM to device. unassign - Remove global policy from ADOM. Valid values: none, cp_all_objs, copy_assigned_pkg, unassign.
    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.
    securityconsoleAssignPackageId string
    an identifier for the resource.
    targets SecurityconsoleAssignPackageTarget[]
    Target. The structure of target block is documented below.
    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. copy_assigned_pkg - For global policy assignment - copy assigned package from ADOM to device. unassign - Remove global policy from ADOM. Valid values: none, cp_all_objs, copy_assigned_pkg, unassign.
    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.
    securityconsole_assign_package_id str
    an identifier for the resource.
    targets Sequence[SecurityconsoleAssignPackageTargetArgs]
    Target. The structure of target block is documented below.
    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. copy_assigned_pkg - For global policy assignment - copy assigned package from ADOM to device. unassign - Remove global policy from ADOM. Valid values: none, cp_all_objs, copy_assigned_pkg, unassign.
    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.
    securityconsoleAssignPackageId String
    an identifier for the resource.
    targets List<Property Map>
    Target. The structure of target block is documented below.

    Outputs

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

    Get an existing SecurityconsoleAssignPackage 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?: SecurityconsoleAssignPackageState, opts?: CustomResourceOptions): SecurityconsoleAssignPackage
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            dynamic_sort_subtable: Optional[str] = None,
            flags: Optional[Sequence[str]] = None,
            force_recreate: Optional[str] = None,
            pkg: Optional[str] = None,
            securityconsole_assign_package_id: Optional[str] = None,
            targets: Optional[Sequence[SecurityconsoleAssignPackageTargetArgs]] = None) -> SecurityconsoleAssignPackage
    func GetSecurityconsoleAssignPackage(ctx *Context, name string, id IDInput, state *SecurityconsoleAssignPackageState, opts ...ResourceOption) (*SecurityconsoleAssignPackage, error)
    public static SecurityconsoleAssignPackage Get(string name, Input<string> id, SecurityconsoleAssignPackageState? state, CustomResourceOptions? opts = null)
    public static SecurityconsoleAssignPackage get(String name, Output<String> id, SecurityconsoleAssignPackageState state, CustomResourceOptions options)
    resources:  _:    type: fortimanager:SecurityconsoleAssignPackage    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>
    cp_all_objs - Assign all objects during global policy assignment. copy_assigned_pkg - For global policy assignment - copy assigned package from ADOM to device. unassign - Remove global policy from ADOM. Valid values: none, cp_all_objs, copy_assigned_pkg, unassign.
    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.
    SecurityconsoleAssignPackageId string
    an identifier for the resource.
    Targets List<SecurityconsoleAssignPackageTarget>
    Target. The structure of target block is documented below.
    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. copy_assigned_pkg - For global policy assignment - copy assigned package from ADOM to device. unassign - Remove global policy from ADOM. Valid values: none, cp_all_objs, copy_assigned_pkg, unassign.
    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.
    SecurityconsoleAssignPackageId string
    an identifier for the resource.
    Targets []SecurityconsoleAssignPackageTargetArgs
    Target. The structure of target block is documented below.
    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. copy_assigned_pkg - For global policy assignment - copy assigned package from ADOM to device. unassign - Remove global policy from ADOM. Valid values: none, cp_all_objs, copy_assigned_pkg, unassign.
    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.
    securityconsoleAssignPackageId String
    an identifier for the resource.
    targets List<SecurityconsoleAssignPackageTarget>
    Target. The structure of target block is documented below.
    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. copy_assigned_pkg - For global policy assignment - copy assigned package from ADOM to device. unassign - Remove global policy from ADOM. Valid values: none, cp_all_objs, copy_assigned_pkg, unassign.
    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.
    securityconsoleAssignPackageId string
    an identifier for the resource.
    targets SecurityconsoleAssignPackageTarget[]
    Target. The structure of target block is documented below.
    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. copy_assigned_pkg - For global policy assignment - copy assigned package from ADOM to device. unassign - Remove global policy from ADOM. Valid values: none, cp_all_objs, copy_assigned_pkg, unassign.
    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.
    securityconsole_assign_package_id str
    an identifier for the resource.
    targets Sequence[SecurityconsoleAssignPackageTargetArgs]
    Target. The structure of target block is documented below.
    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. copy_assigned_pkg - For global policy assignment - copy assigned package from ADOM to device. unassign - Remove global policy from ADOM. Valid values: none, cp_all_objs, copy_assigned_pkg, unassign.
    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.
    securityconsoleAssignPackageId String
    an identifier for the resource.
    targets List<Property Map>
    Target. The structure of target block is documented below.

    Supporting Types

    SecurityconsoleAssignPackageTarget, SecurityconsoleAssignPackageTargetArgs

    Adom string
    Destination ADOM.
    Excluded string
    disable - Only include the packages listed in the pkg list. enable - Exclude the package listed in the pkg list, and assign to all other packages in the ADOM. Valid values: disable, enable.
    Pkg string
    Destination ADOM policy package path and name.
    Adom string
    Destination ADOM.
    Excluded string
    disable - Only include the packages listed in the pkg list. enable - Exclude the package listed in the pkg list, and assign to all other packages in the ADOM. Valid values: disable, enable.
    Pkg string
    Destination ADOM policy package path and name.
    adom String
    Destination ADOM.
    excluded String
    disable - Only include the packages listed in the pkg list. enable - Exclude the package listed in the pkg list, and assign to all other packages in the ADOM. Valid values: disable, enable.
    pkg String
    Destination ADOM policy package path and name.
    adom string
    Destination ADOM.
    excluded string
    disable - Only include the packages listed in the pkg list. enable - Exclude the package listed in the pkg list, and assign to all other packages in the ADOM. Valid values: disable, enable.
    pkg string
    Destination ADOM policy package path and name.
    adom str
    Destination ADOM.
    excluded str
    disable - Only include the packages listed in the pkg list. enable - Exclude the package listed in the pkg list, and assign to all other packages in the ADOM. Valid values: disable, enable.
    pkg str
    Destination ADOM policy package path and name.
    adom String
    Destination ADOM.
    excluded String
    disable - Only include the packages listed in the pkg list. enable - Exclude the package listed in the pkg list, and assign to all other packages in the ADOM. Valid values: disable, enable.
    pkg String
    Destination ADOM policy package path and name.

    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