1. Packages
  2. Fortimanager Provider
  3. API Docs
  4. ObjectUserRadiusDynamicMappingAccountingserver
fortimanager 1.14.0 published on Tuesday, Apr 15, 2025 by fortinetdev

fortimanager.ObjectUserRadiusDynamicMappingAccountingserver

Explore with Pulumi AI

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,
                                                   vrf_select: Optional[float] = 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 This property is required. string
The unique name of the resource.
args This property is required. ObjectUserRadiusDynamicMappingAccountingserverArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args This property is required. 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 This property is required. string
The unique name of the resource.
args This property is required. ObjectUserRadiusDynamicMappingAccountingserverArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args This property is required. ObjectUserRadiusDynamicMappingAccountingserverArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. 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",
    VrfSelect = 0,
});
Copy
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"),
	VrfSelect: pulumi.Float64(0),
})
Copy
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")
    .vrfSelect(0)
    .build());
Copy
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",
    vrf_select=0)
Copy
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",
    vrfSelect: 0,
});
Copy
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
    vrfSelect: 0
Copy

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 This property is required. string
Dynamic Mapping Name.
DynamicMappingVdom This property is required. string
Dynamic Mapping Vdom.
Radius This property is required. 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.
VrfSelect double
VRF ID used for connection to server.
DynamicMappingName This property is required. string
Dynamic Mapping Name.
DynamicMappingVdom This property is required. string
Dynamic Mapping Vdom.
Radius This property is required. 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.
VrfSelect float64
VRF ID used for connection to server.
dynamicMappingName This property is required. String
Dynamic Mapping Name.
dynamicMappingVdom This property is required. String
Dynamic Mapping Vdom.
radius This property is required. 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.
vrfSelect Double
VRF ID used for connection to server.
dynamicMappingName This property is required. string
Dynamic Mapping Name.
dynamicMappingVdom This property is required. string
Dynamic Mapping Vdom.
radius This property is required. 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.
vrfSelect number
VRF ID used for connection to server.
dynamic_mapping_name This property is required. str
Dynamic Mapping Name.
dynamic_mapping_vdom This property is required. str
Dynamic Mapping Vdom.
radius This property is required. 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.
vrf_select float
VRF ID used for connection to server.
dynamicMappingName This property is required. String
Dynamic Mapping Name.
dynamicMappingVdom This property is required. String
Dynamic Mapping Vdom.
radius This property is required. 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.
vrfSelect Number
VRF ID used for connection to server.

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,
        vrf_select: Optional[float] = 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 This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
name This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
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.
VrfSelect double
VRF ID used for connection to server.
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.
VrfSelect float64
VRF ID used for connection to server.
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.
vrfSelect Double
VRF ID used for connection to server.
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.
vrfSelect number
VRF ID used for connection to server.
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.
vrf_select float
VRF ID used for connection to server.
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.
vrfSelect Number
VRF ID used for connection to server.

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}}
Copy

$ 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.