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

fortimanager.SecurityconsoleInstallPreview

Explore with Pulumi AI

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

    Import

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

    $ export “FORTIMANAGER_IMPORT_TABLE”=“true”

    $ pulumi import fortimanager:index/securityconsoleInstallPreview:SecurityconsoleInstallPreview labelname SecurityconsoleInstallPreview
    

    $ unset “FORTIMANAGER_IMPORT_TABLE”

    Create SecurityconsoleInstallPreview Resource

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

    Constructor syntax

    new SecurityconsoleInstallPreview(name: string, args?: SecurityconsoleInstallPreviewArgs, opts?: CustomResourceOptions);
    @overload
    def SecurityconsoleInstallPreview(resource_name: str,
                                      args: Optional[SecurityconsoleInstallPreviewArgs] = None,
                                      opts: Optional[ResourceOptions] = None)
    
    @overload
    def SecurityconsoleInstallPreview(resource_name: str,
                                      opts: Optional[ResourceOptions] = None,
                                      device: Optional[str] = None,
                                      dynamic_sort_subtable: Optional[str] = None,
                                      flags: Optional[Sequence[str]] = None,
                                      fmgadom: Optional[str] = None,
                                      force_recreate: Optional[str] = None,
                                      scopes: Optional[Sequence[SecurityconsoleInstallPreviewScopeArgs]] = None,
                                      securityconsole_install_preview_id: Optional[str] = None,
                                      vdoms: Optional[Sequence[str]] = None)
    func NewSecurityconsoleInstallPreview(ctx *Context, name string, args *SecurityconsoleInstallPreviewArgs, opts ...ResourceOption) (*SecurityconsoleInstallPreview, error)
    public SecurityconsoleInstallPreview(string name, SecurityconsoleInstallPreviewArgs? args = null, CustomResourceOptions? opts = null)
    public SecurityconsoleInstallPreview(String name, SecurityconsoleInstallPreviewArgs args)
    public SecurityconsoleInstallPreview(String name, SecurityconsoleInstallPreviewArgs args, CustomResourceOptions options)
    
    type: fortimanager:SecurityconsoleInstallPreview
    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 SecurityconsoleInstallPreviewArgs
    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 SecurityconsoleInstallPreviewArgs
    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 SecurityconsoleInstallPreviewArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args SecurityconsoleInstallPreviewArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args SecurityconsoleInstallPreviewArgs
    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 securityconsoleInstallPreviewResource = new Fortimanager.SecurityconsoleInstallPreview("securityconsoleInstallPreviewResource", new()
    {
        Device = "string",
        DynamicSortSubtable = "string",
        Flags = new[]
        {
            "string",
        },
        Fmgadom = "string",
        ForceRecreate = "string",
        Scopes = new[]
        {
            new Fortimanager.Inputs.SecurityconsoleInstallPreviewScopeArgs
            {
                Name = "string",
                Vdom = "string",
            },
        },
        SecurityconsoleInstallPreviewId = "string",
        Vdoms = new[]
        {
            "string",
        },
    });
    
    example, err := fortimanager.NewSecurityconsoleInstallPreview(ctx, "securityconsoleInstallPreviewResource", &fortimanager.SecurityconsoleInstallPreviewArgs{
    Device: pulumi.String("string"),
    DynamicSortSubtable: pulumi.String("string"),
    Flags: pulumi.StringArray{
    pulumi.String("string"),
    },
    Fmgadom: pulumi.String("string"),
    ForceRecreate: pulumi.String("string"),
    Scopes: .SecurityconsoleInstallPreviewScopeArray{
    &.SecurityconsoleInstallPreviewScopeArgs{
    Name: pulumi.String("string"),
    Vdom: pulumi.String("string"),
    },
    },
    SecurityconsoleInstallPreviewId: pulumi.String("string"),
    Vdoms: pulumi.StringArray{
    pulumi.String("string"),
    },
    })
    
    var securityconsoleInstallPreviewResource = new SecurityconsoleInstallPreview("securityconsoleInstallPreviewResource", SecurityconsoleInstallPreviewArgs.builder()
        .device("string")
        .dynamicSortSubtable("string")
        .flags("string")
        .fmgadom("string")
        .forceRecreate("string")
        .scopes(SecurityconsoleInstallPreviewScopeArgs.builder()
            .name("string")
            .vdom("string")
            .build())
        .securityconsoleInstallPreviewId("string")
        .vdoms("string")
        .build());
    
    securityconsole_install_preview_resource = fortimanager.SecurityconsoleInstallPreview("securityconsoleInstallPreviewResource",
        device="string",
        dynamic_sort_subtable="string",
        flags=["string"],
        fmgadom="string",
        force_recreate="string",
        scopes=[{
            "name": "string",
            "vdom": "string",
        }],
        securityconsole_install_preview_id="string",
        vdoms=["string"])
    
    const securityconsoleInstallPreviewResource = new fortimanager.SecurityconsoleInstallPreview("securityconsoleInstallPreviewResource", {
        device: "string",
        dynamicSortSubtable: "string",
        flags: ["string"],
        fmgadom: "string",
        forceRecreate: "string",
        scopes: [{
            name: "string",
            vdom: "string",
        }],
        securityconsoleInstallPreviewId: "string",
        vdoms: ["string"],
    });
    
    type: fortimanager:SecurityconsoleInstallPreview
    properties:
        device: string
        dynamicSortSubtable: string
        flags:
            - string
        fmgadom: string
        forceRecreate: string
        scopes:
            - name: string
              vdom: string
        securityconsoleInstallPreviewId: string
        vdoms:
            - string
    

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

    Device string
    Device.
    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.
    Flags List<string>
    Flags. Valid values: none, json.
    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.
    Scopes List<SecurityconsoleInstallPreviewScope>
    Scope. The structure of scope block is documented below.
    SecurityconsoleInstallPreviewId string
    an identifier for the resource.
    Vdoms List<string>
    Vdoms.
    Device string
    Device.
    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.
    Flags []string
    Flags. Valid values: none, json.
    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.
    Scopes []SecurityconsoleInstallPreviewScopeArgs
    Scope. The structure of scope block is documented below.
    SecurityconsoleInstallPreviewId string
    an identifier for the resource.
    Vdoms []string
    Vdoms.
    device String
    Device.
    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.
    flags List<String>
    Flags. Valid values: none, json.
    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.
    scopes List<SecurityconsoleInstallPreviewScope>
    Scope. The structure of scope block is documented below.
    securityconsoleInstallPreviewId String
    an identifier for the resource.
    vdoms List<String>
    Vdoms.
    device string
    Device.
    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.
    flags string[]
    Flags. Valid values: none, json.
    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.
    scopes SecurityconsoleInstallPreviewScope[]
    Scope. The structure of scope block is documented below.
    securityconsoleInstallPreviewId string
    an identifier for the resource.
    vdoms string[]
    Vdoms.
    device str
    Device.
    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.
    flags Sequence[str]
    Flags. Valid values: none, json.
    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.
    scopes Sequence[SecurityconsoleInstallPreviewScopeArgs]
    Scope. The structure of scope block is documented below.
    securityconsole_install_preview_id str
    an identifier for the resource.
    vdoms Sequence[str]
    Vdoms.
    device String
    Device.
    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.
    flags List<String>
    Flags. Valid values: none, json.
    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.
    scopes List<Property Map>
    Scope. The structure of scope block is documented below.
    securityconsoleInstallPreviewId String
    an identifier for the resource.
    vdoms List<String>
    Vdoms.

    Outputs

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

    Get an existing SecurityconsoleInstallPreview 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?: SecurityconsoleInstallPreviewState, opts?: CustomResourceOptions): SecurityconsoleInstallPreview
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            device: Optional[str] = None,
            dynamic_sort_subtable: Optional[str] = None,
            flags: Optional[Sequence[str]] = None,
            fmgadom: Optional[str] = None,
            force_recreate: Optional[str] = None,
            scopes: Optional[Sequence[SecurityconsoleInstallPreviewScopeArgs]] = None,
            securityconsole_install_preview_id: Optional[str] = None,
            vdoms: Optional[Sequence[str]] = None) -> SecurityconsoleInstallPreview
    func GetSecurityconsoleInstallPreview(ctx *Context, name string, id IDInput, state *SecurityconsoleInstallPreviewState, opts ...ResourceOption) (*SecurityconsoleInstallPreview, error)
    public static SecurityconsoleInstallPreview Get(string name, Input<string> id, SecurityconsoleInstallPreviewState? state, CustomResourceOptions? opts = null)
    public static SecurityconsoleInstallPreview get(String name, Output<String> id, SecurityconsoleInstallPreviewState state, CustomResourceOptions options)
    resources:  _:    type: fortimanager:SecurityconsoleInstallPreview    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:
    Device string
    Device.
    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.
    Flags List<string>
    Flags. Valid values: none, json.
    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.
    Scopes List<SecurityconsoleInstallPreviewScope>
    Scope. The structure of scope block is documented below.
    SecurityconsoleInstallPreviewId string
    an identifier for the resource.
    Vdoms List<string>
    Vdoms.
    Device string
    Device.
    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.
    Flags []string
    Flags. Valid values: none, json.
    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.
    Scopes []SecurityconsoleInstallPreviewScopeArgs
    Scope. The structure of scope block is documented below.
    SecurityconsoleInstallPreviewId string
    an identifier for the resource.
    Vdoms []string
    Vdoms.
    device String
    Device.
    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.
    flags List<String>
    Flags. Valid values: none, json.
    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.
    scopes List<SecurityconsoleInstallPreviewScope>
    Scope. The structure of scope block is documented below.
    securityconsoleInstallPreviewId String
    an identifier for the resource.
    vdoms List<String>
    Vdoms.
    device string
    Device.
    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.
    flags string[]
    Flags. Valid values: none, json.
    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.
    scopes SecurityconsoleInstallPreviewScope[]
    Scope. The structure of scope block is documented below.
    securityconsoleInstallPreviewId string
    an identifier for the resource.
    vdoms string[]
    Vdoms.
    device str
    Device.
    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.
    flags Sequence[str]
    Flags. Valid values: none, json.
    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.
    scopes Sequence[SecurityconsoleInstallPreviewScopeArgs]
    Scope. The structure of scope block is documented below.
    securityconsole_install_preview_id str
    an identifier for the resource.
    vdoms Sequence[str]
    Vdoms.
    device String
    Device.
    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.
    flags List<String>
    Flags. Valid values: none, json.
    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.
    scopes List<Property Map>
    Scope. The structure of scope block is documented below.
    securityconsoleInstallPreviewId String
    an identifier for the resource.
    vdoms List<String>
    Vdoms.

    Supporting Types

    SecurityconsoleInstallPreviewScope, SecurityconsoleInstallPreviewScopeArgs

    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