published on Friday, Jul 31, 2026 by fortinetdev
published on Friday, Jul 31, 2026 by fortinetdev
ObjectUser Aci
Create ObjectUserAci Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ObjectUserAci(name: string, args?: ObjectUserAciArgs, opts?: CustomResourceOptions);@overload
def ObjectUserAci(resource_name: str,
args: Optional[ObjectUserAciArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def ObjectUserAci(resource_name: str,
opts: Optional[ResourceOptions] = None,
adom: Optional[str] = None,
alias: Optional[str] = None,
filters: Optional[Sequence[str]] = None,
name: Optional[str] = None,
object_user_aci_id: Optional[str] = None,
passwords: Optional[Sequence[str]] = None,
port: Optional[float] = None,
scheme: Optional[str] = None,
scopetype: Optional[str] = None,
server: Optional[str] = None,
status: Optional[str] = None,
upd_interval: Optional[float] = None,
update_if_exist: Optional[bool] = None,
user: Optional[str] = None,
verifycert: Optional[str] = None)func NewObjectUserAci(ctx *Context, name string, args *ObjectUserAciArgs, opts ...ResourceOption) (*ObjectUserAci, error)public ObjectUserAci(string name, ObjectUserAciArgs? args = null, CustomResourceOptions? opts = null)
public ObjectUserAci(String name, ObjectUserAciArgs args)
public ObjectUserAci(String name, ObjectUserAciArgs args, CustomResourceOptions options)
type: fortimanager:ObjectUserAci
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
resource "fortimanager_object_user_aci" "name" {
# resource properties
}Parameters
- name string
- The unique name of the resource.
- args ObjectUserAciArgs
- 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 ObjectUserAciArgs
- 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 ObjectUserAciArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ObjectUserAciArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ObjectUserAciArgs
- 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 objectUserAciResource = new Fortimanager.ObjectUserAci("objectUserAciResource", new()
{
Adom = "string",
Alias = "string",
Filters = new[]
{
"string",
},
Name = "string",
ObjectUserAciId = "string",
Passwords = new[]
{
"string",
},
Port = 0,
Scheme = "string",
Scopetype = "string",
Server = "string",
Status = "string",
UpdInterval = 0,
UpdateIfExist = false,
User = "string",
Verifycert = "string",
});
example, err := fortimanager.NewObjectUserAci(ctx, "objectUserAciResource", &fortimanager.ObjectUserAciArgs{
Adom: pulumi.String("string"),
Alias: pulumi.String("string"),
Filters: pulumi.StringArray{
pulumi.String("string"),
},
Name: pulumi.String("string"),
ObjectUserAciId: pulumi.String("string"),
Passwords: pulumi.StringArray{
pulumi.String("string"),
},
Port: pulumi.Float64(0),
Scheme: pulumi.String("string"),
Scopetype: pulumi.String("string"),
Server: pulumi.String("string"),
Status: pulumi.String("string"),
UpdInterval: pulumi.Float64(0),
UpdateIfExist: pulumi.Bool(false),
User: pulumi.String("string"),
Verifycert: pulumi.String("string"),
})
resource "fortimanager_object_user_aci" "objectUserAciResource" {
lifecycle {
create_before_destroy = true
}
adom = "string"
alias = "string"
filters = ["string"]
name = "string"
object_user_aci_id = "string"
passwords = ["string"]
port = 0
scheme = "string"
scopetype = "string"
server = "string"
status = "string"
upd_interval = 0
update_if_exist = false
user = "string"
verifycert = "string"
}
var objectUserAciResource = new ObjectUserAci("objectUserAciResource", ObjectUserAciArgs.builder()
.adom("string")
.alias("string")
.filters("string")
.name("string")
.objectUserAciId("string")
.passwords("string")
.port(0.0)
.scheme("string")
.scopetype("string")
.server("string")
.status("string")
.updInterval(0.0)
.updateIfExist(false)
.user("string")
.verifycert("string")
.build());
object_user_aci_resource = fortimanager.ObjectUserAci("objectUserAciResource",
adom="string",
alias="string",
filters=["string"],
name="string",
object_user_aci_id="string",
passwords=["string"],
port=float(0),
scheme="string",
scopetype="string",
server="string",
status="string",
upd_interval=float(0),
update_if_exist=False,
user="string",
verifycert="string")
const objectUserAciResource = new fortimanager.ObjectUserAci("objectUserAciResource", {
adom: "string",
alias: "string",
filters: ["string"],
name: "string",
objectUserAciId: "string",
passwords: ["string"],
port: 0,
scheme: "string",
scopetype: "string",
server: "string",
status: "string",
updInterval: 0,
updateIfExist: false,
user: "string",
verifycert: "string",
});
type: fortimanager:ObjectUserAci
properties:
adom: string
alias: string
filters:
- string
name: string
objectUserAciId: string
passwords:
- string
port: 0
scheme: string
scopetype: string
server: string
status: string
updInterval: 0
updateIfExist: false
user: string
verifycert: string
ObjectUserAci 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 ObjectUserAci resource accepts the following input properties:
- Adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - Alias string
- Alias.
- Filters List<string>
- Filters.
- Name string
- Name.
- Object
User stringAci Id - an identifier for the resource with format {{name}}.
- Passwords List<string>
- Password.
- Port double
- Port.
- Scheme string
- Scheme.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - Server string
- Server.
- Status string
- Status. Valid values:
disable,enable. - Upd
Interval double - Upd_Interval.
- Update
If boolExist - User string
- User.
- Verifycert string
- Verifycert. Valid values:
disable,enable.
- Adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - Alias string
- Alias.
- Filters []string
- Filters.
- Name string
- Name.
- Object
User stringAci Id - an identifier for the resource with format {{name}}.
- Passwords []string
- Password.
- Port float64
- Port.
- Scheme string
- Scheme.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - Server string
- Server.
- Status string
- Status. Valid values:
disable,enable. - Upd
Interval float64 - Upd_Interval.
- Update
If boolExist - User string
- User.
- Verifycert string
- Verifycert. Valid values:
disable,enable.
- adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - alias string
- Alias.
- filters list(string)
- Filters.
- name string
- Name.
- object_
user_ stringaci_ id - an identifier for the resource with format {{name}}.
- passwords list(string)
- Password.
- port number
- Port.
- scheme string
- Scheme.
- scopetype string
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - server string
- Server.
- status string
- Status. Valid values:
disable,enable. - upd_
interval number - Upd_Interval.
- update_
if_ boolexist - user string
- User.
- verifycert string
- Verifycert. Valid values:
disable,enable.
- adom String
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - alias String
- Alias.
- filters List<String>
- Filters.
- name String
- Name.
- object
User StringAci Id - an identifier for the resource with format {{name}}.
- passwords List<String>
- Password.
- port Double
- Port.
- scheme String
- Scheme.
- scopetype String
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - server String
- Server.
- status String
- Status. Valid values:
disable,enable. - upd
Interval Double - Upd_Interval.
- update
If BooleanExist - user String
- User.
- verifycert String
- Verifycert. Valid values:
disable,enable.
- adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - alias string
- Alias.
- filters string[]
- Filters.
- name string
- Name.
- object
User stringAci Id - an identifier for the resource with format {{name}}.
- passwords string[]
- Password.
- port number
- Port.
- scheme string
- Scheme.
- scopetype string
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - server string
- Server.
- status string
- Status. Valid values:
disable,enable. - upd
Interval number - Upd_Interval.
- update
If booleanExist - user string
- User.
- verifycert string
- Verifycert. Valid values:
disable,enable.
- adom str
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - alias str
- Alias.
- filters Sequence[str]
- Filters.
- name str
- Name.
- object_
user_ straci_ id - an identifier for the resource with format {{name}}.
- passwords Sequence[str]
- Password.
- port float
- Port.
- scheme str
- Scheme.
- scopetype str
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - server str
- Server.
- status str
- Status. Valid values:
disable,enable. - upd_
interval float - Upd_Interval.
- update_
if_ boolexist - user str
- User.
- verifycert str
- Verifycert. Valid values:
disable,enable.
- adom String
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - alias String
- Alias.
- filters List<String>
- Filters.
- name String
- Name.
- object
User StringAci Id - an identifier for the resource with format {{name}}.
- passwords List<String>
- Password.
- port Number
- Port.
- scheme String
- Scheme.
- scopetype String
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - server String
- Server.
- status String
- Status. Valid values:
disable,enable. - upd
Interval Number - Upd_Interval.
- update
If BooleanExist - user String
- User.
- verifycert String
- Verifycert. Valid values:
disable,enable.
Outputs
All input properties are implicitly available as output properties. Additionally, the ObjectUserAci 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 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 ObjectUserAci Resource
Get an existing ObjectUserAci 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?: ObjectUserAciState, opts?: CustomResourceOptions): ObjectUserAci@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
adom: Optional[str] = None,
alias: Optional[str] = None,
filters: Optional[Sequence[str]] = None,
name: Optional[str] = None,
object_user_aci_id: Optional[str] = None,
passwords: Optional[Sequence[str]] = None,
port: Optional[float] = None,
scheme: Optional[str] = None,
scopetype: Optional[str] = None,
server: Optional[str] = None,
status: Optional[str] = None,
upd_interval: Optional[float] = None,
update_if_exist: Optional[bool] = None,
user: Optional[str] = None,
verifycert: Optional[str] = None) -> ObjectUserAcifunc GetObjectUserAci(ctx *Context, name string, id IDInput, state *ObjectUserAciState, opts ...ResourceOption) (*ObjectUserAci, error)public static ObjectUserAci Get(string name, Input<string> id, ObjectUserAciState? state, CustomResourceOptions? opts = null)public static ObjectUserAci get(String name, Output<String> id, ObjectUserAciState state, CustomResourceOptions options)resources: _: type: fortimanager:ObjectUserAci get: id: ${id}import {
to = fortimanager_object_user_aci.example
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.
- Adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - Alias string
- Alias.
- Filters List<string>
- Filters.
- Name string
- Name.
- Object
User stringAci Id - an identifier for the resource with format {{name}}.
- Passwords List<string>
- Password.
- Port double
- Port.
- Scheme string
- Scheme.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - Server string
- Server.
- Status string
- Status. Valid values:
disable,enable. - Upd
Interval double - Upd_Interval.
- Update
If boolExist - User string
- User.
- Verifycert string
- Verifycert. Valid values:
disable,enable.
- Adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - Alias string
- Alias.
- Filters []string
- Filters.
- Name string
- Name.
- Object
User stringAci Id - an identifier for the resource with format {{name}}.
- Passwords []string
- Password.
- Port float64
- Port.
- Scheme string
- Scheme.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - Server string
- Server.
- Status string
- Status. Valid values:
disable,enable. - Upd
Interval float64 - Upd_Interval.
- Update
If boolExist - User string
- User.
- Verifycert string
- Verifycert. Valid values:
disable,enable.
- adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - alias string
- Alias.
- filters list(string)
- Filters.
- name string
- Name.
- object_
user_ stringaci_ id - an identifier for the resource with format {{name}}.
- passwords list(string)
- Password.
- port number
- Port.
- scheme string
- Scheme.
- scopetype string
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - server string
- Server.
- status string
- Status. Valid values:
disable,enable. - upd_
interval number - Upd_Interval.
- update_
if_ boolexist - user string
- User.
- verifycert string
- Verifycert. Valid values:
disable,enable.
- adom String
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - alias String
- Alias.
- filters List<String>
- Filters.
- name String
- Name.
- object
User StringAci Id - an identifier for the resource with format {{name}}.
- passwords List<String>
- Password.
- port Double
- Port.
- scheme String
- Scheme.
- scopetype String
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - server String
- Server.
- status String
- Status. Valid values:
disable,enable. - upd
Interval Double - Upd_Interval.
- update
If BooleanExist - user String
- User.
- verifycert String
- Verifycert. Valid values:
disable,enable.
- adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - alias string
- Alias.
- filters string[]
- Filters.
- name string
- Name.
- object
User stringAci Id - an identifier for the resource with format {{name}}.
- passwords string[]
- Password.
- port number
- Port.
- scheme string
- Scheme.
- scopetype string
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - server string
- Server.
- status string
- Status. Valid values:
disable,enable. - upd
Interval number - Upd_Interval.
- update
If booleanExist - user string
- User.
- verifycert string
- Verifycert. Valid values:
disable,enable.
- adom str
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - alias str
- Alias.
- filters Sequence[str]
- Filters.
- name str
- Name.
- object_
user_ straci_ id - an identifier for the resource with format {{name}}.
- passwords Sequence[str]
- Password.
- port float
- Port.
- scheme str
- Scheme.
- scopetype str
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - server str
- Server.
- status str
- Status. Valid values:
disable,enable. - upd_
interval float - Upd_Interval.
- update_
if_ boolexist - user str
- User.
- verifycert str
- Verifycert. Valid values:
disable,enable.
- adom String
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - alias String
- Alias.
- filters List<String>
- Filters.
- name String
- Name.
- object
User StringAci Id - an identifier for the resource with format {{name}}.
- passwords List<String>
- Password.
- port Number
- Port.
- scheme String
- Scheme.
- scopetype String
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - server String
- Server.
- status String
- Status. Valid values:
disable,enable. - upd
Interval Number - Upd_Interval.
- update
If BooleanExist - user String
- User.
- verifycert String
- Verifycert. Valid values:
disable,enable.
Import
ObjectUser Aci can be imported using any of these accepted formats:
$ export “FORTIMANAGER_IMPORT_TABLE”=“true”
$ pulumi import fortimanager:index/objectUserAci:ObjectUserAci labelname {{name}}
$ 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
fortimanagerTerraform Provider.
published on Friday, Jul 31, 2026 by fortinetdev