fortimanager.SystemAdminProfileDatamaskcustomfields
Explore with Pulumi AI
Customized datamask fields.
This resource is a sub resource for variable
datamask_custom_fields
of resourcefortimanager.SystemAdminProfile
. Conflict and overwrite may occur if use both of them.
Create SystemAdminProfileDatamaskcustomfields Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new SystemAdminProfileDatamaskcustomfields(name: string, args: SystemAdminProfileDatamaskcustomfieldsArgs, opts?: CustomResourceOptions);
@overload
def SystemAdminProfileDatamaskcustomfields(resource_name: str,
args: SystemAdminProfileDatamaskcustomfieldsArgs,
opts: Optional[ResourceOptions] = None)
@overload
def SystemAdminProfileDatamaskcustomfields(resource_name: str,
opts: Optional[ResourceOptions] = None,
profile: Optional[str] = None,
field_categories: Optional[Sequence[str]] = None,
field_name: Optional[str] = None,
field_status: Optional[str] = None,
field_type: Optional[str] = None,
system_admin_profile_datamaskcustomfields_id: Optional[str] = None)
func NewSystemAdminProfileDatamaskcustomfields(ctx *Context, name string, args SystemAdminProfileDatamaskcustomfieldsArgs, opts ...ResourceOption) (*SystemAdminProfileDatamaskcustomfields, error)
public SystemAdminProfileDatamaskcustomfields(string name, SystemAdminProfileDatamaskcustomfieldsArgs args, CustomResourceOptions? opts = null)
public SystemAdminProfileDatamaskcustomfields(String name, SystemAdminProfileDatamaskcustomfieldsArgs args)
public SystemAdminProfileDatamaskcustomfields(String name, SystemAdminProfileDatamaskcustomfieldsArgs args, CustomResourceOptions options)
type: fortimanager:SystemAdminProfileDatamaskcustomfields
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 SystemAdminProfileDatamaskcustomfieldsArgs
- 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 SystemAdminProfileDatamaskcustomfieldsArgs
- 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 SystemAdminProfileDatamaskcustomfieldsArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args SystemAdminProfileDatamaskcustomfieldsArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args SystemAdminProfileDatamaskcustomfieldsArgs
- 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 systemAdminProfileDatamaskcustomfieldsResource = new Fortimanager.SystemAdminProfileDatamaskcustomfields("systemAdminProfileDatamaskcustomfieldsResource", new()
{
Profile = "string",
FieldCategories = new[]
{
"string",
},
FieldName = "string",
FieldStatus = "string",
FieldType = "string",
SystemAdminProfileDatamaskcustomfieldsId = "string",
});
example, err := fortimanager.NewSystemAdminProfileDatamaskcustomfields(ctx, "systemAdminProfileDatamaskcustomfieldsResource", &fortimanager.SystemAdminProfileDatamaskcustomfieldsArgs{
Profile: pulumi.String("string"),
FieldCategories: pulumi.StringArray{
pulumi.String("string"),
},
FieldName: pulumi.String("string"),
FieldStatus: pulumi.String("string"),
FieldType: pulumi.String("string"),
SystemAdminProfileDatamaskcustomfieldsId: pulumi.String("string"),
})
var systemAdminProfileDatamaskcustomfieldsResource = new SystemAdminProfileDatamaskcustomfields("systemAdminProfileDatamaskcustomfieldsResource", SystemAdminProfileDatamaskcustomfieldsArgs.builder()
.profile("string")
.fieldCategories("string")
.fieldName("string")
.fieldStatus("string")
.fieldType("string")
.systemAdminProfileDatamaskcustomfieldsId("string")
.build());
system_admin_profile_datamaskcustomfields_resource = fortimanager.SystemAdminProfileDatamaskcustomfields("systemAdminProfileDatamaskcustomfieldsResource",
profile="string",
field_categories=["string"],
field_name="string",
field_status="string",
field_type="string",
system_admin_profile_datamaskcustomfields_id="string")
const systemAdminProfileDatamaskcustomfieldsResource = new fortimanager.SystemAdminProfileDatamaskcustomfields("systemAdminProfileDatamaskcustomfieldsResource", {
profile: "string",
fieldCategories: ["string"],
fieldName: "string",
fieldStatus: "string",
fieldType: "string",
systemAdminProfileDatamaskcustomfieldsId: "string",
});
type: fortimanager:SystemAdminProfileDatamaskcustomfields
properties:
fieldCategories:
- string
fieldName: string
fieldStatus: string
fieldType: string
profile: string
systemAdminProfileDatamaskcustomfieldsId: string
SystemAdminProfileDatamaskcustomfields 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 SystemAdminProfileDatamaskcustomfields resource accepts the following input properties:
- Profile string
- Profile.
- Field
Categories List<string> - Field categories. log - Log. fortiview - FortiView. alert - Event management. ueba - UEBA. all - All. Valid values:
log
,fortiview
,alert
,ueba
,all
. - Field
Name string - Field name.
- Field
Status string - Field status. disable - Disable field. enable - Enable field. Valid values:
disable
,enable
. - Field
Type string - Field type. string - String. ip - IP. mac - MAC address. email - Email address. unknown - Unknown. Valid values:
string
,ip
,mac
,email
,unknown
. - System
Admin stringProfile Datamaskcustomfields Id - an identifier for the resource with format {{field_name}}.
- Profile string
- Profile.
- Field
Categories []string - Field categories. log - Log. fortiview - FortiView. alert - Event management. ueba - UEBA. all - All. Valid values:
log
,fortiview
,alert
,ueba
,all
. - Field
Name string - Field name.
- Field
Status string - Field status. disable - Disable field. enable - Enable field. Valid values:
disable
,enable
. - Field
Type string - Field type. string - String. ip - IP. mac - MAC address. email - Email address. unknown - Unknown. Valid values:
string
,ip
,mac
,email
,unknown
. - System
Admin stringProfile Datamaskcustomfields Id - an identifier for the resource with format {{field_name}}.
- profile String
- Profile.
- field
Categories List<String> - Field categories. log - Log. fortiview - FortiView. alert - Event management. ueba - UEBA. all - All. Valid values:
log
,fortiview
,alert
,ueba
,all
. - field
Name String - Field name.
- field
Status String - Field status. disable - Disable field. enable - Enable field. Valid values:
disable
,enable
. - field
Type String - Field type. string - String. ip - IP. mac - MAC address. email - Email address. unknown - Unknown. Valid values:
string
,ip
,mac
,email
,unknown
. - system
Admin StringProfile Datamaskcustomfields Id - an identifier for the resource with format {{field_name}}.
- profile string
- Profile.
- field
Categories string[] - Field categories. log - Log. fortiview - FortiView. alert - Event management. ueba - UEBA. all - All. Valid values:
log
,fortiview
,alert
,ueba
,all
. - field
Name string - Field name.
- field
Status string - Field status. disable - Disable field. enable - Enable field. Valid values:
disable
,enable
. - field
Type string - Field type. string - String. ip - IP. mac - MAC address. email - Email address. unknown - Unknown. Valid values:
string
,ip
,mac
,email
,unknown
. - system
Admin stringProfile Datamaskcustomfields Id - an identifier for the resource with format {{field_name}}.
- profile str
- Profile.
- field_
categories Sequence[str] - Field categories. log - Log. fortiview - FortiView. alert - Event management. ueba - UEBA. all - All. Valid values:
log
,fortiview
,alert
,ueba
,all
. - field_
name str - Field name.
- field_
status str - Field status. disable - Disable field. enable - Enable field. Valid values:
disable
,enable
. - field_
type str - Field type. string - String. ip - IP. mac - MAC address. email - Email address. unknown - Unknown. Valid values:
string
,ip
,mac
,email
,unknown
. - system_
admin_ strprofile_ datamaskcustomfields_ id - an identifier for the resource with format {{field_name}}.
- profile String
- Profile.
- field
Categories List<String> - Field categories. log - Log. fortiview - FortiView. alert - Event management. ueba - UEBA. all - All. Valid values:
log
,fortiview
,alert
,ueba
,all
. - field
Name String - Field name.
- field
Status String - Field status. disable - Disable field. enable - Enable field. Valid values:
disable
,enable
. - field
Type String - Field type. string - String. ip - IP. mac - MAC address. email - Email address. unknown - Unknown. Valid values:
string
,ip
,mac
,email
,unknown
. - system
Admin StringProfile Datamaskcustomfields Id - an identifier for the resource with format {{field_name}}.
Outputs
All input properties are implicitly available as output properties. Additionally, the SystemAdminProfileDatamaskcustomfields 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 SystemAdminProfileDatamaskcustomfields Resource
Get an existing SystemAdminProfileDatamaskcustomfields 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?: SystemAdminProfileDatamaskcustomfieldsState, opts?: CustomResourceOptions): SystemAdminProfileDatamaskcustomfields
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
field_categories: Optional[Sequence[str]] = None,
field_name: Optional[str] = None,
field_status: Optional[str] = None,
field_type: Optional[str] = None,
profile: Optional[str] = None,
system_admin_profile_datamaskcustomfields_id: Optional[str] = None) -> SystemAdminProfileDatamaskcustomfields
func GetSystemAdminProfileDatamaskcustomfields(ctx *Context, name string, id IDInput, state *SystemAdminProfileDatamaskcustomfieldsState, opts ...ResourceOption) (*SystemAdminProfileDatamaskcustomfields, error)
public static SystemAdminProfileDatamaskcustomfields Get(string name, Input<string> id, SystemAdminProfileDatamaskcustomfieldsState? state, CustomResourceOptions? opts = null)
public static SystemAdminProfileDatamaskcustomfields get(String name, Output<String> id, SystemAdminProfileDatamaskcustomfieldsState state, CustomResourceOptions options)
resources: _: type: fortimanager:SystemAdminProfileDatamaskcustomfields 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.
- Field
Categories List<string> - Field categories. log - Log. fortiview - FortiView. alert - Event management. ueba - UEBA. all - All. Valid values:
log
,fortiview
,alert
,ueba
,all
. - Field
Name string - Field name.
- Field
Status string - Field status. disable - Disable field. enable - Enable field. Valid values:
disable
,enable
. - Field
Type string - Field type. string - String. ip - IP. mac - MAC address. email - Email address. unknown - Unknown. Valid values:
string
,ip
,mac
,email
,unknown
. - Profile string
- Profile.
- System
Admin stringProfile Datamaskcustomfields Id - an identifier for the resource with format {{field_name}}.
- Field
Categories []string - Field categories. log - Log. fortiview - FortiView. alert - Event management. ueba - UEBA. all - All. Valid values:
log
,fortiview
,alert
,ueba
,all
. - Field
Name string - Field name.
- Field
Status string - Field status. disable - Disable field. enable - Enable field. Valid values:
disable
,enable
. - Field
Type string - Field type. string - String. ip - IP. mac - MAC address. email - Email address. unknown - Unknown. Valid values:
string
,ip
,mac
,email
,unknown
. - Profile string
- Profile.
- System
Admin stringProfile Datamaskcustomfields Id - an identifier for the resource with format {{field_name}}.
- field
Categories List<String> - Field categories. log - Log. fortiview - FortiView. alert - Event management. ueba - UEBA. all - All. Valid values:
log
,fortiview
,alert
,ueba
,all
. - field
Name String - Field name.
- field
Status String - Field status. disable - Disable field. enable - Enable field. Valid values:
disable
,enable
. - field
Type String - Field type. string - String. ip - IP. mac - MAC address. email - Email address. unknown - Unknown. Valid values:
string
,ip
,mac
,email
,unknown
. - profile String
- Profile.
- system
Admin StringProfile Datamaskcustomfields Id - an identifier for the resource with format {{field_name}}.
- field
Categories string[] - Field categories. log - Log. fortiview - FortiView. alert - Event management. ueba - UEBA. all - All. Valid values:
log
,fortiview
,alert
,ueba
,all
. - field
Name string - Field name.
- field
Status string - Field status. disable - Disable field. enable - Enable field. Valid values:
disable
,enable
. - field
Type string - Field type. string - String. ip - IP. mac - MAC address. email - Email address. unknown - Unknown. Valid values:
string
,ip
,mac
,email
,unknown
. - profile string
- Profile.
- system
Admin stringProfile Datamaskcustomfields Id - an identifier for the resource with format {{field_name}}.
- field_
categories Sequence[str] - Field categories. log - Log. fortiview - FortiView. alert - Event management. ueba - UEBA. all - All. Valid values:
log
,fortiview
,alert
,ueba
,all
. - field_
name str - Field name.
- field_
status str - Field status. disable - Disable field. enable - Enable field. Valid values:
disable
,enable
. - field_
type str - Field type. string - String. ip - IP. mac - MAC address. email - Email address. unknown - Unknown. Valid values:
string
,ip
,mac
,email
,unknown
. - profile str
- Profile.
- system_
admin_ strprofile_ datamaskcustomfields_ id - an identifier for the resource with format {{field_name}}.
- field
Categories List<String> - Field categories. log - Log. fortiview - FortiView. alert - Event management. ueba - UEBA. all - All. Valid values:
log
,fortiview
,alert
,ueba
,all
. - field
Name String - Field name.
- field
Status String - Field status. disable - Disable field. enable - Enable field. Valid values:
disable
,enable
. - field
Type String - Field type. string - String. ip - IP. mac - MAC address. email - Email address. unknown - Unknown. Valid values:
string
,ip
,mac
,email
,unknown
. - profile String
- Profile.
- system
Admin StringProfile Datamaskcustomfields Id - an identifier for the resource with format {{field_name}}.
Import
System AdminProfileDatamaskCustomFields can be imported using any of these accepted formats:
Set import_options = [“profile=YOUR_VALUE”] in the provider section.
$ export “FORTIMANAGER_IMPORT_TABLE”=“true”
$ pulumi import fortimanager:index/systemAdminProfileDatamaskcustomfields:SystemAdminProfileDatamaskcustomfields labelname {{field_name}}
$ 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.