published on Friday, Jul 31, 2026 by fortinetdev
published on Friday, Jul 31, 2026 by fortinetdev
Device group table.
This resource is a sub resource for variable
objectmemberof resourcefortimanager.DvmdbGroup. Conflict and overwrite may occur if use both of them.
Create DvmdbGroupObjectmember Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new DvmdbGroupObjectmember(name: string, args: DvmdbGroupObjectmemberArgs, opts?: CustomResourceOptions);@overload
def DvmdbGroupObjectmember(resource_name: str,
args: DvmdbGroupObjectmemberArgs,
opts: Optional[ResourceOptions] = None)
@overload
def DvmdbGroupObjectmember(resource_name: str,
opts: Optional[ResourceOptions] = None,
group: Optional[str] = None,
adom: Optional[str] = None,
dvmdb_group_objectmember_id: Optional[str] = None,
name: Optional[str] = None,
scopetype: Optional[str] = None,
vdom: Optional[str] = None)func NewDvmdbGroupObjectmember(ctx *Context, name string, args DvmdbGroupObjectmemberArgs, opts ...ResourceOption) (*DvmdbGroupObjectmember, error)public DvmdbGroupObjectmember(string name, DvmdbGroupObjectmemberArgs args, CustomResourceOptions? opts = null)
public DvmdbGroupObjectmember(String name, DvmdbGroupObjectmemberArgs args)
public DvmdbGroupObjectmember(String name, DvmdbGroupObjectmemberArgs args, CustomResourceOptions options)
type: fortimanager:DvmdbGroupObjectmember
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
resource "fortimanager_dvmdb_group_objectmember" "name" {
# resource properties
}Parameters
- name string
- The unique name of the resource.
- args DvmdbGroupObjectmemberArgs
- 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 DvmdbGroupObjectmemberArgs
- 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 DvmdbGroupObjectmemberArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args DvmdbGroupObjectmemberArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args DvmdbGroupObjectmemberArgs
- 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 dvmdbGroupObjectmemberResource = new Fortimanager.DvmdbGroupObjectmember("dvmdbGroupObjectmemberResource", new()
{
Group = "string",
Adom = "string",
DvmdbGroupObjectmemberId = "string",
Name = "string",
Scopetype = "string",
Vdom = "string",
});
example, err := fortimanager.NewDvmdbGroupObjectmember(ctx, "dvmdbGroupObjectmemberResource", &fortimanager.DvmdbGroupObjectmemberArgs{
Group: pulumi.String("string"),
Adom: pulumi.String("string"),
DvmdbGroupObjectmemberId: pulumi.String("string"),
Name: pulumi.String("string"),
Scopetype: pulumi.String("string"),
Vdom: pulumi.String("string"),
})
resource "fortimanager_dvmdb_group_objectmember" "dvmdbGroupObjectmemberResource" {
lifecycle {
create_before_destroy = true
}
group = "string"
adom = "string"
dvmdb_group_objectmember_id = "string"
name = "string"
scopetype = "string"
vdom = "string"
}
var dvmdbGroupObjectmemberResource = new DvmdbGroupObjectmember("dvmdbGroupObjectmemberResource", DvmdbGroupObjectmemberArgs.builder()
.group("string")
.adom("string")
.dvmdbGroupObjectmemberId("string")
.name("string")
.scopetype("string")
.vdom("string")
.build());
dvmdb_group_objectmember_resource = fortimanager.DvmdbGroupObjectmember("dvmdbGroupObjectmemberResource",
group="string",
adom="string",
dvmdb_group_objectmember_id="string",
name="string",
scopetype="string",
vdom="string")
const dvmdbGroupObjectmemberResource = new fortimanager.DvmdbGroupObjectmember("dvmdbGroupObjectmemberResource", {
group: "string",
adom: "string",
dvmdbGroupObjectmemberId: "string",
name: "string",
scopetype: "string",
vdom: "string",
});
type: fortimanager:DvmdbGroupObjectmember
properties:
adom: string
dvmdbGroupObjectmemberId: string
group: string
name: string
scopetype: string
vdom: string
DvmdbGroupObjectmember 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 DvmdbGroupObjectmember resource accepts the following input properties:
- Group string
- Group.
- Adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - Dvmdb
Group stringObjectmember Id - an identifier for the resource with format {{name}}.
- Name string
- Name.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit,adom. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - Vdom string
- Vdom.
- Group string
- Group.
- Adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - Dvmdb
Group stringObjectmember Id - an identifier for the resource with format {{name}}.
- Name string
- Name.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit,adom. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - Vdom string
- Vdom.
- group string
- Group.
- adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - dvmdb_
group_ stringobjectmember_ id - an identifier for the resource with format {{name}}.
- name string
- Name.
- scopetype string
- The scope of application of the resource. Valid values:
inherit,adom. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - vdom string
- Vdom.
- group String
- Group.
- adom String
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - dvmdb
Group StringObjectmember Id - an identifier for the resource with format {{name}}.
- name String
- Name.
- scopetype String
- The scope of application of the resource. Valid values:
inherit,adom. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - vdom String
- Vdom.
- group string
- Group.
- adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - dvmdb
Group stringObjectmember Id - an identifier for the resource with format {{name}}.
- name string
- Name.
- scopetype string
- The scope of application of the resource. Valid values:
inherit,adom. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - vdom string
- Vdom.
- group str
- Group.
- adom str
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - dvmdb_
group_ strobjectmember_ id - an identifier for the resource with format {{name}}.
- name str
- Name.
- scopetype str
- The scope of application of the resource. Valid values:
inherit,adom. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - vdom str
- Vdom.
- group String
- Group.
- adom String
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - dvmdb
Group StringObjectmember Id - an identifier for the resource with format {{name}}.
- name String
- Name.
- scopetype String
- The scope of application of the resource. Valid values:
inherit,adom. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - vdom String
- Vdom.
Outputs
All input properties are implicitly available as output properties. Additionally, the DvmdbGroupObjectmember 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 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 DvmdbGroupObjectmember Resource
Get an existing DvmdbGroupObjectmember 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?: DvmdbGroupObjectmemberState, opts?: CustomResourceOptions): DvmdbGroupObjectmember@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
adom: Optional[str] = None,
dvmdb_group_objectmember_id: Optional[str] = None,
group: Optional[str] = None,
name: Optional[str] = None,
scopetype: Optional[str] = None,
vdom: Optional[str] = None) -> DvmdbGroupObjectmemberfunc GetDvmdbGroupObjectmember(ctx *Context, name string, id IDInput, state *DvmdbGroupObjectmemberState, opts ...ResourceOption) (*DvmdbGroupObjectmember, error)public static DvmdbGroupObjectmember Get(string name, Input<string> id, DvmdbGroupObjectmemberState? state, CustomResourceOptions? opts = null)public static DvmdbGroupObjectmember get(String name, Output<String> id, DvmdbGroupObjectmemberState state, CustomResourceOptions options)resources: _: type: fortimanager:DvmdbGroupObjectmember get: id: ${id}import {
to = fortimanager_dvmdb_group_objectmember.example
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
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - Dvmdb
Group stringObjectmember Id - an identifier for the resource with format {{name}}.
- Group string
- Group.
- Name string
- Name.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit,adom. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - Vdom string
- Vdom.
- Adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - Dvmdb
Group stringObjectmember Id - an identifier for the resource with format {{name}}.
- Group string
- Group.
- Name string
- Name.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit,adom. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - Vdom string
- Vdom.
- adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - dvmdb_
group_ stringobjectmember_ id - an identifier for the resource with format {{name}}.
- group string
- Group.
- name string
- Name.
- scopetype string
- The scope of application of the resource. Valid values:
inherit,adom. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - vdom string
- Vdom.
- adom String
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - dvmdb
Group StringObjectmember Id - an identifier for the resource with format {{name}}.
- group String
- Group.
- name String
- Name.
- scopetype String
- The scope of application of the resource. Valid values:
inherit,adom. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - vdom String
- Vdom.
- adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - dvmdb
Group stringObjectmember Id - an identifier for the resource with format {{name}}.
- group string
- Group.
- name string
- Name.
- scopetype string
- The scope of application of the resource. Valid values:
inherit,adom. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - vdom string
- Vdom.
- adom str
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - dvmdb_
group_ strobjectmember_ id - an identifier for the resource with format {{name}}.
- group str
- Group.
- name str
- Name.
- scopetype str
- The scope of application of the resource. Valid values:
inherit,adom. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - vdom str
- Vdom.
- adom String
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - dvmdb
Group StringObjectmember Id - an identifier for the resource with format {{name}}.
- group String
- Group.
- name String
- Name.
- scopetype String
- The scope of application of the resource. Valid values:
inherit,adom. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - vdom String
- Vdom.
Import
Dvmdb GroupObjectMember can be imported using any of these accepted formats:
Set import_options = [“group=YOUR_VALUE”] in the provider section.
$ export “FORTIMANAGER_IMPORT_TABLE”=“true”
$ pulumi import fortimanager:index/dvmdbGroupObjectmember:DvmdbGroupObjectmember labelname {{name}}
$ 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
fortimanagerTerraform Provider.
published on Friday, Jul 31, 2026 by fortinetdev