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

fortimanager.ObjectUserDevicegroup

Explore with Pulumi AI

fortimanager logo
fortimanager 1.13.0 published on Thursday, Mar 13, 2025 by fortinetdev

    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 is adom, otherwise the value of adom in the provider will be inherited.
    Comment string
    Comment.
    DynamicMappings List<ObjectUserDevicegroupDynamicMapping>
    Dynamic_Mapping. The structure of dynamic_mapping block is documented below.
    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.
    Member string
    Device group member.
    Name string
    Device group name.
    ObjectUserDevicegroupId string
    an identifier for the resource with format {{name}}.
    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.
    Taggings List<ObjectUserDevicegroupTagging>
    Tagging. The structure of tagging block is documented below.
    _ifUnmanaged double
    _If_Unmanaged.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    Comment string
    Comment.
    DynamicMappings []ObjectUserDevicegroupDynamicMappingArgs
    Dynamic_Mapping. The structure of dynamic_mapping block is documented below.
    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.
    Member string
    Device group member.
    Name string
    Device group name.
    ObjectUserDevicegroupId string
    an identifier for the resource with format {{name}}.
    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.
    Taggings []ObjectUserDevicegroupTaggingArgs
    Tagging. The structure of tagging block is documented below.
    _ifUnmanaged float64
    _If_Unmanaged.
    _ifUnmanaged Double
    _If_Unmanaged.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    comment String
    Comment.
    dynamicMappings List<ObjectUserDevicegroupDynamicMapping>
    Dynamic_Mapping. The structure of dynamic_mapping block is documented below.
    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.
    member String
    Device group member.
    name String
    Device group name.
    objectUserDevicegroupId String
    an identifier for the resource with format {{name}}.
    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.
    taggings List<ObjectUserDevicegroupTagging>
    Tagging. The structure of tagging block is documented below.
    _ifUnmanaged number
    _If_Unmanaged.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    comment string
    Comment.
    dynamicMappings ObjectUserDevicegroupDynamicMapping[]
    Dynamic_Mapping. The structure of dynamic_mapping block is documented below.
    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.
    member string
    Device group member.
    name string
    Device group name.
    objectUserDevicegroupId string
    an identifier for the resource with format {{name}}.
    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.
    taggings ObjectUserDevicegroupTagging[]
    Tagging. The structure of tagging block is documented below.
    _if_unmanaged float
    _If_Unmanaged.
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    comment str
    Comment.
    dynamic_mappings Sequence[ObjectUserDevicegroupDynamicMappingArgs]
    Dynamic_Mapping. The structure of dynamic_mapping block is documented below.
    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.
    member str
    Device group member.
    name str
    Device group name.
    object_user_devicegroup_id str
    an identifier for the resource with format {{name}}.
    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.
    taggings Sequence[ObjectUserDevicegroupTaggingArgs]
    Tagging. The structure of tagging block is documented below.
    _ifUnmanaged Number
    _If_Unmanaged.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    comment String
    Comment.
    dynamicMappings List<Property Map>
    Dynamic_Mapping. The structure of dynamic_mapping block is documented below.
    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.
    member String
    Device group member.
    name String
    Device group name.
    objectUserDevicegroupId String
    an identifier for the resource with format {{name}}.
    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.
    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.
    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.
    Comment string
    Comment.
    DynamicMappings List<ObjectUserDevicegroupDynamicMapping>
    Dynamic_Mapping. The structure of dynamic_mapping block is documented below.
    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.
    Member string
    Device group member.
    Name string
    Device group name.
    ObjectUserDevicegroupId string
    an identifier for the resource with format {{name}}.
    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.
    Taggings List<ObjectUserDevicegroupTagging>
    Tagging. The structure of tagging block is documented below.
    _ifUnmanaged double
    _If_Unmanaged.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    Comment string
    Comment.
    DynamicMappings []ObjectUserDevicegroupDynamicMappingArgs
    Dynamic_Mapping. The structure of dynamic_mapping block is documented below.
    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.
    Member string
    Device group member.
    Name string
    Device group name.
    ObjectUserDevicegroupId string
    an identifier for the resource with format {{name}}.
    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.
    Taggings []ObjectUserDevicegroupTaggingArgs
    Tagging. The structure of tagging block is documented below.
    _ifUnmanaged float64
    _If_Unmanaged.
    _ifUnmanaged Double
    _If_Unmanaged.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    comment String
    Comment.
    dynamicMappings List<ObjectUserDevicegroupDynamicMapping>
    Dynamic_Mapping. The structure of dynamic_mapping block is documented below.
    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.
    member String
    Device group member.
    name String
    Device group name.
    objectUserDevicegroupId String
    an identifier for the resource with format {{name}}.
    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.
    taggings List<ObjectUserDevicegroupTagging>
    Tagging. The structure of tagging block is documented below.
    _ifUnmanaged number
    _If_Unmanaged.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    comment string
    Comment.
    dynamicMappings ObjectUserDevicegroupDynamicMapping[]
    Dynamic_Mapping. The structure of dynamic_mapping block is documented below.
    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.
    member string
    Device group member.
    name string
    Device group name.
    objectUserDevicegroupId string
    an identifier for the resource with format {{name}}.
    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.
    taggings ObjectUserDevicegroupTagging[]
    Tagging. The structure of tagging block is documented below.
    _if_unmanaged float
    _If_Unmanaged.
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    comment str
    Comment.
    dynamic_mappings Sequence[ObjectUserDevicegroupDynamicMappingArgs]
    Dynamic_Mapping. The structure of dynamic_mapping block is documented below.
    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.
    member str
    Device group member.
    name str
    Device group name.
    object_user_devicegroup_id str
    an identifier for the resource with format {{name}}.
    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.
    taggings Sequence[ObjectUserDevicegroupTaggingArgs]
    Tagging. The structure of tagging block is documented below.
    _ifUnmanaged Number
    _If_Unmanaged.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    comment String
    Comment.
    dynamicMappings List<Property Map>
    Dynamic_Mapping. The structure of dynamic_mapping block is documented below.
    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.
    member String
    Device group member.
    name String
    Device group name.
    objectUserDevicegroupId String
    an identifier for the resource with format {{name}}.
    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.
    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.
    _ifUnmanaged double
    _If_Unmanaged.
    _scopes List<ObjectUserDevicegroupDynamicMapping_Scope>
    _Scope. The structure of _scope block is documented below.
    Comment string
    Comment.
    Member string
    Device group member.
    _ifUnmanaged float64
    _If_Unmanaged.
    _scopes []ObjectUserDevicegroupDynamicMapping_Scope
    _Scope. The structure of _scope block is documented below.
    _ifUnmanaged Double
    _If_Unmanaged.
    _scopes List<ObjectUserDevicegroupDynamicMapping_Scope>
    _Scope. The structure of _scope block is documented below.
    comment String
    Comment.
    member String
    Device group member.
    _ifUnmanaged number
    _If_Unmanaged.
    _scopes ObjectUserDevicegroupDynamicMapping_Scope[]
    _Scope. The structure of _scope block is documented below.
    comment string
    Comment.
    member string
    Device group member.
    _if_unmanaged float
    _If_Unmanaged.
    _scopes Sequence[ObjectUserDevicegroupDynamicMapping_Scope]
    _Scope. The structure of _scope block is documented below.
    comment str
    Comment.
    member str
    Device group member.
    _ifUnmanaged Number
    _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

    Name string
    Name.
    Vdom string
    Vdom.
    Name string
    Name.
    Vdom string
    Vdom.
    name String
    Name.
    vdom String
    Vdom.
    name string
    Name.
    vdom string
    Vdom.
    name str
    Name.
    vdom str
    Vdom.
    name String
    Name.
    vdom String
    Vdom.

    ObjectUserDevicegroupTagging, ObjectUserDevicegroupTaggingArgs

    Category string
    Tag category.
    Name string
    Tagging entry name.
    Tags List<string>
    Tags.
    Category string
    Tag category.
    Name string
    Tagging entry name.
    Tags []string
    Tags.
    category String
    Tag category.
    name String
    Tagging entry name.
    tags List<String>
    Tags.
    category string
    Tag category.
    name string
    Tagging entry name.
    tags string[]
    Tags.
    category str
    Tag category.
    name str
    Tagging entry name.
    tags Sequence[str]
    Tags.
    category String
    Tag category.
    name String
    Tagging entry name.
    tags List<String>
    Tags.

    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.
    fortimanager logo
    fortimanager 1.13.0 published on Thursday, Mar 13, 2025 by fortinetdev