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

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
Copy

$ 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. String
The unique name of the resource.
args This property is required. 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",
});
Copy
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"),
})
Copy
var securityconsolePackageCommitResource = new SecurityconsolePackageCommit("securityconsolePackageCommitResource", SecurityconsolePackageCommitArgs.builder()
    .dynamicSortSubtable("string")
    .fmgadom("string")
    .forceRecreate("string")
    .scopes(SecurityconsolePackageCommitScopeArgs.builder()
        .name("string")
        .vdom("string")
        .build())
    .securityconsolePackageCommitId("string")
    .build());
Copy
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")
Copy
const securityconsolePackageCommitResource = new fortimanager.SecurityconsolePackageCommit("securityconsolePackageCommitResource", {
    dynamicSortSubtable: "string",
    fmgadom: "string",
    forceRecreate: "string",
    scopes: [{
        name: "string",
        vdom: "string",
    }],
    securityconsolePackageCommitId: "string",
});
Copy
type: fortimanager:SecurityconsolePackageCommit
properties:
    dynamicSortSubtable: string
    fmgadom: string
    forceRecreate: string
    scopes:
        - name: string
          vdom: string
    securityconsolePackageCommitId: string
Copy

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:

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.
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<SecurityconsolePackageCommitScope>
Scope. The structure of scope block is documented below.
SecurityconsolePackageCommitId 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.
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 []SecurityconsolePackageCommitScopeArgs
Scope. The structure of scope block is documented below.
SecurityconsolePackageCommitId 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.
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<SecurityconsolePackageCommitScope>
Scope. The structure of scope block is documented below.
securityconsolePackageCommitId 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.
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 SecurityconsolePackageCommitScope[]
Scope. The structure of scope block is documented below.
securityconsolePackageCommitId 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.
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[SecurityconsolePackageCommitScopeArgs]
Scope. The structure of scope block is documented below.
securityconsole_package_commit_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.
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 scope block is documented below.
securityconsolePackageCommitId String
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) -> SecurityconsolePackageCommit
func 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 This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
name This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
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.
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<SecurityconsolePackageCommitScope>
Scope. The structure of scope block is documented below.
SecurityconsolePackageCommitId 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.
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 []SecurityconsolePackageCommitScopeArgs
Scope. The structure of scope block is documented below.
SecurityconsolePackageCommitId 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.
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<SecurityconsolePackageCommitScope>
Scope. The structure of scope block is documented below.
securityconsolePackageCommitId 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.
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 SecurityconsolePackageCommitScope[]
Scope. The structure of scope block is documented below.
securityconsolePackageCommitId 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.
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[SecurityconsolePackageCommitScopeArgs]
Scope. The structure of scope block is documented below.
securityconsole_package_commit_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.
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 scope block is documented below.
securityconsolePackageCommitId String
an identifier for the resource.

Supporting Types

SecurityconsolePackageCommitScope
, SecurityconsolePackageCommitScopeArgs

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.