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

fortimanager.ObjectApplicationListEntriesParameters

Explore with Pulumi AI

Application parameters.

This resource is a sub resource for variable parameters of resource fortimanager.ObjectApplicationListEntries. Conflict and overwrite may occur if use both of them. The following variables have sub resource. Avoid using them together, otherwise conflicts and overwrites may occur.

  • members: fortimanager.ObjectApplicationListEntriesParametersMembers

Create ObjectApplicationListEntriesParameters Resource

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

Constructor syntax

new ObjectApplicationListEntriesParameters(name: string, args: ObjectApplicationListEntriesParametersArgs, opts?: CustomResourceOptions);
@overload
def ObjectApplicationListEntriesParameters(resource_name: str,
                                           args: ObjectApplicationListEntriesParametersArgs,
                                           opts: Optional[ResourceOptions] = None)

@overload
def ObjectApplicationListEntriesParameters(resource_name: str,
                                           opts: Optional[ResourceOptions] = None,
                                           entries: Optional[str] = None,
                                           list: Optional[str] = None,
                                           adom: Optional[str] = None,
                                           dynamic_sort_subtable: Optional[str] = None,
                                           fosid: Optional[float] = None,
                                           members: Optional[Sequence[ObjectApplicationListEntriesParametersMemberArgs]] = None,
                                           object_application_list_entries_parameters_id: Optional[str] = None,
                                           scopetype: Optional[str] = None,
                                           value: Optional[str] = None)
