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

fortimanager.ObjectSystemNpuBackgroundssescan

Explore with Pulumi AI

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

    Configure driver background scan for SSE.

    This resource is a sub resource for variable background_sse_scan of resource fortimanager.ObjectSystemNpu. Conflict and overwrite may occur if use both of them.

    Create ObjectSystemNpuBackgroundssescan Resource

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

    Constructor syntax

    new ObjectSystemNpuBackgroundssescan(name: string, args?: ObjectSystemNpuBackgroundssescanArgs, opts?: CustomResourceOptions);
    @overload
    def ObjectSystemNpuBackgroundssescan(resource_name: str,
                                         args: Optional[ObjectSystemNpuBackgroundssescanArgs] = None,
                                         opts: Optional[ResourceOptions] = None)
    
    @overload
    def ObjectSystemNpuBackgroundssescan(resource_name: str,
                                         opts: Optional[ResourceOptions] = None,
                                         adom: Optional[str] = None,
                                         object_system_npu_backgroundssescan_id: Optional[str] = None,
                                         scan: Optional[str] = None,
                                         scan_stale: Optional[float] = None,
                                         scan_vt: Optional[float] = None,
                                         scopetype: Optional[str] = None,
                                         stats_qual_access: Optional[float] = None,
                                         stats_qual_duration: Optional[float] = None,
                                         stats_update_interval: Optional[float] = None,
                                         udp_keepalive_interval: Optional[float] = None,
                                         udp_qual_access: Optional[float] = None,
                                         udp_qual_duration: Optional[float] = None)
    func NewObjectSystemNpuBackgroundssescan(ctx *Context, name string, args *ObjectSystemNpuBackgroundssescanArgs, opts ...ResourceOption) (*ObjectSystemNpuBackgroundssescan, error)
    public ObjectSystemNpuBackgroundssescan(string name, ObjectSystemNpuBackgroundssescanArgs? args = null, CustomResourceOptions? opts = null)
    public ObjectSystemNpuBackgroundssescan(String name, ObjectSystemNpuBackgroundssescanArgs args)
    public ObjectSystemNpuBackgroundssescan(String name, ObjectSystemNpuBackgroundssescanArgs args, CustomResourceOptions options)
    
    type: fortimanager:ObjectSystemNpuBackgroundssescan
    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 ObjectSystemNpuBackgroundssescanArgs
    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 ObjectSystemNpuBackgroundssescanArgs
    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 ObjectSystemNpuBackgroundssescanArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ObjectSystemNpuBackgroundssescanArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ObjectSystemNpuBackgroundssescanArgs
    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 objectSystemNpuBackgroundssescanResource = new Fortimanager.ObjectSystemNpuBackgroundssescan("objectSystemNpuBackgroundssescanResource", new()
    {
        Adom = "string",
        ObjectSystemNpuBackgroundssescanId = "string",
        Scan = "string",
        ScanStale = 0,
        ScanVt = 0,
        Scopetype = "string",
        StatsQualAccess = 0,
        StatsQualDuration = 0,
        StatsUpdateInterval = 0,
        UdpKeepaliveInterval = 0,
        UdpQualAccess = 0,
        UdpQualDuration = 0,
    });
    
    example, err := fortimanager.NewObjectSystemNpuBackgroundssescan(ctx, "objectSystemNpuBackgroundssescanResource", &fortimanager.ObjectSystemNpuBackgroundssescanArgs{
    Adom: pulumi.String("string"),
    ObjectSystemNpuBackgroundssescanId: pulumi.String("string"),
    Scan: pulumi.String("string"),
    ScanStale: pulumi.Float64(0),
    ScanVt: pulumi.Float64(0),
    Scopetype: pulumi.String("string"),
    StatsQualAccess: pulumi.Float64(0),
    StatsQualDuration: pulumi.Float64(0),
    StatsUpdateInterval: pulumi.Float64(0),
    UdpKeepaliveInterval: pulumi.Float64(0),
    UdpQualAccess: pulumi.Float64(0),
    UdpQualDuration: pulumi.Float64(0),
    })
    
    var objectSystemNpuBackgroundssescanResource = new ObjectSystemNpuBackgroundssescan("objectSystemNpuBackgroundssescanResource", ObjectSystemNpuBackgroundssescanArgs.builder()
        .adom("string")
        .objectSystemNpuBackgroundssescanId("string")
        .scan("string")
        .scanStale(0)
        .scanVt(0)
        .scopetype("string")
        .statsQualAccess(0)
        .statsQualDuration(0)
        .statsUpdateInterval(0)
        .udpKeepaliveInterval(0)
        .udpQualAccess(0)
        .udpQualDuration(0)
        .build());
    
    object_system_npu_backgroundssescan_resource = fortimanager.ObjectSystemNpuBackgroundssescan("objectSystemNpuBackgroundssescanResource",
        adom="string",
        object_system_npu_backgroundssescan_id="string",
        scan="string",
        scan_stale=0,
        scan_vt=0,
        scopetype="string",
        stats_qual_access=0,
        stats_qual_duration=0,
        stats_update_interval=0,
        udp_keepalive_interval=0,
        udp_qual_access=0,
        udp_qual_duration=0)
    
    const objectSystemNpuBackgroundssescanResource = new fortimanager.ObjectSystemNpuBackgroundssescan("objectSystemNpuBackgroundssescanResource", {
        adom: "string",
        objectSystemNpuBackgroundssescanId: "string",
        scan: "string",
        scanStale: 0,
        scanVt: 0,
        scopetype: "string",
        statsQualAccess: 0,
        statsQualDuration: 0,
        statsUpdateInterval: 0,
        udpKeepaliveInterval: 0,
        udpQualAccess: 0,
        udpQualDuration: 0,
    });
    
    type: fortimanager:ObjectSystemNpuBackgroundssescan
    properties:
        adom: string
        objectSystemNpuBackgroundssescanId: string
        scan: string
        scanStale: 0
        scanVt: 0
        scopetype: string
        statsQualAccess: 0
        statsQualDuration: 0
        statsUpdateInterval: 0
        udpKeepaliveInterval: 0
        udpQualAccess: 0
        udpQualDuration: 0
    

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

    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    ObjectSystemNpuBackgroundssescanId string
    an identifier for the resource.
    Scan string
    Enable/disable background SSE scan by driver thread(default enabled). Valid values: disable, enable.
    ScanStale double
    Configure scanning of active or stale sessions (default = 0 = active sessions).
    ScanVt double
    Select version/type to scan: bit-0: 44; bit-1: 46; bit-2: 64; bit-3: 66 (default = 0xF).
    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.
    StatsQualAccess double
    Statistics update access qualification in seconds (0 - INT_MAX, default = 180).
    StatsQualDuration double
    Statistics update duration qualification in seconds (0 - INT_MAX, default = 300).
    StatsUpdateInterval double
    Stats update interval(>=560 seconds, default 560 seconds).
    UdpKeepaliveInterval double
    UDP keepalive interval(>=90 seconds, default 90 seconds).
    UdpQualAccess double
    UDP keepalive access qualification in seconds (0 - INT_MAX, default = 30).
    UdpQualDuration double
    UDP keepalive duration qualification in seconds (0 - INT_MAX, default = 90).
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    ObjectSystemNpuBackgroundssescanId string
    an identifier for the resource.
    Scan string
    Enable/disable background SSE scan by driver thread(default enabled). Valid values: disable, enable.
    ScanStale float64
    Configure scanning of active or stale sessions (default = 0 = active sessions).
    ScanVt float64
    Select version/type to scan: bit-0: 44; bit-1: 46; bit-2: 64; bit-3: 66 (default = 0xF).
    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.
    StatsQualAccess float64
    Statistics update access qualification in seconds (0 - INT_MAX, default = 180).
    StatsQualDuration float64
    Statistics update duration qualification in seconds (0 - INT_MAX, default = 300).
    StatsUpdateInterval float64
    Stats update interval(>=560 seconds, default 560 seconds).
    UdpKeepaliveInterval float64
    UDP keepalive interval(>=90 seconds, default 90 seconds).
    UdpQualAccess float64
    UDP keepalive access qualification in seconds (0 - INT_MAX, default = 30).
    UdpQualDuration float64
    UDP keepalive duration qualification in seconds (0 - INT_MAX, default = 90).
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    objectSystemNpuBackgroundssescanId String
    an identifier for the resource.
    scan String
    Enable/disable background SSE scan by driver thread(default enabled). Valid values: disable, enable.
    scanStale Double
    Configure scanning of active or stale sessions (default = 0 = active sessions).
    scanVt Double
    Select version/type to scan: bit-0: 44; bit-1: 46; bit-2: 64; bit-3: 66 (default = 0xF).
    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.
    statsQualAccess Double
    Statistics update access qualification in seconds (0 - INT_MAX, default = 180).
    statsQualDuration Double
    Statistics update duration qualification in seconds (0 - INT_MAX, default = 300).
    statsUpdateInterval Double
    Stats update interval(>=560 seconds, default 560 seconds).
    udpKeepaliveInterval Double
    UDP keepalive interval(>=90 seconds, default 90 seconds).
    udpQualAccess Double
    UDP keepalive access qualification in seconds (0 - INT_MAX, default = 30).
    udpQualDuration Double
    UDP keepalive duration qualification in seconds (0 - INT_MAX, default = 90).
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    objectSystemNpuBackgroundssescanId string
    an identifier for the resource.
    scan string
    Enable/disable background SSE scan by driver thread(default enabled). Valid values: disable, enable.
    scanStale number
    Configure scanning of active or stale sessions (default = 0 = active sessions).
    scanVt number
    Select version/type to scan: bit-0: 44; bit-1: 46; bit-2: 64; bit-3: 66 (default = 0xF).
    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.
    statsQualAccess number
    Statistics update access qualification in seconds (0 - INT_MAX, default = 180).
    statsQualDuration number
    Statistics update duration qualification in seconds (0 - INT_MAX, default = 300).
    statsUpdateInterval number
    Stats update interval(>=560 seconds, default 560 seconds).
    udpKeepaliveInterval number
    UDP keepalive interval(>=90 seconds, default 90 seconds).
    udpQualAccess number
    UDP keepalive access qualification in seconds (0 - INT_MAX, default = 30).
    udpQualDuration number
    UDP keepalive duration qualification in seconds (0 - INT_MAX, default = 90).
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    object_system_npu_backgroundssescan_id str
    an identifier for the resource.
    scan str
    Enable/disable background SSE scan by driver thread(default enabled). Valid values: disable, enable.
    scan_stale float
    Configure scanning of active or stale sessions (default = 0 = active sessions).
    scan_vt float
    Select version/type to scan: bit-0: 44; bit-1: 46; bit-2: 64; bit-3: 66 (default = 0xF).
    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.
    stats_qual_access float
    Statistics update access qualification in seconds (0 - INT_MAX, default = 180).
    stats_qual_duration float
    Statistics update duration qualification in seconds (0 - INT_MAX, default = 300).
    stats_update_interval float
    Stats update interval(>=560 seconds, default 560 seconds).
    udp_keepalive_interval float
    UDP keepalive interval(>=90 seconds, default 90 seconds).
    udp_qual_access float
    UDP keepalive access qualification in seconds (0 - INT_MAX, default = 30).
    udp_qual_duration float
    UDP keepalive duration qualification in seconds (0 - INT_MAX, default = 90).
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    objectSystemNpuBackgroundssescanId String
    an identifier for the resource.
    scan String
    Enable/disable background SSE scan by driver thread(default enabled). Valid values: disable, enable.
    scanStale Number
    Configure scanning of active or stale sessions (default = 0 = active sessions).
    scanVt Number
    Select version/type to scan: bit-0: 44; bit-1: 46; bit-2: 64; bit-3: 66 (default = 0xF).
    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.
    statsQualAccess Number
    Statistics update access qualification in seconds (0 - INT_MAX, default = 180).
    statsQualDuration Number
    Statistics update duration qualification in seconds (0 - INT_MAX, default = 300).
    statsUpdateInterval Number
    Stats update interval(>=560 seconds, default 560 seconds).
    udpKeepaliveInterval Number
    UDP keepalive interval(>=90 seconds, default 90 seconds).
    udpQualAccess Number
    UDP keepalive access qualification in seconds (0 - INT_MAX, default = 30).
    udpQualDuration Number
    UDP keepalive duration qualification in seconds (0 - INT_MAX, default = 90).

    Outputs

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

    Get an existing ObjectSystemNpuBackgroundssescan 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?: ObjectSystemNpuBackgroundssescanState, opts?: CustomResourceOptions): ObjectSystemNpuBackgroundssescan
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            adom: Optional[str] = None,
            object_system_npu_backgroundssescan_id: Optional[str] = None,
            scan: Optional[str] = None,
            scan_stale: Optional[float] = None,
            scan_vt: Optional[float] = None,
            scopetype: Optional[str] = None,
            stats_qual_access: Optional[float] = None,
            stats_qual_duration: Optional[float] = None,
            stats_update_interval: Optional[float] = None,
            udp_keepalive_interval: Optional[float] = None,
            udp_qual_access: Optional[float] = None,
            udp_qual_duration: Optional[float] = None) -> ObjectSystemNpuBackgroundssescan
    func GetObjectSystemNpuBackgroundssescan(ctx *Context, name string, id IDInput, state *ObjectSystemNpuBackgroundssescanState, opts ...ResourceOption) (*ObjectSystemNpuBackgroundssescan, error)
    public static ObjectSystemNpuBackgroundssescan Get(string name, Input<string> id, ObjectSystemNpuBackgroundssescanState? state, CustomResourceOptions? opts = null)
    public static ObjectSystemNpuBackgroundssescan get(String name, Output<String> id, ObjectSystemNpuBackgroundssescanState state, CustomResourceOptions options)
    resources:  _:    type: fortimanager:ObjectSystemNpuBackgroundssescan    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.
    ObjectSystemNpuBackgroundssescanId string
    an identifier for the resource.
    Scan string
    Enable/disable background SSE scan by driver thread(default enabled). Valid values: disable, enable.
    ScanStale double
    Configure scanning of active or stale sessions (default = 0 = active sessions).
    ScanVt double
    Select version/type to scan: bit-0: 44; bit-1: 46; bit-2: 64; bit-3: 66 (default = 0xF).
    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.
    StatsQualAccess double
    Statistics update access qualification in seconds (0 - INT_MAX, default = 180).
    StatsQualDuration double
    Statistics update duration qualification in seconds (0 - INT_MAX, default = 300).
    StatsUpdateInterval double
    Stats update interval(>=560 seconds, default 560 seconds).
    UdpKeepaliveInterval double
    UDP keepalive interval(>=90 seconds, default 90 seconds).
    UdpQualAccess double
    UDP keepalive access qualification in seconds (0 - INT_MAX, default = 30).
    UdpQualDuration double
    UDP keepalive duration qualification in seconds (0 - INT_MAX, default = 90).
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    ObjectSystemNpuBackgroundssescanId string
    an identifier for the resource.
    Scan string
    Enable/disable background SSE scan by driver thread(default enabled). Valid values: disable, enable.
    ScanStale float64
    Configure scanning of active or stale sessions (default = 0 = active sessions).
    ScanVt float64
    Select version/type to scan: bit-0: 44; bit-1: 46; bit-2: 64; bit-3: 66 (default = 0xF).
    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.
    StatsQualAccess float64
    Statistics update access qualification in seconds (0 - INT_MAX, default = 180).
    StatsQualDuration float64
    Statistics update duration qualification in seconds (0 - INT_MAX, default = 300).
    StatsUpdateInterval float64
    Stats update interval(>=560 seconds, default 560 seconds).
    UdpKeepaliveInterval float64
    UDP keepalive interval(>=90 seconds, default 90 seconds).
    UdpQualAccess float64
    UDP keepalive access qualification in seconds (0 - INT_MAX, default = 30).
    UdpQualDuration float64
    UDP keepalive duration qualification in seconds (0 - INT_MAX, default = 90).
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    objectSystemNpuBackgroundssescanId String
    an identifier for the resource.
    scan String
    Enable/disable background SSE scan by driver thread(default enabled). Valid values: disable, enable.
    scanStale Double
    Configure scanning of active or stale sessions (default = 0 = active sessions).
    scanVt Double
    Select version/type to scan: bit-0: 44; bit-1: 46; bit-2: 64; bit-3: 66 (default = 0xF).
    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.
    statsQualAccess Double
    Statistics update access qualification in seconds (0 - INT_MAX, default = 180).
    statsQualDuration Double
    Statistics update duration qualification in seconds (0 - INT_MAX, default = 300).
    statsUpdateInterval Double
    Stats update interval(>=560 seconds, default 560 seconds).
    udpKeepaliveInterval Double
    UDP keepalive interval(>=90 seconds, default 90 seconds).
    udpQualAccess Double
    UDP keepalive access qualification in seconds (0 - INT_MAX, default = 30).
    udpQualDuration Double
    UDP keepalive duration qualification in seconds (0 - INT_MAX, default = 90).
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    objectSystemNpuBackgroundssescanId string
    an identifier for the resource.
    scan string
    Enable/disable background SSE scan by driver thread(default enabled). Valid values: disable, enable.
    scanStale number
    Configure scanning of active or stale sessions (default = 0 = active sessions).
    scanVt number
    Select version/type to scan: bit-0: 44; bit-1: 46; bit-2: 64; bit-3: 66 (default = 0xF).
    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.
    statsQualAccess number
    Statistics update access qualification in seconds (0 - INT_MAX, default = 180).
    statsQualDuration number
    Statistics update duration qualification in seconds (0 - INT_MAX, default = 300).
    statsUpdateInterval number
    Stats update interval(>=560 seconds, default 560 seconds).
    udpKeepaliveInterval number
    UDP keepalive interval(>=90 seconds, default 90 seconds).
    udpQualAccess number
    UDP keepalive access qualification in seconds (0 - INT_MAX, default = 30).
    udpQualDuration number
    UDP keepalive duration qualification in seconds (0 - INT_MAX, default = 90).
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    object_system_npu_backgroundssescan_id str
    an identifier for the resource.
    scan str
    Enable/disable background SSE scan by driver thread(default enabled). Valid values: disable, enable.
    scan_stale float
    Configure scanning of active or stale sessions (default = 0 = active sessions).
    scan_vt float
    Select version/type to scan: bit-0: 44; bit-1: 46; bit-2: 64; bit-3: 66 (default = 0xF).
    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.
    stats_qual_access float
    Statistics update access qualification in seconds (0 - INT_MAX, default = 180).
    stats_qual_duration float
    Statistics update duration qualification in seconds (0 - INT_MAX, default = 300).
    stats_update_interval float
    Stats update interval(>=560 seconds, default 560 seconds).
    udp_keepalive_interval float
    UDP keepalive interval(>=90 seconds, default 90 seconds).
    udp_qual_access float
    UDP keepalive access qualification in seconds (0 - INT_MAX, default = 30).
    udp_qual_duration float
    UDP keepalive duration qualification in seconds (0 - INT_MAX, default = 90).
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    objectSystemNpuBackgroundssescanId String
    an identifier for the resource.
    scan String
    Enable/disable background SSE scan by driver thread(default enabled). Valid values: disable, enable.
    scanStale Number
    Configure scanning of active or stale sessions (default = 0 = active sessions).
    scanVt Number
    Select version/type to scan: bit-0: 44; bit-1: 46; bit-2: 64; bit-3: 66 (default = 0xF).
    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.
    statsQualAccess Number
    Statistics update access qualification in seconds (0 - INT_MAX, default = 180).
    statsQualDuration Number
    Statistics update duration qualification in seconds (0 - INT_MAX, default = 300).
    statsUpdateInterval Number
    Stats update interval(>=560 seconds, default 560 seconds).
    udpKeepaliveInterval Number
    UDP keepalive interval(>=90 seconds, default 90 seconds).
    udpQualAccess Number
    UDP keepalive access qualification in seconds (0 - INT_MAX, default = 30).
    udpQualDuration Number
    UDP keepalive duration qualification in seconds (0 - INT_MAX, default = 90).

    Import

    ObjectSystem NpuBackgroundSseScan can be imported using any of these accepted formats:

    $ export “FORTIMANAGER_IMPORT_TABLE”=“true”

    $ pulumi import fortimanager:index/objectSystemNpuBackgroundssescan:ObjectSystemNpuBackgroundssescan labelname ObjectSystemNpuBackgroundSseScan
    

    $ 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