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

fortimanager.SystempSystemSnmpUser

Explore with Pulumi AI

SNMP user configuration.

Example Usage

import * as pulumi from "@pulumi/pulumi";
import * as fortimanager from "@pulumi/fortimanager";

const trname = new fortimanager.SystempSystemSnmpUser("trname", {
    authProto: "sha512",
    devprof: "default",
});
Copy
import pulumi
import pulumi_fortimanager as fortimanager

trname = fortimanager.SystempSystemSnmpUser("trname",
    auth_proto="sha512",
    devprof="default")
Copy
package main

import (
	"github.com/pulumi/pulumi-terraform-provider/sdks/go/fortimanager/fortimanager"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)

func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := fortimanager.NewSystempSystemSnmpUser(ctx, "trname", &fortimanager.SystempSystemSnmpUserArgs{
			AuthProto: pulumi.String("sha512"),
			Devprof:   pulumi.String("default"),
		})
		if err != nil {
			return err
		}
		return nil
	})
}
Copy
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Fortimanager = Pulumi.Fortimanager;

return await Deployment.RunAsync(() => 
{
    var trname = new Fortimanager.SystempSystemSnmpUser("trname", new()
    {
        AuthProto = "sha512",
        Devprof = "default",
    });

});
Copy
package generated_program;

import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.fortimanager.SystempSystemSnmpUser;
import com.pulumi.fortimanager.SystempSystemSnmpUserArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;

public class App {
    public static void main(String[] args) {
        Pulumi.run(App::stack);
    }

    public static void stack(Context ctx) {
        var trname = new SystempSystemSnmpUser("trname", SystempSystemSnmpUserArgs.builder()
            .authProto("sha512")
            .devprof("default")
            .build());

    }
}
Copy
resources:
  trname:
    type: fortimanager:SystempSystemSnmpUser
    properties:
      authProto: sha512
      devprof: default
Copy

Create SystempSystemSnmpUser Resource

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

Constructor syntax

new SystempSystemSnmpUser(name: string, args: SystempSystemSnmpUserArgs, opts?: CustomResourceOptions);
@overload
def SystempSystemSnmpUser(resource_name: str,
                          args: SystempSystemSnmpUserArgs,
                          opts: Optional[ResourceOptions] = None)

@overload
def SystempSystemSnmpUser(resource_name: str,
                          opts: Optional[ResourceOptions] = None,
                          devprof: Optional[str] = None,
                          priv_proto: Optional[str] = None,
                          trap_rport: Optional[float] = None,
                          auth_proto: Optional[str] = None,
                          events: Optional[Sequence[str]] = None,
                          ha_direct: Optional[str] = None,
                          interface_select_method: Optional[str] = None,
                          interfaces: Optional[Sequence[str]] = None,
                          mib_view: Optional[str] = None,
                          name: Optional[str] = None,
                          notify_hosts: Optional[Sequence[str]] = None,
                          notify_hosts6: Optional[str] = None,
                          adom: Optional[str] = None,
                          auth_pwds: Optional[Sequence[str]] = None,
                          priv_pwds: Optional[Sequence[str]] = None,
                          source_ipv6: Optional[str] = None,
                          scopetype: Optional[str] = None,
                          security_level: Optional[str] = None,
                          source_ip: Optional[str] = None,
                          query_port: Optional[float] = None,
                          status: Optional[str] = None,
                          systemp_system_snmp_user_id: Optional[str] = None,
                          trap_lport: Optional[float] = None,
                          queries: Optional[str] = None,
                          trap_status: Optional[str] = None,
                          vdoms: Optional[Sequence[str]] = None,
                          vrf_select: Optional[float] = None)
func NewSystempSystemSnmpUser(ctx *Context, name string, args SystempSystemSnmpUserArgs, opts ...ResourceOption) (*SystempSystemSnmpUser, error)
public SystempSystemSnmpUser(string name, SystempSystemSnmpUserArgs args, CustomResourceOptions? opts = null)
public SystempSystemSnmpUser(String name, SystempSystemSnmpUserArgs args)
public SystempSystemSnmpUser(String name, SystempSystemSnmpUserArgs args, CustomResourceOptions options)
type: fortimanager:SystempSystemSnmpUser
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

Parameters

