fortimanager.ObjectWirelesscontrollerHotspot20H2qposuproviderFriendlyname
Explore with Pulumi AI
OSU provider friendly name.
This resource is a sub resource for variable
friendly_name
of resourcefortimanager.ObjectWirelesscontrollerHotspot20H2qposuprovider
. Conflict and overwrite may occur if use both of them.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as fortimanager from "@pulumi/fortimanager";
const trnameObjectWirelesscontrollerHotspot20H2qposuprovider = new fortimanager.ObjectWirelesscontrollerHotspot20H2qposuprovider("trnameObjectWirelesscontrollerHotspot20H2qposuprovider", {});
const trnameObjectWirelesscontrollerHotspot20H2qposuproviderFriendlyname = new fortimanager.ObjectWirelesscontrollerHotspot20H2qposuproviderFriendlyname("trnameObjectWirelesscontrollerHotspot20H2qposuproviderFriendlyname", {
index: 5,
h2qpOsuProvider: trnameObjectWirelesscontrollerHotspot20H2qposuprovider.name,
}, {
dependsOn: [trnameObjectWirelesscontrollerHotspot20H2qposuprovider],
});
import pulumi
import pulumi_fortimanager as fortimanager
trname_object_wirelesscontroller_hotspot20_h2qposuprovider = fortimanager.ObjectWirelesscontrollerHotspot20H2qposuprovider("trnameObjectWirelesscontrollerHotspot20H2qposuprovider")
trname_object_wirelesscontroller_hotspot20_h2qposuprovider_friendlyname = fortimanager.ObjectWirelesscontrollerHotspot20H2qposuproviderFriendlyname("trnameObjectWirelesscontrollerHotspot20H2qposuproviderFriendlyname",
index=5,
h2qp_osu_provider=trname_object_wirelesscontroller_hotspot20_h2qposuprovider.name,
opts = pulumi.ResourceOptions(depends_on=[trname_object_wirelesscontroller_hotspot20_h2qposuprovider]))
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 {
trnameObjectWirelesscontrollerHotspot20H2qposuprovider, err := fortimanager.NewObjectWirelesscontrollerHotspot20H2qposuprovider(ctx, "trnameObjectWirelesscontrollerHotspot20H2qposuprovider", nil)
if err != nil {
return err
}
_, err = fortimanager.NewObjectWirelesscontrollerHotspot20H2qposuproviderFriendlyname(ctx, "trnameObjectWirelesscontrollerHotspot20H2qposuproviderFriendlyname", &fortimanager.ObjectWirelesscontrollerHotspot20H2qposuproviderFriendlynameArgs{
Index: pulumi.Float64(5),
H2qpOsuProvider: trnameObjectWirelesscontrollerHotspot20H2qposuprovider.Name,
}, pulumi.DependsOn([]pulumi.Resource{
trnameObjectWirelesscontrollerHotspot20H2qposuprovider,
}))
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 trnameObjectWirelesscontrollerHotspot20H2qposuprovider = new Fortimanager.ObjectWirelesscontrollerHotspot20H2qposuprovider("trnameObjectWirelesscontrollerHotspot20H2qposuprovider");
var trnameObjectWirelesscontrollerHotspot20H2qposuproviderFriendlyname = new Fortimanager.ObjectWirelesscontrollerHotspot20H2qposuproviderFriendlyname("trnameObjectWirelesscontrollerHotspot20H2qposuproviderFriendlyname", new()
{
Index = 5,
H2qpOsuProvider = trnameObjectWirelesscontrollerHotspot20H2qposuprovider.Name,
}, new CustomResourceOptions
{
DependsOn =
{
trnameObjectWirelesscontrollerHotspot20H2qposuprovider,
},
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.fortimanager.ObjectWirelesscontrollerHotspot20H2qposuprovider;
import com.pulumi.fortimanager.ObjectWirelesscontrollerHotspot20H2qposuproviderFriendlyname;
import com.pulumi.fortimanager.ObjectWirelesscontrollerHotspot20H2qposuproviderFriendlynameArgs;
import com.pulumi.resources.CustomResourceOptions;
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 trnameObjectWirelesscontrollerHotspot20H2qposuprovider = new ObjectWirelesscontrollerHotspot20H2qposuprovider("trnameObjectWirelesscontrollerHotspot20H2qposuprovider");
var trnameObjectWirelesscontrollerHotspot20H2qposuproviderFriendlyname = new ObjectWirelesscontrollerHotspot20H2qposuproviderFriendlyname("trnameObjectWirelesscontrollerHotspot20H2qposuproviderFriendlyname", ObjectWirelesscontrollerHotspot20H2qposuproviderFriendlynameArgs.builder()
.index(5)
.h2qpOsuProvider(trnameObjectWirelesscontrollerHotspot20H2qposuprovider.name())
.build(), CustomResourceOptions.builder()
.dependsOn(trnameObjectWirelesscontrollerHotspot20H2qposuprovider)
.build());
}
}
resources:
trnameObjectWirelesscontrollerHotspot20H2qposuproviderFriendlyname:
type: fortimanager:ObjectWirelesscontrollerHotspot20H2qposuproviderFriendlyname
properties:
index: 5
h2qpOsuProvider: ${trnameObjectWirelesscontrollerHotspot20H2qposuprovider.name}
options:
dependsOn:
- ${trnameObjectWirelesscontrollerHotspot20H2qposuprovider}
trnameObjectWirelesscontrollerHotspot20H2qposuprovider:
type: fortimanager:ObjectWirelesscontrollerHotspot20H2qposuprovider
Create ObjectWirelesscontrollerHotspot20H2qposuproviderFriendlyname Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ObjectWirelesscontrollerHotspot20H2qposuproviderFriendlyname(name: string, args: ObjectWirelesscontrollerHotspot20H2qposuproviderFriendlynameArgs, opts?: CustomResourceOptions);
@overload
def ObjectWirelesscontrollerHotspot20H2qposuproviderFriendlyname(resource_name: str,
args: ObjectWirelesscontrollerHotspot20H2qposuproviderFriendlynameArgs,
opts: Optional[ResourceOptions] = None)
@overload
def ObjectWirelesscontrollerHotspot20H2qposuproviderFriendlyname(resource_name: str,
opts: Optional[ResourceOptions] = None,
h2qp_osu_provider: Optional[str] = None,
adom: Optional[str] = None,
friendly_name: Optional[str] = None,
index: Optional[float] = None,
lang: Optional[str] = None,
object_wirelesscontroller_hotspot20_h2qposuprovider_friendlyname_id: Optional[str] = None,
scopetype: Optional[str] = None)
func NewObjectWirelesscontrollerHotspot20H2qposuproviderFriendlyname(ctx *Context, name string, args ObjectWirelesscontrollerHotspot20H2qposuproviderFriendlynameArgs, opts ...ResourceOption) (*ObjectWirelesscontrollerHotspot20H2qposuproviderFriendlyname, error)
public ObjectWirelesscontrollerHotspot20H2qposuproviderFriendlyname(string name, ObjectWirelesscontrollerHotspot20H2qposuproviderFriendlynameArgs args, CustomResourceOptions? opts = null)
public ObjectWirelesscontrollerHotspot20H2qposuproviderFriendlyname(String name, ObjectWirelesscontrollerHotspot20H2qposuproviderFriendlynameArgs args)
public ObjectWirelesscontrollerHotspot20H2qposuproviderFriendlyname(String name, ObjectWirelesscontrollerHotspot20H2qposuproviderFriendlynameArgs args, CustomResourceOptions options)
type: fortimanager:ObjectWirelesscontrollerHotspot20H2qposuproviderFriendlyname
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 ObjectWirelesscontrollerHotspot20H2qposuproviderFriendlynameArgs
- 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 ObjectWirelesscontrollerHotspot20H2qposuproviderFriendlynameArgs
- 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 ObjectWirelesscontrollerHotspot20H2qposuproviderFriendlynameArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ObjectWirelesscontrollerHotspot20H2qposuproviderFriendlynameArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ObjectWirelesscontrollerHotspot20H2qposuproviderFriendlynameArgs
- 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 objectWirelesscontrollerHotspot20H2qposuproviderFriendlynameResource = new Fortimanager.ObjectWirelesscontrollerHotspot20H2qposuproviderFriendlyname("objectWirelesscontrollerHotspot20H2qposuproviderFriendlynameResource", new()
{
H2qpOsuProvider = "string",
Adom = "string",
FriendlyName = "string",
Index = 0,
Lang = "string",
ObjectWirelesscontrollerHotspot20H2qposuproviderFriendlynameId = "string",
Scopetype = "string",
});
example, err := fortimanager.NewObjectWirelesscontrollerHotspot20H2qposuproviderFriendlyname(ctx, "objectWirelesscontrollerHotspot20H2qposuproviderFriendlynameResource", &fortimanager.ObjectWirelesscontrollerHotspot20H2qposuproviderFriendlynameArgs{
H2qpOsuProvider: pulumi.String("string"),
Adom: pulumi.String("string"),
FriendlyName: pulumi.String("string"),
Index: pulumi.Float64(0),
Lang: pulumi.String("string"),
ObjectWirelesscontrollerHotspot20H2qposuproviderFriendlynameId: pulumi.String("string"),
Scopetype: pulumi.String("string"),
})
var objectWirelesscontrollerHotspot20H2qposuproviderFriendlynameResource = new ObjectWirelesscontrollerHotspot20H2qposuproviderFriendlyname("objectWirelesscontrollerHotspot20H2qposuproviderFriendlynameResource", ObjectWirelesscontrollerHotspot20H2qposuproviderFriendlynameArgs.builder()
.h2qpOsuProvider("string")
.adom("string")
.friendlyName("string")
.index(0)
.lang("string")
.objectWirelesscontrollerHotspot20H2qposuproviderFriendlynameId("string")
.scopetype("string")
.build());
object_wirelesscontroller_hotspot20_h2qposuprovider_friendlyname_resource = fortimanager.ObjectWirelesscontrollerHotspot20H2qposuproviderFriendlyname("objectWirelesscontrollerHotspot20H2qposuproviderFriendlynameResource",
h2qp_osu_provider="string",
adom="string",
friendly_name="string",
index=0,
lang="string",
object_wirelesscontroller_hotspot20_h2qposuprovider_friendlyname_id="string",
scopetype="string")
const objectWirelesscontrollerHotspot20H2qposuproviderFriendlynameResource = new fortimanager.ObjectWirelesscontrollerHotspot20H2qposuproviderFriendlyname("objectWirelesscontrollerHotspot20H2qposuproviderFriendlynameResource", {
h2qpOsuProvider: "string",
adom: "string",
friendlyName: "string",
index: 0,
lang: "string",
objectWirelesscontrollerHotspot20H2qposuproviderFriendlynameId: "string",
scopetype: "string",
});
type: fortimanager:ObjectWirelesscontrollerHotspot20H2qposuproviderFriendlyname
properties:
adom: string
friendlyName: string
h2qpOsuProvider: string
index: 0
lang: string
objectWirelesscontrollerHotspot20H2qposuproviderFriendlynameId: string
scopetype: string
ObjectWirelesscontrollerHotspot20H2qposuproviderFriendlyname 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 ObjectWirelesscontrollerHotspot20H2qposuproviderFriendlyname resource accepts the following input properties:
- H2qp
Osu stringProvider - H2Qp Osu Provider.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Friendly
Name string - OSU provider friendly name.
- Index double
- OSU provider friendly name index.
- Lang string
- Language code.
- Object
Wirelesscontroller stringHotspot20H2qposuprovider Friendlyname Id - an identifier for the resource with format {{index}}.
- 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
.
- H2qp
Osu stringProvider - H2Qp Osu Provider.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Friendly
Name string - OSU provider friendly name.
- Index float64
- OSU provider friendly name index.
- Lang string
- Language code.
- Object
Wirelesscontroller stringHotspot20H2qposuprovider Friendlyname Id - an identifier for the resource with format {{index}}.
- 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
.
- h2qp
Osu StringProvider - H2Qp Osu Provider.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - friendly
Name String - OSU provider friendly name.
- index Double
- OSU provider friendly name index.
- lang String
- Language code.
- object
Wirelesscontroller StringHotspot20H2qposuprovider Friendlyname Id - an identifier for the resource with format {{index}}.
- 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
.
- h2qp
Osu stringProvider - H2Qp Osu Provider.
- adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - friendly
Name string - OSU provider friendly name.
- index number
- OSU provider friendly name index.
- lang string
- Language code.
- object
Wirelesscontroller stringHotspot20H2qposuprovider Friendlyname Id - an identifier for the resource with format {{index}}.
- 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
.
- h2qp_
osu_ strprovider - H2Qp Osu Provider.
- adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - friendly_
name str - OSU provider friendly name.
- index float
- OSU provider friendly name index.
- lang str
- Language code.
- object_
wirelesscontroller_ strhotspot20_ h2qposuprovider_ friendlyname_ id - an identifier for the resource with format {{index}}.
- 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
.
- h2qp
Osu StringProvider - H2Qp Osu Provider.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - friendly
Name String - OSU provider friendly name.
- index Number
- OSU provider friendly name index.
- lang String
- Language code.
- object
Wirelesscontroller StringHotspot20H2qposuprovider Friendlyname Id - an identifier for the resource with format {{index}}.
- 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
.
Outputs
All input properties are implicitly available as output properties. Additionally, the ObjectWirelesscontrollerHotspot20H2qposuproviderFriendlyname 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 ObjectWirelesscontrollerHotspot20H2qposuproviderFriendlyname Resource
Get an existing ObjectWirelesscontrollerHotspot20H2qposuproviderFriendlyname 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?: ObjectWirelesscontrollerHotspot20H2qposuproviderFriendlynameState, opts?: CustomResourceOptions): ObjectWirelesscontrollerHotspot20H2qposuproviderFriendlyname
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
adom: Optional[str] = None,
friendly_name: Optional[str] = None,
h2qp_osu_provider: Optional[str] = None,
index: Optional[float] = None,
lang: Optional[str] = None,
object_wirelesscontroller_hotspot20_h2qposuprovider_friendlyname_id: Optional[str] = None,
scopetype: Optional[str] = None) -> ObjectWirelesscontrollerHotspot20H2qposuproviderFriendlyname
func GetObjectWirelesscontrollerHotspot20H2qposuproviderFriendlyname(ctx *Context, name string, id IDInput, state *ObjectWirelesscontrollerHotspot20H2qposuproviderFriendlynameState, opts ...ResourceOption) (*ObjectWirelesscontrollerHotspot20H2qposuproviderFriendlyname, error)
public static ObjectWirelesscontrollerHotspot20H2qposuproviderFriendlyname Get(string name, Input<string> id, ObjectWirelesscontrollerHotspot20H2qposuproviderFriendlynameState? state, CustomResourceOptions? opts = null)
public static ObjectWirelesscontrollerHotspot20H2qposuproviderFriendlyname get(String name, Output<String> id, ObjectWirelesscontrollerHotspot20H2qposuproviderFriendlynameState state, CustomResourceOptions options)
resources: _: type: fortimanager:ObjectWirelesscontrollerHotspot20H2qposuproviderFriendlyname 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. - Friendly
Name string - OSU provider friendly name.
- H2qp
Osu stringProvider - H2Qp Osu Provider.
- Index double
- OSU provider friendly name index.
- Lang string
- Language code.
- Object
Wirelesscontroller stringHotspot20H2qposuprovider Friendlyname Id - an identifier for the resource with format {{index}}.
- 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
.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Friendly
Name string - OSU provider friendly name.
- H2qp
Osu stringProvider - H2Qp Osu Provider.
- Index float64
- OSU provider friendly name index.
- Lang string
- Language code.
- Object
Wirelesscontroller stringHotspot20H2qposuprovider Friendlyname Id - an identifier for the resource with format {{index}}.
- 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
.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - friendly
Name String - OSU provider friendly name.
- h2qp
Osu StringProvider - H2Qp Osu Provider.
- index Double
- OSU provider friendly name index.
- lang String
- Language code.
- object
Wirelesscontroller StringHotspot20H2qposuprovider Friendlyname Id - an identifier for the resource with format {{index}}.
- 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
.
- adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - friendly
Name string - OSU provider friendly name.
- h2qp
Osu stringProvider - H2Qp Osu Provider.
- index number
- OSU provider friendly name index.
- lang string
- Language code.
- object
Wirelesscontroller stringHotspot20H2qposuprovider Friendlyname Id - an identifier for the resource with format {{index}}.
- 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
.
- adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - friendly_
name str - OSU provider friendly name.
- h2qp_
osu_ strprovider - H2Qp Osu Provider.
- index float
- OSU provider friendly name index.
- lang str
- Language code.
- object_
wirelesscontroller_ strhotspot20_ h2qposuprovider_ friendlyname_ id - an identifier for the resource with format {{index}}.
- 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
.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - friendly
Name String - OSU provider friendly name.
- h2qp
Osu StringProvider - H2Qp Osu Provider.
- index Number
- OSU provider friendly name index.
- lang String
- Language code.
- object
Wirelesscontroller StringHotspot20H2qposuprovider Friendlyname Id - an identifier for the resource with format {{index}}.
- 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
.
Import
ObjectWirelessController Hotspot20H2QpOsuProviderFriendlyName can be imported using any of these accepted formats:
Set import_options = [“h2qp_osu_provider=YOUR_VALUE”] in the provider section.
$ export “FORTIMANAGER_IMPORT_TABLE”=“true”
$ pulumi import fortimanager:index/objectWirelesscontrollerHotspot20H2qposuproviderFriendlyname:ObjectWirelesscontrollerHotspot20H2qposuproviderFriendlyname labelname {{index}}
$ 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.