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

fortimanager.ObjectFmgFabricAuthorizationTemplate

Explore with Pulumi AI

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

    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 is adom, otherwise the value of adom in the provider will be inherited.
    Description string
    Description.
    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.
    ExtenderController string
    Extender-Controller. Valid values: disable, enable.
    Name string
    Name.
    ObjectFmgFabricAuthorizationTemplateId string
    an identifier for the resource with format {{name}}.
    Platforms List<ObjectFmgFabricAuthorizationTemplatePlatform>
    Platforms. The structure of platforms block is documented below.
    Scopetype string
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    SwitchController string
    Switch-Controller. Valid values: disable, enable.
    WirelessController string
    Wireless-Controller. Valid values: disable, enable.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    Description string
    Description.
    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.
    ExtenderController string
    Extender-Controller. Valid values: disable, enable.
    Name string
    Name.
    ObjectFmgFabricAuthorizationTemplateId string
    an identifier for the resource with format {{name}}.
    Platforms []ObjectFmgFabricAuthorizationTemplatePlatformArgs
    Platforms. The structure of platforms block is documented below.
    Scopetype string
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    SwitchController string
    Switch-Controller. Valid values: disable, enable.
    WirelessController string
    Wireless-Controller. Valid values: disable, enable.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    description String
    Description.
    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.
    extenderController String
    Extender-Controller. Valid values: disable, enable.
    name String
    Name.
    objectFmgFabricAuthorizationTemplateId String
    an identifier for the resource with format {{name}}.
    platforms List<ObjectFmgFabricAuthorizationTemplatePlatform>
    Platforms. The structure of platforms block is documented below.
    scopetype String
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    switchController String
    Switch-Controller. Valid values: disable, enable.
    wirelessController String
    Wireless-Controller. Valid values: disable, enable.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    description string
    Description.
    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.
    extenderController string
    Extender-Controller. Valid values: disable, enable.
    name string
    Name.
    objectFmgFabricAuthorizationTemplateId string
    an identifier for the resource with format {{name}}.
    platforms ObjectFmgFabricAuthorizationTemplatePlatform[]
    Platforms. The structure of platforms block is documented below.
    scopetype string
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    switchController string
    Switch-Controller. Valid values: disable, enable.
    wirelessController string
    Wireless-Controller. Valid values: disable, enable.
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    description str
    Description.
    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.
    extender_controller str
    Extender-Controller. Valid values: disable, enable.
    name str
    Name.
    object_fmg_fabric_authorization_template_id str
    an identifier for the resource with format {{name}}.
    platforms Sequence[ObjectFmgFabricAuthorizationTemplatePlatformArgs]
    Platforms. The structure of platforms block is documented below.
    scopetype str
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    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 is adom, otherwise the value of adom in the provider will be inherited.
    description String
    Description.
    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.
    extenderController String
    Extender-Controller. Valid values: disable, enable.
    name String
    Name.
    objectFmgFabricAuthorizationTemplateId 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. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    switchController String
    Switch-Controller. Valid values: disable, enable.
    wirelessController 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.
    The following state arguments are supported:
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    Description string
    Description.
    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.
    ExtenderController string
    Extender-Controller. Valid values: disable, enable.
    Name string
    Name.
    ObjectFmgFabricAuthorizationTemplateId string
    an identifier for the resource with format {{name}}.
    Platforms List<ObjectFmgFabricAuthorizationTemplatePlatform>
    Platforms. The structure of platforms block is documented below.
    Scopetype string
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    SwitchController string
    Switch-Controller. Valid values: disable, enable.
    WirelessController string
    Wireless-Controller. Valid values: disable, enable.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    Description string
    Description.
    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.
    ExtenderController string
    Extender-Controller. Valid values: disable, enable.
    Name string
    Name.
    ObjectFmgFabricAuthorizationTemplateId string
    an identifier for the resource with format {{name}}.
    Platforms []ObjectFmgFabricAuthorizationTemplatePlatformArgs
    Platforms. The structure of platforms block is documented below.
    Scopetype string
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    SwitchController string
    Switch-Controller. Valid values: disable, enable.
    WirelessController string
    Wireless-Controller. Valid values: disable, enable.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    description String
    Description.
    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.
    extenderController String
    Extender-Controller. Valid values: disable, enable.
    name String
    Name.
    objectFmgFabricAuthorizationTemplateId String
    an identifier for the resource with format {{name}}.
    platforms List<ObjectFmgFabricAuthorizationTemplatePlatform>
    Platforms. The structure of platforms block is documented below.
    scopetype String
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    switchController String
    Switch-Controller. Valid values: disable, enable.
    wirelessController String
    Wireless-Controller. Valid values: disable, enable.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    description string
    Description.
    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.
    extenderController string
    Extender-Controller. Valid values: disable, enable.
    name string
    Name.
    objectFmgFabricAuthorizationTemplateId string
    an identifier for the resource with format {{name}}.
    platforms ObjectFmgFabricAuthorizationTemplatePlatform[]
    Platforms. The structure of platforms block is documented below.
    scopetype string
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    switchController string
    Switch-Controller. Valid values: disable, enable.
    wirelessController string
    Wireless-Controller. Valid values: disable, enable.
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    description str
    Description.
    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.
    extender_controller str
    Extender-Controller. Valid values: disable, enable.
    name str
    Name.
    object_fmg_fabric_authorization_template_id str
    an identifier for the resource with format {{name}}.
    platforms Sequence[ObjectFmgFabricAuthorizationTemplatePlatformArgs]
    Platforms. The structure of platforms block is documented below.
    scopetype str
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    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 is adom, otherwise the value of adom in the provider will be inherited.
    description String
    Description.
    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.
    extenderController String
    Extender-Controller. Valid values: disable, enable.
    name String
    Name.
    objectFmgFabricAuthorizationTemplateId 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. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    switchController String
    Switch-Controller. Valid values: disable, enable.
    wirelessController String
    Wireless-Controller. Valid values: disable, enable.

    Supporting Types

    ObjectFmgFabricAuthorizationTemplatePlatform, ObjectFmgFabricAuthorizationTemplatePlatformArgs

    Count double
    Count.
    ExtensionType 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.
    ExtensionType 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.
    extensionType 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.
    extensionType 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.
    extensionType 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.
    fortimanager logo
    fortimanager 1.13.0 published on Thursday, Mar 13, 2025 by fortinetdev