fortimanager.ObjectApplicationListEntriesParametersMembers
Explore with Pulumi AI
Parameter tuple members.
This resource is a sub resource for variable
members
of resourcefortimanager.ObjectApplicationListEntriesParameters
. Conflict and overwrite may occur if use both of them.
Create ObjectApplicationListEntriesParametersMembers Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ObjectApplicationListEntriesParametersMembers(name: string, args: ObjectApplicationListEntriesParametersMembersArgs, opts?: CustomResourceOptions);
@overload
def ObjectApplicationListEntriesParametersMembers(resource_name: str,
args: ObjectApplicationListEntriesParametersMembersArgs,
opts: Optional[ResourceOptions] = None)
@overload
def ObjectApplicationListEntriesParametersMembers(resource_name: str,
opts: Optional[ResourceOptions] = None,
entries: Optional[str] = None,
list: Optional[str] = None,
parameters: Optional[str] = None,
adom: Optional[str] = None,
fosid: Optional[float] = None,
name: Optional[str] = None,
object_application_list_entries_parameters_members_id: Optional[str] = None,
scopetype: Optional[str] = None,
value: Optional[str] = None)
func NewObjectApplicationListEntriesParametersMembers(ctx *Context, name string, args ObjectApplicationListEntriesParametersMembersArgs, opts ...ResourceOption) (*ObjectApplicationListEntriesParametersMembers, error)
public ObjectApplicationListEntriesParametersMembers(string name, ObjectApplicationListEntriesParametersMembersArgs args, CustomResourceOptions? opts = null)
public ObjectApplicationListEntriesParametersMembers(String name, ObjectApplicationListEntriesParametersMembersArgs args)
public ObjectApplicationListEntriesParametersMembers(String name, ObjectApplicationListEntriesParametersMembersArgs args, CustomResourceOptions options)
type: fortimanager:ObjectApplicationListEntriesParametersMembers
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 ObjectApplicationListEntriesParametersMembersArgs
- 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 ObjectApplicationListEntriesParametersMembersArgs
- 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 ObjectApplicationListEntriesParametersMembersArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ObjectApplicationListEntriesParametersMembersArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ObjectApplicationListEntriesParametersMembersArgs
- 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 objectApplicationListEntriesParametersMembersResource = new Fortimanager.ObjectApplicationListEntriesParametersMembers("objectApplicationListEntriesParametersMembersResource", new()
{
Entries = "string",
List = "string",
Parameters = "string",
Adom = "string",
Fosid = 0,
Name = "string",
ObjectApplicationListEntriesParametersMembersId = "string",
Scopetype = "string",
Value = "string",
});
example, err := fortimanager.NewObjectApplicationListEntriesParametersMembers(ctx, "objectApplicationListEntriesParametersMembersResource", &fortimanager.ObjectApplicationListEntriesParametersMembersArgs{
Entries: pulumi.String("string"),
List: pulumi.String("string"),
Parameters: pulumi.String("string"),
Adom: pulumi.String("string"),
Fosid: pulumi.Float64(0),
Name: pulumi.String("string"),
ObjectApplicationListEntriesParametersMembersId: pulumi.String("string"),
Scopetype: pulumi.String("string"),
Value: pulumi.String("string"),
})
var objectApplicationListEntriesParametersMembersResource = new ObjectApplicationListEntriesParametersMembers("objectApplicationListEntriesParametersMembersResource", ObjectApplicationListEntriesParametersMembersArgs.builder()
.entries("string")
.list("string")
.parameters("string")
.adom("string")
.fosid(0)
.name("string")
.objectApplicationListEntriesParametersMembersId("string")
.scopetype("string")
.value("string")
.build());
object_application_list_entries_parameters_members_resource = fortimanager.ObjectApplicationListEntriesParametersMembers("objectApplicationListEntriesParametersMembersResource",
entries="string",
list="string",
parameters="string",
adom="string",
fosid=0,
name="string",
object_application_list_entries_parameters_members_id="string",
scopetype="string",
value="string")
const objectApplicationListEntriesParametersMembersResource = new fortimanager.ObjectApplicationListEntriesParametersMembers("objectApplicationListEntriesParametersMembersResource", {
entries: "string",
list: "string",
parameters: "string",
adom: "string",
fosid: 0,
name: "string",
objectApplicationListEntriesParametersMembersId: "string",
scopetype: "string",
value: "string",
});
type: fortimanager:ObjectApplicationListEntriesParametersMembers
properties:
adom: string
entries: string
fosid: 0
list: string
name: string
objectApplicationListEntriesParametersMembersId: string
parameters: string
scopetype: string
value: string
ObjectApplicationListEntriesParametersMembers 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 ObjectApplicationListEntriesParametersMembers resource accepts the following input properties:
- Entries string
- Entries.
- List string
- List.
- Parameters string
- Parameters.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Fosid double
- Parameter.
- Name string
- Parameter name.
- Object
Application stringList Entries Parameters Members 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.
- Parameters string
- Parameters.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Fosid float64
- Parameter.
- Name string
- Parameter name.
- Object
Application stringList Entries Parameters Members 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.
- parameters String
- Parameters.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - fosid Double
- Parameter.
- name String
- Parameter name.
- object
Application StringList Entries Parameters Members 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.
- parameters string
- Parameters.
- adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - fosid number
- Parameter.
- name string
- Parameter name.
- object
Application stringList Entries Parameters Members 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.
- parameters str
- Parameters.
- adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - fosid float
- Parameter.
- name str
- Parameter name.
- object_
application_ strlist_ entries_ parameters_ members_ 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.
- parameters String
- Parameters.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - fosid Number
- Parameter.
- name String
- Parameter name.
- object
Application StringList Entries Parameters Members 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 ObjectApplicationListEntriesParametersMembers 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 ObjectApplicationListEntriesParametersMembers Resource
Get an existing ObjectApplicationListEntriesParametersMembers 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?: ObjectApplicationListEntriesParametersMembersState, opts?: CustomResourceOptions): ObjectApplicationListEntriesParametersMembers
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
adom: Optional[str] = None,
entries: Optional[str] = None,
fosid: Optional[float] = None,
list: Optional[str] = None,
name: Optional[str] = None,
object_application_list_entries_parameters_members_id: Optional[str] = None,
parameters: Optional[str] = None,
scopetype: Optional[str] = None,
value: Optional[str] = None) -> ObjectApplicationListEntriesParametersMembers
func GetObjectApplicationListEntriesParametersMembers(ctx *Context, name string, id IDInput, state *ObjectApplicationListEntriesParametersMembersState, opts ...ResourceOption) (*ObjectApplicationListEntriesParametersMembers, error)
public static ObjectApplicationListEntriesParametersMembers Get(string name, Input<string> id, ObjectApplicationListEntriesParametersMembersState? state, CustomResourceOptions? opts = null)
public static ObjectApplicationListEntriesParametersMembers get(String name, Output<String> id, ObjectApplicationListEntriesParametersMembersState state, CustomResourceOptions options)
resources: _: type: fortimanager:ObjectApplicationListEntriesParametersMembers 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. - Entries string
- Entries.
- Fosid double
- Parameter.
- List string
- List.
- Name string
- Parameter name.
- Object
Application stringList Entries Parameters Members Id - an identifier for the resource with format {{fosid}}.
- Parameters string
- Parameters.
- 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. - Entries string
- Entries.
- Fosid float64
- Parameter.
- List string
- List.
- Name string
- Parameter name.
- Object
Application stringList Entries Parameters Members Id - an identifier for the resource with format {{fosid}}.
- Parameters string
- Parameters.
- 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. - entries String
- Entries.
- fosid Double
- Parameter.
- list String
- List.
- name String
- Parameter name.
- object
Application StringList Entries Parameters Members Id - an identifier for the resource with format {{fosid}}.
- parameters String
- Parameters.
- 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. - entries string
- Entries.
- fosid number
- Parameter.
- list string
- List.
- name string
- Parameter name.
- object
Application stringList Entries Parameters Members Id - an identifier for the resource with format {{fosid}}.
- parameters string
- Parameters.
- 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. - entries str
- Entries.
- fosid float
- Parameter.
- list str
- List.
- name str
- Parameter name.
- object_
application_ strlist_ entries_ parameters_ members_ id - an identifier for the resource with format {{fosid}}.
- parameters str
- Parameters.
- 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. - entries String
- Entries.
- fosid Number
- Parameter.
- list String
- List.
- name String
- Parameter name.
- object
Application StringList Entries Parameters Members Id - an identifier for the resource with format {{fosid}}.
- parameters String
- Parameters.
- 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.
Import
ObjectApplication ListEntriesParametersMembers can be imported using any of these accepted formats:
Set import_options = [“list=YOUR_VALUE”, “entries=YOUR_VALUE”, “parameters=YOUR_VALUE”] in the provider section.
$ export “FORTIMANAGER_IMPORT_TABLE”=“true”
$ pulumi import fortimanager:index/objectApplicationListEntriesParametersMembers:ObjectApplicationListEntriesParametersMembers 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.