published on Friday, Jul 31, 2026 by fortinetdev
published on Friday, Jul 31, 2026 by fortinetdev
ObjectUser Azure
The following variables have sub resource. Avoid using them together, otherwise conflicts and overwrites may occur.
rule:fortimanager.ObjectUserAzureRule
Create ObjectUserAzure Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ObjectUserAzure(name: string, args?: ObjectUserAzureArgs, opts?: CustomResourceOptions);@overload
def ObjectUserAzure(resource_name: str,
args: Optional[ObjectUserAzureArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def ObjectUserAzure(resource_name: str,
opts: Optional[ResourceOptions] = None,
adom: Optional[str] = None,
alias: Optional[str] = None,
dynamic_sort_subtable: Optional[str] = None,
kbconfig: Optional[str] = None,
name: Optional[str] = None,
object_user_azure_id: Optional[str] = None,
page_size: Optional[float] = None,
passwords: Optional[Sequence[str]] = None,
proxy_enable: Optional[str] = None,
proxy_host: Optional[str] = None,
proxy_passwds: Optional[Sequence[str]] = None,
proxy_scheme: Optional[str] = None,
proxy_user: Optional[str] = None,
realm: Optional[str] = None,
region: Optional[str] = None,
rules: Optional[Sequence[ObjectUserAzureRuleArgs]] = None,
scopetype: Optional[str] = None,
select_proxy: Optional[str] = None,
spn: Optional[str] = None,
status: Optional[str] = None,
tenantid: Optional[str] = None,
upd_interval: Optional[float] = None,
update_if_exist: Optional[bool] = None,
user: Optional[str] = None,
verifycert: Optional[str] = None)func NewObjectUserAzure(ctx *Context, name string, args *ObjectUserAzureArgs, opts ...ResourceOption) (*ObjectUserAzure, error)public ObjectUserAzure(string name, ObjectUserAzureArgs? args = null, CustomResourceOptions? opts = null)
public ObjectUserAzure(String name, ObjectUserAzureArgs args)
public ObjectUserAzure(String name, ObjectUserAzureArgs args, CustomResourceOptions options)
type: fortimanager:ObjectUserAzure
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
resource "fortimanager_object_user_azure" "name" {
# resource properties
}Parameters
- name string
- The unique name of the resource.
- args ObjectUserAzureArgs
- 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 ObjectUserAzureArgs
- 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 ObjectUserAzureArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ObjectUserAzureArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ObjectUserAzureArgs
- 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 objectUserAzureResource = new Fortimanager.ObjectUserAzure("objectUserAzureResource", new()
{
Adom = "string",
Alias = "string",
DynamicSortSubtable = "string",
Kbconfig = "string",
Name = "string",
ObjectUserAzureId = "string",
PageSize = 0,
Passwords = new[]
{
"string",
},
ProxyEnable = "string",
ProxyHost = "string",
ProxyPasswds = new[]
{
"string",
},
ProxyScheme = "string",
ProxyUser = "string",
Realm = "string",
Region = "string",
Rules = new[]
{
new Fortimanager.Inputs.ObjectUserAzureRuleArgs
{
Name = "string",
Rule = "string",
},
},
Scopetype = "string",
SelectProxy = "string",
Spn = "string",
Status = "string",
Tenantid = "string",
UpdInterval = 0,
UpdateIfExist = false,
User = "string",
Verifycert = "string",
});
example, err := fortimanager.NewObjectUserAzure(ctx, "objectUserAzureResource", &fortimanager.ObjectUserAzureArgs{
Adom: pulumi.String("string"),
Alias: pulumi.String("string"),
DynamicSortSubtable: pulumi.String("string"),
Kbconfig: pulumi.String("string"),
Name: pulumi.String("string"),
ObjectUserAzureId: pulumi.String("string"),
PageSize: pulumi.Float64(0),
Passwords: pulumi.StringArray{
pulumi.String("string"),
},
ProxyEnable: pulumi.String("string"),
ProxyHost: pulumi.String("string"),
ProxyPasswds: pulumi.StringArray{
pulumi.String("string"),
},
ProxyScheme: pulumi.String("string"),
ProxyUser: pulumi.String("string"),
Realm: pulumi.String("string"),
Region: pulumi.String("string"),
Rules: fortimanager.ObjectUserAzureRuleTypeArray{
&fortimanager.ObjectUserAzureRuleTypeArgs{
Name: pulumi.String("string"),
Rule: pulumi.String("string"),
},
},
Scopetype: pulumi.String("string"),
SelectProxy: pulumi.String("string"),
Spn: pulumi.String("string"),
Status: pulumi.String("string"),
Tenantid: pulumi.String("string"),
UpdInterval: pulumi.Float64(0),
UpdateIfExist: pulumi.Bool(false),
User: pulumi.String("string"),
Verifycert: pulumi.String("string"),
})
resource "fortimanager_object_user_azure" "objectUserAzureResource" {
lifecycle {
create_before_destroy = true
}
adom = "string"
alias = "string"
dynamic_sort_subtable = "string"
kbconfig = "string"
name = "string"
object_user_azure_id = "string"
page_size = 0
passwords = ["string"]
proxy_enable = "string"
proxy_host = "string"
proxy_passwds = ["string"]
proxy_scheme = "string"
proxy_user = "string"
realm = "string"
region = "string"
rules {
name = "string"
rule = "string"
}
scopetype = "string"
select_proxy = "string"
spn = "string"
status = "string"
tenantid = "string"
upd_interval = 0
update_if_exist = false
user = "string"
verifycert = "string"
}
var objectUserAzureResource = new ObjectUserAzure("objectUserAzureResource", ObjectUserAzureArgs.builder()
.adom("string")
.alias("string")
.dynamicSortSubtable("string")
.kbconfig("string")
.name("string")
.objectUserAzureId("string")
.pageSize(0.0)
.passwords("string")
.proxyEnable("string")
.proxyHost("string")
.proxyPasswds("string")
.proxyScheme("string")
.proxyUser("string")
.realm("string")
.region("string")
.rules(com.pulumi.fortimanager.inputs.ObjectUserAzureRuleArgs.builder()
.name("string")
.rule("string")
.build())
.scopetype("string")
.selectProxy("string")
.spn("string")
.status("string")
.tenantid("string")
.updInterval(0.0)
.updateIfExist(false)
.user("string")
.verifycert("string")
.build());
object_user_azure_resource = fortimanager.ObjectUserAzure("objectUserAzureResource",
adom="string",
alias="string",
dynamic_sort_subtable="string",
kbconfig="string",
name="string",
object_user_azure_id="string",
page_size=float(0),
passwords=["string"],
proxy_enable="string",
proxy_host="string",
proxy_passwds=["string"],
proxy_scheme="string",
proxy_user="string",
realm="string",
region="string",
rules=[{
"name": "string",
"rule": "string",
}],
scopetype="string",
select_proxy="string",
spn="string",
status="string",
tenantid="string",
upd_interval=float(0),
update_if_exist=False,
user="string",
verifycert="string")
const objectUserAzureResource = new fortimanager.ObjectUserAzure("objectUserAzureResource", {
adom: "string",
alias: "string",
dynamicSortSubtable: "string",
kbconfig: "string",
name: "string",
objectUserAzureId: "string",
pageSize: 0,
passwords: ["string"],
proxyEnable: "string",
proxyHost: "string",
proxyPasswds: ["string"],
proxyScheme: "string",
proxyUser: "string",
realm: "string",
region: "string",
rules: [{
name: "string",
rule: "string",
}],
scopetype: "string",
selectProxy: "string",
spn: "string",
status: "string",
tenantid: "string",
updInterval: 0,
updateIfExist: false,
user: "string",
verifycert: "string",
});
type: fortimanager:ObjectUserAzure
properties:
adom: string
alias: string
dynamicSortSubtable: string
kbconfig: string
name: string
objectUserAzureId: string
pageSize: 0
passwords:
- string
proxyEnable: string
proxyHost: string
proxyPasswds:
- string
proxyScheme: string
proxyUser: string
realm: string
region: string
rules:
- name: string
rule: string
scopetype: string
selectProxy: string
spn: string
status: string
tenantid: string
updInterval: 0
updateIfExist: false
user: string
verifycert: string
ObjectUserAzure 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 ObjectUserAzure 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.
- Dynamic
Sort stringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- Kbconfig string
- Kbconfig.
- Name string
- Name.
- Object
User stringAzure Id - an identifier for the resource with format {{name}}.
- Page
Size double - Page_Size.
- Passwords List<string>
- Password.
- Proxy
Enable string - Proxy_Enable. Valid values:
disable,enable. - Proxy
Host string - Proxy_Host.
- Proxy
Passwds List<string> - Proxy_Passwd.
- Proxy
Scheme string - Proxy_Scheme. Valid values:
http,https. - Proxy
User string - Proxy_User.
- Realm string
- Realm.
- Region string
- Region. Valid values:
global,china,germany,usgov,local. - Rules
List<Object
User Azure Rule> - Rule. The structure of
ruleblock is documented below. - 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. - Select
Proxy string - Select_Proxy. Valid values:
basic,kerberos. - Spn string
- Spn.
- Status string
- Status. Valid values:
disable,enable. - Tenantid string
- Tenantid.
- 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.
- Dynamic
Sort stringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- Kbconfig string
- Kbconfig.
- Name string
- Name.
- Object
User stringAzure Id - an identifier for the resource with format {{name}}.
- Page
Size float64 - Page_Size.
- Passwords []string
- Password.
- Proxy
Enable string - Proxy_Enable. Valid values:
disable,enable. - Proxy
Host string - Proxy_Host.
- Proxy
Passwds []string - Proxy_Passwd.
- Proxy
Scheme string - Proxy_Scheme. Valid values:
http,https. - Proxy
User string - Proxy_User.
- Realm string
- Realm.
- Region string
- Region. Valid values:
global,china,germany,usgov,local. - Rules
[]Object
User Azure Rule Type Args - Rule. The structure of
ruleblock is documented below. - 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. - Select
Proxy string - Select_Proxy. Valid values:
basic,kerberos. - Spn string
- Spn.
- Status string
- Status. Valid values:
disable,enable. - Tenantid string
- Tenantid.
- 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.
- dynamic_
sort_ stringsubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- kbconfig string
- Kbconfig.
- name string
- Name.
- object_
user_ stringazure_ id - an identifier for the resource with format {{name}}.
- page_
size number - Page_Size.
- passwords list(string)
- Password.
- proxy_
enable string - Proxy_Enable. Valid values:
disable,enable. - proxy_
host string - Proxy_Host.
- proxy_
passwds list(string) - Proxy_Passwd.
- proxy_
scheme string - Proxy_Scheme. Valid values:
http,https. - proxy_
user string - Proxy_User.
- realm string
- Realm.
- region string
- Region. Valid values:
global,china,germany,usgov,local. - rules list(object)
- Rule. The structure of
ruleblock is documented below. - 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. - select_
proxy string - Select_Proxy. Valid values:
basic,kerberos. - spn string
- Spn.
- status string
- Status. Valid values:
disable,enable. - tenantid string
- Tenantid.
- 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.
- dynamic
Sort StringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- kbconfig String
- Kbconfig.
- name String
- Name.
- object
User StringAzure Id - an identifier for the resource with format {{name}}.
- page
Size Double - Page_Size.
- passwords List<String>
- Password.
- proxy
Enable String - Proxy_Enable. Valid values:
disable,enable. - proxy
Host String - Proxy_Host.
- proxy
Passwds List<String> - Proxy_Passwd.
- proxy
Scheme String - Proxy_Scheme. Valid values:
http,https. - proxy
User String - Proxy_User.
- realm String
- Realm.
- region String
- Region. Valid values:
global,china,germany,usgov,local. - rules
List<Object
User Azure Rule> - Rule. The structure of
ruleblock is documented below. - 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. - select
Proxy String - Select_Proxy. Valid values:
basic,kerberos. - spn String
- Spn.
- status String
- Status. Valid values:
disable,enable. - tenantid String
- Tenantid.
- 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.
- dynamic
Sort stringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- kbconfig string
- Kbconfig.
- name string
- Name.
- object
User stringAzure Id - an identifier for the resource with format {{name}}.
- page
Size number - Page_Size.
- passwords string[]
- Password.
- proxy
Enable string - Proxy_Enable. Valid values:
disable,enable. - proxy
Host string - Proxy_Host.
- proxy
Passwds string[] - Proxy_Passwd.
- proxy
Scheme string - Proxy_Scheme. Valid values:
http,https. - proxy
User string - Proxy_User.
- realm string
- Realm.
- region string
- Region. Valid values:
global,china,germany,usgov,local. - rules
Object
User Azure Rule[] - Rule. The structure of
ruleblock is documented below. - 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. - select
Proxy string - Select_Proxy. Valid values:
basic,kerberos. - spn string
- Spn.
- status string
- Status. Valid values:
disable,enable. - tenantid string
- Tenantid.
- 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.
- dynamic_
sort_ strsubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- kbconfig str
- Kbconfig.
- name str
- Name.
- object_
user_ strazure_ id - an identifier for the resource with format {{name}}.
- page_
size float - Page_Size.
- passwords Sequence[str]
- Password.
- proxy_
enable str - Proxy_Enable. Valid values:
disable,enable. - proxy_
host str - Proxy_Host.
- proxy_
passwds Sequence[str] - Proxy_Passwd.
- proxy_
scheme str - Proxy_Scheme. Valid values:
http,https. - proxy_
user str - Proxy_User.
- realm str
- Realm.
- region str
- Region. Valid values:
global,china,germany,usgov,local. - rules
Sequence[Object
User Azure Rule Args] - Rule. The structure of
ruleblock is documented below. - 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. - select_
proxy str - Select_Proxy. Valid values:
basic,kerberos. - spn str
- Spn.
- status str
- Status. Valid values:
disable,enable. - tenantid str
- Tenantid.
- 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.
- dynamic
Sort StringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- kbconfig String
- Kbconfig.
- name String
- Name.
- object
User StringAzure Id - an identifier for the resource with format {{name}}.
- page
Size Number - Page_Size.
- passwords List<String>
- Password.
- proxy
Enable String - Proxy_Enable. Valid values:
disable,enable. - proxy
Host String - Proxy_Host.
- proxy
Passwds List<String> - Proxy_Passwd.
- proxy
Scheme String - Proxy_Scheme. Valid values:
http,https. - proxy
User String - Proxy_User.
- realm String
- Realm.
- region String
- Region. Valid values:
global,china,germany,usgov,local. - rules List<Property Map>
- Rule. The structure of
ruleblock is documented below. - 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. - select
Proxy String - Select_Proxy. Valid values:
basic,kerberos. - spn String
- Spn.
- status String
- Status. Valid values:
disable,enable. - tenantid String
- Tenantid.
- 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 ObjectUserAzure 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 ObjectUserAzure Resource
Get an existing ObjectUserAzure 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?: ObjectUserAzureState, opts?: CustomResourceOptions): ObjectUserAzure@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
adom: Optional[str] = None,
alias: Optional[str] = None,
dynamic_sort_subtable: Optional[str] = None,
kbconfig: Optional[str] = None,
name: Optional[str] = None,
object_user_azure_id: Optional[str] = None,
page_size: Optional[float] = None,
passwords: Optional[Sequence[str]] = None,
proxy_enable: Optional[str] = None,
proxy_host: Optional[str] = None,
proxy_passwds: Optional[Sequence[str]] = None,
proxy_scheme: Optional[str] = None,
proxy_user: Optional[str] = None,
realm: Optional[str] = None,
region: Optional[str] = None,
rules: Optional[Sequence[ObjectUserAzureRuleArgs]] = None,
scopetype: Optional[str] = None,
select_proxy: Optional[str] = None,
spn: Optional[str] = None,
status: Optional[str] = None,
tenantid: Optional[str] = None,
upd_interval: Optional[float] = None,
update_if_exist: Optional[bool] = None,
user: Optional[str] = None,
verifycert: Optional[str] = None) -> ObjectUserAzurefunc GetObjectUserAzure(ctx *Context, name string, id IDInput, state *ObjectUserAzureState, opts ...ResourceOption) (*ObjectUserAzure, error)public static ObjectUserAzure Get(string name, Input<string> id, ObjectUserAzureState? state, CustomResourceOptions? opts = null)public static ObjectUserAzure get(String name, Output<String> id, ObjectUserAzureState state, CustomResourceOptions options)resources: _: type: fortimanager:ObjectUserAzure get: id: ${id}import {
to = fortimanager_object_user_azure.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.
- Dynamic
Sort stringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- Kbconfig string
- Kbconfig.
- Name string
- Name.
- Object
User stringAzure Id - an identifier for the resource with format {{name}}.
- Page
Size double - Page_Size.
- Passwords List<string>
- Password.
- Proxy
Enable string - Proxy_Enable. Valid values:
disable,enable. - Proxy
Host string - Proxy_Host.
- Proxy
Passwds List<string> - Proxy_Passwd.
- Proxy
Scheme string - Proxy_Scheme. Valid values:
http,https. - Proxy
User string - Proxy_User.
- Realm string
- Realm.
- Region string
- Region. Valid values:
global,china,germany,usgov,local. - Rules
List<Object
User Azure Rule> - Rule. The structure of
ruleblock is documented below. - 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. - Select
Proxy string - Select_Proxy. Valid values:
basic,kerberos. - Spn string
- Spn.
- Status string
- Status. Valid values:
disable,enable. - Tenantid string
- Tenantid.
- 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.
- Dynamic
Sort stringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- Kbconfig string
- Kbconfig.
- Name string
- Name.
- Object
User stringAzure Id - an identifier for the resource with format {{name}}.
- Page
Size float64 - Page_Size.
- Passwords []string
- Password.
- Proxy
Enable string - Proxy_Enable. Valid values:
disable,enable. - Proxy
Host string - Proxy_Host.
- Proxy
Passwds []string - Proxy_Passwd.
- Proxy
Scheme string - Proxy_Scheme. Valid values:
http,https. - Proxy
User string - Proxy_User.
- Realm string
- Realm.
- Region string
- Region. Valid values:
global,china,germany,usgov,local. - Rules
[]Object
User Azure Rule Type Args - Rule. The structure of
ruleblock is documented below. - 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. - Select
Proxy string - Select_Proxy. Valid values:
basic,kerberos. - Spn string
- Spn.
- Status string
- Status. Valid values:
disable,enable. - Tenantid string
- Tenantid.
- 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.
- dynamic_
sort_ stringsubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- kbconfig string
- Kbconfig.
- name string
- Name.
- object_
user_ stringazure_ id - an identifier for the resource with format {{name}}.
- page_
size number - Page_Size.
- passwords list(string)
- Password.
- proxy_
enable string - Proxy_Enable. Valid values:
disable,enable. - proxy_
host string - Proxy_Host.
- proxy_
passwds list(string) - Proxy_Passwd.
- proxy_
scheme string - Proxy_Scheme. Valid values:
http,https. - proxy_
user string - Proxy_User.
- realm string
- Realm.
- region string
- Region. Valid values:
global,china,germany,usgov,local. - rules list(object)
- Rule. The structure of
ruleblock is documented below. - 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. - select_
proxy string - Select_Proxy. Valid values:
basic,kerberos. - spn string
- Spn.
- status string
- Status. Valid values:
disable,enable. - tenantid string
- Tenantid.
- 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.
- dynamic
Sort StringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- kbconfig String
- Kbconfig.
- name String
- Name.
- object
User StringAzure Id - an identifier for the resource with format {{name}}.
- page
Size Double - Page_Size.
- passwords List<String>
- Password.
- proxy
Enable String - Proxy_Enable. Valid values:
disable,enable. - proxy
Host String - Proxy_Host.
- proxy
Passwds List<String> - Proxy_Passwd.
- proxy
Scheme String - Proxy_Scheme. Valid values:
http,https. - proxy
User String - Proxy_User.
- realm String
- Realm.
- region String
- Region. Valid values:
global,china,germany,usgov,local. - rules
List<Object
User Azure Rule> - Rule. The structure of
ruleblock is documented below. - 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. - select
Proxy String - Select_Proxy. Valid values:
basic,kerberos. - spn String
- Spn.
- status String
- Status. Valid values:
disable,enable. - tenantid String
- Tenantid.
- 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.
- dynamic
Sort stringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- kbconfig string
- Kbconfig.
- name string
- Name.
- object
User stringAzure Id - an identifier for the resource with format {{name}}.
- page
Size number - Page_Size.
- passwords string[]
- Password.
- proxy
Enable string - Proxy_Enable. Valid values:
disable,enable. - proxy
Host string - Proxy_Host.
- proxy
Passwds string[] - Proxy_Passwd.
- proxy
Scheme string - Proxy_Scheme. Valid values:
http,https. - proxy
User string - Proxy_User.
- realm string
- Realm.
- region string
- Region. Valid values:
global,china,germany,usgov,local. - rules
Object
User Azure Rule[] - Rule. The structure of
ruleblock is documented below. - 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. - select
Proxy string - Select_Proxy. Valid values:
basic,kerberos. - spn string
- Spn.
- status string
- Status. Valid values:
disable,enable. - tenantid string
- Tenantid.
- 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.
- dynamic_
sort_ strsubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- kbconfig str
- Kbconfig.
- name str
- Name.
- object_
user_ strazure_ id - an identifier for the resource with format {{name}}.
- page_
size float - Page_Size.
- passwords Sequence[str]
- Password.
- proxy_
enable str - Proxy_Enable. Valid values:
disable,enable. - proxy_
host str - Proxy_Host.
- proxy_
passwds Sequence[str] - Proxy_Passwd.
- proxy_
scheme str - Proxy_Scheme. Valid values:
http,https. - proxy_
user str - Proxy_User.
- realm str
- Realm.
- region str
- Region. Valid values:
global,china,germany,usgov,local. - rules
Sequence[Object
User Azure Rule Args] - Rule. The structure of
ruleblock is documented below. - 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. - select_
proxy str - Select_Proxy. Valid values:
basic,kerberos. - spn str
- Spn.
- status str
- Status. Valid values:
disable,enable. - tenantid str
- Tenantid.
- 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.
- dynamic
Sort StringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- kbconfig String
- Kbconfig.
- name String
- Name.
- object
User StringAzure Id - an identifier for the resource with format {{name}}.
- page
Size Number - Page_Size.
- passwords List<String>
- Password.
- proxy
Enable String - Proxy_Enable. Valid values:
disable,enable. - proxy
Host String - Proxy_Host.
- proxy
Passwds List<String> - Proxy_Passwd.
- proxy
Scheme String - Proxy_Scheme. Valid values:
http,https. - proxy
User String - Proxy_User.
- realm String
- Realm.
- region String
- Region. Valid values:
global,china,germany,usgov,local. - rules List<Property Map>
- Rule. The structure of
ruleblock is documented below. - 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. - select
Proxy String - Select_Proxy. Valid values:
basic,kerberos. - spn String
- Spn.
- status String
- Status. Valid values:
disable,enable. - tenantid String
- Tenantid.
- upd
Interval Number - Upd_Interval.
- update
If BooleanExist - user String
- User.
- verifycert String
- Verifycert. Valid values:
disable,enable.
Supporting Types
ObjectUserAzureRule, ObjectUserAzureRuleArgs
Import
ObjectUser Azure can be imported using any of these accepted formats:
$ export “FORTIMANAGER_IMPORT_TABLE”=“true”
$ pulumi import fortimanager:index/objectUserAzure:ObjectUserAzure 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