fortimanager.ObjectUserRadiusDynamicMappingAccountingserver
Explore with Pulumi AI
Additional accounting servers.
This resource is a sub resource for variable
accounting_server
of resourcefortimanager.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:
- Dynamic
Mapping stringName - Dynamic Mapping Name.
- Dynamic
Mapping stringVdom - Dynamic Mapping Vdom.
- Radius string
- Radius.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Fosid double
- ID (0 - 4294967295).
- Interface string
- Specify outgoing interface to reach server.
- Interface
Select stringMethod - Specify how to select outgoing interface to reach server. Valid values:
auto
,sdwan
,specify
. - Object
User stringRadius Dynamic Mapping Accountingserver Id - 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
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - Secrets List<string>
- Secret key.
- Server string
- {<name_str|ip_str>} Server CN domain name or IP.
- Source
Ip string - Source IP address for communications to the RADIUS server.
- Status string
- Status. Valid values:
disable
,enable
.
- Dynamic
Mapping stringName - Dynamic Mapping Name.
- Dynamic
Mapping stringVdom - Dynamic Mapping Vdom.
- Radius string
- Radius.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Fosid float64
- ID (0 - 4294967295).
- Interface string
- Specify outgoing interface to reach server.
- Interface
Select stringMethod - Specify how to select outgoing interface to reach server. Valid values:
auto
,sdwan
,specify
. - Object
User stringRadius Dynamic Mapping Accountingserver Id - 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
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - Secrets []string
- Secret key.
- Server string
- {<name_str|ip_str>} Server CN domain name or IP.
- Source
Ip string - Source IP address for communications to the RADIUS server.
- Status string
- Status. Valid values:
disable
,enable
.
- dynamic
Mapping StringName - Dynamic Mapping Name.
- dynamic
Mapping StringVdom - Dynamic Mapping Vdom.
- radius String
- Radius.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - fosid Double
- ID (0 - 4294967295).
- interface
Select StringMethod - Specify how to select outgoing interface to reach server. Valid values:
auto
,sdwan
,specify
. - interface_ String
- Specify outgoing interface to reach server.
- object
User StringRadius Dynamic Mapping Accountingserver Id - 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
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - secrets List<String>
- Secret key.
- server String
- {<name_str|ip_str>} Server CN domain name or IP.
- source
Ip String - Source IP address for communications to the RADIUS server.
- status String
- Status. Valid values:
disable
,enable
.
- dynamic
Mapping stringName - Dynamic Mapping Name.
- dynamic
Mapping stringVdom - Dynamic Mapping Vdom.
- radius string
- Radius.
- adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - fosid number
- ID (0 - 4294967295).
- interface string
- Specify outgoing interface to reach server.
- interface
Select stringMethod - Specify how to select outgoing interface to reach server. Valid values:
auto
,sdwan
,specify
. - object
User stringRadius Dynamic Mapping Accountingserver Id - 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
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - secrets string[]
- Secret key.
- server string
- {<name_str|ip_str>} Server CN domain name or IP.
- source
Ip string - Source IP address for communications to the RADIUS server.
- status string
- Status. Valid values:
disable
,enable
.
- dynamic_
mapping_ strname - Dynamic Mapping Name.
- dynamic_
mapping_ strvdom - Dynamic Mapping Vdom.
- radius str
- Radius.
- adom str
- Adom. This value is valid only when the
scopetype
isadom
, 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_ strmethod - Specify how to select outgoing interface to reach server. Valid values:
auto
,sdwan
,specify
. - object_
user_ strradius_ dynamic_ mapping_ accountingserver_ id - 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
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - 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
.
- dynamic
Mapping StringName - Dynamic Mapping Name.
- dynamic
Mapping StringVdom - Dynamic Mapping Vdom.
- radius String
- Radius.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - fosid Number
- ID (0 - 4294967295).
- interface String
- Specify outgoing interface to reach server.
- interface
Select StringMethod - Specify how to select outgoing interface to reach server. Valid values:
auto
,sdwan
,specify
. - object
User StringRadius Dynamic Mapping Accountingserver Id - 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
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - secrets List<String>
- Secret key.
- server String
- {<name_str|ip_str>} Server CN domain name or IP.
- source
Ip 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.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Dynamic
Mapping stringName - Dynamic Mapping Name.
- Dynamic
Mapping stringVdom - Dynamic Mapping Vdom.
- Fosid double
- ID (0 - 4294967295).
- Interface string
- Specify outgoing interface to reach server.
- Interface
Select stringMethod - Specify how to select outgoing interface to reach server. Valid values:
auto
,sdwan
,specify
. - Object
User stringRadius Dynamic Mapping Accountingserver Id - 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
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - Secrets List<string>
- Secret key.
- Server string
- {<name_str|ip_str>} Server CN domain name or IP.
- Source
Ip 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
isadom
, otherwise the value of adom in the provider will be inherited. - Dynamic
Mapping stringName - Dynamic Mapping Name.
- Dynamic
Mapping stringVdom - Dynamic Mapping Vdom.
- Fosid float64
- ID (0 - 4294967295).
- Interface string
- Specify outgoing interface to reach server.
- Interface
Select stringMethod - Specify how to select outgoing interface to reach server. Valid values:
auto
,sdwan
,specify
. - Object
User stringRadius Dynamic Mapping Accountingserver Id - 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
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - Secrets []string
- Secret key.
- Server string
- {<name_str|ip_str>} Server CN domain name or IP.
- Source
Ip 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
isadom
, otherwise the value of adom in the provider will be inherited. - dynamic
Mapping StringName - Dynamic Mapping Name.
- dynamic
Mapping StringVdom - Dynamic Mapping Vdom.
- fosid Double
- ID (0 - 4294967295).
- interface
Select StringMethod - Specify how to select outgoing interface to reach server. Valid values:
auto
,sdwan
,specify
. - interface_ String
- Specify outgoing interface to reach server.
- object
User StringRadius Dynamic Mapping Accountingserver Id - 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
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - secrets List<String>
- Secret key.
- server String
- {<name_str|ip_str>} Server CN domain name or IP.
- source
Ip 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
isadom
, otherwise the value of adom in the provider will be inherited. - dynamic
Mapping stringName - Dynamic Mapping Name.
- dynamic
Mapping stringVdom - Dynamic Mapping Vdom.
- fosid number
- ID (0 - 4294967295).
- interface string
- Specify outgoing interface to reach server.
- interface
Select stringMethod - Specify how to select outgoing interface to reach server. Valid values:
auto
,sdwan
,specify
. - object
User stringRadius Dynamic Mapping Accountingserver Id - 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
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - secrets string[]
- Secret key.
- server string
- {<name_str|ip_str>} Server CN domain name or IP.
- source
Ip 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
isadom
, otherwise the value of adom in the provider will be inherited. - dynamic_
mapping_ strname - Dynamic Mapping Name.
- dynamic_
mapping_ strvdom - Dynamic Mapping Vdom.
- fosid float
- ID (0 - 4294967295).
- interface str
- Specify outgoing interface to reach server.
- interface_
select_ strmethod - Specify how to select outgoing interface to reach server. Valid values:
auto
,sdwan
,specify
. - object_
user_ strradius_ dynamic_ mapping_ accountingserver_ id - 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
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - 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
isadom
, otherwise the value of adom in the provider will be inherited. - dynamic
Mapping StringName - Dynamic Mapping Name.
- dynamic
Mapping StringVdom - Dynamic Mapping Vdom.
- fosid Number
- ID (0 - 4294967295).
- interface String
- Specify outgoing interface to reach server.
- interface
Select StringMethod - Specify how to select outgoing interface to reach server. Valid values:
auto
,sdwan
,specify
. - object
User StringRadius Dynamic Mapping Accountingserver Id - 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
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - secrets List<String>
- Secret key.
- server String
- {<name_str|ip_str>} Server CN domain name or IP.
- source
Ip 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.