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

fortimanager.SecurityconsoleInstallObjectsV2

Explore with Pulumi AI

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

    Import

    Securityconsole InstallObjectsV2 can be imported using any of these accepted formats:

    $ export “FORTIMANAGER_IMPORT_TABLE”=“true”

    $ pulumi import fortimanager:index/securityconsoleInstallObjectsV2:SecurityconsoleInstallObjectsV2 labelname SecurityconsoleInstallObjectsV2
    

    $ unset “FORTIMANAGER_IMPORT_TABLE”

    Create SecurityconsoleInstallObjectsV2 Resource

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

    Constructor syntax

    new SecurityconsoleInstallObjectsV2(name: string, args?: SecurityconsoleInstallObjectsV2Args, opts?: CustomResourceOptions);
    @overload
    def SecurityconsoleInstallObjectsV2(resource_name: str,
                                        args: Optional[SecurityconsoleInstallObjectsV2Args] = None,
                                        opts: Optional[ResourceOptions] = None)
    
    @overload
    def SecurityconsoleInstallObjectsV2(resource_name: str,
                                        opts: Optional[ResourceOptions] = None,
                                        category: Optional[str] = None,
                                        dynamic_sort_subtable: Optional[str] = None,
                                        fmgadom: Optional[str] = None,
                                        force_recreate: Optional[str] = None,
                                        objects: Optional[Sequence[str]] = None,
                                        scopes: Optional[Sequence[SecurityconsoleInstallObjectsV2ScopeArgs]] = None,
                                        securityconsole_install_objects_v2_id: Optional[str] = None)
    func NewSecurityconsoleInstallObjectsV2(ctx *Context, name string, args *SecurityconsoleInstallObjectsV2Args, opts ...ResourceOption) (*SecurityconsoleInstallObjectsV2, error)
    public SecurityconsoleInstallObjectsV2(string name, SecurityconsoleInstallObjectsV2Args? args = null, CustomResourceOptions? opts = null)
    public SecurityconsoleInstallObjectsV2(String name, SecurityconsoleInstallObjectsV2Args args)
    public SecurityconsoleInstallObjectsV2(String name, SecurityconsoleInstallObjectsV2Args args, CustomResourceOptions options)
    
    type: fortimanager:SecurityconsoleInstallObjectsV2
    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 SecurityconsoleInstallObjectsV2Args
    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 SecurityconsoleInstallObjectsV2Args
    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 SecurityconsoleInstallObjectsV2Args
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args SecurityconsoleInstallObjectsV2Args
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args SecurityconsoleInstallObjectsV2Args
    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 securityconsoleInstallObjectsV2Resource = new Fortimanager.SecurityconsoleInstallObjectsV2("securityconsoleInstallObjectsV2Resource", new()
    {
        Category = "string",
        DynamicSortSubtable = "string",
        Fmgadom = "string",
        ForceRecreate = "string",
        Objects = new[]
        {
            "string",
        },
        Scopes = new[]
        {
            new Fortimanager.Inputs.SecurityconsoleInstallObjectsV2ScopeArgs
            {
                Name = "string",
                Vdom = "string",
            },
        },
        SecurityconsoleInstallObjectsV2Id = "string",
    });
    
    example, err := fortimanager.NewSecurityconsoleInstallObjectsV2(ctx, "securityconsoleInstallObjectsV2Resource", &fortimanager.SecurityconsoleInstallObjectsV2Args{
    Category: pulumi.String("string"),
    DynamicSortSubtable: pulumi.String("string"),
    Fmgadom: pulumi.String("string"),
    ForceRecreate: pulumi.String("string"),
    Objects: pulumi.StringArray{
    pulumi.String("string"),
    },
    Scopes: .SecurityconsoleInstallObjectsV2ScopeArray{
    &.SecurityconsoleInstallObjectsV2ScopeArgs{
    Name: pulumi.String("string"),
    Vdom: pulumi.String("string"),
    },
    },
    SecurityconsoleInstallObjectsV2Id: pulumi.String("string"),
    })
    
    var securityconsoleInstallObjectsV2Resource = new SecurityconsoleInstallObjectsV2("securityconsoleInstallObjectsV2Resource", SecurityconsoleInstallObjectsV2Args.builder()
        .category("string")
        .dynamicSortSubtable("string")
        .fmgadom("string")
        .forceRecreate("string")
        .objects("string")
        .scopes(SecurityconsoleInstallObjectsV2ScopeArgs.builder()
            .name("string")
            .vdom("string")
            .build())
        .securityconsoleInstallObjectsV2Id("string")
        .build());
    
    securityconsole_install_objects_v2_resource = fortimanager.SecurityconsoleInstallObjectsV2("securityconsoleInstallObjectsV2Resource",
        category="string",
        dynamic_sort_subtable="string",
        fmgadom="string",
        force_recreate="string",
        objects=["string"],
        scopes=[{
            "name": "string",
            "vdom": "string",
        }],
        securityconsole_install_objects_v2_id="string")
    
    const securityconsoleInstallObjectsV2Resource = new fortimanager.SecurityconsoleInstallObjectsV2("securityconsoleInstallObjectsV2Resource", {
        category: "string",
        dynamicSortSubtable: "string",
        fmgadom: "string",
        forceRecreate: "string",
        objects: ["string"],
        scopes: [{
            name: "string",
            vdom: "string",
        }],
        securityconsoleInstallObjectsV2Id: "string",
    });
    
    type: fortimanager:SecurityconsoleInstallObjectsV2
    properties:
        category: string
        dynamicSortSubtable: string
        fmgadom: string
        forceRecreate: string
        objects:
            - string
        scopes:
            - name: string
              vdom: string
        securityconsoleInstallObjectsV2Id: string
    

    SecurityconsoleInstallObjectsV2 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 SecurityconsoleInstallObjectsV2 resource accepts the following input properties:

    Category string
    Category.
    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.
    Fmgadom string
    Source ADOM name.
    ForceRecreate string
    The argument is optional, if it is set, when the value changes, the resource will be re-created.
    Objects List<string>
    Objects.
    Scopes List<SecurityconsoleInstallObjectsV2Scope>
    Scope. The structure of scope block is documented below.
    SecurityconsoleInstallObjectsV2Id string
    an identifier for the resource.
    Category string
    Category.
    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.
    Fmgadom string
    Source ADOM name.
    ForceRecreate string
    The argument is optional, if it is set, when the value changes, the resource will be re-created.
    Objects []string
    Objects.
    Scopes []SecurityconsoleInstallObjectsV2ScopeArgs
    Scope. The structure of scope block is documented below.
    SecurityconsoleInstallObjectsV2Id string
    an identifier for the resource.
    category String
    Category.
    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.
    fmgadom String
    Source ADOM name.
    forceRecreate String
    The argument is optional, if it is set, when the value changes, the resource will be re-created.
    objects List<String>
    Objects.
    scopes List<SecurityconsoleInstallObjectsV2Scope>
    Scope. The structure of scope block is documented below.
    securityconsoleInstallObjectsV2Id String
    an identifier for the resource.
    category string
    Category.
    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.
    fmgadom string
    Source ADOM name.
    forceRecreate string
    The argument is optional, if it is set, when the value changes, the resource will be re-created.
    objects string[]
    Objects.
    scopes SecurityconsoleInstallObjectsV2Scope[]
    Scope. The structure of scope block is documented below.
    securityconsoleInstallObjectsV2Id string
    an identifier for the resource.
    category str
    Category.
    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.
    fmgadom str
    Source ADOM name.
    force_recreate str
    The argument is optional, if it is set, when the value changes, the resource will be re-created.
    objects Sequence[str]
    Objects.
    scopes Sequence[SecurityconsoleInstallObjectsV2ScopeArgs]
    Scope. The structure of scope block is documented below.
    securityconsole_install_objects_v2_id str
    an identifier for the resource.
    category String
    Category.
    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.
    fmgadom String
    Source ADOM name.
    forceRecreate String
    The argument is optional, if it is set, when the value changes, the resource will be re-created.
    objects List<String>
    Objects.
    scopes List<Property Map>
    Scope. The structure of scope block is documented below.
    securityconsoleInstallObjectsV2Id String
    an identifier for the resource.

    Outputs

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

    Get an existing SecurityconsoleInstallObjectsV2 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?: SecurityconsoleInstallObjectsV2State, opts?: CustomResourceOptions): SecurityconsoleInstallObjectsV2
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            category: Optional[str] = None,
            dynamic_sort_subtable: Optional[str] = None,
            fmgadom: Optional[str] = None,
            force_recreate: Optional[str] = None,
            objects: Optional[Sequence[str]] = None,
            scopes: Optional[Sequence[SecurityconsoleInstallObjectsV2ScopeArgs]] = None,
            securityconsole_install_objects_v2_id: Optional[str] = None) -> SecurityconsoleInstallObjectsV2
    func GetSecurityconsoleInstallObjectsV2(ctx *Context, name string, id IDInput, state *SecurityconsoleInstallObjectsV2State, opts ...ResourceOption) (*SecurityconsoleInstallObjectsV2, error)
    public static SecurityconsoleInstallObjectsV2 Get(string name, Input<string> id, SecurityconsoleInstallObjectsV2State? state, CustomResourceOptions? opts = null)
    public static SecurityconsoleInstallObjectsV2 get(String name, Output<String> id, SecurityconsoleInstallObjectsV2State state, CustomResourceOptions options)
    resources:  _:    type: fortimanager:SecurityconsoleInstallObjectsV2    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:
    Category string
    Category.
    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.
    Fmgadom string
    Source ADOM name.
    ForceRecreate string
    The argument is optional, if it is set, when the value changes, the resource will be re-created.
    Objects List<string>
    Objects.
    Scopes List<SecurityconsoleInstallObjectsV2Scope>
    Scope. The structure of scope block is documented below.
    SecurityconsoleInstallObjectsV2Id string
    an identifier for the resource.
    Category string
    Category.
    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.
    Fmgadom string
    Source ADOM name.
    ForceRecreate string
    The argument is optional, if it is set, when the value changes, the resource will be re-created.
    Objects []string
    Objects.
    Scopes []SecurityconsoleInstallObjectsV2ScopeArgs
    Scope. The structure of scope block is documented below.
    SecurityconsoleInstallObjectsV2Id string
    an identifier for the resource.
    category String
    Category.
    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.
    fmgadom String
    Source ADOM name.
    forceRecreate String
    The argument is optional, if it is set, when the value changes, the resource will be re-created.
    objects List<String>
    Objects.
    scopes List<SecurityconsoleInstallObjectsV2Scope>
    Scope. The structure of scope block is documented below.
    securityconsoleInstallObjectsV2Id String
    an identifier for the resource.
    category string
    Category.
    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.
    fmgadom string
    Source ADOM name.
    forceRecreate string
    The argument is optional, if it is set, when the value changes, the resource will be re-created.
    objects string[]
    Objects.
    scopes SecurityconsoleInstallObjectsV2Scope[]
    Scope. The structure of scope block is documented below.
    securityconsoleInstallObjectsV2Id string
    an identifier for the resource.
    category str
    Category.
    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.
    fmgadom str
    Source ADOM name.
    force_recreate str
    The argument is optional, if it is set, when the value changes, the resource will be re-created.
    objects Sequence[str]
    Objects.
    scopes Sequence[SecurityconsoleInstallObjectsV2ScopeArgs]
    Scope. The structure of scope block is documented below.
    securityconsole_install_objects_v2_id str
    an identifier for the resource.
    category String
    Category.
    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.
    fmgadom String
    Source ADOM name.
    forceRecreate String
    The argument is optional, if it is set, when the value changes, the resource will be re-created.
    objects List<String>
    Objects.
    scopes List<Property Map>
    Scope. The structure of scope block is documented below.
    securityconsoleInstallObjectsV2Id String
    an identifier for the resource.

    Supporting Types

    SecurityconsoleInstallObjectsV2Scope, SecurityconsoleInstallObjectsV2ScopeArgs

    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.

    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