fortimanager.SecurityconsolePackageCommit
Explore with Pulumi AI
Import
Securityconsole PackageCommit can be imported using any of these accepted formats:
$ export “FORTIMANAGER_IMPORT_TABLE”=“true”
$ pulumi import fortimanager:index/securityconsolePackageCommit:SecurityconsolePackageCommit labelname SecurityconsolePackageCommit
$ unset “FORTIMANAGER_IMPORT_TABLE”
Create SecurityconsolePackageCommit Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new SecurityconsolePackageCommit(name: string, args?: SecurityconsolePackageCommitArgs, opts?: CustomResourceOptions);@overload
def SecurityconsolePackageCommit(resource_name: str,
                                 args: Optional[SecurityconsolePackageCommitArgs] = None,
                                 opts: Optional[ResourceOptions] = None)
@overload
def SecurityconsolePackageCommit(resource_name: str,
                                 opts: Optional[ResourceOptions] = None,
                                 dynamic_sort_subtable: Optional[str] = None,
                                 fmgadom: Optional[str] = None,
                                 force_recreate: Optional[str] = None,
                                 scopes: Optional[Sequence[SecurityconsolePackageCommitScopeArgs]] = None,
                                 securityconsole_package_commit_id: Optional[str] = None)func NewSecurityconsolePackageCommit(ctx *Context, name string, args *SecurityconsolePackageCommitArgs, opts ...ResourceOption) (*SecurityconsolePackageCommit, error)public SecurityconsolePackageCommit(string name, SecurityconsolePackageCommitArgs? args = null, CustomResourceOptions? opts = null)
public SecurityconsolePackageCommit(String name, SecurityconsolePackageCommitArgs args)
public SecurityconsolePackageCommit(String name, SecurityconsolePackageCommitArgs args, CustomResourceOptions options)
type: fortimanager:SecurityconsolePackageCommit
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 SecurityconsolePackageCommitArgs
- 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 SecurityconsolePackageCommitArgs
- 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 SecurityconsolePackageCommitArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args SecurityconsolePackageCommitArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args SecurityconsolePackageCommitArgs
- 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 securityconsolePackageCommitResource = new Fortimanager.SecurityconsolePackageCommit("securityconsolePackageCommitResource", new()
{
    DynamicSortSubtable = "string",
    Fmgadom = "string",
    ForceRecreate = "string",
    Scopes = new[]
    {
        new Fortimanager.Inputs.SecurityconsolePackageCommitScopeArgs
        {
            Name = "string",
            Vdom = "string",
        },
    },
    SecurityconsolePackageCommitId = "string",
});
example, err := fortimanager.NewSecurityconsolePackageCommit(ctx, "securityconsolePackageCommitResource", &fortimanager.SecurityconsolePackageCommitArgs{
DynamicSortSubtable: pulumi.String("string"),
Fmgadom: pulumi.String("string"),
ForceRecreate: pulumi.String("string"),
Scopes: .SecurityconsolePackageCommitScopeArray{
&.SecurityconsolePackageCommitScopeArgs{
Name: pulumi.String("string"),
Vdom: pulumi.String("string"),
},
},
SecurityconsolePackageCommitId: pulumi.String("string"),
})
var securityconsolePackageCommitResource = new SecurityconsolePackageCommit("securityconsolePackageCommitResource", SecurityconsolePackageCommitArgs.builder()
    .dynamicSortSubtable("string")
    .fmgadom("string")
    .forceRecreate("string")
    .scopes(SecurityconsolePackageCommitScopeArgs.builder()
        .name("string")
        .vdom("string")
        .build())
    .securityconsolePackageCommitId("string")
    .build());
securityconsole_package_commit_resource = fortimanager.SecurityconsolePackageCommit("securityconsolePackageCommitResource",
    dynamic_sort_subtable="string",
    fmgadom="string",
    force_recreate="string",
    scopes=[{
        "name": "string",
        "vdom": "string",
    }],
    securityconsole_package_commit_id="string")
const securityconsolePackageCommitResource = new fortimanager.SecurityconsolePackageCommit("securityconsolePackageCommitResource", {
    dynamicSortSubtable: "string",
    fmgadom: "string",
    forceRecreate: "string",
    scopes: [{
        name: "string",
        vdom: "string",
    }],
    securityconsolePackageCommitId: "string",
});
type: fortimanager:SecurityconsolePackageCommit
properties:
    dynamicSortSubtable: string
    fmgadom: string
    forceRecreate: string
    scopes:
        - name: string
          vdom: string
    securityconsolePackageCommitId: string