name This property is required. string
The unique name of the resource.
args This property is required. SystempSystemSnmpUserArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args This property is required. SystempSystemSnmpUserArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name This property is required. string
The unique name of the resource.
args This property is required. SystempSystemSnmpUserArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args This property is required. SystempSystemSnmpUserArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. SystempSystemSnmpUserArgs
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 systempSystemSnmpUserResource = new Fortimanager.SystempSystemSnmpUser("systempSystemSnmpUserResource", new()
{
    Devprof = "string",
    PrivProto = "string",
    TrapRport = 0,
    AuthProto = "string",
    Events = new[]
    {
        "string",
    },
    HaDirect = "string",
    InterfaceSelectMethod = "string",
    Interfaces = new[]
    {
        "string",
    },
    MibView = "string",
    Name = "string",
    NotifyHosts = new[]
    {
        "string",
    },
    NotifyHosts6 = "string",
    Adom = "string",
    AuthPwds = new[]
    {
        "string",
    },
    PrivPwds = new[]
    {
        "string",
    },
    SourceIpv6 = "string",
    Scopetype = "string",
    SecurityLevel = "string",
    SourceIp = "string",
    QueryPort = 0,
    Status = "string",
    SystempSystemSnmpUserId = "string",
    TrapLport = 0,
    Queries = "string",
    TrapStatus = "string",
    Vdoms = new[]
    {
        "string",
    },
    VrfSelect = 0,
});
Copy
example, err := fortimanager.NewSystempSystemSnmpUser(ctx, "systempSystemSnmpUserResource", &fortimanager.SystempSystemSnmpUserArgs{
Devprof: pulumi.String("string"),
PrivProto: pulumi.String("string"),
TrapRport: pulumi.Float64(0),
AuthProto: pulumi.String("string"),
Events: pulumi.StringArray{
pulumi.String("string"),
},
HaDirect: pulumi.String("string"),
InterfaceSelectMethod: pulumi.String("string"),
Interfaces: pulumi.StringArray{
pulumi.String("string"),
},
MibView: pulumi.String("string"),
Name: pulumi.String("string"),
NotifyHosts: pulumi.StringArray{
pulumi.String("string"),
},
NotifyHosts6: pulumi.String("string"),
Adom: pulumi.String("string"),
AuthPwds: pulumi.StringArray{
pulumi.String("string"),
},
PrivPwds: pulumi.StringArray{
pulumi.String("string"),
},
SourceIpv6: pulumi.String("string"),
Scopetype: pulumi.String("string"),
SecurityLevel: pulumi.String("string"),
SourceIp: pulumi.String("string"),
QueryPort: pulumi.Float64(0),
Status: pulumi.String("string"),
SystempSystemSnmpUserId: pulumi.String("string"),
TrapLport: pulumi.Float64(0),
Queries: pulumi.String("string"),
TrapStatus: pulumi.String("string"),
Vdoms: pulumi.StringArray{
pulumi.String("string"),
},
VrfSelect: pulumi.Float64(0),
})
Copy
var systempSystemSnmpUserResource = new SystempSystemSnmpUser("systempSystemSnmpUserResource", SystempSystemSnmpUserArgs.builder()
    .devprof("string")
    .privProto("string")
    .trapRport(0)
    .authProto("string")
    .events("string")
    .haDirect("string")
    .interfaceSelectMethod("string")
    .interfaces("string")
    .mibView("string")
    .name("string")
    .notifyHosts("string")
    .notifyHosts6("string")
    .adom("string")
    .authPwds("string")
    .privPwds("string")
    .sourceIpv6("string")
    .scopetype("string")
    .securityLevel("string")
    .sourceIp("string")
    .queryPort(0)
    .status("string")
    .systempSystemSnmpUserId("string")
    .trapLport(0)
    .queries("string")
    .trapStatus("string")
    .vdoms("string")
    .vrfSelect(0)
    .build());
Copy
systemp_system_snmp_user_resource = fortimanager.SystempSystemSnmpUser("systempSystemSnmpUserResource",
    devprof="string",
    priv_proto="string",
    trap_rport=0,
    auth_proto="string",
    events=["string"],
    ha_direct="string",
    interface_select_method="string",
    interfaces=["string"],
    mib_view="string",
    name="string",
    notify_hosts=["string"],
    notify_hosts6="string",
    adom="string",
    auth_pwds=["string"],
    priv_pwds=["string"],
    source_ipv6="string",
    scopetype="string",
    security_level="string",
    source_ip="string",
    query_port=0,
    status="string",
    systemp_system_snmp_user_id="string",
    trap_lport=0,
    queries="string",
    trap_status="string",
    vdoms=["string"],
    vrf_select=0)
Copy
const systempSystemSnmpUserResource = new fortimanager.SystempSystemSnmpUser("systempSystemSnmpUserResource", {
    devprof: "string",
    privProto: "string",
    trapRport: 0,
    authProto: "string",
    events: ["string"],
    haDirect: "string",
    interfaceSelectMethod: "string",
    interfaces: ["string"],
    mibView: "string",
    name: "string",
    notifyHosts: ["string"],
    notifyHosts6: "string",
    adom: "string",
    authPwds: ["string"],
    privPwds: ["string"],
    sourceIpv6: "string",
    scopetype: "string",
    securityLevel: "string",
    sourceIp: "string",
    queryPort: 0,
    status: "string",
    systempSystemSnmpUserId: "string",
    trapLport: 0,
    queries: "string",
    trapStatus: "string",
    vdoms: ["string"],
    vrfSelect: 0,
});
Copy
type: fortimanager:SystempSystemSnmpUser
properties:
    adom: string
    authProto: string
    authPwds:
        - string
    devprof: string
    events:
        - string
    haDirect: string
    interfaceSelectMethod: string
    interfaces:
        - string
    mibView: string
    name: string
    notifyHosts:
        - string
    notifyHosts6: string
    privProto: string
    privPwds:
        - string
    queries: string
    queryPort: 0
    scopetype: string
    securityLevel: string
    sourceIp: string
    sourceIpv6: string
    status: string
    systempSystemSnmpUserId: string
    trapLport: 0
    trapRport: 0
    trapStatus: string
    vdoms:
        - string
    vrfSelect: 0
Copy

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

