fortimanager.ObjectUserTacacsDynamicMapping
Explore with Pulumi AI
Configure TACACS+ server entries.
This resource is a sub resource for variable
dynamic_mapping
of resourcefortimanager.ObjectUserTacacs
. Conflict and overwrite may occur if use both of them.
Create ObjectUserTacacsDynamicMapping Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ObjectUserTacacsDynamicMapping(name: string, args: ObjectUserTacacsDynamicMappingArgs, opts?: CustomResourceOptions);
@overload
def ObjectUserTacacsDynamicMapping(resource_name: str,
args: ObjectUserTacacsDynamicMappingInitArgs,
opts: Optional[ResourceOptions] = None)
@overload
def ObjectUserTacacsDynamicMapping(resource_name: str,
opts: Optional[ResourceOptions] = None,
tacacs: Optional[str] = None,
object_user_tacacs_dynamic_mapping_id: Optional[str] = None,
authorization: Optional[str] = None,
scopetype: Optional[str] = None,
secondary_keys: Optional[Sequence[str]] = None,
interface: Optional[str] = None,
interface_select_method: Optional[str] = None,
keys: Optional[Sequence[str]] = None,
_scopes: Optional[Sequence[ObjectUserTacacsDynamicMapping_ScopeArgs]] = None,
tertiary_server: Optional[str] = None,
authen_type: Optional[str] = None,
dynamic_sort_subtable: Optional[str] = None,
secondary_server: Optional[str] = None,
server: Optional[str] = None,
source_ip: Optional[str] = None,
status_ttl: Optional[float] = None,
adom: Optional[str] = None,
tertiary_keys: Optional[Sequence[str]] = None,
port: Optional[float] = None)
func NewObjectUserTacacsDynamicMapping(ctx *Context, name string, args ObjectUserTacacsDynamicMappingArgs, opts ...ResourceOption) (*ObjectUserTacacsDynamicMapping, error)
public ObjectUserTacacsDynamicMapping(string name, ObjectUserTacacsDynamicMappingArgs args, CustomResourceOptions? opts = null)
public ObjectUserTacacsDynamicMapping(String name, ObjectUserTacacsDynamicMappingArgs args)
public ObjectUserTacacsDynamicMapping(String name, ObjectUserTacacsDynamicMappingArgs args, CustomResourceOptions options)
type: fortimanager:ObjectUserTacacsDynamicMapping
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 ObjectUserTacacsDynamicMappingArgs
- 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 ObjectUserTacacsDynamicMappingInitArgs
- 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 ObjectUserTacacsDynamicMappingArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ObjectUserTacacsDynamicMappingArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ObjectUserTacacsDynamicMappingArgs
- 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 objectUserTacacsDynamicMappingResource = new Fortimanager.ObjectUserTacacsDynamicMapping("objectUserTacacsDynamicMappingResource", new()
{
Tacacs = "string",
ObjectUserTacacsDynamicMappingId = "string",
Authorization = "string",
Scopetype = "string",
SecondaryKeys = new[]
{
"string",
},
Interface = "string",
InterfaceSelectMethod = "string",
Keys = new[]
{
"string",
},
_scopes = new[]
{
new Fortimanager.Inputs.ObjectUserTacacsDynamicMapping_ScopeArgs
{
Name = "string",
Vdom = "string",
},
},
TertiaryServer = "string",
AuthenType = "string",
DynamicSortSubtable = "string",
SecondaryServer = "string",
Server = "string",
SourceIp = "string",
StatusTtl = 0,
Adom = "string",
TertiaryKeys = new[]
{
"string",
},
Port = 0,
});
example, err := fortimanager.NewObjectUserTacacsDynamicMapping(ctx, "objectUserTacacsDynamicMappingResource", &fortimanager.ObjectUserTacacsDynamicMappingArgs{
Tacacs: pulumi.String("string"),
ObjectUserTacacsDynamicMappingId: pulumi.String("string"),
Authorization: pulumi.String("string"),
Scopetype: pulumi.String("string"),
SecondaryKeys: pulumi.StringArray{
pulumi.String("string"),
},
Interface: pulumi.String("string"),
InterfaceSelectMethod: pulumi.String("string"),
Keys: pulumi.StringArray{
pulumi.String("string"),
},
_scopes: .ObjectUserTacacsDynamicMapping_ScopeArray{
&.ObjectUserTacacsDynamicMapping_ScopeArgs{
Name: pulumi.String("string"),
Vdom: pulumi.String("string"),
},
},
TertiaryServer: pulumi.String("string"),
AuthenType: pulumi.String("string"),
DynamicSortSubtable: pulumi.String("string"),
SecondaryServer: pulumi.String("string"),
Server: pulumi.String("string"),
SourceIp: pulumi.String("string"),
StatusTtl: pulumi.Float64(0),
Adom: pulumi.String("string"),
TertiaryKeys: pulumi.StringArray{
pulumi.String("string"),
},
Port: pulumi.Float64(0),
})
var objectUserTacacsDynamicMappingResource = new ObjectUserTacacsDynamicMapping("objectUserTacacsDynamicMappingResource", ObjectUserTacacsDynamicMappingArgs.builder()
.tacacs("string")
.objectUserTacacsDynamicMappingId("string")
.authorization("string")
.scopetype("string")
.secondaryKeys("string")
.interface_("string")
.interfaceSelectMethod("string")
.keys("string")
._scopes(ObjectUserTacacsDynamicMapping_ScopeArgs.builder()
.name("string")
.vdom("string")
.build())
.tertiaryServer("string")
.authenType("string")
.dynamicSortSubtable("string")
.secondaryServer("string")
.server("string")
.sourceIp("string")
.statusTtl(0)
.adom("string")
.tertiaryKeys("string")
.port(0)
.build());
object_user_tacacs_dynamic_mapping_resource = fortimanager.ObjectUserTacacsDynamicMapping("objectUserTacacsDynamicMappingResource",
tacacs="string",
object_user_tacacs_dynamic_mapping_id="string",
authorization="string",
scopetype="string",
secondary_keys=["string"],
interface="string",
interface_select_method="string",
keys=["string"],
_scopes=[{
"name": "string",
"vdom": "string",
}],
tertiary_server="string",
authen_type="string",
dynamic_sort_subtable="string",
secondary_server="string",
server="string",
source_ip="string",
status_ttl=0,
adom="string",
tertiary_keys=["string"],
port=0)
const objectUserTacacsDynamicMappingResource = new fortimanager.ObjectUserTacacsDynamicMapping("objectUserTacacsDynamicMappingResource", {
tacacs: "string",
objectUserTacacsDynamicMappingId: "string",
authorization: "string",
scopetype: "string",
secondaryKeys: ["string"],
"interface": "string",
interfaceSelectMethod: "string",
keys: ["string"],
_scopes: [{
name: "string",
vdom: "string",
}],
tertiaryServer: "string",
authenType: "string",
dynamicSortSubtable: "string",
secondaryServer: "string",
server: "string",
sourceIp: "string",
statusTtl: 0,
adom: "string",
tertiaryKeys: ["string"],
port: 0,
});
type: fortimanager:ObjectUserTacacsDynamicMapping
properties:
_scopes:
- name: string
vdom: string
adom: string
authenType: string
authorization: string
dynamicSortSubtable: string
interface: string
interfaceSelectMethod: string
keys:
- string
objectUserTacacsDynamicMappingId: string
port: 0
scopetype: string
secondaryKeys:
- string
secondaryServer: string
server: string
sourceIp: string
statusTtl: 0
tacacs: string
tertiaryKeys:
- string
tertiaryServer: string
ObjectUserTacacsDynamicMapping 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 ObjectUserTacacsDynamicMapping resource accepts the following input properties:
- Tacacs string
- Tacacs.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Authen
Type string - Allowed authentication protocols/methods. Valid values:
auto
,ascii
,pap
,chap
,mschap
. - string
- Enable/disable TACACS+ authorization. Valid values:
disable
,enable
. - Dynamic
Sort stringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- 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
. - Keys List<string>
- Key to access the primary server.
- Object
User stringTacacs Dynamic Mapping Id - an identifier for the resource with format "{{_scope.name}} {{_scope.vdom}}".
- Port double
- Port number of the TACACS+ server.
- 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
. - Secondary
Keys List<string> - Key to access the secondary server.
- Secondary
Server string - Secondary TACACS+ server CN domain name or IP address.
- Server string
- Primary TACACS+ server CN domain name or IP address.
- Source
Ip string - source IP for communications to TACACS+ server.
- Status
Ttl double - Time for which server reachability is cached so that when a server is unreachable, it will not be retried for at least this period of time (0 = cache disabled, default = 300).
- Tertiary
Keys List<string> - Key to access the tertiary server.
- Tertiary
Server string - Tertiary TACACS+ server CN domain name or IP address.
- _
scopes List<ObjectUser Tacacs Dynamic Mapping_Scope> - _Scope. The structure of
_scope
block is documented below.
- Tacacs string
- Tacacs.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Authen
Type string - Allowed authentication protocols/methods. Valid values:
auto
,ascii
,pap
,chap
,mschap
. - string
- Enable/disable TACACS+ authorization. Valid values:
disable
,enable
. - Dynamic
Sort stringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- 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
. - Keys []string
- Key to access the primary server.
- Object
User stringTacacs Dynamic Mapping Id - an identifier for the resource with format "{{_scope.name}} {{_scope.vdom}}".
- Port float64
- Port number of the TACACS+ server.
- 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
. - Secondary
Keys []string - Key to access the secondary server.
- Secondary
Server string - Secondary TACACS+ server CN domain name or IP address.
- Server string
- Primary TACACS+ server CN domain name or IP address.
- Source
Ip string - source IP for communications to TACACS+ server.
- Status
Ttl float64 - Time for which server reachability is cached so that when a server is unreachable, it will not be retried for at least this period of time (0 = cache disabled, default = 300).
- Tertiary
Keys []string - Key to access the tertiary server.
- Tertiary
Server string - Tertiary TACACS+ server CN domain name or IP address.
- _
scopes []ObjectUser Tacacs Dynamic Mapping_Scope Args - _Scope. The structure of
_scope
block is documented below.
- tacacs String
- Tacacs.
- _
scopes List<ObjectUser Tacacs Dynamic Mapping_Scope> - _Scope. The structure of
_scope
block is documented below. - adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - authen
Type String - Allowed authentication protocols/methods. Valid values:
auto
,ascii
,pap
,chap
,mschap
. - String
- Enable/disable TACACS+ authorization. Valid values:
disable
,enable
. - dynamic
Sort StringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- 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.
- keys List<String>
- Key to access the primary server.
- object
User StringTacacs Dynamic Mapping Id - an identifier for the resource with format "{{_scope.name}} {{_scope.vdom}}".
- port Double
- Port number of the TACACS+ server.
- 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
. - secondary
Keys List<String> - Key to access the secondary server.
- secondary
Server String - Secondary TACACS+ server CN domain name or IP address.
- server String
- Primary TACACS+ server CN domain name or IP address.
- source
Ip String - source IP for communications to TACACS+ server.
- status
Ttl Double - Time for which server reachability is cached so that when a server is unreachable, it will not be retried for at least this period of time (0 = cache disabled, default = 300).
- tertiary
Keys List<String> - Key to access the tertiary server.
- tertiary
Server String - Tertiary TACACS+ server CN domain name or IP address.
- tacacs string
- Tacacs.
- _
scopes ObjectUser Tacacs Dynamic Mapping_Scope[] - _Scope. The structure of
_scope
block is documented below. - adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - authen
Type string - Allowed authentication protocols/methods. Valid values:
auto
,ascii
,pap
,chap
,mschap
. - string
- Enable/disable TACACS+ authorization. Valid values:
disable
,enable
. - dynamic
Sort stringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- 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
. - keys string[]
- Key to access the primary server.
- object
User stringTacacs Dynamic Mapping Id - an identifier for the resource with format "{{_scope.name}} {{_scope.vdom}}".
- port number
- Port number of the TACACS+ server.
- 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
. - secondary
Keys string[] - Key to access the secondary server.
- secondary
Server string - Secondary TACACS+ server CN domain name or IP address.
- server string
- Primary TACACS+ server CN domain name or IP address.
- source
Ip string - source IP for communications to TACACS+ server.
- status
Ttl number - Time for which server reachability is cached so that when a server is unreachable, it will not be retried for at least this period of time (0 = cache disabled, default = 300).
- tertiary
Keys string[] - Key to access the tertiary server.
- tertiary
Server string - Tertiary TACACS+ server CN domain name or IP address.
- tacacs str
- Tacacs.
- _
scopes Sequence[ObjectUser Tacacs Dynamic Mapping_Scope Args] - _Scope. The structure of
_scope
block is documented below. - adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - authen_
type str - Allowed authentication protocols/methods. Valid values:
auto
,ascii
,pap
,chap
,mschap
. - str
- Enable/disable TACACS+ authorization. Valid values:
disable
,enable
. - dynamic_
sort_ strsubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- 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
. - keys Sequence[str]
- Key to access the primary server.
- object_
user_ strtacacs_ dynamic_ mapping_ id - an identifier for the resource with format "{{_scope.name}} {{_scope.vdom}}".
- port float
- Port number of the TACACS+ server.
- 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
. - secondary_
keys Sequence[str] - Key to access the secondary server.
- secondary_
server str - Secondary TACACS+ server CN domain name or IP address.
- server str
- Primary TACACS+ server CN domain name or IP address.
- source_
ip str - source IP for communications to TACACS+ server.
- status_
ttl float - Time for which server reachability is cached so that when a server is unreachable, it will not be retried for at least this period of time (0 = cache disabled, default = 300).
- tertiary_
keys Sequence[str] - Key to access the tertiary server.
- tertiary_
server str - Tertiary TACACS+ server CN domain name or IP address.
- tacacs String
- Tacacs.
- _
scopes List<Property Map> - _Scope. The structure of
_scope
block is documented below. - adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - authen
Type String - Allowed authentication protocols/methods. Valid values:
auto
,ascii
,pap
,chap
,mschap
. - String
- Enable/disable TACACS+ authorization. Valid values:
disable
,enable
. - dynamic
Sort StringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- 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
. - keys List<String>
- Key to access the primary server.
- object
User StringTacacs Dynamic Mapping Id - an identifier for the resource with format "{{_scope.name}} {{_scope.vdom}}".
- port Number
- Port number of the TACACS+ server.
- 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
. - secondary
Keys List<String> - Key to access the secondary server.
- secondary
Server String - Secondary TACACS+ server CN domain name or IP address.
- server String
- Primary TACACS+ server CN domain name or IP address.
- source
Ip String - source IP for communications to TACACS+ server.
- status
Ttl Number - Time for which server reachability is cached so that when a server is unreachable, it will not be retried for at least this period of time (0 = cache disabled, default = 300).
- tertiary
Keys List<String> - Key to access the tertiary server.
- tertiary
Server String - Tertiary TACACS+ server CN domain name or IP address.
Outputs
All input properties are implicitly available as output properties. Additionally, the ObjectUserTacacsDynamicMapping 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 ObjectUserTacacsDynamicMapping Resource
Get an existing ObjectUserTacacsDynamicMapping 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?: ObjectUserTacacsDynamicMappingState, opts?: CustomResourceOptions): ObjectUserTacacsDynamicMapping
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
_scopes: Optional[Sequence[ObjectUserTacacsDynamicMapping_ScopeArgs]] = None,
adom: Optional[str] = None,
authen_type: Optional[str] = None,
authorization: Optional[str] = None,
dynamic_sort_subtable: Optional[str] = None,
interface: Optional[str] = None,
interface_select_method: Optional[str] = None,
keys: Optional[Sequence[str]] = None,
object_user_tacacs_dynamic_mapping_id: Optional[str] = None,
port: Optional[float] = None,
scopetype: Optional[str] = None,
secondary_keys: Optional[Sequence[str]] = None,
secondary_server: Optional[str] = None,
server: Optional[str] = None,
source_ip: Optional[str] = None,
status_ttl: Optional[float] = None,
tacacs: Optional[str] = None,
tertiary_keys: Optional[Sequence[str]] = None,
tertiary_server: Optional[str] = None) -> ObjectUserTacacsDynamicMapping
func GetObjectUserTacacsDynamicMapping(ctx *Context, name string, id IDInput, state *ObjectUserTacacsDynamicMappingState, opts ...ResourceOption) (*ObjectUserTacacsDynamicMapping, error)
public static ObjectUserTacacsDynamicMapping Get(string name, Input<string> id, ObjectUserTacacsDynamicMappingState? state, CustomResourceOptions? opts = null)
public static ObjectUserTacacsDynamicMapping get(String name, Output<String> id, ObjectUserTacacsDynamicMappingState state, CustomResourceOptions options)
resources: _: type: fortimanager:ObjectUserTacacsDynamicMapping 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. - Authen
Type string - Allowed authentication protocols/methods. Valid values:
auto
,ascii
,pap
,chap
,mschap
. - string
- Enable/disable TACACS+ authorization. Valid values:
disable
,enable
. - Dynamic
Sort stringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- 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
. - Keys List<string>
- Key to access the primary server.
- Object
User stringTacacs Dynamic Mapping Id - an identifier for the resource with format "{{_scope.name}} {{_scope.vdom}}".
- Port double
- Port number of the TACACS+ server.
- 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
. - Secondary
Keys List<string> - Key to access the secondary server.
- Secondary
Server string - Secondary TACACS+ server CN domain name or IP address.
- Server string
- Primary TACACS+ server CN domain name or IP address.
- Source
Ip string - source IP for communications to TACACS+ server.
- Status
Ttl double - Time for which server reachability is cached so that when a server is unreachable, it will not be retried for at least this period of time (0 = cache disabled, default = 300).
- Tacacs string
- Tacacs.
- Tertiary
Keys List<string> - Key to access the tertiary server.
- Tertiary
Server string - Tertiary TACACS+ server CN domain name or IP address.
- _
scopes List<ObjectUser Tacacs Dynamic Mapping_Scope> - _Scope. The structure of
_scope
block is documented below.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Authen
Type string - Allowed authentication protocols/methods. Valid values:
auto
,ascii
,pap
,chap
,mschap
. - string
- Enable/disable TACACS+ authorization. Valid values:
disable
,enable
. - Dynamic
Sort stringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- 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
. - Keys []string
- Key to access the primary server.
- Object
User stringTacacs Dynamic Mapping Id - an identifier for the resource with format "{{_scope.name}} {{_scope.vdom}}".
- Port float64
- Port number of the TACACS+ server.
- 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
. - Secondary
Keys []string - Key to access the secondary server.
- Secondary
Server string - Secondary TACACS+ server CN domain name or IP address.
- Server string
- Primary TACACS+ server CN domain name or IP address.
- Source
Ip string - source IP for communications to TACACS+ server.
- Status
Ttl float64 - Time for which server reachability is cached so that when a server is unreachable, it will not be retried for at least this period of time (0 = cache disabled, default = 300).
- Tacacs string
- Tacacs.
- Tertiary
Keys []string - Key to access the tertiary server.
- Tertiary
Server string - Tertiary TACACS+ server CN domain name or IP address.
- _
scopes []ObjectUser Tacacs Dynamic Mapping_Scope Args - _Scope. The structure of
_scope
block is documented below.
- _
scopes List<ObjectUser Tacacs Dynamic Mapping_Scope> - _Scope. The structure of
_scope
block is documented below. - adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - authen
Type String - Allowed authentication protocols/methods. Valid values:
auto
,ascii
,pap
,chap
,mschap
. - String
- Enable/disable TACACS+ authorization. Valid values:
disable
,enable
. - dynamic
Sort StringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- 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.
- keys List<String>
- Key to access the primary server.
- object
User StringTacacs Dynamic Mapping Id - an identifier for the resource with format "{{_scope.name}} {{_scope.vdom}}".
- port Double
- Port number of the TACACS+ server.
- 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
. - secondary
Keys List<String> - Key to access the secondary server.
- secondary
Server String - Secondary TACACS+ server CN domain name or IP address.
- server String
- Primary TACACS+ server CN domain name or IP address.
- source
Ip String - source IP for communications to TACACS+ server.
- status
Ttl Double - Time for which server reachability is cached so that when a server is unreachable, it will not be retried for at least this period of time (0 = cache disabled, default = 300).
- tacacs String
- Tacacs.
- tertiary
Keys List<String> - Key to access the tertiary server.
- tertiary
Server String - Tertiary TACACS+ server CN domain name or IP address.
- _
scopes ObjectUser Tacacs Dynamic Mapping_Scope[] - _Scope. The structure of
_scope
block is documented below. - adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - authen
Type string - Allowed authentication protocols/methods. Valid values:
auto
,ascii
,pap
,chap
,mschap
. - string
- Enable/disable TACACS+ authorization. Valid values:
disable
,enable
. - dynamic
Sort stringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- 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
. - keys string[]
- Key to access the primary server.
- object
User stringTacacs Dynamic Mapping Id - an identifier for the resource with format "{{_scope.name}} {{_scope.vdom}}".
- port number
- Port number of the TACACS+ server.
- 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
. - secondary
Keys string[] - Key to access the secondary server.
- secondary
Server string - Secondary TACACS+ server CN domain name or IP address.
- server string
- Primary TACACS+ server CN domain name or IP address.
- source
Ip string - source IP for communications to TACACS+ server.
- status
Ttl number - Time for which server reachability is cached so that when a server is unreachable, it will not be retried for at least this period of time (0 = cache disabled, default = 300).
- tacacs string
- Tacacs.
- tertiary
Keys string[] - Key to access the tertiary server.
- tertiary
Server string - Tertiary TACACS+ server CN domain name or IP address.
- _
scopes Sequence[ObjectUser Tacacs Dynamic Mapping_Scope Args] - _Scope. The structure of
_scope
block is documented below. - adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - authen_
type str - Allowed authentication protocols/methods. Valid values:
auto
,ascii
,pap
,chap
,mschap
. - str
- Enable/disable TACACS+ authorization. Valid values:
disable
,enable
. - dynamic_
sort_ strsubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- 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
. - keys Sequence[str]
- Key to access the primary server.
- object_
user_ strtacacs_ dynamic_ mapping_ id - an identifier for the resource with format "{{_scope.name}} {{_scope.vdom}}".
- port float
- Port number of the TACACS+ server.
- 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
. - secondary_
keys Sequence[str] - Key to access the secondary server.
- secondary_
server str - Secondary TACACS+ server CN domain name or IP address.
- server str
- Primary TACACS+ server CN domain name or IP address.
- source_
ip str - source IP for communications to TACACS+ server.
- status_
ttl float - Time for which server reachability is cached so that when a server is unreachable, it will not be retried for at least this period of time (0 = cache disabled, default = 300).
- tacacs str
- Tacacs.
- tertiary_
keys Sequence[str] - Key to access the tertiary server.
- tertiary_
server str - Tertiary TACACS+ server CN domain name or IP address.
- _
scopes List<Property Map> - _Scope. The structure of
_scope
block is documented below. - adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - authen
Type String - Allowed authentication protocols/methods. Valid values:
auto
,ascii
,pap
,chap
,mschap
. - String
- Enable/disable TACACS+ authorization. Valid values:
disable
,enable
. - dynamic
Sort StringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- 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
. - keys List<String>
- Key to access the primary server.
- object
User StringTacacs Dynamic Mapping Id - an identifier for the resource with format "{{_scope.name}} {{_scope.vdom}}".
- port Number
- Port number of the TACACS+ server.
- 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
. - secondary
Keys List<String> - Key to access the secondary server.
- secondary
Server String - Secondary TACACS+ server CN domain name or IP address.
- server String
- Primary TACACS+ server CN domain name or IP address.
- source
Ip String - source IP for communications to TACACS+ server.
- status
Ttl Number - Time for which server reachability is cached so that when a server is unreachable, it will not be retried for at least this period of time (0 = cache disabled, default = 300).
- tacacs String
- Tacacs.
- tertiary
Keys List<String> - Key to access the tertiary server.
- tertiary
Server String - Tertiary TACACS+ server CN domain name or IP address.
Supporting Types
ObjectUserTacacsDynamicMapping_Scope, ObjectUserTacacsDynamicMapping_ScopeArgs
Import
ObjectUser TacacsDynamicMapping can be imported using any of these accepted formats:
Set import_options = [“tacacs=YOUR_VALUE”] in the provider section.
$ export “FORTIMANAGER_IMPORT_TABLE”=“true”
$ pulumi import fortimanager:index/objectUserTacacsDynamicMapping:ObjectUserTacacsDynamicMapping labelname {{_scope.name}}.{{_scope.vdom}}
$ 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.