fortimanager.ObjectApplicationCategories
Explore with Pulumi AI
ObjectApplication Categories
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as fortimanager from "@pulumi/fortimanager";
const trname = new fortimanager.ObjectApplicationCategories("trname", {fosid: 99});
import pulumi
import pulumi_fortimanager as fortimanager
trname = fortimanager.ObjectApplicationCategories("trname", fosid=99)
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.NewObjectApplicationCategories(ctx, "trname", &fortimanager.ObjectApplicationCategoriesArgs{
Fosid: pulumi.Float64(99),
})
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.ObjectApplicationCategories("trname", new()
{
Fosid = 99,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.fortimanager.ObjectApplicationCategories;
import com.pulumi.fortimanager.ObjectApplicationCategoriesArgs;
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 ObjectApplicationCategories("trname", ObjectApplicationCategoriesArgs.builder()
.fosid("99")
.build());
}
}
resources:
trname:
type: fortimanager:ObjectApplicationCategories
properties:
fosid: '99'
Create ObjectApplicationCategories Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ObjectApplicationCategories(name: string, args?: ObjectApplicationCategoriesArgs, opts?: CustomResourceOptions);
@overload
def ObjectApplicationCategories(resource_name: str,
args: Optional[ObjectApplicationCategoriesArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def ObjectApplicationCategories(resource_name: str,
opts: Optional[ResourceOptions] = None,
adom: Optional[str] = None,
fosid: Optional[float] = None,
object_application_categories_id: Optional[str] = None,
scopetype: Optional[str] = None)
func NewObjectApplicationCategories(ctx *Context, name string, args *ObjectApplicationCategoriesArgs, opts ...ResourceOption) (*ObjectApplicationCategories, error)
public ObjectApplicationCategories(string name, ObjectApplicationCategoriesArgs? args = null, CustomResourceOptions? opts = null)
public ObjectApplicationCategories(String name, ObjectApplicationCategoriesArgs args)
public ObjectApplicationCategories(String name, ObjectApplicationCategoriesArgs args, CustomResourceOptions options)
type: fortimanager:ObjectApplicationCategories
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 ObjectApplicationCategoriesArgs
- 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 ObjectApplicationCategoriesArgs
- 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 ObjectApplicationCategoriesArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ObjectApplicationCategoriesArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ObjectApplicationCategoriesArgs
- 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 objectApplicationCategoriesResource = new Fortimanager.ObjectApplicationCategories("objectApplicationCategoriesResource", new()
{
Adom = "string",
Fosid = 0,
ObjectApplicationCategoriesId = "string",
Scopetype = "string",
});
example, err := fortimanager.NewObjectApplicationCategories(ctx, "objectApplicationCategoriesResource", &fortimanager.ObjectApplicationCategoriesArgs{
Adom: pulumi.String("string"),
Fosid: pulumi.Float64(0),
ObjectApplicationCategoriesId: pulumi.String("string"),
Scopetype: pulumi.String("string"),
})
var objectApplicationCategoriesResource = new ObjectApplicationCategories("objectApplicationCategoriesResource", ObjectApplicationCategoriesArgs.builder()
.adom("string")
.fosid(0)
.objectApplicationCategoriesId("string")
.scopetype("string")
.build());
object_application_categories_resource = fortimanager.ObjectApplicationCategories("objectApplicationCategoriesResource",
adom="string",
fosid=0,
object_application_categories_id="string",
scopetype="string")
const objectApplicationCategoriesResource = new fortimanager.ObjectApplicationCategories("objectApplicationCategoriesResource", {
adom: "string",
fosid: 0,
objectApplicationCategoriesId: "string",
scopetype: "string",
});
type: fortimanager:ObjectApplicationCategories
properties:
adom: string
fosid: 0
objectApplicationCategoriesId: string
scopetype: string
ObjectApplicationCategories 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 ObjectApplicationCategories 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. - Fosid double
- Id.
- Object
Application stringCategories Id - an identifier for the resource with format {{fosid}}.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Fosid float64
- Id.
- Object
Application stringCategories Id - an identifier for the resource with format {{fosid}}.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - fosid Double
- Id.
- object
Application StringCategories Id - an identifier for the resource with format {{fosid}}.
- scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
- adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - fosid number
- Id.
- object
Application stringCategories Id - an identifier for the resource with format {{fosid}}.
- scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
- adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - fosid float
- Id.
- object_
application_ strcategories_ id - an identifier for the resource with format {{fosid}}.
- scopetype str
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - fosid Number
- Id.
- object
Application StringCategories Id - an identifier for the resource with format {{fosid}}.
- scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
Outputs
All input properties are implicitly available as output properties. Additionally, the ObjectApplicationCategories 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 ObjectApplicationCategories Resource
Get an existing ObjectApplicationCategories 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?: ObjectApplicationCategoriesState, opts?: CustomResourceOptions): ObjectApplicationCategories
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
adom: Optional[str] = None,
fosid: Optional[float] = None,
object_application_categories_id: Optional[str] = None,
scopetype: Optional[str] = None) -> ObjectApplicationCategories
func GetObjectApplicationCategories(ctx *Context, name string, id IDInput, state *ObjectApplicationCategoriesState, opts ...ResourceOption) (*ObjectApplicationCategories, error)
public static ObjectApplicationCategories Get(string name, Input<string> id, ObjectApplicationCategoriesState? state, CustomResourceOptions? opts = null)
public static ObjectApplicationCategories get(String name, Output<String> id, ObjectApplicationCategoriesState state, CustomResourceOptions options)
resources: _: type: fortimanager:ObjectApplicationCategories 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. - Fosid double
- Id.
- Object
Application stringCategories Id - an identifier for the resource with format {{fosid}}.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Fosid float64
- Id.
- Object
Application stringCategories Id - an identifier for the resource with format {{fosid}}.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - fosid Double
- Id.
- object
Application StringCategories Id - an identifier for the resource with format {{fosid}}.
- scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
- adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - fosid number
- Id.
- object
Application stringCategories Id - an identifier for the resource with format {{fosid}}.
- scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
- adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - fosid float
- Id.
- object_
application_ strcategories_ id - an identifier for the resource with format {{fosid}}.
- scopetype str
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - fosid Number
- Id.
- object
Application StringCategories Id - an identifier for the resource with format {{fosid}}.
- scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
Import
ObjectApplication Categories can be imported using any of these accepted formats:
$ export “FORTIMANAGER_IMPORT_TABLE”=“true”
$ pulumi import fortimanager:index/objectApplicationCategories:ObjectApplicationCategories labelname {{fosid}}
$ unset “FORTIMANAGER_IMPORT_TABLE”
-> Hint: The scopetype and adom for import will directly inherit the scopetype and adom configuration of the provider.
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- fortimanager fortinetdev/terraform-provider-fortimanager
- License
- Notes
- This Pulumi package is based on the
fortimanager
Terraform Provider.