fortimanager.ObjectUserDevicegroup
Explore with Pulumi AI
Configure device groups.
The following variables have sub resource. Avoid using them together, otherwise conflicts and overwrites may occur.
dynamic_mapping
:fortimanager_object_user_devicegroup_dynamic_mapping
tagging
:fortimanager_object_user_devicegroup_tagging
Create ObjectUserDevicegroup Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ObjectUserDevicegroup(name: string, args?: ObjectUserDevicegroupArgs, opts?: CustomResourceOptions);
@overload
def ObjectUserDevicegroup(resource_name: str,
args: Optional[ObjectUserDevicegroupArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def ObjectUserDevicegroup(resource_name: str,
opts: Optional[ResourceOptions] = None,
_if_unmanaged: Optional[float] = None,
adom: Optional[str] = None,
comment: Optional[str] = None,
dynamic_mappings: Optional[Sequence[ObjectUserDevicegroupDynamicMappingArgs]] = None,
dynamic_sort_subtable: Optional[str] = None,
member: Optional[str] = None,
name: Optional[str] = None,
object_user_devicegroup_id: Optional[str] = None,
scopetype: Optional[str] = None,
taggings: Optional[Sequence[ObjectUserDevicegroupTaggingArgs]] = None)
func NewObjectUserDevicegroup(ctx *Context, name string, args *ObjectUserDevicegroupArgs, opts ...ResourceOption) (*ObjectUserDevicegroup, error)
public ObjectUserDevicegroup(string name, ObjectUserDevicegroupArgs? args = null, CustomResourceOptions? opts = null)
public ObjectUserDevicegroup(String name, ObjectUserDevicegroupArgs args)
public ObjectUserDevicegroup(String name, ObjectUserDevicegroupArgs args, CustomResourceOptions options)
type: fortimanager:ObjectUserDevicegroup
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 ObjectUserDevicegroupArgs
- 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 ObjectUserDevicegroupArgs
- 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 ObjectUserDevicegroupArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ObjectUserDevicegroupArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ObjectUserDevicegroupArgs
- 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 objectUserDevicegroupResource = new Fortimanager.ObjectUserDevicegroup("objectUserDevicegroupResource", new()
{
_ifUnmanaged = 0,
Adom = "string",
Comment = "string",
DynamicMappings = new[]
{
new Fortimanager.Inputs.ObjectUserDevicegroupDynamicMappingArgs
{
_ifUnmanaged = 0,
_scopes = new[]
{
new Fortimanager.Inputs.ObjectUserDevicegroupDynamicMapping_ScopeArgs
{
Name = "string",
Vdom = "string",
},
},
Comment = "string",
Member = "string",
},
},
DynamicSortSubtable = "string",
Member = "string",
Name = "string",
ObjectUserDevicegroupId = "string",
Scopetype = "string",
Taggings = new[]
{
new Fortimanager.Inputs.ObjectUserDevicegroupTaggingArgs
{
Category = "string",
Name = "string",
Tags = new[]
{
"string",
},
},
},
});
example, err := fortimanager.NewObjectUserDevicegroup(ctx, "objectUserDevicegroupResource", &fortimanager.ObjectUserDevicegroupArgs{
_ifUnmanaged: pulumi.Float64(0),
Adom: pulumi.String("string"),
Comment: pulumi.String("string"),
DynamicMappings: .ObjectUserDevicegroupDynamicMappingArray{
&.ObjectUserDevicegroupDynamicMappingArgs{
_ifUnmanaged: pulumi.Float64(0),
_scopes: .ObjectUserDevicegroupDynamicMapping_ScopeArray{
&.ObjectUserDevicegroupDynamicMapping_ScopeArgs{
Name: pulumi.String("string"),
Vdom: pulumi.String("string"),
},
},
Comment: pulumi.String("string"),
Member: pulumi.String("string"),
},
},
DynamicSortSubtable: pulumi.String("string"),
Member: pulumi.String("string"),
Name: pulumi.String("string"),
ObjectUserDevicegroupId: pulumi.String("string"),
Scopetype: pulumi.String("string"),
Taggings: .ObjectUserDevicegroupTaggingArray{
&.ObjectUserDevicegroupTaggingArgs{
Category: pulumi.String("string"),
Name: pulumi.String("string"),
Tags: pulumi.StringArray{
pulumi.String("string"),
},
},
},
})
var objectUserDevicegroupResource = new ObjectUserDevicegroup("objectUserDevicegroupResource", ObjectUserDevicegroupArgs.builder()
._ifUnmanaged(0)
.adom("string")
.comment("string")
.dynamicMappings(ObjectUserDevicegroupDynamicMappingArgs.builder()
._ifUnmanaged(0)
._scopes(ObjectUserDevicegroupDynamicMapping_ScopeArgs.builder()
.name("string")
.vdom("string")
.build())
.comment("string")
.member("string")
.build())
.dynamicSortSubtable("string")
.member("string")
.name("string")
.objectUserDevicegroupId("string")
.scopetype("string")
.taggings(ObjectUserDevicegroupTaggingArgs.builder()
.category("string")
.name("string")
.tags("string")
.build())
.build());
object_user_devicegroup_resource = fortimanager.ObjectUserDevicegroup("objectUserDevicegroupResource",
_if_unmanaged=0,
adom="string",
comment="string",
dynamic_mappings=[{
"_if_unmanaged": 0,
"_scopes": [{
"name": "string",
"vdom": "string",
}],
"comment": "string",
"member": "string",
}],
dynamic_sort_subtable="string",
member="string",
name="string",
object_user_devicegroup_id="string",
scopetype="string",
taggings=[{
"category": "string",
"name": "string",
"tags": ["string"],
}])
const objectUserDevicegroupResource = new fortimanager.ObjectUserDevicegroup("objectUserDevicegroupResource", {
_ifUnmanaged: 0,
adom: "string",
comment: "string",
dynamicMappings: [{
_ifUnmanaged: 0,
_scopes: [{
name: "string",
vdom: "string",
}],
comment: "string",
member: "string",
}],
dynamicSortSubtable: "string",
member: "string",
name: "string",
objectUserDevicegroupId: "string",
scopetype: "string",
taggings: [{
category: "string",
name: "string",
tags: ["string"],
}],
});
type: fortimanager:ObjectUserDevicegroup
properties:
_ifUnmanaged: 0
adom: string
comment: string
dynamicMappings:
- _ifUnmanaged: 0
_scopes:
- name: string
vdom: string
comment: string
member: string
dynamicSortSubtable: string
member: string
name: string
objectUserDevicegroupId: string
scopetype: string
taggings:
- category: string
name: string
tags:
- string
ObjectUserDevicegroup 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 ObjectUserDevicegroup resource accepts the following input properties:
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Comment string
- Comment.
- Dynamic
Mappings List<ObjectUser Devicegroup Dynamic Mapping> - Dynamic_Mapping. The structure of
dynamic_mapping
block is documented below. - 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.
- Member string
- Device group member.
- Name string
- Device group name.
- Object
User stringDevicegroup Id - an identifier for the resource with format {{name}}.
- 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
. - Taggings
List<Object
User Devicegroup Tagging> - Tagging. The structure of
tagging
block is documented below. - _
if doubleUnmanaged - _If_Unmanaged.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Comment string
- Comment.
- Dynamic
Mappings []ObjectUser Devicegroup Dynamic Mapping Args - Dynamic_Mapping. The structure of
dynamic_mapping
block is documented below. - 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.
- Member string
- Device group member.
- Name string
- Device group name.
- Object
User stringDevicegroup Id - an identifier for the resource with format {{name}}.
- 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
. - Taggings
[]Object
User Devicegroup Tagging Args - Tagging. The structure of
tagging
block is documented below. - _
if float64Unmanaged - _If_Unmanaged.
- _
if DoubleUnmanaged - _If_Unmanaged.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - comment String
- Comment.
- dynamic
Mappings List<ObjectUser Devicegroup Dynamic Mapping> - Dynamic_Mapping. The structure of
dynamic_mapping
block is documented below. - 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.
- member String
- Device group member.
- name String
- Device group name.
- object
User StringDevicegroup Id - an identifier for the resource with format {{name}}.
- 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
. - taggings
List<Object
User Devicegroup Tagging> - Tagging. The structure of
tagging
block is documented below.
- _
if numberUnmanaged - _If_Unmanaged.
- adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - comment string
- Comment.
- dynamic
Mappings ObjectUser Devicegroup Dynamic Mapping[] - Dynamic_Mapping. The structure of
dynamic_mapping
block is documented below. - 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.
- member string
- Device group member.
- name string
- Device group name.
- object
User stringDevicegroup Id - an identifier for the resource with format {{name}}.
- 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
. - taggings
Object
User Devicegroup Tagging[] - Tagging. The structure of
tagging
block is documented below.
- _
if_ floatunmanaged - _If_Unmanaged.
- adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - comment str
- Comment.
- dynamic_
mappings Sequence[ObjectUser Devicegroup Dynamic Mapping Args] - Dynamic_Mapping. The structure of
dynamic_mapping
block is documented below. - 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.
- member str
- Device group member.
- name str
- Device group name.
- object_
user_ strdevicegroup_ id - an identifier for the resource with format {{name}}.
- 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
. - taggings
Sequence[Object
User Devicegroup Tagging Args] - Tagging. The structure of
tagging
block is documented below.
- _
if NumberUnmanaged - _If_Unmanaged.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - comment String
- Comment.
- dynamic
Mappings List<Property Map> - Dynamic_Mapping. The structure of
dynamic_mapping
block is documented below. - 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.
- member String
- Device group member.
- name String
- Device group name.
- object
User StringDevicegroup Id - an identifier for the resource with format {{name}}.
- 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
. - taggings List<Property Map>
- Tagging. The structure of
tagging
block is documented below.
Outputs
All input properties are implicitly available as output properties. Additionally, the ObjectUserDevicegroup 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 ObjectUserDevicegroup Resource
Get an existing ObjectUserDevicegroup 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?: ObjectUserDevicegroupState, opts?: CustomResourceOptions): ObjectUserDevicegroup
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
_if_unmanaged: Optional[float] = None,
adom: Optional[str] = None,
comment: Optional[str] = None,
dynamic_mappings: Optional[Sequence[ObjectUserDevicegroupDynamicMappingArgs]] = None,
dynamic_sort_subtable: Optional[str] = None,
member: Optional[str] = None,
name: Optional[str] = None,
object_user_devicegroup_id: Optional[str] = None,
scopetype: Optional[str] = None,
taggings: Optional[Sequence[ObjectUserDevicegroupTaggingArgs]] = None) -> ObjectUserDevicegroup
func GetObjectUserDevicegroup(ctx *Context, name string, id IDInput, state *ObjectUserDevicegroupState, opts ...ResourceOption) (*ObjectUserDevicegroup, error)
public static ObjectUserDevicegroup Get(string name, Input<string> id, ObjectUserDevicegroupState? state, CustomResourceOptions? opts = null)
public static ObjectUserDevicegroup get(String name, Output<String> id, ObjectUserDevicegroupState state, CustomResourceOptions options)
resources: _: type: fortimanager:ObjectUserDevicegroup 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. - Comment string
- Comment.
- Dynamic
Mappings List<ObjectUser Devicegroup Dynamic Mapping> - Dynamic_Mapping. The structure of
dynamic_mapping
block is documented below. - 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.
- Member string
- Device group member.
- Name string
- Device group name.
- Object
User stringDevicegroup Id - an identifier for the resource with format {{name}}.
- 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
. - Taggings
List<Object
User Devicegroup Tagging> - Tagging. The structure of
tagging
block is documented below. - _
if doubleUnmanaged - _If_Unmanaged.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Comment string
- Comment.
- Dynamic
Mappings []ObjectUser Devicegroup Dynamic Mapping Args - Dynamic_Mapping. The structure of
dynamic_mapping
block is documented below. - 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.
- Member string
- Device group member.
- Name string
- Device group name.
- Object
User stringDevicegroup Id - an identifier for the resource with format {{name}}.
- 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
. - Taggings
[]Object
User Devicegroup Tagging Args - Tagging. The structure of
tagging
block is documented below. - _
if float64Unmanaged - _If_Unmanaged.
- _
if DoubleUnmanaged - _If_Unmanaged.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - comment String
- Comment.
- dynamic
Mappings List<ObjectUser Devicegroup Dynamic Mapping> - Dynamic_Mapping. The structure of
dynamic_mapping
block is documented below. - 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.
- member String
- Device group member.
- name String
- Device group name.
- object
User StringDevicegroup Id - an identifier for the resource with format {{name}}.
- 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
. - taggings
List<Object
User Devicegroup Tagging> - Tagging. The structure of
tagging
block is documented below.
- _
if numberUnmanaged - _If_Unmanaged.
- adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - comment string
- Comment.
- dynamic
Mappings ObjectUser Devicegroup Dynamic Mapping[] - Dynamic_Mapping. The structure of
dynamic_mapping
block is documented below. - 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.
- member string
- Device group member.
- name string
- Device group name.
- object
User stringDevicegroup Id - an identifier for the resource with format {{name}}.
- 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
. - taggings
Object
User Devicegroup Tagging[] - Tagging. The structure of
tagging
block is documented below.
- _
if_ floatunmanaged - _If_Unmanaged.
- adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - comment str
- Comment.
- dynamic_
mappings Sequence[ObjectUser Devicegroup Dynamic Mapping Args] - Dynamic_Mapping. The structure of
dynamic_mapping
block is documented below. - 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.
- member str
- Device group member.
- name str
- Device group name.
- object_
user_ strdevicegroup_ id - an identifier for the resource with format {{name}}.
- 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
. - taggings
Sequence[Object
User Devicegroup Tagging Args] - Tagging. The structure of
tagging
block is documented below.
- _
if NumberUnmanaged - _If_Unmanaged.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - comment String
- Comment.
- dynamic
Mappings List<Property Map> - Dynamic_Mapping. The structure of
dynamic_mapping
block is documented below. - 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.
- member String
- Device group member.
- name String
- Device group name.
- object
User StringDevicegroup Id - an identifier for the resource with format {{name}}.
- 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
. - taggings List<Property Map>
- Tagging. The structure of
tagging
block is documented below.
Supporting Types
ObjectUserDevicegroupDynamicMapping, ObjectUserDevicegroupDynamicMappingArgs
- Comment string
- Comment.
- Member string
- Device group member.
- _
if doubleUnmanaged - _If_Unmanaged.
- _
scopes List<ObjectUser Devicegroup Dynamic Mapping_Scope> - _Scope. The structure of
_scope
block is documented below.
- Comment string
- Comment.
- Member string
- Device group member.
- _
if float64Unmanaged - _If_Unmanaged.
- _
scopes []ObjectUser Devicegroup Dynamic Mapping_Scope - _Scope. The structure of
_scope
block is documented below.
- _
if DoubleUnmanaged - _If_Unmanaged.
- _
scopes List<ObjectUser Devicegroup Dynamic Mapping_Scope> - _Scope. The structure of
_scope
block is documented below. - comment String
- Comment.
- member String
- Device group member.
- _
if numberUnmanaged - _If_Unmanaged.
- _
scopes ObjectUser Devicegroup Dynamic Mapping_Scope[] - _Scope. The structure of
_scope
block is documented below. - comment string
- Comment.
- member string
- Device group member.
- _
if_ floatunmanaged - _If_Unmanaged.
- _
scopes Sequence[ObjectUser Devicegroup Dynamic Mapping_Scope] - _Scope. The structure of
_scope
block is documented below. - comment str
- Comment.
- member str
- Device group member.
- _
if NumberUnmanaged - _If_Unmanaged.
- _
scopes List<Property Map> - _Scope. The structure of
_scope
block is documented below. - comment String
- Comment.
- member String
- Device group member.
ObjectUserDevicegroupDynamicMapping_Scope, ObjectUserDevicegroupDynamicMapping_ScopeArgs
ObjectUserDevicegroupTagging, ObjectUserDevicegroupTaggingArgs
Import
ObjectUser DeviceGroup can be imported using any of these accepted formats:
$ export “FORTIMANAGER_IMPORT_TABLE”=“true”
$ pulumi import fortimanager:index/objectUserDevicegroup:ObjectUserDevicegroup 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
fortimanager
Terraform Provider.