func NewObjectApplicationListEntriesParameters(ctx *Context, name string, args ObjectApplicationListEntriesParametersArgs, opts ...ResourceOption) (*ObjectApplicationListEntriesParameters, error)
public ObjectApplicationListEntriesParameters(string name, ObjectApplicationListEntriesParametersArgs args, CustomResourceOptions? opts = null)
public ObjectApplicationListEntriesParameters(String name, ObjectApplicationListEntriesParametersArgs args)
public ObjectApplicationListEntriesParameters(String name, ObjectApplicationListEntriesParametersArgs args, CustomResourceOptions options)
type: fortimanager:ObjectApplicationListEntriesParameters
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 This property is required. ObjectApplicationListEntriesParametersArgs
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 This property is required. ObjectApplicationListEntriesParametersArgs
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 This property is required. ObjectApplicationListEntriesParametersArgs
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 This property is required. ObjectApplicationListEntriesParametersArgs
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. ObjectApplicationListEntriesParametersArgs
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 objectApplicationListEntriesParametersResource = new Fortimanager.ObjectApplicationListEntriesParameters("objectApplicationListEntriesParametersResource", new()
{
    Entries = "string",
    List = "string",
    Adom = "string",
    DynamicSortSubtable = "string",
    Fosid = 0,
    Members = new[]
    {
        new Fortimanager.Inputs.ObjectApplicationListEntriesParametersMemberArgs
        {
            Id = 0,
            Name = "string",
            Value = "string",
        },
    },
    ObjectApplicationListEntriesParametersId = "string",
    Scopetype = "string",
    Value = "string",
});
Copy
example, err := fortimanager.NewObjectApplicationListEntriesParameters(ctx, "objectApplicationListEntriesParametersResource", &fortimanager.ObjectApplicationListEntriesParametersArgs{
Entries: pulumi.String("string"),
List: pulumi.String("string"),
Adom: pulumi.String("string"),
DynamicSortSubtable: pulumi.String("string"),
Fosid: pulumi.Float64(0),
Members: .ObjectApplicationListEntriesParametersMemberArray{
&.ObjectApplicationListEntriesParametersMemberArgs{
Id: pulumi.Float64(0),
Name: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
ObjectApplicationListEntriesParametersId: pulumi.String("string"),
Scopetype: pulumi.String("string"),
Value: pulumi.String("string"),
})
Copy
var objectApplicationListEntriesParametersResource = new ObjectApplicationListEntriesParameters("objectApplicationListEntriesParametersResource", ObjectApplicationListEntriesParametersArgs.builder()
    .entries("string")
    .list("string")
    .adom("string")
    .dynamicSortSubtable("string")
    .fosid(0)
    .members(ObjectApplicationListEntriesParametersMemberArgs.builder()
        .id(0)
        .name("string")
        .value("string")
        .build())
    .objectApplicationListEntriesParametersId("string")
    .scopetype("string")
    .value("string")
    .build());
Copy
object_application_list_entries_parameters_resource = fortimanager.ObjectApplicationListEntriesParameters("objectApplicationListEntriesParametersResource",
    entries="string",
    list="string",
    adom="string",
    dynamic_sort_subtable="string",
    fosid=0,
    members=[{
        "id": 0,
        "name": "string",
        "value": "string",
    }],
    object_application_list_entries_parameters_id="string",
    scopetype="string",
    value="string")
Copy
const objectApplicationListEntriesParametersResource = new fortimanager.ObjectApplicationListEntriesParameters("objectApplicationListEntriesParametersResource", {
    entries: "string",
    list: "string",
    adom: "string",
    dynamicSortSubtable: "string",
    fosid: 0,
    members: [{
        id: 0,
        name: "string",
        value: "string",
    }],
    objectApplicationListEntriesParametersId: "string",
    scopetype: "string",
    value: "string",
});
Copy
type: fortimanager:ObjectApplicationListEntriesParameters
properties:
    adom: string
    dynamicSortSubtable: string
    entries: string
    fosid: 0
    list: string
    members:
        - id: 0
          name: string
          value: string
    objectApplicationListEntriesParametersId: string
    scopetype: string
    value: string
Copy

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

Entries This property is required. string
Entries.
List This property is required. string
List.
Adom string
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
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.
Fosid double
Parameter ID.
Members List<ObjectApplicationListEntriesParametersMember>
Members. The structure of members block is documented below.
ObjectApplicationListEntriesParametersId string
an identifier for the resource with format {{fosid}}.
Scopetype string
The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
Value string
Parameter value.
Entries This property is required. string
Entries.
List This property is required. string
List.
Adom string
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
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.
Fosid float64
Parameter ID.
Members []ObjectApplicationListEntriesParametersMemberArgs
Members. The structure of members block is documented below.
ObjectApplicationListEntriesParametersId string
an identifier for the resource with format {{fosid}}.
Scopetype string
The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
Value string
Parameter value.
entries This property is required. String
Entries.
list This property is required. String
List.
adom String
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
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.
fosid Double
Parameter ID.
members List<ObjectApplicationListEntriesParametersMember>
Members. The structure of members block is documented below.
objectApplicationListEntriesParametersId String
an identifier for the resource with format {{fosid}}.
scopetype String
The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
value String
Parameter value.
entries This property is required. string
Entries.
list This property is required. string
List.
adom string
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
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.
fosid number
Parameter ID.
members ObjectApplicationListEntriesParametersMember[]
Members. The structure of members block is documented below.
objectApplicationListEntriesParametersId string
an identifier for the resource with format {{fosid}}.
scopetype string
The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
value string
Parameter value.
entries This property is required. str
Entries.
list This property is required. str
List.
adom str
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
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.
fosid float
Parameter ID.
members Sequence[ObjectApplicationListEntriesParametersMemberArgs]
Members. The structure of members block is documented below.
object_application_list_entries_parameters_id str
an identifier for the resource with format {{fosid}}.
scopetype str
The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
value str
Parameter value.
entries This property is required. String
Entries.
list This property is required. String
List.
adom String
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
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.
fosid Number
Parameter ID.
members List<Property Map>
Members. The structure of members block is documented below.
objectApplicationListEntriesParametersId String
an identifier for the resource with format {{fosid}}.
scopetype String
The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
value String
Parameter value.

Outputs

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

Get an existing ObjectApplicationListEntriesParameters 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?: ObjectApplicationListEntriesParametersState, opts?: CustomResourceOptions): ObjectApplicationListEntriesParameters
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        adom: Optional[str] = None,
        dynamic_sort_subtable: Optional[str] = None,
        entries: Optional[str] = None,
        fosid: Optional[float] = None,
        list: Optional[str] = None,
        members: Optional[Sequence[ObjectApplicationListEntriesParametersMemberArgs]] = None,
        object_application_list_entries_parameters_id: Optional[str] = None,
        scopetype: Optional[str] = None,
        value: Optional[str] = None) -> ObjectApplicationListEntriesParameters
func GetObjectApplicationListEntriesParameters(ctx *Context, name string, id IDInput, state *ObjectApplicationListEntriesParametersState, opts ...ResourceOption) (*ObjectApplicationListEntriesParameters, error)
public static ObjectApplicationListEntriesParameters Get(string name, Input<string> id, ObjectApplicationListEntriesParametersState? state, CustomResourceOptions? opts = null)
public static ObjectApplicationListEntriesParameters get(String name, Output<String> id, ObjectApplicationListEntriesParametersState state, CustomResourceOptions options)
resources:  _:    type: fortimanager:ObjectApplicationListEntriesParameters    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:
Adom string
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
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.
Entries string
Entries.
Fosid double
Parameter ID.
List string
List.
Members List<ObjectApplicationListEntriesParametersMember>
Members. The structure of members block is documented below.
ObjectApplicationListEntriesParametersId string
an identifier for the resource with format {{fosid}}.
Scopetype string
The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
Value string
Parameter value.
Adom string
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
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.
Entries string
Entries.
Fosid float64
Parameter ID.
List string
List.
Members []ObjectApplicationListEntriesParametersMemberArgs
Members. The structure of members block is documented below.
ObjectApplicationListEntriesParametersId string
an identifier for the resource with format {{fosid}}.
Scopetype string
The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
Value string
Parameter value.
adom String
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
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.
entries String
Entries.
fosid Double
Parameter ID.
list String
List.
members List<ObjectApplicationListEntriesParametersMember>
Members. The structure of members block is documented below.
objectApplicationListEntriesParametersId String
an identifier for the resource with format {{fosid}}.
scopetype String
The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
value String
Parameter value.
adom string
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
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.
entries string
Entries.
fosid number
Parameter ID.
list string
List.
members ObjectApplicationListEntriesParametersMember[]
Members. The structure of members block is documented below.
objectApplicationListEntriesParametersId string
an identifier for the resource with format {{fosid}}.
scopetype string
The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
value string
Parameter value.
adom str
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
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.
entries str
Entries.
fosid float
Parameter ID.
list str
List.
members Sequence[ObjectApplicationListEntriesParametersMemberArgs]
Members. The structure of members block is documented below.
object_application_list_entries_parameters_id str
an identifier for the resource with format {{fosid}}.
scopetype str
The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
value str
Parameter value.
adom String
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
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.
entries String
Entries.
fosid Number
Parameter ID.
list String
List.
members List<Property Map>
Members. The structure of members block is documented below.
objectApplicationListEntriesParametersId String
an identifier for the resource with format {{fosid}}.
scopetype String
The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
value String
Parameter value.

Supporting Types

ObjectApplicationListEntriesParametersMember
, ObjectApplicationListEntriesParametersMemberArgs

Id double
Parameter.
Name string
Parameter name.
Value string
Parameter value.
Id float64
Parameter.
Name string
Parameter name.
Value string
Parameter value.
id Double
Parameter.
name String
Parameter name.
value String
Parameter value.
id number
Parameter.
name string
Parameter name.
value string
Parameter value.
id float
Parameter.
name str
Parameter name.
value str
Parameter value.
id Number
Parameter.
name String
Parameter name.
value String
Parameter value.

Import

ObjectApplication ListEntriesParameters can be imported using any of these accepted formats:

Set import_options = [“list=YOUR_VALUE”, “entries=YOUR_VALUE”] in the provider section.

$ export “FORTIMANAGER_IMPORT_TABLE”=“true”

$ pulumi import fortimanager:index/objectApplicationListEntriesParameters:ObjectApplicationListEntriesParameters labelname {{fosid}}
Copy

$ unset “FORTIMANAGER_IMPORT_TABLE”

-> Hint: The scopetype and adom for import will directly inherit the scopetype and adom configuration of the provider.

To learn more about importing existing cloud resources, see Importing resources.

Package Details

Repository
fortimanager fortinetdev/terraform-provider-fortimanager
License
Notes
This Pulumi package is based on the fortimanager Terraform Provider.