fortimanager.SecurityconsoleAssignPackage
Explore with Pulumi AI
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:
- Dynamic
Sort stringSubtable - 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
. - Force
Recreate 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.
- Securityconsole
Assign stringPackage Id - an identifier for the resource.
- Targets
List<Securityconsole
Assign Package Target> - Target. The structure of
target
block is documented below.
- Dynamic
Sort stringSubtable - 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
. - Force
Recreate 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.
- Securityconsole
Assign stringPackage Id - an identifier for the resource.
- Targets
[]Securityconsole
Assign Package Target Args - Target. The structure of
target
block is documented below.
- dynamic
Sort StringSubtable - 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
. - force
Recreate 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.
- securityconsole
Assign StringPackage Id - an identifier for the resource.
- targets
List<Securityconsole
Assign Package Target> - Target. The structure of
target
block is documented below.
- dynamic
Sort stringSubtable - 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
. - force
Recreate 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.
- securityconsole
Assign stringPackage Id - an identifier for the resource.
- targets
Securityconsole
Assign Package Target[] - Target. The structure of
target
block is documented below.
- dynamic_
sort_ strsubtable - 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_ strpackage_ id - an identifier for the resource.
- targets
Sequence[Securityconsole
Assign Package Target Args] - Target. The structure of
target
block is documented below.
- dynamic
Sort StringSubtable - 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
. - force
Recreate 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.
- securityconsole
Assign StringPackage Id - 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.
- Dynamic
Sort stringSubtable - 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
. - Force
Recreate 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.
- Securityconsole
Assign stringPackage Id - an identifier for the resource.
- Targets
List<Securityconsole
Assign Package Target> - Target. The structure of
target
block is documented below.
- Dynamic
Sort stringSubtable - 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
. - Force
Recreate 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.
- Securityconsole
Assign stringPackage Id - an identifier for the resource.
- Targets
[]Securityconsole
Assign Package Target Args - Target. The structure of
target
block is documented below.
- dynamic
Sort StringSubtable - 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
. - force
Recreate 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.
- securityconsole
Assign StringPackage Id - an identifier for the resource.
- targets
List<Securityconsole
Assign Package Target> - Target. The structure of
target
block is documented below.
- dynamic
Sort stringSubtable - 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
. - force
Recreate 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.
- securityconsole
Assign stringPackage Id - an identifier for the resource.
- targets
Securityconsole
Assign Package Target[] - Target. The structure of
target
block is documented below.
- dynamic_
sort_ strsubtable - 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_ strpackage_ id - an identifier for the resource.
- targets
Sequence[Securityconsole
Assign Package Target Args] - Target. The structure of
target
block is documented below.
- dynamic
Sort StringSubtable - 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
. - force
Recreate 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.
- securityconsole
Assign StringPackage Id - an identifier for the resource.
- targets List<Property Map>
- Target. The structure of
target
block is documented below.
Supporting Types
SecurityconsoleAssignPackageTarget, SecurityconsoleAssignPackageTargetArgs
Package Details
- Repository
- fortimanager fortinetdev/terraform-provider-fortimanager
- License
- Notes
- This Pulumi package is based on the
fortimanager
Terraform Provider.