1. Registry
  2. Packages
  3. Fortimanager Provider
  4. API Docs
  5. ObjectUserAzure
Viewing docs for fortimanager 1.18.0
published on Friday, Jul 31, 2026 by fortinetdev
Viewing docs for fortimanager 1.18.0
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 scopetype is adom, otherwise the value of adom in the provider will be inherited.
    Alias string
    Alias.
    DynamicSortSubtable string
    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.
    ObjectUserAzureId string
    an identifier for the resource with format {{name}}.
    PageSize double
    Page_Size.
    Passwords List<string>
    Password.
    ProxyEnable string
    Proxy_Enable. Valid values: disable, enable.
    ProxyHost string
    Proxy_Host.
    ProxyPasswds List<string>
    Proxy_Passwd.
    ProxyScheme string
    Proxy_Scheme. Valid values: http, https.
    ProxyUser string
    Proxy_User.
    Realm string
    Realm.
    Region string
    Region. Valid values: global, china, germany, usgov, local.
    Rules List<ObjectUserAzureRule>
    Rule. The structure of rule block is documented below.
    Scopetype string
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    SelectProxy string
    Select_Proxy. Valid values: basic, kerberos.
    Spn string
    Spn.
    Status string
    Status. Valid values: disable, enable.
    Tenantid string
    Tenantid.
    UpdInterval double
    Upd_Interval.
    UpdateIfExist bool
    User string
    User.
    Verifycert string
    Verifycert. Valid values: disable, enable.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    Alias string
    Alias.
    DynamicSortSubtable string
    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.
    ObjectUserAzureId string
    an identifier for the resource with format {{name}}.
    PageSize float64
    Page_Size.
    Passwords []string
    Password.
    ProxyEnable string
    Proxy_Enable. Valid values: disable, enable.
    ProxyHost string
    Proxy_Host.
    ProxyPasswds []string
    Proxy_Passwd.
    ProxyScheme string
    Proxy_Scheme. Valid values: http, https.
    ProxyUser string
    Proxy_User.
    Realm string
    Realm.
    Region string
    Region. Valid values: global, china, germany, usgov, local.
    Rules []ObjectUserAzureRuleTypeArgs
    Rule. The structure of rule block is documented below.
    Scopetype string
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    SelectProxy string
    Select_Proxy. Valid values: basic, kerberos.
    Spn string
    Spn.
    Status string
    Status. Valid values: disable, enable.
    Tenantid string
    Tenantid.
    UpdInterval float64
    Upd_Interval.
    UpdateIfExist bool
    User string
    User.
    Verifycert string
    Verifycert. Valid values: disable, enable.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    alias string
    Alias.
    dynamic_sort_subtable string
    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_azure_id string
    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 rule block is documented below.
    scopetype string
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    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_exist bool
    user string
    User.
    verifycert string
    Verifycert. Valid values: disable, enable.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    alias String
    Alias.
    dynamicSortSubtable String
    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.
    objectUserAzureId String
    an identifier for the resource with format {{name}}.
    pageSize Double
    Page_Size.
    passwords List<String>
    Password.
    proxyEnable String
    Proxy_Enable. Valid values: disable, enable.
    proxyHost String
    Proxy_Host.
    proxyPasswds List<String>
    Proxy_Passwd.
    proxyScheme String
    Proxy_Scheme. Valid values: http, https.
    proxyUser String
    Proxy_User.
    realm String
    Realm.
    region String
    Region. Valid values: global, china, germany, usgov, local.
    rules List<ObjectUserAzureRule>
    Rule. The structure of rule block is documented below.
    scopetype String
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    selectProxy String
    Select_Proxy. Valid values: basic, kerberos.
    spn String
    Spn.
    status String
    Status. Valid values: disable, enable.
    tenantid String
    Tenantid.
    updInterval Double
    Upd_Interval.
    updateIfExist Boolean
    user String
    User.
    verifycert String
    Verifycert. Valid values: disable, enable.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    alias string
    Alias.
    dynamicSortSubtable string
    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.
    objectUserAzureId string
    an identifier for the resource with format {{name}}.
    pageSize number
    Page_Size.
    passwords string[]
    Password.
    proxyEnable string
    Proxy_Enable. Valid values: disable, enable.
    proxyHost string
    Proxy_Host.
    proxyPasswds string[]
    Proxy_Passwd.
    proxyScheme string
    Proxy_Scheme. Valid values: http, https.
    proxyUser string
    Proxy_User.
    realm string
    Realm.
    region string
    Region. Valid values: global, china, germany, usgov, local.
    rules ObjectUserAzureRule[]
    Rule. The structure of rule block is documented below.
    scopetype string
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    selectProxy string
    Select_Proxy. Valid values: basic, kerberos.
    spn string
    Spn.
    status string
    Status. Valid values: disable, enable.
    tenantid string
    Tenantid.
    updInterval number
    Upd_Interval.
    updateIfExist boolean
    user string
    User.
    verifycert string
    Verifycert. Valid values: disable, enable.
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    alias str
    Alias.
    dynamic_sort_subtable str
    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_azure_id str
    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[ObjectUserAzureRuleArgs]
    Rule. The structure of rule block is documented below.
    scopetype str
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    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_exist bool
    user str
    User.
    verifycert str
    Verifycert. Valid values: disable, enable.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    alias String
    Alias.
    dynamicSortSubtable String
    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.
    objectUserAzureId String
    an identifier for the resource with format {{name}}.
    pageSize Number
    Page_Size.
    passwords List<String>
    Password.
    proxyEnable String
    Proxy_Enable. Valid values: disable, enable.
    proxyHost String
    Proxy_Host.
    proxyPasswds List<String>
    Proxy_Passwd.
    proxyScheme String
    Proxy_Scheme. Valid values: http, https.
    proxyUser String
    Proxy_User.
    realm String
    Realm.
    region String
    Region. Valid values: global, china, germany, usgov, local.
    rules List<Property Map>
    Rule. The structure of rule block is documented below.
    scopetype String
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    selectProxy String
    Select_Proxy. Valid values: basic, kerberos.
    spn String
    Spn.
    status String
    Status. Valid values: disable, enable.
    tenantid String
    Tenantid.
    updInterval Number
    Upd_Interval.
    updateIfExist Boolean
    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) -> ObjectUserAzure
    func 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.
    The following state arguments are supported:
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    Alias string
    Alias.
    DynamicSortSubtable string
    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.
    ObjectUserAzureId string
    an identifier for the resource with format {{name}}.
    PageSize double
    Page_Size.
    Passwords List<string>
    Password.
    ProxyEnable string
    Proxy_Enable. Valid values: disable, enable.
    ProxyHost string
    Proxy_Host.
    ProxyPasswds List<string>
    Proxy_Passwd.
    ProxyScheme string
    Proxy_Scheme. Valid values: http, https.
    ProxyUser string
    Proxy_User.
    Realm string
    Realm.
    Region string
    Region. Valid values: global, china, germany, usgov, local.
    Rules List<ObjectUserAzureRule>
    Rule. The structure of rule block is documented below.
    Scopetype string
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    SelectProxy string
    Select_Proxy. Valid values: basic, kerberos.
    Spn string
    Spn.
    Status string
    Status. Valid values: disable, enable.
    Tenantid string
    Tenantid.
    UpdInterval double
    Upd_Interval.
    UpdateIfExist bool
    User string
    User.
    Verifycert string
    Verifycert. Valid values: disable, enable.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    Alias string
    Alias.
    DynamicSortSubtable string
    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.
    ObjectUserAzureId string
    an identifier for the resource with format {{name}}.
    PageSize float64
    Page_Size.
    Passwords []string
    Password.
    ProxyEnable string
    Proxy_Enable. Valid values: disable, enable.
    ProxyHost string
    Proxy_Host.
    ProxyPasswds []string
    Proxy_Passwd.
    ProxyScheme string
    Proxy_Scheme. Valid values: http, https.
    ProxyUser string
    Proxy_User.
    Realm string
    Realm.
    Region string
    Region. Valid values: global, china, germany, usgov, local.
    Rules []ObjectUserAzureRuleTypeArgs
    Rule. The structure of rule block is documented below.
    Scopetype string
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    SelectProxy string
    Select_Proxy. Valid values: basic, kerberos.
    Spn string
    Spn.
    Status string
    Status. Valid values: disable, enable.
    Tenantid string
    Tenantid.
    UpdInterval float64
    Upd_Interval.
    UpdateIfExist bool
    User string
    User.
    Verifycert string
    Verifycert. Valid values: disable, enable.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    alias string
    Alias.
    dynamic_sort_subtable string
    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_azure_id string
    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 rule block is documented below.
    scopetype string
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    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_exist bool
    user string
    User.
    verifycert string
    Verifycert. Valid values: disable, enable.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    alias String
    Alias.
    dynamicSortSubtable String
    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.
    objectUserAzureId String
    an identifier for the resource with format {{name}}.
    pageSize Double
    Page_Size.
    passwords List<String>
    Password.
    proxyEnable String
    Proxy_Enable. Valid values: disable, enable.
    proxyHost String
    Proxy_Host.
    proxyPasswds List<String>
    Proxy_Passwd.
    proxyScheme String
    Proxy_Scheme. Valid values: http, https.
    proxyUser String
    Proxy_User.
    realm String
    Realm.
    region String
    Region. Valid values: global, china, germany, usgov, local.
    rules List<ObjectUserAzureRule>
    Rule. The structure of rule block is documented below.
    scopetype String
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    selectProxy String
    Select_Proxy. Valid values: basic, kerberos.
    spn String
    Spn.
    status String
    Status. Valid values: disable, enable.
    tenantid String
    Tenantid.
    updInterval Double
    Upd_Interval.
    updateIfExist Boolean
    user String
    User.
    verifycert String
    Verifycert. Valid values: disable, enable.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    alias string
    Alias.
    dynamicSortSubtable string
    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.
    objectUserAzureId string
    an identifier for the resource with format {{name}}.
    pageSize number
    Page_Size.
    passwords string[]
    Password.
    proxyEnable string
    Proxy_Enable. Valid values: disable, enable.
    proxyHost string
    Proxy_Host.
    proxyPasswds string[]
    Proxy_Passwd.
    proxyScheme string
    Proxy_Scheme. Valid values: http, https.
    proxyUser string
    Proxy_User.
    realm string
    Realm.
    region string
    Region. Valid values: global, china, germany, usgov, local.
    rules ObjectUserAzureRule[]
    Rule. The structure of rule block is documented below.
    scopetype string
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    selectProxy string
    Select_Proxy. Valid values: basic, kerberos.
    spn string
    Spn.
    status string
    Status. Valid values: disable, enable.
    tenantid string
    Tenantid.
    updInterval number
    Upd_Interval.
    updateIfExist boolean
    user string
    User.
    verifycert string
    Verifycert. Valid values: disable, enable.
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    alias str
    Alias.
    dynamic_sort_subtable str
    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_azure_id str
    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[ObjectUserAzureRuleArgs]
    Rule. The structure of rule block is documented below.
    scopetype str
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    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_exist bool
    user str
    User.
    verifycert str
    Verifycert. Valid values: disable, enable.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    alias String
    Alias.
    dynamicSortSubtable String
    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.
    objectUserAzureId String
    an identifier for the resource with format {{name}}.
    pageSize Number
    Page_Size.
    passwords List<String>
    Password.
    proxyEnable String
    Proxy_Enable. Valid values: disable, enable.
    proxyHost String
    Proxy_Host.
    proxyPasswds List<String>
    Proxy_Passwd.
    proxyScheme String
    Proxy_Scheme. Valid values: http, https.
    proxyUser String
    Proxy_User.
    realm String
    Realm.
    region String
    Region. Valid values: global, china, germany, usgov, local.
    rules List<Property Map>
    Rule. The structure of rule block is documented below.
    scopetype String
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    selectProxy String
    Select_Proxy. Valid values: basic, kerberos.
    spn String
    Spn.
    status String
    Status. Valid values: disable, enable.
    tenantid String
    Tenantid.
    updInterval Number
    Upd_Interval.
    updateIfExist Boolean
    user String
    User.
    verifycert String
    Verifycert. Valid values: disable, enable.

    Supporting Types

    ObjectUserAzureRule, ObjectUserAzureRuleArgs

    Name string
    Name.
    Rule string
    Rule.
    Name string
    Name.
    Rule string
    Rule.
    name string
    Name.
    rule string
    Rule.
    name String
    Name.
    rule String
    Rule.
    name string
    Name.
    rule string
    Rule.
    name str
    Name.
    rule str
    Rule.
    name String
    Name.
    rule String
    Rule.

    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 fortimanager Terraform Provider.
    Viewing docs for fortimanager 1.18.0
    published on Friday, Jul 31, 2026 by fortinetdev

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial