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

fortimanager.SystemLogUeba

Explore with Pulumi AI

UEBAsettings.

Create SystemLogUeba Resource

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

Constructor syntax

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

@overload
def SystemLogUeba(resource_name: str,
                  opts: Optional[ResourceOptions] = None,
                  ip_only_ep: Optional[str] = None,
                  ip_unique_scope: Optional[str] = None,
                  system_log_ueba_id: Optional[str] = None)
func NewSystemLogUeba(ctx *Context, name string, args *SystemLogUebaArgs, opts ...ResourceOption) (*SystemLogUeba, error)
public SystemLogUeba(string name, SystemLogUebaArgs? args = null, CustomResourceOptions? opts = null)
public SystemLogUeba(String name, SystemLogUebaArgs args)
public SystemLogUeba(String name, SystemLogUebaArgs args, CustomResourceOptions options)
type: fortimanager:SystemLogUeba
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 SystemLogUebaArgs
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 SystemLogUebaArgs
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 SystemLogUebaArgs
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 SystemLogUebaArgs
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. SystemLogUebaArgs
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 systemLogUebaResource = new Fortimanager.SystemLogUeba("systemLogUebaResource", new()
{
    IpOnlyEp = "string",
    IpUniqueScope = "string",
    SystemLogUebaId = "string",
});
Copy
example, err := fortimanager.NewSystemLogUeba(ctx, "systemLogUebaResource", &fortimanager.SystemLogUebaArgs{
IpOnlyEp: pulumi.String("string"),
IpUniqueScope: pulumi.String("string"),
SystemLogUebaId: pulumi.String("string"),
})
Copy
var systemLogUebaResource = new SystemLogUeba("systemLogUebaResource", SystemLogUebaArgs.builder()
    .ipOnlyEp("string")
    .ipUniqueScope("string")
    .systemLogUebaId("string")
    .build());
Copy
system_log_ueba_resource = fortimanager.SystemLogUeba("systemLogUebaResource",
    ip_only_ep="string",
    ip_unique_scope="string",
    system_log_ueba_id="string")
Copy
const systemLogUebaResource = new fortimanager.SystemLogUeba("systemLogUebaResource", {
    ipOnlyEp: "string",
    ipUniqueScope: "string",
    systemLogUebaId: "string",
});
Copy
type: fortimanager:SystemLogUeba
properties:
    ipOnlyEp: string
    ipUniqueScope: string
    systemLogUebaId: string
Copy

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

IpOnlyEp string
Disable/Enable IP-only endpoint identification. disable - Disable IP-only endpoint identification. enable - Enable IP-only endpoint identification. Valid values: disable, enable.
IpUniqueScope string
set ip-unique-scope. adom - set ip-unique-scope to adom. effective only when ip-only-endpoint is enable vdom - set ip-unique-scope to vdom. effective only when ip-only-endpoint is enable Valid values: adom, vdom.
SystemLogUebaId string
an identifier for the resource.
IpOnlyEp string
Disable/Enable IP-only endpoint identification. disable - Disable IP-only endpoint identification. enable - Enable IP-only endpoint identification. Valid values: disable, enable.
IpUniqueScope string
set ip-unique-scope. adom - set ip-unique-scope to adom. effective only when ip-only-endpoint is enable vdom - set ip-unique-scope to vdom. effective only when ip-only-endpoint is enable Valid values: adom, vdom.
SystemLogUebaId string
an identifier for the resource.
ipOnlyEp String
Disable/Enable IP-only endpoint identification. disable - Disable IP-only endpoint identification. enable - Enable IP-only endpoint identification. Valid values: disable, enable.
ipUniqueScope String
set ip-unique-scope. adom - set ip-unique-scope to adom. effective only when ip-only-endpoint is enable vdom - set ip-unique-scope to vdom. effective only when ip-only-endpoint is enable Valid values: adom, vdom.
systemLogUebaId String
an identifier for the resource.
ipOnlyEp string
Disable/Enable IP-only endpoint identification. disable - Disable IP-only endpoint identification. enable - Enable IP-only endpoint identification. Valid values: disable, enable.
ipUniqueScope string
set ip-unique-scope. adom - set ip-unique-scope to adom. effective only when ip-only-endpoint is enable vdom - set ip-unique-scope to vdom. effective only when ip-only-endpoint is enable Valid values: adom, vdom.
systemLogUebaId string
an identifier for the resource.
ip_only_ep str
Disable/Enable IP-only endpoint identification. disable - Disable IP-only endpoint identification. enable - Enable IP-only endpoint identification. Valid values: disable, enable.
ip_unique_scope str
set ip-unique-scope. adom - set ip-unique-scope to adom. effective only when ip-only-endpoint is enable vdom - set ip-unique-scope to vdom. effective only when ip-only-endpoint is enable Valid values: adom, vdom.
system_log_ueba_id str
an identifier for the resource.
ipOnlyEp String
Disable/Enable IP-only endpoint identification. disable - Disable IP-only endpoint identification. enable - Enable IP-only endpoint identification. Valid values: disable, enable.
ipUniqueScope String
set ip-unique-scope. adom - set ip-unique-scope to adom. effective only when ip-only-endpoint is enable vdom - set ip-unique-scope to vdom. effective only when ip-only-endpoint is enable Valid values: adom, vdom.
systemLogUebaId String
an identifier for the resource.

