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 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 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 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 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 String
- The unique name of the resource.
- args 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",
});
example, err := fortimanager.NewSystemLogUeba(ctx, "systemLogUebaResource", &fortimanager.SystemLogUebaArgs{
IpOnlyEp: pulumi.String("string"),
IpUniqueScope: pulumi.String("string"),
SystemLogUebaId: pulumi.String("string"),
})
var systemLogUebaResource = new SystemLogUeba("systemLogUebaResource", SystemLogUebaArgs.builder()
.ipOnlyEp("string")
.ipUniqueScope("string")
.systemLogUebaId("string")
.build());
system_log_ueba_resource = fortimanager.SystemLogUeba("systemLogUebaResource",
ip_only_ep="string",
ip_unique_scope="string",
system_log_ueba_id="string")
const systemLogUebaResource = new fortimanager.SystemLogUeba("systemLogUebaResource", {
ipOnlyEp: "string",
ipUniqueScope: "string",
systemLogUebaId: "string",
});
type: fortimanager:SystemLogUeba
properties:
ipOnlyEp: string
ipUniqueScope: string
systemLogUebaId: string
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:
- Ip
Only stringEp - Disable/Enable IP-only endpoint identification. disable - Disable IP-only endpoint identification. enable - Enable IP-only endpoint identification. Valid values:
disable
,enable
. - Ip
Unique stringScope - 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 stringUeba Id - an identifier for the resource.
- Ip
Only stringEp - Disable/Enable IP-only endpoint identification. disable - Disable IP-only endpoint identification. enable - Enable IP-only endpoint identification. Valid values:
disable
,enable
. - Ip
Unique stringScope - 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 stringUeba Id - an identifier for the resource.
- ip
Only StringEp - Disable/Enable IP-only endpoint identification. disable - Disable IP-only endpoint identification. enable - Enable IP-only endpoint identification. Valid values:
disable
,enable
. - ip
Unique StringScope - 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 StringUeba Id - an identifier for the resource.
- ip
Only stringEp - Disable/Enable IP-only endpoint identification. disable - Disable IP-only endpoint identification. enable - Enable IP-only endpoint identification. Valid values:
disable
,enable
. - ip
Unique stringScope - 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 stringUeba Id - an identifier for the resource.
- ip_
only_ strep - Disable/Enable IP-only endpoint identification. disable - Disable IP-only endpoint identification. enable - Enable IP-only endpoint identification. Valid values:
disable
,enable
. - ip_
unique_ strscope - 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_ strueba_ id - an identifier for the resource.
- ip
Only StringEp - Disable/Enable IP-only endpoint identification. disable - Disable IP-only endpoint identification. enable - Enable IP-only endpoint identification. Valid values:
disable
,enable
. - ip
Unique StringScope - 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 StringUeba Id - 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
- 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.
- Ip
Only stringEp - Disable/Enable IP-only endpoint identification. disable - Disable IP-only endpoint identification. enable - Enable IP-only endpoint identification. Valid values:
disable
,enable
. - Ip
Unique stringScope - 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 stringUeba Id - an identifier for the resource.
- Ip
Only stringEp - Disable/Enable IP-only endpoint identification. disable - Disable IP-only endpoint identification. enable - Enable IP-only endpoint identification. Valid values:
disable
,enable
. - Ip
Unique stringScope - 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 stringUeba Id - an identifier for the resource.
- ip
Only StringEp - Disable/Enable IP-only endpoint identification. disable - Disable IP-only endpoint identification. enable - Enable IP-only endpoint identification. Valid values:
disable
,enable
. - ip
Unique StringScope - 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 StringUeba Id - an identifier for the resource.
- ip
Only stringEp - Disable/Enable IP-only endpoint identification. disable - Disable IP-only endpoint identification. enable - Enable IP-only endpoint identification. Valid values:
disable
,enable
. - ip
Unique stringScope - 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 stringUeba Id - an identifier for the resource.
- ip_
only_ strep - Disable/Enable IP-only endpoint identification. disable - Disable IP-only endpoint identification. enable - Enable IP-only endpoint identification. Valid values:
disable
,enable
. - ip_
unique_ strscope - 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_ strueba_ id - an identifier for the resource.
- ip
Only StringEp - Disable/Enable IP-only endpoint identification. disable - Disable IP-only endpoint identification. enable - Enable IP-only endpoint identification. Valid values:
disable
,enable
. - ip
Unique StringScope - 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 StringUeba Id - 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
$ 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.