Devprof This property is required. string
Devprof.
Adom string
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
AuthProto string
Authentication protocol. Valid values: md5, sha, sha224, sha256, sha384, sha512.
AuthPwds List<string>
Password for authentication protocol.
Events List<string>
SNMP notifications (traps) to send. Valid values: cpu-high, mem-low, log-full, intf-ip, vpn-tun-up, vpn-tun-down, ha-switch, fm-conf-change, ips-signature, ips-anomaly, temperature-high, voltage-alert, av-virus, av-oversize, av-pattern, av-fragmented, ha-hb-failure, fan-failure, ha-member-up, ha-member-down, ent-conf-change, av-conserve, av-bypass, av-oversize-passed, av-oversize-blocked, ips-pkg-update, fm-if-change, power-supply-failure, amc-bypass, faz-disconnect, bgp-established, bgp-backward-transition, wc-ap-up, wc-ap-down, fswctl-session-up, fswctl-session-down, ips-fail-open, load-balance-real-server-down, device-new, enter-intf-bypass, exit-intf-bypass, per-cpu-high, power-blade-down, confsync_failure, dhcp, pool-usage, power-redundancy-degrade, power-redundancy-failure.
HaDirect string
Enable/disable direct management of HA cluster members. Valid values: disable, enable.
InterfaceSelectMethod string
Specify how to select outgoing interface to reach server. Valid values: auto, sdwan, specify.
Interfaces List<string>
Specify outgoing interface to reach server.
MibView string
SNMP access control MIB view.
Name string
SNMP user name.
NotifyHosts List<string>
SNMP managers to send notifications (traps) to.
NotifyHosts6 string
IPv6 SNMP managers to send notifications (traps) to.
PrivProto string
Privacy (encryption) protocol. Valid values: aes, des, aes256, aes256cisco.
PrivPwds List<string>
Password for privacy (encryption) protocol.
Queries string
Enable/disable SNMP queries for this user. Valid values: disable, enable.
QueryPort double
SNMPv3 query port (default = 161).
Scopetype string
The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
SecurityLevel string
Security level for message authentication and encryption. Valid values: no-auth-no-priv, auth-no-priv, auth-priv.
SourceIp string
Source IP for SNMP trap.
SourceIpv6 string
Source IPv6 for SNMP trap.
Status string
Enable/disable this SNMP user. Valid values: disable, enable.
SystempSystemSnmpUserId string
an identifier for the resource with format {{name}}.
TrapLport double
SNMPv3 local trap port (default = 162).
TrapRport double
SNMPv3 trap remote port (default = 162).
TrapStatus string
Enable/disable traps for this SNMP user. Valid values: disable, enable.
Vdoms List<string>
SNMP access control VDOMs.
VrfSelect double
VRF ID used for connection to server.
Devprof This property is required. string
Devprof.
Adom string
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
AuthProto string
Authentication protocol. Valid values: md5, sha, sha224, sha256, sha384, sha512.
AuthPwds []string
Password for authentication protocol.
Events []string
SNMP notifications (traps) to send. Valid values: cpu-high, mem-low, log-full, intf-ip, vpn-tun-up, vpn-tun-down, ha-switch, fm-conf-change, ips-signature, ips-anomaly, temperature-high, voltage-alert, av-virus, av-oversize, av-pattern, av-fragmented, ha-hb-failure, fan-failure, ha-member-up, ha-member-down, ent-conf-change, av-conserve, av-bypass, av-oversize-passed, av-oversize-blocked, ips-pkg-update, fm-if-change, power-supply-failure, amc-bypass, faz-disconnect, bgp-established, bgp-backward-transition, wc-ap-up, wc-ap-down, fswctl-session-up, fswctl-session-down, ips-fail-open, load-balance-real-server-down, device-new, enter-intf-bypass, exit-intf-bypass, per-cpu-high, power-blade-down, confsync_failure, dhcp, pool-usage, power-redundancy-degrade, power-redundancy-failure.
HaDirect string
Enable/disable direct management of HA cluster members. Valid values: disable, enable.
InterfaceSelectMethod string
Specify how to select outgoing interface to reach server. Valid values: auto, sdwan, specify.
Interfaces []string
Specify outgoing interface to reach server.
MibView string
SNMP access control MIB view.
Name string
SNMP user name.
NotifyHosts []string
SNMP managers to send notifications (traps) to.
NotifyHosts6 string
IPv6 SNMP managers to send notifications (traps) to.
PrivProto string
Privacy (encryption) protocol. Valid values: aes, des, aes256, aes256cisco.
PrivPwds []string
Password for privacy (encryption) protocol.
Queries string
Enable/disable SNMP queries for this user. Valid values: disable, enable.
QueryPort float64
SNMPv3 query port (default = 161).
Scopetype string
The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
SecurityLevel string
Security level for message authentication and encryption. Valid values: no-auth-no-priv, auth-no-priv, auth-priv.
SourceIp string
Source IP for SNMP trap.
SourceIpv6 string
Source IPv6 for SNMP trap.
Status string
Enable/disable this SNMP user. Valid values: disable, enable.
SystempSystemSnmpUserId string
an identifier for the resource with format {{name}}.
TrapLport float64
SNMPv3 local trap port (default = 162).
TrapRport float64
SNMPv3 trap remote port (default = 162).
TrapStatus string
Enable/disable traps for this SNMP user. Valid values: disable, enable.
Vdoms []string
SNMP access control VDOMs.
VrfSelect float64
VRF ID used for connection to server.
devprof This property is required. String
Devprof.
adom String
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
authProto String
Authentication protocol. Valid values: md5, sha, sha224, sha256, sha384, sha512.
authPwds List<String>
Password for authentication protocol.
events List<String>
SNMP notifications (traps) to send. Valid values: cpu-high, mem-low, log-full, intf-ip, vpn-tun-up, vpn-tun-down, ha-switch, fm-conf-change, ips-signature, ips-anomaly, temperature-high, voltage-alert, av-virus, av-oversize, av-pattern, av-fragmented, ha-hb-failure, fan-failure, ha-member-up, ha-member-down, ent-conf-change, av-conserve, av-bypass, av-oversize-passed, av-oversize-blocked, ips-pkg-update, fm-if-change, power-supply-failure, amc-bypass, faz-disconnect, bgp-established, bgp-backward-transition, wc-ap-up, wc-ap-down, fswctl-session-up, fswctl-session-down, ips-fail-open, load-balance-real-server-down, device-new, enter-intf-bypass, exit-intf-bypass, per-cpu-high, power-blade-down, confsync_failure, dhcp, pool-usage, power-redundancy-degrade, power-redundancy-failure.
haDirect String
Enable/disable direct management of HA cluster members. Valid values: disable, enable.
interfaceSelectMethod String
Specify how to select outgoing interface to reach server. Valid values: auto, sdwan, specify.
interfaces List<String>
Specify outgoing interface to reach server.
mibView String
SNMP access control MIB view.
name String
SNMP user name.
notifyHosts List<String>
SNMP managers to send notifications (traps) to.
notifyHosts6 String
IPv6 SNMP managers to send notifications (traps) to.
privProto String
Privacy (encryption) protocol. Valid values: aes, des, aes256, aes256cisco.
privPwds List<String>
Password for privacy (encryption) protocol.
queries String
Enable/disable SNMP queries for this user. Valid values: disable, enable.
queryPort Double
SNMPv3 query port (default = 161).
scopetype String
The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
securityLevel String
Security level for message authentication and encryption. Valid values: no-auth-no-priv, auth-no-priv, auth-priv.
sourceIp String
Source IP for SNMP trap.
sourceIpv6 String
Source IPv6 for SNMP trap.
status String
Enable/disable this SNMP user. Valid values: disable, enable.
systempSystemSnmpUserId String
an identifier for the resource with format {{name}}.
trapLport Double
SNMPv3 local trap port (default = 162).
trapRport Double
SNMPv3 trap remote port (default = 162).
trapStatus String
Enable/disable traps for this SNMP user. Valid values: disable, enable.
vdoms List<String>
SNMP access control VDOMs.
vrfSelect Double
VRF ID used for connection to server.
devprof This property is required. string
Devprof.
adom string
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
authProto string
Authentication protocol. Valid values: md5, sha, sha224, sha256, sha384, sha512.
authPwds string[]
Password for authentication protocol.
events string[]
SNMP notifications (traps) to send. Valid values: cpu-high, mem-low, log-full, intf-ip, vpn-tun-up, vpn-tun-down, ha-switch, fm-conf-change, ips-signature, ips-anomaly, temperature-high, voltage-alert, av-virus, av-oversize, av-pattern, av-fragmented, ha-hb-failure, fan-failure, ha-member-up, ha-member-down, ent-conf-change, av-conserve, av-bypass, av-oversize-passed, av-oversize-blocked, ips-pkg-update, fm-if-change, power-supply-failure, amc-bypass, faz-disconnect, bgp-established, bgp-backward-transition, wc-ap-up, wc-ap-down, fswctl-session-up, fswctl-session-down, ips-fail-open, load-balance-real-server-down, device-new, enter-intf-bypass, exit-intf-bypass, per-cpu-high, power-blade-down, confsync_failure, dhcp, pool-usage, power-redundancy-degrade, power-redundancy-failure.
haDirect string
Enable/disable direct management of HA cluster members. Valid values: disable, enable.
interfaceSelectMethod string
Specify how to select outgoing interface to reach server. Valid values: auto, sdwan, specify.
interfaces string[]
Specify outgoing interface to reach server.
mibView string
SNMP access control MIB view.
name string
SNMP user name.
notifyHosts string[]
SNMP managers to send notifications (traps) to.
notifyHosts6 string
IPv6 SNMP managers to send notifications (traps) to.
privProto string
Privacy (encryption) protocol. Valid values: aes, des, aes256, aes256cisco.
privPwds string[]
Password for privacy (encryption) protocol.
queries string
Enable/disable SNMP queries for this user. Valid values: disable, enable.
queryPort number
SNMPv3 query port (default = 161).
scopetype string
The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
securityLevel string
Security level for message authentication and encryption. Valid values: no-auth-no-priv, auth-no-priv, auth-priv.
sourceIp string
Source IP for SNMP trap.
sourceIpv6 string
Source IPv6 for SNMP trap.
status string
Enable/disable this SNMP user. Valid values: disable, enable.
systempSystemSnmpUserId string
an identifier for the resource with format {{name}}.
trapLport number
SNMPv3 local trap port (default = 162).
trapRport number
SNMPv3 trap remote port (default = 162).
trapStatus string
Enable/disable traps for this SNMP user. Valid values: disable, enable.
vdoms string[]
SNMP access control VDOMs.
vrfSelect number
VRF ID used for connection to server.
devprof This property is required. str
Devprof.
adom str
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
auth_proto str
Authentication protocol. Valid values: md5, sha, sha224, sha256, sha384, sha512.
auth_pwds Sequence[str]
Password for authentication protocol.
events Sequence[str]
SNMP notifications (traps) to send. Valid values: cpu-high, mem-low, log-full, intf-ip, vpn-tun-up, vpn-tun-down, ha-switch, fm-conf-change, ips-signature, ips-anomaly, temperature-high, voltage-alert, av-virus, av-oversize, av-pattern, av-fragmented, ha-hb-failure, fan-failure, ha-member-up, ha-member-down, ent-conf-change, av-conserve, av-bypass, av-oversize-passed, av-oversize-blocked, ips-pkg-update, fm-if-change, power-supply-failure, amc-bypass, faz-disconnect, bgp-established, bgp-backward-transition, wc-ap-up, wc-ap-down, fswctl-session-up, fswctl-session-down, ips-fail-open, load-balance-real-server-down, device-new, enter-intf-bypass, exit-intf-bypass, per-cpu-high, power-blade-down, confsync_failure, dhcp, pool-usage, power-redundancy-degrade, power-redundancy-failure.
ha_direct str
Enable/disable direct management of HA cluster members. Valid values: disable, enable.
interface_select_method str
Specify how to select outgoing interface to reach server. Valid values: auto, sdwan, specify.
interfaces Sequence[str]
Specify outgoing interface to reach server.
mib_view str
SNMP access control MIB view.
name str
SNMP user name.
notify_hosts Sequence[str]
SNMP managers to send notifications (traps) to.
notify_hosts6 str
IPv6 SNMP managers to send notifications (traps) to.
priv_proto str
Privacy (encryption) protocol. Valid values: aes, des, aes256, aes256cisco.
priv_pwds Sequence[str]
Password for privacy (encryption) protocol.
queries str
Enable/disable SNMP queries for this user. Valid values: disable, enable.
query_port float
SNMPv3 query port (default = 161).
scopetype str
The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
security_level str
Security level for message authentication and encryption. Valid values: no-auth-no-priv, auth-no-priv, auth-priv.
source_ip str
Source IP for SNMP trap.
source_ipv6 str
Source IPv6 for SNMP trap.
status str
Enable/disable this SNMP user. Valid values: disable, enable.
systemp_system_snmp_user_id str
an identifier for the resource with format {{name}}.
trap_lport float
SNMPv3 local trap port (default = 162).
trap_rport float
SNMPv3 trap remote port (default = 162).
trap_status str
Enable/disable traps for this SNMP user. Valid values: disable, enable.
vdoms Sequence[str]
SNMP access control VDOMs.
vrf_select float
VRF ID used for connection to server.
devprof This property is required. String
Devprof.
adom String
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
authProto String
Authentication protocol. Valid values: md5, sha, sha224, sha256, sha384, sha512.
authPwds List<String>
Password for authentication protocol.
events List<String>
SNMP notifications (traps) to send. Valid values: cpu-high, mem-low, log-full, intf-ip, vpn-tun-up, vpn-tun-down, ha-switch, fm-conf-change, ips-signature, ips-anomaly, temperature-high, voltage-alert, av-virus, av-oversize, av-pattern, av-fragmented, ha-hb-failure, fan-failure, ha-member-up, ha-member-down, ent-conf-change, av-conserve, av-bypass, av-oversize-passed, av-oversize-blocked, ips-pkg-update, fm-if-change, power-supply-failure, amc-bypass, faz-disconnect, bgp-established, bgp-backward-transition, wc-ap-up, wc-ap-down, fswctl-session-up, fswctl-session-down, ips-fail-open, load-balance-real-server-down, device-new, enter-intf-bypass, exit-intf-bypass, per-cpu-high, power-blade-down, confsync_failure, dhcp, pool-usage, power-redundancy-degrade, power-redundancy-failure.
haDirect String
Enable/disable direct management of HA cluster members. Valid values: disable, enable.
interfaceSelectMethod String
Specify how to select outgoing interface to reach server. Valid values: auto, sdwan, specify.
interfaces List<String>
Specify outgoing interface to reach server.
mibView String
SNMP access control MIB view.
name String
SNMP user name.
notifyHosts List<String>
SNMP managers to send notifications (traps) to.
notifyHosts6 String
IPv6 SNMP managers to send notifications (traps) to.
privProto String
Privacy (encryption) protocol. Valid values: aes, des, aes256, aes256cisco.
privPwds List<String>
Password for privacy (encryption) protocol.
queries String
Enable/disable SNMP queries for this user. Valid values: disable, enable.
queryPort Number
SNMPv3 query port (default = 161).
scopetype String
The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
securityLevel String
Security level for message authentication and encryption. Valid values: no-auth-no-priv, auth-no-priv, auth-priv.
sourceIp String
Source IP for SNMP trap.
sourceIpv6 String
Source IPv6 for SNMP trap.
status String
Enable/disable this SNMP user. Valid values: disable, enable.
systempSystemSnmpUserId String
an identifier for the resource with format {{name}}.
trapLport Number
SNMPv3 local trap port (default = 162).
trapRport Number
SNMPv3 trap remote port (default = 162).
trapStatus String
Enable/disable traps for this SNMP user. Valid values: disable, enable.
vdoms List<String>
SNMP access control VDOMs.
vrfSelect Number
VRF ID used for connection to server.

