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

fortimanager.ObjectSystemMeta

Explore with Pulumi AI

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

    ObjectSystem Meta

    The following variables have sub resource. Avoid using them together, otherwise conflicts and overwrites may occur.

    • sys_meta_fields: fortimanager.ObjectSystemMetaSysMetaFields

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as fortimanager from "@pulumi/fortimanager";
    
    const trname = new fortimanager.ObjectSystemMeta("trname", {sysMetaFields: [{
        fieldlength: 100,
        importance: "optional",
        name: "sys_meta_field",
    }]});
    
    import pulumi
    import pulumi_fortimanager as fortimanager
    
    trname = fortimanager.ObjectSystemMeta("trname", sys_meta_fields=[{
        "fieldlength": 100,
        "importance": "optional",
        "name": "sys_meta_field",
    }])
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-terraform-provider/sdks/go/fortimanager/fortimanager"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := fortimanager.NewObjectSystemMeta(ctx, "trname", &fortimanager.ObjectSystemMetaArgs{
    			SysMetaFields: fortimanager.ObjectSystemMetaSysMetaFieldArray{
    				&fortimanager.ObjectSystemMetaSysMetaFieldArgs{
    					Fieldlength: pulumi.Float64(100),
    					Importance:  pulumi.String("optional"),
    					Name:        pulumi.String("sys_meta_field"),
    				},
    			},
    		})
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Fortimanager = Pulumi.Fortimanager;
    
    return await Deployment.RunAsync(() => 
    {
        var trname = new Fortimanager.ObjectSystemMeta("trname", new()
        {
            SysMetaFields = new[]
            {
                new Fortimanager.Inputs.ObjectSystemMetaSysMetaFieldArgs
                {
                    Fieldlength = 100,
                    Importance = "optional",
                    Name = "sys_meta_field",
                },
            },
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.fortimanager.ObjectSystemMeta;
    import com.pulumi.fortimanager.ObjectSystemMetaArgs;
    import com.pulumi.fortimanager.inputs.ObjectSystemMetaSysMetaFieldArgs;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            var trname = new ObjectSystemMeta("trname", ObjectSystemMetaArgs.builder()
                .sysMetaFields(ObjectSystemMetaSysMetaFieldArgs.builder()
                    .fieldlength("100")
                    .importance("optional")
                    .name("sys_meta_field")
                    .build())
                .build());
    
        }
    }
    
    resources:
      trname:
        type: fortimanager:ObjectSystemMeta
        properties:
          sysMetaFields:
            - fieldlength: '100'
              importance: optional
              name: sys_meta_field
    

    Create ObjectSystemMeta Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new ObjectSystemMeta(name: string, args?: ObjectSystemMetaArgs, opts?: CustomResourceOptions);
    @overload
    def ObjectSystemMeta(resource_name: str,
                         args: Optional[ObjectSystemMetaArgs] = None,
                         opts: Optional[ResourceOptions] = None)
    
    @overload
    def ObjectSystemMeta(resource_name: str,
                         opts: Optional[ResourceOptions] = None,
                         adom: Optional[str] = None,
                         dynamic_sort_subtable: Optional[str] = None,
                         name: Optional[str] = None,
                         object_system_meta_id: Optional[str] = None,
                         scopetype: Optional[str] = None,
                         sys_meta_fields: Optional[Sequence[ObjectSystemMetaSysMetaFieldArgs]] = None)
    func NewObjectSystemMeta(ctx *Context, name string, args *ObjectSystemMetaArgs, opts ...ResourceOption) (*ObjectSystemMeta, error)
    public ObjectSystemMeta(string name, ObjectSystemMetaArgs? args = null, CustomResourceOptions? opts = null)
    public ObjectSystemMeta(String name, ObjectSystemMetaArgs args)
    public ObjectSystemMeta(String name, ObjectSystemMetaArgs args, CustomResourceOptions options)
    
    type: fortimanager:ObjectSystemMeta
    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 ObjectSystemMetaArgs
    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 ObjectSystemMetaArgs
    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 ObjectSystemMetaArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ObjectSystemMetaArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ObjectSystemMetaArgs
    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 objectSystemMetaResource = new Fortimanager.ObjectSystemMeta("objectSystemMetaResource", new()
    {
        Adom = "string",
        DynamicSortSubtable = "string",
        Name = "string",
        ObjectSystemMetaId = "string",
        Scopetype = "string",
        SysMetaFields = new[]
        {
            new Fortimanager.Inputs.ObjectSystemMetaSysMetaFieldArgs
            {
                Fieldlength = 0,
                Importance = "string",
                Name = "string",
            },
        },
    });
    
    example, err := fortimanager.NewObjectSystemMeta(ctx, "objectSystemMetaResource", &fortimanager.ObjectSystemMetaArgs{
    Adom: pulumi.String("string"),
    DynamicSortSubtable: pulumi.String("string"),
    Name: pulumi.String("string"),
    ObjectSystemMetaId: pulumi.String("string"),
    Scopetype: pulumi.String("string"),
    SysMetaFields: .ObjectSystemMetaSysMetaFieldArray{
    &.ObjectSystemMetaSysMetaFieldArgs{
    Fieldlength: pulumi.Float64(0),
    Importance: pulumi.String("string"),
    Name: pulumi.String("string"),
    },
    },
    })
    
    var objectSystemMetaResource = new ObjectSystemMeta("objectSystemMetaResource", ObjectSystemMetaArgs.builder()
        .adom("string")
        .dynamicSortSubtable("string")
        .name("string")
        .objectSystemMetaId("string")
        .scopetype("string")
        .sysMetaFields(ObjectSystemMetaSysMetaFieldArgs.builder()
            .fieldlength(0)
            .importance("string")
            .name("string")
            .build())
        .build());
    
    object_system_meta_resource = fortimanager.ObjectSystemMeta("objectSystemMetaResource",
        adom="string",
        dynamic_sort_subtable="string",
        name="string",
        object_system_meta_id="string",
        scopetype="string",
        sys_meta_fields=[{
            "fieldlength": 0,
            "importance": "string",
            "name": "string",
        }])
    
    const objectSystemMetaResource = new fortimanager.ObjectSystemMeta("objectSystemMetaResource", {
        adom: "string",
        dynamicSortSubtable: "string",
        name: "string",
        objectSystemMetaId: "string",
        scopetype: "string",
        sysMetaFields: [{
            fieldlength: 0,
            importance: "string",
            name: "string",
        }],
    });
    
    type: fortimanager:ObjectSystemMeta
    properties:
        adom: string
        dynamicSortSubtable: string
        name: string
        objectSystemMetaId: string
        scopetype: string
        sysMetaFields:
            - fieldlength: 0
              importance: string
              name: string
    

    ObjectSystemMeta 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 ObjectSystemMeta 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.
    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.
    Name string
    Name.
    ObjectSystemMetaId 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.
    SysMetaFields List<ObjectSystemMetaSysMetaField>
    Sys_Meta_Fields. The structure of sys_meta_fields block is documented below.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    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.
    Name string
    Name.
    ObjectSystemMetaId 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.
    SysMetaFields []ObjectSystemMetaSysMetaFieldArgs
    Sys_Meta_Fields. The structure of sys_meta_fields block is documented below.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    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.
    name String
    Name.
    objectSystemMetaId 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.
    sysMetaFields List<ObjectSystemMetaSysMetaField>
    Sys_Meta_Fields. The structure of sys_meta_fields block is documented below.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    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.
    name string
    Name.
    objectSystemMetaId 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.
    sysMetaFields ObjectSystemMetaSysMetaField[]
    Sys_Meta_Fields. The structure of sys_meta_fields block is documented below.
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    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.
    name str
    Name.
    object_system_meta_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.
    sys_meta_fields Sequence[ObjectSystemMetaSysMetaFieldArgs]
    Sys_Meta_Fields. The structure of sys_meta_fields block is documented below.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    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.
    name String
    Name.
    objectSystemMetaId 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.
    sysMetaFields List<Property Map>
    Sys_Meta_Fields. The structure of sys_meta_fields block is documented below.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the ObjectSystemMeta 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 ObjectSystemMeta Resource

    Get an existing ObjectSystemMeta 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?: ObjectSystemMetaState, opts?: CustomResourceOptions): ObjectSystemMeta
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            adom: Optional[str] = None,
            dynamic_sort_subtable: Optional[str] = None,
            name: Optional[str] = None,
            object_system_meta_id: Optional[str] = None,
            scopetype: Optional[str] = None,
            sys_meta_fields: Optional[Sequence[ObjectSystemMetaSysMetaFieldArgs]] = None) -> ObjectSystemMeta
    func GetObjectSystemMeta(ctx *Context, name string, id IDInput, state *ObjectSystemMetaState, opts ...ResourceOption) (*ObjectSystemMeta, error)
    public static ObjectSystemMeta Get(string name, Input<string> id, ObjectSystemMetaState? state, CustomResourceOptions? opts = null)
    public static ObjectSystemMeta get(String name, Output<String> id, ObjectSystemMetaState state, CustomResourceOptions options)
    resources:  _:    type: fortimanager:ObjectSystemMeta    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.
    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.
    Name string
    Name.
    ObjectSystemMetaId 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.
    SysMetaFields List<ObjectSystemMetaSysMetaField>
    Sys_Meta_Fields. The structure of sys_meta_fields block is documented below.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    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.
    Name string
    Name.
    ObjectSystemMetaId 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.
    SysMetaFields []ObjectSystemMetaSysMetaFieldArgs
    Sys_Meta_Fields. The structure of sys_meta_fields block is documented below.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    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.
    name String
    Name.
    objectSystemMetaId 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.
    sysMetaFields List<ObjectSystemMetaSysMetaField>
    Sys_Meta_Fields. The structure of sys_meta_fields block is documented below.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    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.
    name string
    Name.
    objectSystemMetaId 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.
    sysMetaFields ObjectSystemMetaSysMetaField[]
    Sys_Meta_Fields. The structure of sys_meta_fields block is documented below.
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    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.
    name str
    Name.
    object_system_meta_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.
    sys_meta_fields Sequence[ObjectSystemMetaSysMetaFieldArgs]
    Sys_Meta_Fields. The structure of sys_meta_fields block is documented below.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    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.
    name String
    Name.
    objectSystemMetaId 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.
    sysMetaFields List<Property Map>
    Sys_Meta_Fields. The structure of sys_meta_fields block is documented below.

    Supporting Types

    ObjectSystemMetaSysMetaField, ObjectSystemMetaSysMetaFieldArgs

    Fieldlength double
    Fieldlength.
    Importance string
    Importance. Valid values: optional, required.
    Name string
    Name.
    Fieldlength float64
    Fieldlength.
    Importance string
    Importance. Valid values: optional, required.
    Name string
    Name.
    fieldlength Double
    Fieldlength.
    importance String
    Importance. Valid values: optional, required.
    name String
    Name.
    fieldlength number
    Fieldlength.
    importance string
    Importance. Valid values: optional, required.
    name string
    Name.
    fieldlength float
    Fieldlength.
    importance str
    Importance. Valid values: optional, required.
    name str
    Name.
    fieldlength Number
    Fieldlength.
    importance String
    Importance. Valid values: optional, required.
    name String
    Name.

    Import

    ObjectSystem Meta can be imported using any of these accepted formats:

    $ export “FORTIMANAGER_IMPORT_TABLE”=“true”

    $ pulumi import fortimanager:index/objectSystemMeta:ObjectSystemMeta 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