fortimanager.SecurityconsoleInstallPreview
Explore with Pulumi AI
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.
- Dynamic
Sort stringSubtable - 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.
- Force
Recreate string - The argument is optional, if it is set, when the value changes, the resource will be re-created.
- Scopes
List<Securityconsole
Install Preview Scope> - Scope. The structure of
scope
block is documented below. - Securityconsole
Install stringPreview Id - an identifier for the resource.
- Vdoms List<string>
- Vdoms.
- Device string
- Device.
- Dynamic
Sort stringSubtable - 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.
- Force
Recreate string - The argument is optional, if it is set, when the value changes, the resource will be re-created.
- Scopes
[]Securityconsole
Install Preview Scope Args - Scope. The structure of
scope
block is documented below. - Securityconsole
Install stringPreview Id - an identifier for the resource.
- Vdoms []string
- Vdoms.
- device String
- Device.
- dynamic
Sort StringSubtable - 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.
- force
Recreate String - The argument is optional, if it is set, when the value changes, the resource will be re-created.
- scopes
List<Securityconsole
Install Preview Scope> - Scope. The structure of
scope
block is documented below. - securityconsole
Install StringPreview Id - an identifier for the resource.
- vdoms List<String>
- Vdoms.
- device string
- Device.
- dynamic
Sort stringSubtable - 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.
- force
Recreate string - The argument is optional, if it is set, when the value changes, the resource will be re-created.
- scopes
Securityconsole
Install Preview Scope[] - Scope. The structure of
scope
block is documented below. - securityconsole
Install stringPreview Id - an identifier for the resource.
- vdoms string[]
- Vdoms.
- device str
- Device.
- dynamic_
sort_ strsubtable - 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[Securityconsole
Install Preview Scope Args] - Scope. The structure of
scope
block is documented below. - securityconsole_
install_ strpreview_ id - an identifier for the resource.
- vdoms Sequence[str]
- Vdoms.
- device String
- Device.
- dynamic
Sort StringSubtable - 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.
- force
Recreate 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. - securityconsole
Install StringPreview Id - 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.
- Device string
- Device.
- Dynamic
Sort stringSubtable - 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.
- Force
Recreate string - The argument is optional, if it is set, when the value changes, the resource will be re-created.
- Scopes
List<Securityconsole
Install Preview Scope> - Scope. The structure of
scope
block is documented below. - Securityconsole
Install stringPreview Id - an identifier for the resource.
- Vdoms List<string>
- Vdoms.
- Device string
- Device.
- Dynamic
Sort stringSubtable - 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.
- Force
Recreate string - The argument is optional, if it is set, when the value changes, the resource will be re-created.
- Scopes
[]Securityconsole
Install Preview Scope Args - Scope. The structure of
scope
block is documented below. - Securityconsole
Install stringPreview Id - an identifier for the resource.
- Vdoms []string
- Vdoms.
- device String
- Device.
- dynamic
Sort StringSubtable - 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.
- force
Recreate String - The argument is optional, if it is set, when the value changes, the resource will be re-created.
- scopes
List<Securityconsole
Install Preview Scope> - Scope. The structure of
scope
block is documented below. - securityconsole
Install StringPreview Id - an identifier for the resource.
- vdoms List<String>
- Vdoms.
- device string
- Device.
- dynamic
Sort stringSubtable - 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.
- force
Recreate string - The argument is optional, if it is set, when the value changes, the resource will be re-created.
- scopes
Securityconsole
Install Preview Scope[] - Scope. The structure of
scope
block is documented below. - securityconsole
Install stringPreview Id - an identifier for the resource.
- vdoms string[]
- Vdoms.
- device str
- Device.
- dynamic_
sort_ strsubtable - 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[Securityconsole
Install Preview Scope Args] - Scope. The structure of
scope
block is documented below. - securityconsole_
install_ strpreview_ id - an identifier for the resource.
- vdoms Sequence[str]
- Vdoms.
- device String
- Device.
- dynamic
Sort StringSubtable - 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.
- force
Recreate 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. - securityconsole
Install StringPreview Id - an identifier for the resource.
- vdoms List<String>
- Vdoms.
Supporting Types
SecurityconsoleInstallPreviewScope, SecurityconsoleInstallPreviewScopeArgs
Package Details
- Repository
- fortimanager fortinetdev/terraform-provider-fortimanager
- License
- Notes
- This Pulumi package is based on the
fortimanager
Terraform Provider.