Outputs

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

Get an existing SystempSystemSnmpUser 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?: SystempSystemSnmpUserState, opts?: CustomResourceOptions): SystempSystemSnmpUser
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        adom: Optional[str] = None,
        auth_proto: Optional[str] = None,
        auth_pwds: Optional[Sequence[str]] = None,
        devprof: Optional[str] = None,
        events: Optional[Sequence[str]] = None,
        ha_direct: Optional[str] = None,
        interface_select_method: Optional[str] = None,
        interfaces: Optional[Sequence[str]] = None,
        mib_view: Optional[str] = None,
        name: Optional[str] = None,
        notify_hosts: Optional[Sequence[str]] = None,
        notify_hosts6: Optional[str] = None,
        priv_proto: Optional[str] = None,
        priv_pwds: Optional[Sequence[str]] = None,
        queries: Optional[str] = None,
        query_port: Optional[float] = None,
        scopetype: Optional[str] = None,
        security_level: Optional[str] = None,
        source_ip: Optional[str] = None,
        source_ipv6: Optional[str] = None,
        status: Optional[str] = None,
        systemp_system_snmp_user_id: Optional[str] = None,
        trap_lport: Optional[float] = None,
        trap_rport: Optional[float] = None,
        trap_status: Optional[str] = None,
        vdoms: Optional[Sequence[str]] = None,
        vrf_select: Optional[float] = None) -> SystempSystemSnmpUser
func GetSystempSystemSnmpUser(ctx *Context, name string, id IDInput, state *SystempSystemSnmpUserState, opts ...ResourceOption) (*SystempSystemSnmpUser, error)
public static SystempSystemSnmpUser Get(string name, Input<string> id, SystempSystemSnmpUserState? state, CustomResourceOptions? opts = null)
public static SystempSystemSnmpUser get(String name, Output<String> id, SystempSystemSnmpUserState state, CustomResourceOptions options)
resources:  _:    type: fortimanager:SystempSystemSnmpUser    get:      id: ${id}
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
resource_name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
The following state arguments are supported:
Adom string
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
AuthProto string
Authentication protocol. Valid values: md5, sha, sha224, sha256, sha384, sha512.
AuthPwds List<string>
Password for authentication protocol.
Devprof string
Devprof.
Events List<string>
SNMP notifications (traps) to send. Valid values: cpu-high, mem-low, log-full, intf-ip, vpn-tun-up, vpn-tun-down, ha-switch, fm-conf-change, ips-signature, ips-anomaly, temperature-high, voltage-alert, av-virus, av-oversize, av-pattern, av-fragmented, ha-hb-failure, fan-failure, ha-member-up, ha-member-down, ent-conf-change, av-conserve, av-bypass, av-oversize-passed, av-oversize-blocked, ips-pkg-update, fm-if-change, power-supply-failure, amc-bypass, faz-disconnect, bgp-established, bgp-backward-transition, wc-ap-up, wc-ap-down, fswctl-session-up, fswctl-session-down, ips-fail-open, load-balance-real-server-down, device-new, enter-intf-bypass, exit-intf-bypass, per-cpu-high, power-blade-down, confsync_failure, dhcp, pool-usage, power-redundancy-degrade, power-redundancy-failure.
HaDirect string
Enable/disable direct management of HA cluster members. Valid values: disable, enable.
InterfaceSelectMethod string
Specify how to select outgoing interface to reach server. Valid values: auto, sdwan, specify.
Interfaces List<string>
Specify outgoing interface to reach server.
MibView string
SNMP access control MIB view.
Name string
SNMP user name.
NotifyHosts List<string>
SNMP managers to send notifications (traps) to.
NotifyHosts6 string
IPv6 SNMP managers to send notifications (traps) to.
PrivProto string
Privacy (encryption) protocol. Valid values: aes, des, aes256, aes256cisco.
PrivPwds List<string>
Password for privacy (encryption) protocol.
Queries string
Enable/disable SNMP queries for this user. Valid values: disable, enable.
QueryPort double
SNMPv3 query port (default = 161).
Scopetype string
The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
SecurityLevel string
Security level for message authentication and encryption. Valid values: no-auth-no-priv, auth-no-priv, auth-priv.
SourceIp string
Source IP for SNMP trap.
SourceIpv6 string
Source IPv6 for SNMP trap.
Status string
Enable/disable this SNMP user. Valid values: disable, enable.
SystempSystemSnmpUserId string
an identifier for the resource with format {{name}}.
TrapLport double
SNMPv3 local trap port (default = 162).
TrapRport double
SNMPv3 trap remote port (default = 162).
TrapStatus string
Enable/disable traps for this SNMP user. Valid values: disable, enable.
Vdoms List<string>
SNMP access control VDOMs.
VrfSelect double
VRF ID used for connection to server.
Adom string
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
AuthProto string
Authentication protocol. Valid values: md5, sha, sha224, sha256, sha384, sha512.
AuthPwds []string
Password for authentication protocol.
Devprof string
Devprof.
Events []string
SNMP notifications (traps) to send. Valid values: cpu-high, mem-low, log-full, intf-ip, vpn-tun-up, vpn-tun-down, ha-switch, fm-conf-change, ips-signature, ips-anomaly, temperature-high, voltage-alert, av-virus, av-oversize, av-pattern, av-fragmented, ha-hb-failure, fan-failure, ha-member-up, ha-member-down, ent-conf-change, av-conserve, av-bypass, av-oversize-passed, av-oversize-blocked, ips-pkg-update, fm-if-change, power-supply-failure, amc-bypass, faz-disconnect, bgp-established, bgp-backward-transition, wc-ap-up, wc-ap-down, fswctl-session-up, fswctl-session-down, ips-fail-open, load-balance-real-server-down, device-new, enter-intf-bypass, exit-intf-bypass, per-cpu-high, power-blade-down, confsync_failure, dhcp, pool-usage, power-redundancy-degrade, power-redundancy-failure.
HaDirect string
Enable/disable direct management of HA cluster members. Valid values: disable, enable.
InterfaceSelectMethod string
Specify how to select outgoing interface to reach server. Valid values: auto, sdwan, specify.
Interfaces []string
Specify outgoing interface to reach server.
MibView string
SNMP access control MIB view.
Name string
SNMP user name.
NotifyHosts []string
SNMP managers to send notifications (traps) to.
NotifyHosts6 string
IPv6 SNMP managers to send notifications (traps) to.
PrivProto string
Privacy (encryption) protocol. Valid values: aes, des, aes256, aes256cisco.
PrivPwds []string
Password for privacy (encryption) protocol.
Queries string
Enable/disable SNMP queries for this user. Valid values: disable, enable.
QueryPort float64
SNMPv3 query port (default = 161).
Scopetype string
The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
SecurityLevel string
Security level for message authentication and encryption. Valid values: no-auth-no-priv, auth-no-priv, auth-priv.
SourceIp string
Source IP for SNMP trap.
SourceIpv6 string
Source IPv6 for SNMP trap.
Status string
Enable/disable this SNMP user. Valid values: disable, enable.
SystempSystemSnmpUserId string
an identifier for the resource with format {{name}}.
TrapLport float64
SNMPv3 local trap port (default = 162).
TrapRport float64
SNMPv3 trap remote port (default = 162).
TrapStatus string
Enable/disable traps for this SNMP user. Valid values: disable, enable.
Vdoms []string
SNMP access control VDOMs.
VrfSelect float64
VRF ID used for connection to server.
adom String
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
authProto String
Authentication protocol. Valid values: md5, sha, sha224, sha256, sha384, sha512.
authPwds List<String>
Password for authentication protocol.
devprof String
Devprof.
events List<String>
SNMP notifications (traps) to send. Valid values: cpu-high, mem-low, log-full, intf-ip, vpn-tun-up, vpn-tun-down, ha-switch, fm-conf-change, ips-signature, ips-anomaly, temperature-high, voltage-alert, av-virus, av-oversize, av-pattern, av-fragmented, ha-hb-failure, fan-failure, ha-member-up, ha-member-down, ent-conf-change, av-conserve, av-bypass, av-oversize-passed, av-oversize-blocked, ips-pkg-update, fm-if-change, power-supply-failure, amc-bypass, faz-disconnect, bgp-established, bgp-backward-transition, wc-ap-up, wc-ap-down, fswctl-session-up, fswctl-session-down, ips-fail-open, load-balance-real-server-down, device-new, enter-intf-bypass, exit-intf-bypass, per-cpu-high, power-blade-down, confsync_failure, dhcp, pool-usage, power-redundancy-degrade, power-redundancy-failure.
haDirect String
Enable/disable direct management of HA cluster members. Valid values: disable, enable.
interfaceSelectMethod String
Specify how to select outgoing interface to reach server. Valid values: auto, sdwan, specify.
interfaces List<String>
Specify outgoing interface to reach server.
mibView String
SNMP access control MIB view.
name String
SNMP user name.
notifyHosts List<String>
SNMP managers to send notifications (traps) to.
notifyHosts6 String
IPv6 SNMP managers to send notifications (traps) to.
privProto String
Privacy (encryption) protocol. Valid values: aes, des, aes256, aes256cisco.
privPwds List<String>
Password for privacy (encryption) protocol.
queries String
Enable/disable SNMP queries for this user. Valid values: disable, enable.
queryPort Double
SNMPv3 query port (default = 161).
scopetype String
The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
securityLevel String
Security level for message authentication and encryption. Valid values: no-auth-no-priv, auth-no-priv, auth-priv.
sourceIp String
Source IP for SNMP trap.
sourceIpv6 String
Source IPv6 for SNMP trap.
status String
Enable/disable this SNMP user. Valid values: disable, enable.
systempSystemSnmpUserId String
an identifier for the resource with format {{name}}.
trapLport Double
SNMPv3 local trap port (default = 162).
trapRport Double
SNMPv3 trap remote port (default = 162).
trapStatus String
Enable/disable traps for this SNMP user. Valid values: disable, enable.
vdoms List<String>
SNMP access control VDOMs.
vrfSelect Double
VRF ID used for connection to server.
adom string
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
authProto string
Authentication protocol. Valid values: md5, sha, sha224, sha256, sha384, sha512.
authPwds string[]
Password for authentication protocol.
devprof string
Devprof.
events string[]
SNMP notifications (traps) to send. Valid values: cpu-high, mem-low, log-full, intf-ip, vpn-tun-up, vpn-tun-down, ha-switch, fm-conf-change, ips-signature, ips-anomaly, temperature-high, voltage-alert, av-virus, av-oversize, av-pattern, av-fragmented, ha-hb-failure, fan-failure, ha-member-up, ha-member-down, ent-conf-change, av-conserve, av-bypass, av-oversize-passed, av-oversize-blocked, ips-pkg-update, fm-if-change, power-supply-failure, amc-bypass, faz-disconnect, bgp-established, bgp-backward-transition, wc-ap-up, wc-ap-down, fswctl-session-up, fswctl-session-down, ips-fail-open, load-balance-real-server-down, device-new, enter-intf-bypass, exit-intf-bypass, per-cpu-high, power-blade-down, confsync_failure, dhcp, pool-usage, power-redundancy-degrade, power-redundancy-failure.
haDirect string
Enable/disable direct management of HA cluster members. Valid values: disable, enable.
interfaceSelectMethod string
Specify how to select outgoing interface to reach server. Valid values: auto, sdwan, specify.
interfaces string[]
Specify outgoing interface to reach server.
mibView string
SNMP access control MIB view.
name string
SNMP user name.
notifyHosts string[]
SNMP managers to send notifications (traps) to.
notifyHosts6 string
IPv6 SNMP managers to send notifications (traps) to.
privProto string
Privacy (encryption) protocol. Valid values: aes, des, aes256, aes256cisco.
privPwds string[]
Password for privacy (encryption) protocol.
queries string
Enable/disable SNMP queries for this user. Valid values: disable, enable.
queryPort number
SNMPv3 query port (default = 161).
scopetype string
The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
securityLevel string
Security level for message authentication and encryption. Valid values: no-auth-no-priv, auth-no-priv, auth-priv.
sourceIp string
Source IP for SNMP trap.
sourceIpv6 string
Source IPv6 for SNMP trap.
status string
Enable/disable this SNMP user. Valid values: disable, enable.
systempSystemSnmpUserId string
an identifier for the resource with format {{name}}.
trapLport number
SNMPv3 local trap port (default = 162).
trapRport number
SNMPv3 trap remote port (default = 162).
trapStatus string
Enable/disable traps for this SNMP user. Valid values: disable, enable.
vdoms string[]
SNMP access control VDOMs.
vrfSelect number
VRF ID used for connection to server.
adom str
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
auth_proto str
Authentication protocol. Valid values: md5, sha, sha224, sha256, sha384, sha512.
auth_pwds Sequence[str]
Password for authentication protocol.
devprof str
Devprof.
events Sequence[str]
SNMP notifications (traps) to send. Valid values: cpu-high, mem-low, log-full, intf-ip, vpn-tun-up, vpn-tun-down, ha-switch, fm-conf-change, ips-signature, ips-anomaly, temperature-high, voltage-alert, av-virus, av-oversize, av-pattern, av-fragmented, ha-hb-failure, fan-failure, ha-member-up, ha-member-down, ent-conf-change, av-conserve, av-bypass, av-oversize-passed, av-oversize-blocked, ips-pkg-update, fm-if-change, power-supply-failure, amc-bypass, faz-disconnect, bgp-established, bgp-backward-transition, wc-ap-up, wc-ap-down, fswctl-session-up, fswctl-session-down, ips-fail-open, load-balance-real-server-down, device-new, enter-intf-bypass, exit-intf-bypass, per-cpu-high, power-blade-down, confsync_failure, dhcp, pool-usage, power-redundancy-degrade, power-redundancy-failure.
ha_direct str
Enable/disable direct management of HA cluster members. Valid values: disable, enable.
interface_select_method str
Specify how to select outgoing interface to reach server. Valid values: auto, sdwan, specify.
interfaces Sequence[str]
Specify outgoing interface to reach server.
mib_view str
SNMP access control MIB view.
name str
SNMP user name.
notify_hosts Sequence[str]
SNMP managers to send notifications (traps) to.
notify_hosts6 str
IPv6 SNMP managers to send notifications (traps) to.
priv_proto str
Privacy (encryption) protocol. Valid values: aes, des, aes256, aes256cisco.
priv_pwds Sequence[str]
Password for privacy (encryption) protocol.
queries str
Enable/disable SNMP queries for this user. Valid values: disable, enable.
query_port float
SNMPv3 query port (default = 161).
scopetype str
The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
security_level str
Security level for message authentication and encryption. Valid values: no-auth-no-priv, auth-no-priv, auth-priv.
source_ip str
Source IP for SNMP trap.
source_ipv6 str
Source IPv6 for SNMP trap.
status str
Enable/disable this SNMP user. Valid values: disable, enable.
systemp_system_snmp_user_id str
an identifier for the resource with format {{name}}.
trap_lport float
SNMPv3 local trap port (default = 162).
trap_rport float
SNMPv3 trap remote port (default = 162).
trap_status str
Enable/disable traps for this SNMP user. Valid values: disable, enable.
vdoms Sequence[str]
SNMP access control VDOMs.
vrf_select float
VRF ID used for connection to server.
adom String
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
authProto String
Authentication protocol. Valid values: md5, sha, sha224, sha256, sha384, sha512.
authPwds List<String>
Password for authentication protocol.
devprof String
Devprof.
events List<String>
SNMP notifications (traps) to send. Valid values: cpu-high, mem-low, log-full, intf-ip, vpn-tun-up, vpn-tun-down, ha-switch, fm-conf-change, ips-signature, ips-anomaly, temperature-high, voltage-alert, av-virus, av-oversize, av-pattern, av-fragmented, ha-hb-failure, fan-failure, ha-member-up, ha-member-down, ent-conf-change, av-conserve, av-bypass, av-oversize-passed, av-oversize-blocked, ips-pkg-update, fm-if-change, power-supply-failure, amc-bypass, faz-disconnect, bgp-established, bgp-backward-transition, wc-ap-up, wc-ap-down, fswctl-session-up, fswctl-session-down, ips-fail-open, load-balance-real-server-down, device-new, enter-intf-bypass, exit-intf-bypass, per-cpu-high, power-blade-down, confsync_failure, dhcp, pool-usage, power-redundancy-degrade, power-redundancy-failure.
haDirect String
Enable/disable direct management of HA cluster members. Valid values: disable, enable.
interfaceSelectMethod String
Specify how to select outgoing interface to reach server. Valid values: auto, sdwan, specify.
interfaces List<String>
Specify outgoing interface to reach server.
mibView String
SNMP access control MIB view.
name String
SNMP user name.
notifyHosts List<String>
SNMP managers to send notifications (traps) to.
notifyHosts6 String
IPv6 SNMP managers to send notifications (traps) to.
privProto String
Privacy (encryption) protocol. Valid values: aes, des, aes256, aes256cisco.
privPwds List<String>
Password for privacy (encryption) protocol.
queries String
Enable/disable SNMP queries for this user. Valid values: disable, enable.
queryPort Number
SNMPv3 query port (default = 161).
scopetype String
The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
securityLevel String
Security level for message authentication and encryption. Valid values: no-auth-no-priv, auth-no-priv, auth-priv.
sourceIp String
Source IP for SNMP trap.
sourceIpv6 String
Source IPv6 for SNMP trap.
status String
Enable/disable this SNMP user. Valid values: disable, enable.
systempSystemSnmpUserId String
an identifier for the resource with format {{name}}.
trapLport Number
SNMPv3 local trap port (default = 162).
trapRport Number
SNMPv3 trap remote port (default = 162).
trapStatus String
Enable/disable traps for this SNMP user. Valid values: disable, enable.
vdoms List<String>
SNMP access control VDOMs.
vrfSelect Number
VRF ID used for connection to server.

Import

Systemp SystemSnmpUser can be imported using any of these accepted formats:

Set import_options = [“devprof=YOUR_VALUE”] in the provider section.

$ export “FORTIMANAGER_IMPORT_TABLE”=“true”

$ pulumi import fortimanager:index/systempSystemSnmpUser:SystempSystemSnmpUser labelname {{name}}
Copy

$ unset “FORTIMANAGER_IMPORT_TABLE”

-> Hint: The scopetype and adom for import will directly inherit the scopetype and adom configuration of the provider.

To learn more about importing existing cloud resources, see Importing resources.

Package Details

Repository
fortimanager fortinetdev/terraform-provider-fortimanager
License
Notes
This Pulumi package is based on the fortimanager Terraform Provider.