fortimanager.ObjectApplicationListEntriesParameters
Explore with Pulumi AI
Application parameters.
This resource is a sub resource for variable
parameters
of resourcefortimanager.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 string
- The unique name of the resource.
- args ObjectApplicationListEntriesParametersArgs
- 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 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 string
- The unique name of the resource.
- args ObjectApplicationListEntriesParametersArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ObjectApplicationListEntriesParametersArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args 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",
});
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"),
})
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());
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")
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",
});
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
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 string
- Entries.
- List string
- List.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - 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.
- Fosid double
- Parameter ID.
- Members
List<Object
Application List Entries Parameters Member> - Members. The structure of
members
block is documented below. - Object
Application stringList Entries Parameters Id - an identifier for the resource with format {{fosid}}.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - Value string
- Parameter value.
- Entries string
- Entries.
- List string
- List.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - 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.
- Fosid float64
- Parameter ID.
- Members
[]Object
Application List Entries Parameters Member Args - Members. The structure of
members
block is documented below. - Object
Application stringList Entries Parameters Id - an identifier for the resource with format {{fosid}}.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - Value string
- Parameter value.
- entries String
- Entries.
- list String
- List.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - 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.
- fosid Double
- Parameter ID.
- members
List<Object
Application List Entries Parameters Member> - Members. The structure of
members
block is documented below. - object
Application StringList Entries Parameters Id - an identifier for the resource with format {{fosid}}.
- scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - value String
- Parameter value.
- entries string
- Entries.
- list string
- List.
- adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - 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.
- fosid number
- Parameter ID.
- members
Object
Application List Entries Parameters Member[] - Members. The structure of
members
block is documented below. - object
Application stringList Entries Parameters Id - an identifier for the resource with format {{fosid}}.
- scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - value string
- Parameter value.
- entries str
- Entries.
- list str
- List.
- adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - 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.
- fosid float
- Parameter ID.
- members
Sequence[Object
Application List Entries Parameters Member Args] - Members. The structure of
members
block is documented below. - object_
application_ strlist_ entries_ parameters_ id - an identifier for the resource with format {{fosid}}.
- scopetype str
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - value str
- Parameter value.
- entries String
- Entries.
- list String
- List.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - 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.
- fosid Number
- Parameter ID.
- members List<Property Map>
- Members. The structure of
members
block is documented below. - object
Application StringList Entries Parameters Id - an identifier for the resource with format {{fosid}}.
- scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - 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
- 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.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - 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.
- Entries string
- Entries.
- Fosid double
- Parameter ID.
- List string
- List.
- Members
List<Object
Application List Entries Parameters Member> - Members. The structure of
members
block is documented below. - Object
Application stringList Entries Parameters Id - an identifier for the resource with format {{fosid}}.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - Value string
- Parameter value.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - 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.
- Entries string
- Entries.
- Fosid float64
- Parameter ID.
- List string
- List.
- Members
[]Object
Application List Entries Parameters Member Args - Members. The structure of
members
block is documented below. - Object
Application stringList Entries Parameters Id - an identifier for the resource with format {{fosid}}.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - Value string
- Parameter value.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - 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.
- entries String
- Entries.
- fosid Double
- Parameter ID.
- list String
- List.
- members
List<Object
Application List Entries Parameters Member> - Members. The structure of
members
block is documented below. - object
Application StringList Entries Parameters Id - an identifier for the resource with format {{fosid}}.
- scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - value String
- Parameter value.
- adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - 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.
- entries string
- Entries.
- fosid number
- Parameter ID.
- list string
- List.
- members
Object
Application List Entries Parameters Member[] - Members. The structure of
members
block is documented below. - object
Application stringList Entries Parameters Id - an identifier for the resource with format {{fosid}}.
- scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - value string
- Parameter value.
- adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - 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.
- entries str
- Entries.
- fosid float
- Parameter ID.
- list str
- List.
- members
Sequence[Object
Application List Entries Parameters Member Args] - Members. The structure of
members
block is documented below. - object_
application_ strlist_ entries_ parameters_ id - an identifier for the resource with format {{fosid}}.
- scopetype str
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - value str
- Parameter value.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - 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.
- entries String
- Entries.
- fosid Number
- Parameter ID.
- list String
- List.
- members List<Property Map>
- Members. The structure of
members
block is documented below. - object
Application StringList Entries Parameters Id - an identifier for the resource with format {{fosid}}.
- scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - value String
- Parameter value.
Supporting Types
ObjectApplicationListEntriesParametersMember, ObjectApplicationListEntriesParametersMemberArgs
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}}
$ 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.