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

fortimanager.ObjectUserTacacsDynamicMapping

Explore with Pulumi AI

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

    Configure TACACS+ server entries.

    This resource is a sub resource for variable dynamic_mapping of resource fortimanager.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 is adom, otherwise the value of adom in the provider will be inherited.
    AuthenType string
    Allowed authentication protocols/methods. Valid values: auto, ascii, pap, chap, mschap.
    Authorization string
    Enable/disable TACACS+ authorization. Valid values: disable, enable.
    DynamicSortSubtable string
    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.
    InterfaceSelectMethod string
    Specify how to select outgoing interface to reach server. Valid values: auto, sdwan, specify.
    Keys List<string>
    Key to access the primary server.
    ObjectUserTacacsDynamicMappingId string
    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. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    SecondaryKeys List<string>
    Key to access the secondary server.
    SecondaryServer string
    Secondary TACACS+ server CN domain name or IP address.
    Server string
    Primary TACACS+ server CN domain name or IP address.
    SourceIp string
    source IP for communications to TACACS+ server.
    StatusTtl 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).
    TertiaryKeys List<string>
    Key to access the tertiary server.
    TertiaryServer string
    Tertiary TACACS+ server CN domain name or IP address.
    _scopes List<ObjectUserTacacsDynamicMapping_Scope>
    _Scope. The structure of _scope block is documented below.
    Tacacs string
    Tacacs.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    AuthenType string
    Allowed authentication protocols/methods. Valid values: auto, ascii, pap, chap, mschap.
    Authorization string
    Enable/disable TACACS+ authorization. Valid values: disable, enable.
    DynamicSortSubtable string
    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.
    InterfaceSelectMethod string
    Specify how to select outgoing interface to reach server. Valid values: auto, sdwan, specify.
    Keys []string
    Key to access the primary server.
    ObjectUserTacacsDynamicMappingId string
    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. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    SecondaryKeys []string
    Key to access the secondary server.
    SecondaryServer string
    Secondary TACACS+ server CN domain name or IP address.
    Server string
    Primary TACACS+ server CN domain name or IP address.
    SourceIp string
    source IP for communications to TACACS+ server.
    StatusTtl 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).
    TertiaryKeys []string
    Key to access the tertiary server.
    TertiaryServer string
    Tertiary TACACS+ server CN domain name or IP address.
    _scopes []ObjectUserTacacsDynamicMapping_ScopeArgs
    _Scope. The structure of _scope block is documented below.
    tacacs String
    Tacacs.
    _scopes List<ObjectUserTacacsDynamicMapping_Scope>
    _Scope. The structure of _scope block is documented below.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    authenType String
    Allowed authentication protocols/methods. Valid values: auto, ascii, pap, chap, mschap.
    authorization String
    Enable/disable TACACS+ authorization. Valid values: disable, enable.
    dynamicSortSubtable String
    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.
    interfaceSelectMethod String
    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.
    objectUserTacacsDynamicMappingId String
    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. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    secondaryKeys List<String>
    Key to access the secondary server.
    secondaryServer String
    Secondary TACACS+ server CN domain name or IP address.
    server String
    Primary TACACS+ server CN domain name or IP address.
    sourceIp String
    source IP for communications to TACACS+ server.
    statusTtl 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).
    tertiaryKeys List<String>
    Key to access the tertiary server.
    tertiaryServer String
    Tertiary TACACS+ server CN domain name or IP address.
    tacacs string
    Tacacs.
    _scopes ObjectUserTacacsDynamicMapping_Scope[]
    _Scope. The structure of _scope block is documented below.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    authenType string
    Allowed authentication protocols/methods. Valid values: auto, ascii, pap, chap, mschap.
    authorization string
    Enable/disable TACACS+ authorization. Valid values: disable, enable.
    dynamicSortSubtable string
    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.
    interfaceSelectMethod string
    Specify how to select outgoing interface to reach server. Valid values: auto, sdwan, specify.
    keys string[]
    Key to access the primary server.
    objectUserTacacsDynamicMappingId string
    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. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    secondaryKeys string[]
    Key to access the secondary server.
    secondaryServer string
    Secondary TACACS+ server CN domain name or IP address.
    server string
    Primary TACACS+ server CN domain name or IP address.
    sourceIp string
    source IP for communications to TACACS+ server.
    statusTtl 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).
    tertiaryKeys string[]
    Key to access the tertiary server.
    tertiaryServer string
    Tertiary TACACS+ server CN domain name or IP address.
    tacacs str
    Tacacs.
    _scopes Sequence[ObjectUserTacacsDynamicMapping_ScopeArgs]
    _Scope. The structure of _scope block is documented below.
    adom str
    Adom. This value is valid only when the scopetype is adom, 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.
    authorization str
    Enable/disable TACACS+ authorization. Valid values: disable, enable.
    dynamic_sort_subtable str
    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_method str
    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_tacacs_dynamic_mapping_id str
    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. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    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 is adom, otherwise the value of adom in the provider will be inherited.
    authenType String
    Allowed authentication protocols/methods. Valid values: auto, ascii, pap, chap, mschap.
    authorization String
    Enable/disable TACACS+ authorization. Valid values: disable, enable.
    dynamicSortSubtable String
    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.
    interfaceSelectMethod String
    Specify how to select outgoing interface to reach server. Valid values: auto, sdwan, specify.
    keys List<String>
    Key to access the primary server.
    objectUserTacacsDynamicMappingId String
    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. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    secondaryKeys List<String>
    Key to access the secondary server.
    secondaryServer String
    Secondary TACACS+ server CN domain name or IP address.
    server String
    Primary TACACS+ server CN domain name or IP address.
    sourceIp String
    source IP for communications to TACACS+ server.
    statusTtl 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).
    tertiaryKeys List<String>
    Key to access the tertiary server.
    tertiaryServer 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.
    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.
    AuthenType string
    Allowed authentication protocols/methods. Valid values: auto, ascii, pap, chap, mschap.
    Authorization string
    Enable/disable TACACS+ authorization. Valid values: disable, enable.
    DynamicSortSubtable string
    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.
    InterfaceSelectMethod string
    Specify how to select outgoing interface to reach server. Valid values: auto, sdwan, specify.
    Keys List<string>
    Key to access the primary server.
    ObjectUserTacacsDynamicMappingId string
    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. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    SecondaryKeys List<string>
    Key to access the secondary server.
    SecondaryServer string
    Secondary TACACS+ server CN domain name or IP address.
    Server string
    Primary TACACS+ server CN domain name or IP address.
    SourceIp string
    source IP for communications to TACACS+ server.
    StatusTtl 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.
    TertiaryKeys List<string>
    Key to access the tertiary server.
    TertiaryServer string
    Tertiary TACACS+ server CN domain name or IP address.
    _scopes List<ObjectUserTacacsDynamicMapping_Scope>
    _Scope. The structure of _scope block is documented below.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    AuthenType string
    Allowed authentication protocols/methods. Valid values: auto, ascii, pap, chap, mschap.
    Authorization string
    Enable/disable TACACS+ authorization. Valid values: disable, enable.
    DynamicSortSubtable string
    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.
    InterfaceSelectMethod string
    Specify how to select outgoing interface to reach server. Valid values: auto, sdwan, specify.
    Keys []string
    Key to access the primary server.
    ObjectUserTacacsDynamicMappingId string
    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. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    SecondaryKeys []string
    Key to access the secondary server.
    SecondaryServer string
    Secondary TACACS+ server CN domain name or IP address.
    Server string
    Primary TACACS+ server CN domain name or IP address.
    SourceIp string
    source IP for communications to TACACS+ server.
    StatusTtl 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.
    TertiaryKeys []string
    Key to access the tertiary server.
    TertiaryServer string
    Tertiary TACACS+ server CN domain name or IP address.
    _scopes []ObjectUserTacacsDynamicMapping_ScopeArgs
    _Scope. The structure of _scope block is documented below.
    _scopes List<ObjectUserTacacsDynamicMapping_Scope>
    _Scope. The structure of _scope block is documented below.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    authenType String
    Allowed authentication protocols/methods. Valid values: auto, ascii, pap, chap, mschap.
    authorization String
    Enable/disable TACACS+ authorization. Valid values: disable, enable.
    dynamicSortSubtable String
    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.
    interfaceSelectMethod String
    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.
    objectUserTacacsDynamicMappingId String
    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. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    secondaryKeys List<String>
    Key to access the secondary server.
    secondaryServer String
    Secondary TACACS+ server CN domain name or IP address.
    server String
    Primary TACACS+ server CN domain name or IP address.
    sourceIp String
    source IP for communications to TACACS+ server.
    statusTtl 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.
    tertiaryKeys List<String>
    Key to access the tertiary server.
    tertiaryServer String
    Tertiary TACACS+ server CN domain name or IP address.
    _scopes ObjectUserTacacsDynamicMapping_Scope[]
    _Scope. The structure of _scope block is documented below.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    authenType string
    Allowed authentication protocols/methods. Valid values: auto, ascii, pap, chap, mschap.
    authorization string
    Enable/disable TACACS+ authorization. Valid values: disable, enable.
    dynamicSortSubtable string
    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.
    interfaceSelectMethod string
    Specify how to select outgoing interface to reach server. Valid values: auto, sdwan, specify.
    keys string[]
    Key to access the primary server.
    objectUserTacacsDynamicMappingId string
    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. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    secondaryKeys string[]
    Key to access the secondary server.
    secondaryServer string
    Secondary TACACS+ server CN domain name or IP address.
    server string
    Primary TACACS+ server CN domain name or IP address.
    sourceIp string
    source IP for communications to TACACS+ server.
    statusTtl 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.
    tertiaryKeys string[]
    Key to access the tertiary server.
    tertiaryServer string
    Tertiary TACACS+ server CN domain name or IP address.
    _scopes Sequence[ObjectUserTacacsDynamicMapping_ScopeArgs]
    _Scope. The structure of _scope block is documented below.
    adom str
    Adom. This value is valid only when the scopetype is adom, 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.
    authorization str
    Enable/disable TACACS+ authorization. Valid values: disable, enable.
    dynamic_sort_subtable str
    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_method str
    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_tacacs_dynamic_mapping_id str
    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. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    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 is adom, otherwise the value of adom in the provider will be inherited.
    authenType String
    Allowed authentication protocols/methods. Valid values: auto, ascii, pap, chap, mschap.
    authorization String
    Enable/disable TACACS+ authorization. Valid values: disable, enable.
    dynamicSortSubtable String
    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.
    interfaceSelectMethod String
    Specify how to select outgoing interface to reach server. Valid values: auto, sdwan, specify.
    keys List<String>
    Key to access the primary server.
    objectUserTacacsDynamicMappingId String
    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. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    secondaryKeys List<String>
    Key to access the secondary server.
    secondaryServer String
    Secondary TACACS+ server CN domain name or IP address.
    server String
    Primary TACACS+ server CN domain name or IP address.
    sourceIp String
    source IP for communications to TACACS+ server.
    statusTtl 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.
    tertiaryKeys List<String>
    Key to access the tertiary server.
    tertiaryServer String
    Tertiary TACACS+ server CN domain name or IP address.

    Supporting Types

    ObjectUserTacacsDynamicMapping_Scope, ObjectUserTacacsDynamicMapping_ScopeArgs

    Name string
    Name.
    Vdom string
    Vdom.
    Name string
    Name.
    Vdom string
    Vdom.
    name String
    Name.
    vdom String
    Vdom.
    name string
    Name.
    vdom string
    Vdom.
    name str
    Name.
    vdom str
    Vdom.
    name String
    Name.
    vdom String
    Vdom.

    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.
    fortimanager logo
    fortimanager 1.13.0 published on Thursday, Mar 13, 2025 by fortinetdev