fortimanager.ObjectFmgFabricAuthorizationTemplate
Explore with Pulumi AI
ObjectFmg FabricAuthorizationTemplate
The following variables have sub resource. Avoid using them together, otherwise conflicts and overwrites may occur.
platforms
:fortimanager.ObjectFmgFabricAuthorizationTemplatePlatforms
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as fortimanager from "@pulumi/fortimanager";
const trname = new fortimanager.ObjectFmgFabricAuthorizationTemplate("trname", {
description: "This is a Terraform example",
switchController: "enable",
});
import pulumi
import pulumi_fortimanager as fortimanager
trname = fortimanager.ObjectFmgFabricAuthorizationTemplate("trname",
description="This is a Terraform example",
switch_controller="enable")
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.NewObjectFmgFabricAuthorizationTemplate(ctx, "trname", &fortimanager.ObjectFmgFabricAuthorizationTemplateArgs{
Description: pulumi.String("This is a Terraform example"),
SwitchController: pulumi.String("enable"),
})
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.ObjectFmgFabricAuthorizationTemplate("trname", new()
{
Description = "This is a Terraform example",
SwitchController = "enable",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.fortimanager.ObjectFmgFabricAuthorizationTemplate;
import com.pulumi.fortimanager.ObjectFmgFabricAuthorizationTemplateArgs;
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 ObjectFmgFabricAuthorizationTemplate("trname", ObjectFmgFabricAuthorizationTemplateArgs.builder()
.description("This is a Terraform example")
.switchController("enable")
.build());
}
}
resources:
trname:
type: fortimanager:ObjectFmgFabricAuthorizationTemplate
properties:
description: This is a Terraform example
switchController: enable
Create ObjectFmgFabricAuthorizationTemplate Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ObjectFmgFabricAuthorizationTemplate(name: string, args?: ObjectFmgFabricAuthorizationTemplateArgs, opts?: CustomResourceOptions);
@overload
def ObjectFmgFabricAuthorizationTemplate(resource_name: str,
args: Optional[ObjectFmgFabricAuthorizationTemplateArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def ObjectFmgFabricAuthorizationTemplate(resource_name: str,
opts: Optional[ResourceOptions] = None,
adom: Optional[str] = None,
description: Optional[str] = None,
dynamic_sort_subtable: Optional[str] = None,
extender_controller: Optional[str] = None,
name: Optional[str] = None,
object_fmg_fabric_authorization_template_id: Optional[str] = None,
platforms: Optional[Sequence[ObjectFmgFabricAuthorizationTemplatePlatformArgs]] = None,
scopetype: Optional[str] = None,
switch_controller: Optional[str] = None,
wireless_controller: Optional[str] = None)
func NewObjectFmgFabricAuthorizationTemplate(ctx *Context, name string, args *ObjectFmgFabricAuthorizationTemplateArgs, opts ...ResourceOption) (*ObjectFmgFabricAuthorizationTemplate, error)
public ObjectFmgFabricAuthorizationTemplate(string name, ObjectFmgFabricAuthorizationTemplateArgs? args = null, CustomResourceOptions? opts = null)
public ObjectFmgFabricAuthorizationTemplate(String name, ObjectFmgFabricAuthorizationTemplateArgs args)
public ObjectFmgFabricAuthorizationTemplate(String name, ObjectFmgFabricAuthorizationTemplateArgs args, CustomResourceOptions options)
type: fortimanager:ObjectFmgFabricAuthorizationTemplate
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 ObjectFmgFabricAuthorizationTemplateArgs
- 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 ObjectFmgFabricAuthorizationTemplateArgs
- 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 ObjectFmgFabricAuthorizationTemplateArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ObjectFmgFabricAuthorizationTemplateArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ObjectFmgFabricAuthorizationTemplateArgs
- 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 objectFmgFabricAuthorizationTemplateResource = new Fortimanager.ObjectFmgFabricAuthorizationTemplate("objectFmgFabricAuthorizationTemplateResource", new()
{
Adom = "string",
Description = "string",
DynamicSortSubtable = "string",
ExtenderController = "string",
Name = "string",
ObjectFmgFabricAuthorizationTemplateId = "string",
Platforms = new[]
{
new Fortimanager.Inputs.ObjectFmgFabricAuthorizationTemplatePlatformArgs
{
Count = 0,
ExtensionType = "string",
Fortilink = "string",
Prefix = "string",
Type = "string",
},
},
Scopetype = "string",
SwitchController = "string",
WirelessController = "string",
});
example, err := fortimanager.NewObjectFmgFabricAuthorizationTemplate(ctx, "objectFmgFabricAuthorizationTemplateResource", &fortimanager.ObjectFmgFabricAuthorizationTemplateArgs{
Adom: pulumi.String("string"),
Description: pulumi.String("string"),
DynamicSortSubtable: pulumi.String("string"),
ExtenderController: pulumi.String("string"),
Name: pulumi.String("string"),
ObjectFmgFabricAuthorizationTemplateId: pulumi.String("string"),
Platforms: .ObjectFmgFabricAuthorizationTemplatePlatformArray{
&.ObjectFmgFabricAuthorizationTemplatePlatformArgs{
Count: pulumi.Float64(0),
ExtensionType: pulumi.String("string"),
Fortilink: pulumi.String("string"),
Prefix: pulumi.String("string"),
Type: pulumi.String("string"),
},
},
Scopetype: pulumi.String("string"),
SwitchController: pulumi.String("string"),
WirelessController: pulumi.String("string"),
})
var objectFmgFabricAuthorizationTemplateResource = new ObjectFmgFabricAuthorizationTemplate("objectFmgFabricAuthorizationTemplateResource", ObjectFmgFabricAuthorizationTemplateArgs.builder()
.adom("string")
.description("string")
.dynamicSortSubtable("string")
.extenderController("string")
.name("string")
.objectFmgFabricAuthorizationTemplateId("string")
.platforms(ObjectFmgFabricAuthorizationTemplatePlatformArgs.builder()
.count(0)
.extensionType("string")
.fortilink("string")
.prefix("string")
.type("string")
.build())
.scopetype("string")
.switchController("string")
.wirelessController("string")
.build());
object_fmg_fabric_authorization_template_resource = fortimanager.ObjectFmgFabricAuthorizationTemplate("objectFmgFabricAuthorizationTemplateResource",
adom="string",
description="string",
dynamic_sort_subtable="string",
extender_controller="string",
name="string",
object_fmg_fabric_authorization_template_id="string",
platforms=[{
"count": 0,
"extension_type": "string",
"fortilink": "string",
"prefix": "string",
"type": "string",
}],
scopetype="string",
switch_controller="string",
wireless_controller="string")
const objectFmgFabricAuthorizationTemplateResource = new fortimanager.ObjectFmgFabricAuthorizationTemplate("objectFmgFabricAuthorizationTemplateResource", {
adom: "string",
description: "string",
dynamicSortSubtable: "string",
extenderController: "string",
name: "string",
objectFmgFabricAuthorizationTemplateId: "string",
platforms: [{
count: 0,
extensionType: "string",
fortilink: "string",
prefix: "string",
type: "string",
}],
scopetype: "string",
switchController: "string",
wirelessController: "string",
});
type: fortimanager:ObjectFmgFabricAuthorizationTemplate
properties:
adom: string
description: string
dynamicSortSubtable: string
extenderController: string
name: string
objectFmgFabricAuthorizationTemplateId: string
platforms:
- count: 0
extensionType: string
fortilink: string
prefix: string
type: string
scopetype: string
switchController: string
wirelessController: string
ObjectFmgFabricAuthorizationTemplate 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 ObjectFmgFabricAuthorizationTemplate 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. - Description string
- Description.
- 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.
- Extender
Controller string - Extender-Controller. Valid values:
disable
,enable
. - Name string
- Name.
- string
- an identifier for the resource with format {{name}}.
- Platforms
List<Object
Fmg Fabric Authorization Template Platform> - Platforms. The structure of
platforms
block is documented below. - 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
. - Switch
Controller string - Switch-Controller. Valid values:
disable
,enable
. - Wireless
Controller string - Wireless-Controller. Valid values:
disable
,enable
.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Description string
- Description.
- 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.
- Extender
Controller string - Extender-Controller. Valid values:
disable
,enable
. - Name string
- Name.
- string
- an identifier for the resource with format {{name}}.
- Platforms
[]Object
Fmg Fabric Authorization Template Platform Args - Platforms. The structure of
platforms
block is documented below. - 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
. - Switch
Controller string - Switch-Controller. Valid values:
disable
,enable
. - Wireless
Controller string - Wireless-Controller. Valid values:
disable
,enable
.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - description String
- Description.
- 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.
- extender
Controller String - Extender-Controller. Valid values:
disable
,enable
. - name String
- Name.
- String
- an identifier for the resource with format {{name}}.
- platforms
List<Object
Fmg Fabric Authorization Template Platform> - Platforms. The structure of
platforms
block is documented below. - 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
. - switch
Controller String - Switch-Controller. Valid values:
disable
,enable
. - wireless
Controller String - Wireless-Controller. Valid values:
disable
,enable
.
- adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - description string
- Description.
- 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.
- extender
Controller string - Extender-Controller. Valid values:
disable
,enable
. - name string
- Name.
- string
- an identifier for the resource with format {{name}}.
- platforms
Object
Fmg Fabric Authorization Template Platform[] - Platforms. The structure of
platforms
block is documented below. - 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
. - switch
Controller string - Switch-Controller. Valid values:
disable
,enable
. - wireless
Controller string - Wireless-Controller. Valid values:
disable
,enable
.
- adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - description str
- Description.
- 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.
- extender_
controller str - Extender-Controller. Valid values:
disable
,enable
. - name str
- Name.
- str
- an identifier for the resource with format {{name}}.
- platforms
Sequence[Object
Fmg Fabric Authorization Template Platform Args] - Platforms. The structure of
platforms
block is documented below. - 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
. - switch_
controller str - Switch-Controller. Valid values:
disable
,enable
. - wireless_
controller str - Wireless-Controller. Valid values:
disable
,enable
.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - description String
- Description.
- 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.
- extender
Controller String - Extender-Controller. Valid values:
disable
,enable
. - name String
- Name.
- String
- an identifier for the resource with format {{name}}.
- platforms List<Property Map>
- Platforms. The structure of
platforms
block is documented below. - 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
. - switch
Controller String - Switch-Controller. Valid values:
disable
,enable
. - wireless
Controller String - Wireless-Controller. Valid values:
disable
,enable
.
Outputs
All input properties are implicitly available as output properties. Additionally, the ObjectFmgFabricAuthorizationTemplate 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 ObjectFmgFabricAuthorizationTemplate Resource
Get an existing ObjectFmgFabricAuthorizationTemplate 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?: ObjectFmgFabricAuthorizationTemplateState, opts?: CustomResourceOptions): ObjectFmgFabricAuthorizationTemplate
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
adom: Optional[str] = None,
description: Optional[str] = None,
dynamic_sort_subtable: Optional[str] = None,
extender_controller: Optional[str] = None,
name: Optional[str] = None,
object_fmg_fabric_authorization_template_id: Optional[str] = None,
platforms: Optional[Sequence[ObjectFmgFabricAuthorizationTemplatePlatformArgs]] = None,
scopetype: Optional[str] = None,
switch_controller: Optional[str] = None,
wireless_controller: Optional[str] = None) -> ObjectFmgFabricAuthorizationTemplate
func GetObjectFmgFabricAuthorizationTemplate(ctx *Context, name string, id IDInput, state *ObjectFmgFabricAuthorizationTemplateState, opts ...ResourceOption) (*ObjectFmgFabricAuthorizationTemplate, error)
public static ObjectFmgFabricAuthorizationTemplate Get(string name, Input<string> id, ObjectFmgFabricAuthorizationTemplateState? state, CustomResourceOptions? opts = null)
public static ObjectFmgFabricAuthorizationTemplate get(String name, Output<String> id, ObjectFmgFabricAuthorizationTemplateState state, CustomResourceOptions options)
resources: _: type: fortimanager:ObjectFmgFabricAuthorizationTemplate 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. - Description string
- Description.
- 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.
- Extender
Controller string - Extender-Controller. Valid values:
disable
,enable
. - Name string
- Name.
- string
- an identifier for the resource with format {{name}}.
- Platforms
List<Object
Fmg Fabric Authorization Template Platform> - Platforms. The structure of
platforms
block is documented below. - 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
. - Switch
Controller string - Switch-Controller. Valid values:
disable
,enable
. - Wireless
Controller string - Wireless-Controller. Valid values:
disable
,enable
.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Description string
- Description.
- 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.
- Extender
Controller string - Extender-Controller. Valid values:
disable
,enable
. - Name string
- Name.
- string
- an identifier for the resource with format {{name}}.
- Platforms
[]Object
Fmg Fabric Authorization Template Platform Args - Platforms. The structure of
platforms
block is documented below. - 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
. - Switch
Controller string - Switch-Controller. Valid values:
disable
,enable
. - Wireless
Controller string - Wireless-Controller. Valid values:
disable
,enable
.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - description String
- Description.
- 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.
- extender
Controller String - Extender-Controller. Valid values:
disable
,enable
. - name String
- Name.
- String
- an identifier for the resource with format {{name}}.
- platforms
List<Object
Fmg Fabric Authorization Template Platform> - Platforms. The structure of
platforms
block is documented below. - 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
. - switch
Controller String - Switch-Controller. Valid values:
disable
,enable
. - wireless
Controller String - Wireless-Controller. Valid values:
disable
,enable
.
- adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - description string
- Description.
- 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.
- extender
Controller string - Extender-Controller. Valid values:
disable
,enable
. - name string
- Name.
- string
- an identifier for the resource with format {{name}}.
- platforms
Object
Fmg Fabric Authorization Template Platform[] - Platforms. The structure of
platforms
block is documented below. - 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
. - switch
Controller string - Switch-Controller. Valid values:
disable
,enable
. - wireless
Controller string - Wireless-Controller. Valid values:
disable
,enable
.
- adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - description str
- Description.
- 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.
- extender_
controller str - Extender-Controller. Valid values:
disable
,enable
. - name str
- Name.
- str
- an identifier for the resource with format {{name}}.
- platforms
Sequence[Object
Fmg Fabric Authorization Template Platform Args] - Platforms. The structure of
platforms
block is documented below. - 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
. - switch_
controller str - Switch-Controller. Valid values:
disable
,enable
. - wireless_
controller str - Wireless-Controller. Valid values:
disable
,enable
.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - description String
- Description.
- 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.
- extender
Controller String - Extender-Controller. Valid values:
disable
,enable
. - name String
- Name.
- String
- an identifier for the resource with format {{name}}.
- platforms List<Property Map>
- Platforms. The structure of
platforms
block is documented below. - 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
. - switch
Controller String - Switch-Controller. Valid values:
disable
,enable
. - wireless
Controller String - Wireless-Controller. Valid values:
disable
,enable
.
Supporting Types
ObjectFmgFabricAuthorizationTemplatePlatform, ObjectFmgFabricAuthorizationTemplatePlatformArgs
- Count double
- Count.
- Extension
Type string - Extension-Type. Valid values:
wan-extension
,lan-extension
. - Fortilink string
- Fortilink.
- Prefix string
- Prefix.
- Type string
- Type. Valid values:
ap
,extender
,switch
.
- Count float64
- Count.
- Extension
Type string - Extension-Type. Valid values:
wan-extension
,lan-extension
. - Fortilink string
- Fortilink.
- Prefix string
- Prefix.
- Type string
- Type. Valid values:
ap
,extender
,switch
.
- count Double
- Count.
- extension
Type String - Extension-Type. Valid values:
wan-extension
,lan-extension
. - fortilink String
- Fortilink.
- prefix String
- Prefix.
- type String
- Type. Valid values:
ap
,extender
,switch
.
- count number
- Count.
- extension
Type string - Extension-Type. Valid values:
wan-extension
,lan-extension
. - fortilink string
- Fortilink.
- prefix string
- Prefix.
- type string
- Type. Valid values:
ap
,extender
,switch
.
- count float
- Count.
- extension_
type str - Extension-Type. Valid values:
wan-extension
,lan-extension
. - fortilink str
- Fortilink.
- prefix str
- Prefix.
- type str
- Type. Valid values:
ap
,extender
,switch
.
- count Number
- Count.
- extension
Type String - Extension-Type. Valid values:
wan-extension
,lan-extension
. - fortilink String
- Fortilink.
- prefix String
- Prefix.
- type String
- Type. Valid values:
ap
,extender
,switch
.
Import
ObjectFmg FabricAuthorizationTemplate can be imported using any of these accepted formats:
$ export “FORTIMANAGER_IMPORT_TABLE”=“true”
$ pulumi import fortimanager:index/objectFmgFabricAuthorizationTemplate:ObjectFmgFabricAuthorizationTemplate 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.