SecurityconsolePackageCommit 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 SecurityconsolePackageCommit resource accepts the following input properties:
- DynamicSort 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.
- 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.
- Scopes
List<SecurityconsolePackage Commit Scope> 
- Scope. The structure of scopeblock is documented below.
- SecurityconsolePackage stringCommit Id 
- an identifier for the resource.
- DynamicSort 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.
- 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.
- Scopes
[]SecurityconsolePackage Commit Scope Args 
- Scope. The structure of scopeblock is documented below.
- SecurityconsolePackage stringCommit Id 
- an identifier for the resource.
- dynamicSort 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.
- 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.
- scopes
List<SecurityconsolePackage Commit Scope> 
- Scope. The structure of scopeblock is documented below.
- securityconsolePackage StringCommit Id 
- an identifier for the resource.
- dynamicSort 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.
- 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.
- scopes
SecurityconsolePackage Commit Scope[] 
- Scope. The structure of scopeblock is documented below.
- securityconsolePackage stringCommit Id 
- an identifier for the resource.
- 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.
- 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.
- scopes
Sequence[SecurityconsolePackage Commit Scope Args] 
- Scope. The structure of scopeblock is documented below.
- securityconsole_package_ strcommit_ id 
- an identifier for the resource.
- dynamicSort 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.
- 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.
- scopes List<Property Map>
- Scope. The structure of scopeblock is documented below.
- securityconsolePackage StringCommit Id 
- an identifier for the resource.
Outputs
All input properties are implicitly available as output properties. Additionally, the SecurityconsolePackageCommit 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 SecurityconsolePackageCommit Resource
Get an existing SecurityconsolePackageCommit 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?: SecurityconsolePackageCommitState, opts?: CustomResourceOptions): SecurityconsolePackageCommit@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        dynamic_sort_subtable: Optional[str] = None,
        fmgadom: Optional[str] = None,
        force_recreate: Optional[str] = None,
        scopes: Optional[Sequence[SecurityconsolePackageCommitScopeArgs]] = None,
        securityconsole_package_commit_id: Optional[str] = None) -> SecurityconsolePackageCommitfunc GetSecurityconsolePackageCommit(ctx *Context, name string, id IDInput, state *SecurityconsolePackageCommitState, opts ...ResourceOption) (*SecurityconsolePackageCommit, error)public static SecurityconsolePackageCommit Get(string name, Input<string> id, SecurityconsolePackageCommitState? state, CustomResourceOptions? opts = null)public static SecurityconsolePackageCommit get(String name, Output<String> id, SecurityconsolePackageCommitState state, CustomResourceOptions options)resources:  _:    type: fortimanager:SecurityconsolePackageCommit    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.
- DynamicSort 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.
- 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.
- Scopes
List<SecurityconsolePackage Commit Scope> 
- Scope. The structure of scopeblock is documented below.
- SecurityconsolePackage stringCommit Id 
- an identifier for the resource.
- DynamicSort 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.
- 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.
- Scopes
[]SecurityconsolePackage Commit Scope Args 
- Scope. The structure of scopeblock is documented below.
- SecurityconsolePackage stringCommit Id 
- an identifier for the resource.
- dynamicSort 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.
- 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.
- scopes
List<SecurityconsolePackage Commit Scope> 
- Scope. The structure of scopeblock is documented below.
- securityconsolePackage StringCommit Id 
- an identifier for the resource.
- dynamicSort 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.
- 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.
- scopes
SecurityconsolePackage Commit Scope[] 
- Scope. The structure of scopeblock is documented below.
- securityconsolePackage stringCommit Id 
- an identifier for the resource.
- 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.
- 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.
- scopes
Sequence[SecurityconsolePackage Commit Scope Args] 
- Scope. The structure of scopeblock is documented below.
- securityconsole_package_ strcommit_ id 
- an identifier for the resource.
- dynamicSort 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.
- 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.
- scopes List<Property Map>
- Scope. The structure of scopeblock is documented below.
- securityconsolePackage StringCommit Id 
- an identifier for the resource.
Supporting Types
SecurityconsolePackageCommitScope, SecurityconsolePackageCommitScopeArgs        
Package Details
- Repository
- fortimanager fortinetdev/terraform-provider-fortimanager
- License
- Notes
- This Pulumi package is based on the fortimanagerTerraform Provider.