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

fortimanager.ObjectUserRadiusDynamicMappingAccountingserver

Explore with Pulumi AI

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

    Additional accounting servers.

    This resource is a sub resource for variable accounting_server of resource fortimanager.ObjectUserRadiusDynamicMapping. Conflict and overwrite may occur if use both of them.

    Create ObjectUserRadiusDynamicMappingAccountingserver Resource

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

    Constructor syntax

    new ObjectUserRadiusDynamicMappingAccountingserver(name: string, args: ObjectUserRadiusDynamicMappingAccountingserverArgs, opts?: CustomResourceOptions);
    @overload
    def ObjectUserRadiusDynamicMappingAccountingserver(resource_name: str,
                                                       args: ObjectUserRadiusDynamicMappingAccountingserverArgs,
                                                       opts: Optional[ResourceOptions] = None)
    
    @overload
    def ObjectUserRadiusDynamicMappingAccountingserver(resource_name: str,
                                                       opts: Optional[ResourceOptions] = None,
                                                       radius: Optional[str] = None,
                                                       dynamic_mapping_name: Optional[str] = None,
                                                       dynamic_mapping_vdom: Optional[str] = None,
                                                       object_user_radius_dynamic_mapping_accountingserver_id: Optional[str] = None,
                                                       interface: Optional[str] = None,
                                                       interface_select_method: Optional[str] = None,
                                                       adom: Optional[str] = None,
                                                       port: Optional[float] = None,
                                                       fosid: Optional[float] = None,
                                                       scopetype: Optional[str] = None,
                                                       secrets: Optional[Sequence[str]] = None,
                                                       server: Optional[str] = None,
                                                       source_ip: Optional[str] = None,
                                                       status: Optional[str] = None)
    func NewObjectUserRadiusDynamicMappingAccountingserver(ctx *Context, name string, args ObjectUserRadiusDynamicMappingAccountingserverArgs, opts ...ResourceOption) (*ObjectUserRadiusDynamicMappingAccountingserver, error)
    public ObjectUserRadiusDynamicMappingAccountingserver(string name, ObjectUserRadiusDynamicMappingAccountingserverArgs args, CustomResourceOptions? opts = null)
    public ObjectUserRadiusDynamicMappingAccountingserver(String name, ObjectUserRadiusDynamicMappingAccountingserverArgs args)
    public ObjectUserRadiusDynamicMappingAccountingserver(String name, ObjectUserRadiusDynamicMappingAccountingserverArgs args, CustomResourceOptions options)
    
    type: fortimanager:ObjectUserRadiusDynamicMappingAccountingserver
    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 ObjectUserRadiusDynamicMappingAccountingserverArgs
    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 ObjectUserRadiusDynamicMappingAccountingserverArgs
    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 ObjectUserRadiusDynamicMappingAccountingserverArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ObjectUserRadiusDynamicMappingAccountingserverArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ObjectUserRadiusDynamicMappingAccountingserverArgs
    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 objectUserRadiusDynamicMappingAccountingserverResource = new Fortimanager.ObjectUserRadiusDynamicMappingAccountingserver("objectUserRadiusDynamicMappingAccountingserverResource", new()
    {
        Radius = "string",
        DynamicMappingName = "string",
        DynamicMappingVdom = "string",
        ObjectUserRadiusDynamicMappingAccountingserverId = "string",
        Interface = "string",
        InterfaceSelectMethod = "string",
        Adom = "string",
        Port = 0,
        Fosid = 0,
        Scopetype = "string",
        Secrets = new[]
        {
            "string",
        },
        Server = "string",
        SourceIp = "string",
        Status = "string",
    });
    
    example, err := fortimanager.NewObjectUserRadiusDynamicMappingAccountingserver(ctx, "objectUserRadiusDynamicMappingAccountingserverResource", &fortimanager.ObjectUserRadiusDynamicMappingAccountingserverArgs{
    Radius: pulumi.String("string"),
    DynamicMappingName: pulumi.String("string"),
    DynamicMappingVdom: pulumi.String("string"),
    ObjectUserRadiusDynamicMappingAccountingserverId: pulumi.String("string"),
    Interface: pulumi.String("string"),
    InterfaceSelectMethod: pulumi.String("string"),
    Adom: pulumi.String("string"),
    Port: pulumi.Float64(0),
    Fosid: pulumi.Float64(0),
    Scopetype: pulumi.String("string"),
    Secrets: pulumi.StringArray{
    pulumi.String("string"),
    },
    Server: pulumi.String("string"),
    SourceIp: pulumi.String("string"),
    Status: pulumi.String("string"),
    })
    
    var objectUserRadiusDynamicMappingAccountingserverResource = new ObjectUserRadiusDynamicMappingAccountingserver("objectUserRadiusDynamicMappingAccountingserverResource", ObjectUserRadiusDynamicMappingAccountingserverArgs.builder()
        .radius("string")
        .dynamicMappingName("string")
        .dynamicMappingVdom("string")
        .objectUserRadiusDynamicMappingAccountingserverId("string")
        .interface_("string")
        .interfaceSelectMethod("string")
        .adom("string")
        .port(0)
        .fosid(0)
        .scopetype("string")
        .secrets("string")
        .server("string")
        .sourceIp("string")
        .status("string")
        .build());
    
    object_user_radius_dynamic_mapping_accountingserver_resource = fortimanager.ObjectUserRadiusDynamicMappingAccountingserver("objectUserRadiusDynamicMappingAccountingserverResource",
        radius="string",
        dynamic_mapping_name="string",
        dynamic_mapping_vdom="string",
        object_user_radius_dynamic_mapping_accountingserver_id="string",
        interface="string",
        interface_select_method="string",
        adom="string",
        port=0,
        fosid=0,
        scopetype="string",
        secrets=["string"],
        server="string",
        source_ip="string",
        status="string")
    
    const objectUserRadiusDynamicMappingAccountingserverResource = new fortimanager.ObjectUserRadiusDynamicMappingAccountingserver("objectUserRadiusDynamicMappingAccountingserverResource", {
        radius: "string",
        dynamicMappingName: "string",
        dynamicMappingVdom: "string",
        objectUserRadiusDynamicMappingAccountingserverId: "string",
        "interface": "string",
        interfaceSelectMethod: "string",
        adom: "string",
        port: 0,
        fosid: 0,
        scopetype: "string",
        secrets: ["string"],
        server: "string",
        sourceIp: "string",
        status: "string",
    });
    
    type: fortimanager:ObjectUserRadiusDynamicMappingAccountingserver
    properties:
        adom: string
        dynamicMappingName: string
        dynamicMappingVdom: string
        fosid: 0
        interface: string
        interfaceSelectMethod: string
        objectUserRadiusDynamicMappingAccountingserverId: string
        port: 0
        radius: string
        scopetype: string
        secrets:
            - string
        server: string
        sourceIp: string
        status: string
    

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

    DynamicMappingName string
    Dynamic Mapping Name.
    DynamicMappingVdom string
    Dynamic Mapping Vdom.
    Radius string
    Radius.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    Fosid double
    ID (0 - 4294967295).
    Interface string
    Specify outgoing interface to reach server.
    InterfaceSelectMethod string
    Specify how to select outgoing interface to reach server. Valid values: auto, sdwan, specify.
    ObjectUserRadiusDynamicMappingAccountingserverId string
    an identifier for the resource with format {{fosid}}.
    Port double
    RADIUS accounting port number.
    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.
    Secrets List<string>
    Secret key.
    Server string
    {<name_str|ip_str>} Server CN domain name or IP.
    SourceIp string
    Source IP address for communications to the RADIUS server.
    Status string
    Status. Valid values: disable, enable.
    DynamicMappingName string
    Dynamic Mapping Name.
    DynamicMappingVdom string
    Dynamic Mapping Vdom.
    Radius string
    Radius.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    Fosid float64
    ID (0 - 4294967295).
    Interface string
    Specify outgoing interface to reach server.
    InterfaceSelectMethod string
    Specify how to select outgoing interface to reach server. Valid values: auto, sdwan, specify.
    ObjectUserRadiusDynamicMappingAccountingserverId string
    an identifier for the resource with format {{fosid}}.
    Port float64
    RADIUS accounting port number.
    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.
    Secrets []string
    Secret key.
    Server string
    {<name_str|ip_str>} Server CN domain name or IP.
    SourceIp string
    Source IP address for communications to the RADIUS server.
    Status string
    Status. Valid values: disable, enable.
    dynamicMappingName String
    Dynamic Mapping Name.
    dynamicMappingVdom String
    Dynamic Mapping Vdom.
    radius String
    Radius.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    fosid Double
    ID (0 - 4294967295).
    interfaceSelectMethod String
    Specify how to select outgoing interface to reach server. Valid values: auto, sdwan, specify.
    interface_ String
    Specify outgoing interface to reach server.
    objectUserRadiusDynamicMappingAccountingserverId String
    an identifier for the resource with format {{fosid}}.
    port Double
    RADIUS accounting port number.
    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.
    secrets List<String>
    Secret key.
    server String
    {<name_str|ip_str>} Server CN domain name or IP.
    sourceIp String
    Source IP address for communications to the RADIUS server.
    status String
    Status. Valid values: disable, enable.
    dynamicMappingName string
    Dynamic Mapping Name.
    dynamicMappingVdom string
    Dynamic Mapping Vdom.
    radius string
    Radius.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    fosid number
    ID (0 - 4294967295).
    interface string
    Specify outgoing interface to reach server.
    interfaceSelectMethod string
    Specify how to select outgoing interface to reach server. Valid values: auto, sdwan, specify.
    objectUserRadiusDynamicMappingAccountingserverId string
    an identifier for the resource with format {{fosid}}.
    port number
    RADIUS accounting port number.
    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.
    secrets string[]
    Secret key.
    server string
    {<name_str|ip_str>} Server CN domain name or IP.
    sourceIp string
    Source IP address for communications to the RADIUS server.
    status string
    Status. Valid values: disable, enable.
    dynamic_mapping_name str
    Dynamic Mapping Name.
    dynamic_mapping_vdom str
    Dynamic Mapping Vdom.
    radius str
    Radius.
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    fosid float
    ID (0 - 4294967295).
    interface str
    Specify outgoing interface to reach server.
    interface_select_method str
    Specify how to select outgoing interface to reach server. Valid values: auto, sdwan, specify.
    object_user_radius_dynamic_mapping_accountingserver_id str
    an identifier for the resource with format {{fosid}}.
    port float
    RADIUS accounting port number.
    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.
    secrets Sequence[str]
    Secret key.
    server str
    {<name_str|ip_str>} Server CN domain name or IP.
    source_ip str
    Source IP address for communications to the RADIUS server.
    status str
    Status. Valid values: disable, enable.
    dynamicMappingName String
    Dynamic Mapping Name.
    dynamicMappingVdom String
    Dynamic Mapping Vdom.
    radius String
    Radius.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    fosid Number
    ID (0 - 4294967295).
    interface String
    Specify outgoing interface to reach server.
    interfaceSelectMethod String
    Specify how to select outgoing interface to reach server. Valid values: auto, sdwan, specify.
    objectUserRadiusDynamicMappingAccountingserverId String
    an identifier for the resource with format {{fosid}}.
    port Number
    RADIUS accounting port number.
    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.
    secrets List<String>
    Secret key.
    server String
    {<name_str|ip_str>} Server CN domain name or IP.
    sourceIp String
    Source IP address for communications to the RADIUS server.
    status String
    Status. Valid values: disable, enable.

    Outputs

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

    Get an existing ObjectUserRadiusDynamicMappingAccountingserver 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?: ObjectUserRadiusDynamicMappingAccountingserverState, opts?: CustomResourceOptions): ObjectUserRadiusDynamicMappingAccountingserver
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            adom: Optional[str] = None,
            dynamic_mapping_name: Optional[str] = None,
            dynamic_mapping_vdom: Optional[str] = None,
            fosid: Optional[float] = None,
            interface: Optional[str] = None,
            interface_select_method: Optional[str] = None,
            object_user_radius_dynamic_mapping_accountingserver_id: Optional[str] = None,
            port: Optional[float] = None,
            radius: Optional[str] = None,
            scopetype: Optional[str] = None,
            secrets: Optional[Sequence[str]] = None,
            server: Optional[str] = None,
            source_ip: Optional[str] = None,
            status: Optional[str] = None) -> ObjectUserRadiusDynamicMappingAccountingserver
    func GetObjectUserRadiusDynamicMappingAccountingserver(ctx *Context, name string, id IDInput, state *ObjectUserRadiusDynamicMappingAccountingserverState, opts ...ResourceOption) (*ObjectUserRadiusDynamicMappingAccountingserver, error)
    public static ObjectUserRadiusDynamicMappingAccountingserver Get(string name, Input<string> id, ObjectUserRadiusDynamicMappingAccountingserverState? state, CustomResourceOptions? opts = null)
    public static ObjectUserRadiusDynamicMappingAccountingserver get(String name, Output<String> id, ObjectUserRadiusDynamicMappingAccountingserverState state, CustomResourceOptions options)
    resources:  _:    type: fortimanager:ObjectUserRadiusDynamicMappingAccountingserver    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.
    DynamicMappingName string
    Dynamic Mapping Name.
    DynamicMappingVdom string
    Dynamic Mapping Vdom.
    Fosid double
    ID (0 - 4294967295).
    Interface string
    Specify outgoing interface to reach server.
    InterfaceSelectMethod string
    Specify how to select outgoing interface to reach server. Valid values: auto, sdwan, specify.
    ObjectUserRadiusDynamicMappingAccountingserverId string
    an identifier for the resource with format {{fosid}}.
    Port double
    RADIUS accounting port number.
    Radius string
    Radius.
    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.
    Secrets List<string>
    Secret key.
    Server string
    {<name_str|ip_str>} Server CN domain name or IP.
    SourceIp string
    Source IP address for communications to the RADIUS server.
    Status string
    Status. 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.
    DynamicMappingName string
    Dynamic Mapping Name.
    DynamicMappingVdom string
    Dynamic Mapping Vdom.
    Fosid float64
    ID (0 - 4294967295).
    Interface string
    Specify outgoing interface to reach server.
    InterfaceSelectMethod string
    Specify how to select outgoing interface to reach server. Valid values: auto, sdwan, specify.
    ObjectUserRadiusDynamicMappingAccountingserverId string
    an identifier for the resource with format {{fosid}}.
    Port float64
    RADIUS accounting port number.
    Radius string
    Radius.
    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.
    Secrets []string
    Secret key.
    Server string
    {<name_str|ip_str>} Server CN domain name or IP.
    SourceIp string
    Source IP address for communications to the RADIUS server.
    Status string
    Status. 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.
    dynamicMappingName String
    Dynamic Mapping Name.
    dynamicMappingVdom String
    Dynamic Mapping Vdom.
    fosid Double
    ID (0 - 4294967295).
    interfaceSelectMethod String
    Specify how to select outgoing interface to reach server. Valid values: auto, sdwan, specify.
    interface_ String
    Specify outgoing interface to reach server.
    objectUserRadiusDynamicMappingAccountingserverId String
    an identifier for the resource with format {{fosid}}.
    port Double
    RADIUS accounting port number.
    radius String
    Radius.
    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.
    secrets List<String>
    Secret key.
    server String
    {<name_str|ip_str>} Server CN domain name or IP.
    sourceIp String
    Source IP address for communications to the RADIUS server.
    status String
    Status. 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.
    dynamicMappingName string
    Dynamic Mapping Name.
    dynamicMappingVdom string
    Dynamic Mapping Vdom.
    fosid number
    ID (0 - 4294967295).
    interface string
    Specify outgoing interface to reach server.
    interfaceSelectMethod string
    Specify how to select outgoing interface to reach server. Valid values: auto, sdwan, specify.
    objectUserRadiusDynamicMappingAccountingserverId string
    an identifier for the resource with format {{fosid}}.
    port number
    RADIUS accounting port number.
    radius string
    Radius.
    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.
    secrets string[]
    Secret key.
    server string
    {<name_str|ip_str>} Server CN domain name or IP.
    sourceIp string
    Source IP address for communications to the RADIUS server.
    status string
    Status. 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.
    dynamic_mapping_name str
    Dynamic Mapping Name.
    dynamic_mapping_vdom str
    Dynamic Mapping Vdom.
    fosid float
    ID (0 - 4294967295).
    interface str
    Specify outgoing interface to reach server.
    interface_select_method str
    Specify how to select outgoing interface to reach server. Valid values: auto, sdwan, specify.
    object_user_radius_dynamic_mapping_accountingserver_id str
    an identifier for the resource with format {{fosid}}.
    port float
    RADIUS accounting port number.
    radius str
    Radius.
    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.
    secrets Sequence[str]
    Secret key.
    server str
    {<name_str|ip_str>} Server CN domain name or IP.
    source_ip str
    Source IP address for communications to the RADIUS server.
    status str
    Status. 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.
    dynamicMappingName String
    Dynamic Mapping Name.
    dynamicMappingVdom String
    Dynamic Mapping Vdom.
    fosid Number
    ID (0 - 4294967295).
    interface String
    Specify outgoing interface to reach server.
    interfaceSelectMethod String
    Specify how to select outgoing interface to reach server. Valid values: auto, sdwan, specify.
    objectUserRadiusDynamicMappingAccountingserverId String
    an identifier for the resource with format {{fosid}}.
    port Number
    RADIUS accounting port number.
    radius String
    Radius.
    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.
    secrets List<String>
    Secret key.
    server String
    {<name_str|ip_str>} Server CN domain name or IP.
    sourceIp String
    Source IP address for communications to the RADIUS server.
    status String
    Status. Valid values: disable, enable.

    Import

    ObjectUser RadiusDynamicMappingAccountingServer can be imported using any of these accepted formats:

    Set import_options = [“radius=YOUR_VALUE”, “dynamic_mapping_name=YOUR_VALUE”, “dynamic_mapping_vdom=YOUR_VALUE”] in the provider section.

    $ export “FORTIMANAGER_IMPORT_TABLE”=“true”

    $ pulumi import fortimanager:index/objectUserRadiusDynamicMappingAccountingserver:ObjectUserRadiusDynamicMappingAccountingserver labelname {{fosid}}
    

    $ 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