Outputs

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

Get an existing SystemLogUeba 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?: SystemLogUebaState, opts?: CustomResourceOptions): SystemLogUeba
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        ip_only_ep: Optional[str] = None,
        ip_unique_scope: Optional[str] = None,
        system_log_ueba_id: Optional[str] = None) -> SystemLogUeba
func GetSystemLogUeba(ctx *Context, name string, id IDInput, state *SystemLogUebaState, opts ...ResourceOption) (*SystemLogUeba, error)
public static SystemLogUeba Get(string name, Input<string> id, SystemLogUebaState? state, CustomResourceOptions? opts = null)
public static SystemLogUeba get(String name, Output<String> id, SystemLogUebaState state, CustomResourceOptions options)
resources:  _:    type: fortimanager:SystemLogUeba    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:
IpOnlyEp string
Disable/Enable IP-only endpoint identification. disable - Disable IP-only endpoint identification. enable - Enable IP-only endpoint identification. Valid values: disable, enable.
IpUniqueScope string
set ip-unique-scope. adom - set ip-unique-scope to adom. effective only when ip-only-endpoint is enable vdom - set ip-unique-scope to vdom. effective only when ip-only-endpoint is enable Valid values: adom, vdom.
SystemLogUebaId string
an identifier for the resource.
IpOnlyEp string
Disable/Enable IP-only endpoint identification. disable - Disable IP-only endpoint identification. enable - Enable IP-only endpoint identification. Valid values: disable, enable.
IpUniqueScope string
set ip-unique-scope. adom - set ip-unique-scope to adom. effective only when ip-only-endpoint is enable vdom - set ip-unique-scope to vdom. effective only when ip-only-endpoint is enable Valid values: adom, vdom.
SystemLogUebaId string
an identifier for the resource.
ipOnlyEp String
Disable/Enable IP-only endpoint identification. disable - Disable IP-only endpoint identification. enable - Enable IP-only endpoint identification. Valid values: disable, enable.
ipUniqueScope String
set ip-unique-scope. adom - set ip-unique-scope to adom. effective only when ip-only-endpoint is enable vdom - set ip-unique-scope to vdom. effective only when ip-only-endpoint is enable Valid values: adom, vdom.
systemLogUebaId String
an identifier for the resource.
ipOnlyEp string
Disable/Enable IP-only endpoint identification. disable - Disable IP-only endpoint identification. enable - Enable IP-only endpoint identification. Valid values: disable, enable.
ipUniqueScope string
set ip-unique-scope. adom - set ip-unique-scope to adom. effective only when ip-only-endpoint is enable vdom - set ip-unique-scope to vdom. effective only when ip-only-endpoint is enable Valid values: adom, vdom.
systemLogUebaId string
an identifier for the resource.
ip_only_ep str
Disable/Enable IP-only endpoint identification. disable - Disable IP-only endpoint identification. enable - Enable IP-only endpoint identification. Valid values: disable, enable.
ip_unique_scope str
set ip-unique-scope. adom - set ip-unique-scope to adom. effective only when ip-only-endpoint is enable vdom - set ip-unique-scope to vdom. effective only when ip-only-endpoint is enable Valid values: adom, vdom.
system_log_ueba_id str
an identifier for the resource.
ipOnlyEp String
Disable/Enable IP-only endpoint identification. disable - Disable IP-only endpoint identification. enable - Enable IP-only endpoint identification. Valid values: disable, enable.
ipUniqueScope String
set ip-unique-scope. adom - set ip-unique-scope to adom. effective only when ip-only-endpoint is enable vdom - set ip-unique-scope to vdom. effective only when ip-only-endpoint is enable Valid values: adom, vdom.
systemLogUebaId String
an identifier for the resource.

Import

System LogUeba can be imported using any of these accepted formats:

$ export “FORTIMANAGER_IMPORT_TABLE”=“true”

$ pulumi import fortimanager:index/systemLogUeba:SystemLogUeba labelname SystemLogUeba
Copy

$ unset “FORTIMANAGER_IMPORT_TABLE”

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.