fortimanager.ObjectUserNsx
Explore with Pulumi AI
ObjectUser Nsx
The following variables have sub resource. Avoid using them together, otherwise conflicts and overwrites may occur.
service
:fortimanager.ObjectUserNsxService
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as fortimanager from "@pulumi/fortimanager";
const labelname = new fortimanager.ObjectUserNsx("labelname", {
fmgip: "1.1.1.1",
fmgpasswds: ["tesssssss"],
fmguser: "dfa",
passwords: ["tesssssss"],
server: "3.3.3.3",
serviceIds: [],
status: "disable",
user: "sgic",
});
import pulumi
import pulumi_fortimanager as fortimanager
labelname = fortimanager.ObjectUserNsx("labelname",
fmgip="1.1.1.1",
fmgpasswds=["tesssssss"],
fmguser="dfa",
passwords=["tesssssss"],
server="3.3.3.3",
service_ids=[],
status="disable",
user="sgic")
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/fortimanager/fortimanager"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := fortimanager.NewObjectUserNsx(ctx, "labelname", &fortimanager.ObjectUserNsxArgs{
Fmgip: pulumi.String("1.1.1.1"),
Fmgpasswds: pulumi.StringArray{
pulumi.String("tesssssss"),
},
Fmguser: pulumi.String("dfa"),
Passwords: pulumi.StringArray{
pulumi.String("tesssssss"),
},
Server: pulumi.String("3.3.3.3"),
ServiceIds: pulumi.StringArray{},
Status: pulumi.String("disable"),
User: pulumi.String("sgic"),
})
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Fortimanager = Pulumi.Fortimanager;
return await Deployment.RunAsync(() =>
{
var labelname = new Fortimanager.ObjectUserNsx("labelname", new()
{
Fmgip = "1.1.1.1",
Fmgpasswds = new[]
{
"tesssssss",
},
Fmguser = "dfa",
Passwords = new[]
{
"tesssssss",
},
Server = "3.3.3.3",
ServiceIds = new[] {},
Status = "disable",
User = "sgic",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.fortimanager.ObjectUserNsx;
import com.pulumi.fortimanager.ObjectUserNsxArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
var labelname = new ObjectUserNsx("labelname", ObjectUserNsxArgs.builder()
.fmgip("1.1.1.1")
.fmgpasswds("tesssssss")
.fmguser("dfa")
.passwords("tesssssss")
.server("3.3.3.3")
.serviceIds()
.status("disable")
.user("sgic")
.build());
}
}
resources:
labelname:
type: fortimanager:ObjectUserNsx
properties:
fmgip: 1.1.1.1
fmgpasswds:
- tesssssss
fmguser: dfa
passwords:
- tesssssss
server: 3.3.3.3
serviceIds: []
status: disable
user: sgic
Create ObjectUserNsx Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ObjectUserNsx(name: string, args?: ObjectUserNsxArgs, opts?: CustomResourceOptions);
@overload
def ObjectUserNsx(resource_name: str,
args: Optional[ObjectUserNsxArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def ObjectUserNsx(resource_name: str,
opts: Optional[ResourceOptions] = None,
adom: Optional[str] = None,
dynamic_sort_subtable: Optional[str] = None,
fmgip: Optional[str] = None,
fmgpasswds: Optional[Sequence[str]] = None,
fmguser: Optional[str] = None,
if_allgroup: Optional[str] = None,
name: Optional[str] = None,
object_user_nsx_id: Optional[str] = None,
passwords: Optional[Sequence[str]] = None,
scopetype: Optional[str] = None,
server: Optional[str] = None,
service_ids: Optional[Sequence[str]] = None,
service_manager_id: Optional[str] = None,
service_manager_rev: Optional[float] = None,
services: Optional[Sequence[ObjectUserNsxServiceArgs]] = None,
status: Optional[str] = None,
user: Optional[str] = None)
func NewObjectUserNsx(ctx *Context, name string, args *ObjectUserNsxArgs, opts ...ResourceOption) (*ObjectUserNsx, error)
public ObjectUserNsx(string name, ObjectUserNsxArgs? args = null, CustomResourceOptions? opts = null)
public ObjectUserNsx(String name, ObjectUserNsxArgs args)
public ObjectUserNsx(String name, ObjectUserNsxArgs args, CustomResourceOptions options)
type: fortimanager:ObjectUserNsx
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args ObjectUserNsxArgs
- 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 ObjectUserNsxArgs
- 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 ObjectUserNsxArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ObjectUserNsxArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ObjectUserNsxArgs
- 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 objectUserNsxResource = new Fortimanager.ObjectUserNsx("objectUserNsxResource", new()
{
Adom = "string",
DynamicSortSubtable = "string",
Fmgip = "string",
Fmgpasswds = new[]
{
"string",
},
Fmguser = "string",
IfAllgroup = "string",
Name = "string",
ObjectUserNsxId = "string",
Passwords = new[]
{
"string",
},
Scopetype = "string",
Server = "string",
ServiceIds = new[]
{
"string",
},
ServiceManagerId = "string",
ServiceManagerRev = 0,
Services = new[]
{
new Fortimanager.Inputs.ObjectUserNsxServiceArgs
{
Id = "string",
Integration = "string",
Name = "string",
RefId = "string",
},
},
Status = "string",
User = "string",
});
example, err := fortimanager.NewObjectUserNsx(ctx, "objectUserNsxResource", &fortimanager.ObjectUserNsxArgs{
Adom: pulumi.String("string"),
DynamicSortSubtable: pulumi.String("string"),
Fmgip: pulumi.String("string"),
Fmgpasswds: pulumi.StringArray{
pulumi.String("string"),
},
Fmguser: pulumi.String("string"),
IfAllgroup: pulumi.String("string"),
Name: pulumi.String("string"),
ObjectUserNsxId: pulumi.String("string"),
Passwords: pulumi.StringArray{
pulumi.String("string"),
},
Scopetype: pulumi.String("string"),
Server: pulumi.String("string"),
ServiceIds: pulumi.StringArray{
pulumi.String("string"),
},
ServiceManagerId: pulumi.String("string"),
ServiceManagerRev: pulumi.Float64(0),
Services: .ObjectUserNsxServiceTypeArray{
&.ObjectUserNsxServiceTypeArgs{
Id: pulumi.String("string"),
Integration: pulumi.String("string"),
Name: pulumi.String("string"),
RefId: pulumi.String("string"),
},
},
Status: pulumi.String("string"),
User: pulumi.String("string"),
})
var objectUserNsxResource = new ObjectUserNsx("objectUserNsxResource", ObjectUserNsxArgs.builder()
.adom("string")
.dynamicSortSubtable("string")
.fmgip("string")
.fmgpasswds("string")
.fmguser("string")
.ifAllgroup("string")
.name("string")
.objectUserNsxId("string")
.passwords("string")
.scopetype("string")
.server("string")
.serviceIds("string")
.serviceManagerId("string")
.serviceManagerRev(0)
.services(ObjectUserNsxServiceArgs.builder()
.id("string")
.integration("string")
.name("string")
.refId("string")
.build())
.status("string")
.user("string")
.build());
object_user_nsx_resource = fortimanager.ObjectUserNsx("objectUserNsxResource",
adom="string",
dynamic_sort_subtable="string",
fmgip="string",
fmgpasswds=["string"],
fmguser="string",
if_allgroup="string",
name="string",
object_user_nsx_id="string",
passwords=["string"],
scopetype="string",
server="string",
service_ids=["string"],
service_manager_id="string",
service_manager_rev=0,
services=[{
"id": "string",
"integration": "string",
"name": "string",
"ref_id": "string",
}],
status="string",
user="string")
const objectUserNsxResource = new fortimanager.ObjectUserNsx("objectUserNsxResource", {
adom: "string",
dynamicSortSubtable: "string",
fmgip: "string",
fmgpasswds: ["string"],
fmguser: "string",
ifAllgroup: "string",
name: "string",
objectUserNsxId: "string",
passwords: ["string"],
scopetype: "string",
server: "string",
serviceIds: ["string"],
serviceManagerId: "string",
serviceManagerRev: 0,
services: [{
id: "string",
integration: "string",
name: "string",
refId: "string",
}],
status: "string",
user: "string",
});
type: fortimanager:ObjectUserNsx
properties:
adom: string
dynamicSortSubtable: string
fmgip: string
fmgpasswds:
- string
fmguser: string
ifAllgroup: string
name: string
objectUserNsxId: string
passwords:
- string
scopetype: string
server: string
serviceIds:
- string
serviceManagerId: string
serviceManagerRev: 0
services:
- id: string
integration: string
name: string
refId: string
status: string
user: string
ObjectUserNsx 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 ObjectUserNsx resource accepts the following input properties:
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - 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.
- Fmgip string
- Fmgip.
- Fmgpasswds List<string>
- Fmgpasswd.
- Fmguser string
- Fmguser.
- If
Allgroup string - If-Allgroup. Valid values:
disable
,enable
. - Name string
- Name.
- Object
User stringNsx Id - an identifier for the resource with format {{name}}.
- Passwords List<string>
- Password.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - Server string
- Server.
- Service
Ids List<string> - Service-Id.
- Service
Manager stringId - Service-Manager-Id.
- Service
Manager doubleRev - Service-Manager-Rev.
- Services
List<Object
User Nsx Service> - Service. The structure of
service
block is documented below. - Status string
- Status. Valid values:
disable
,enable
. - User string
- User.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - 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.
- Fmgip string
- Fmgip.
- Fmgpasswds []string
- Fmgpasswd.
- Fmguser string
- Fmguser.
- If
Allgroup string - If-Allgroup. Valid values:
disable
,enable
. - Name string
- Name.
- Object
User stringNsx Id - an identifier for the resource with format {{name}}.
- Passwords []string
- Password.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - Server string
- Server.
- Service
Ids []string - Service-Id.
- Service
Manager stringId - Service-Manager-Id.
- Service
Manager float64Rev - Service-Manager-Rev.
- Services
[]Object
User Nsx Service Type Args - Service. The structure of
service
block is documented below. - Status string
- Status. Valid values:
disable
,enable
. - User string
- User.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - 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.
- fmgip String
- Fmgip.
- fmgpasswds List<String>
- Fmgpasswd.
- fmguser String
- Fmguser.
- if
Allgroup String - If-Allgroup. Valid values:
disable
,enable
. - name String
- Name.
- object
User StringNsx Id - an identifier for the resource with format {{name}}.
- passwords List<String>
- Password.
- scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - server String
- Server.
- service
Ids List<String> - Service-Id.
- service
Manager StringId - Service-Manager-Id.
- service
Manager DoubleRev - Service-Manager-Rev.
- services
List<Object
User Nsx Service> - Service. The structure of
service
block is documented below. - status String
- Status. Valid values:
disable
,enable
. - user String
- User.
- adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - 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.
- fmgip string
- Fmgip.
- fmgpasswds string[]
- Fmgpasswd.
- fmguser string
- Fmguser.
- if
Allgroup string - If-Allgroup. Valid values:
disable
,enable
. - name string
- Name.
- object
User stringNsx Id - an identifier for the resource with format {{name}}.
- passwords string[]
- Password.
- scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - server string
- Server.
- service
Ids string[] - Service-Id.
- service
Manager stringId - Service-Manager-Id.
- service
Manager numberRev - Service-Manager-Rev.
- services
Object
User Nsx Service[] - Service. The structure of
service
block is documented below. - status string
- Status. Valid values:
disable
,enable
. - user string
- User.
- adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - 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.
- fmgip str
- Fmgip.
- fmgpasswds Sequence[str]
- Fmgpasswd.
- fmguser str
- Fmguser.
- if_
allgroup str - If-Allgroup. Valid values:
disable
,enable
. - name str
- Name.
- object_
user_ strnsx_ id - an identifier for the resource with format {{name}}.
- passwords Sequence[str]
- Password.
- scopetype str
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - server str
- Server.
- service_
ids Sequence[str] - Service-Id.
- service_
manager_ strid - Service-Manager-Id.
- service_
manager_ floatrev - Service-Manager-Rev.
- services
Sequence[Object
User Nsx Service Args] - Service. The structure of
service
block is documented below. - status str
- Status. Valid values:
disable
,enable
. - user str
- User.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - 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.
- fmgip String
- Fmgip.
- fmgpasswds List<String>
- Fmgpasswd.
- fmguser String
- Fmguser.
- if
Allgroup String - If-Allgroup. Valid values:
disable
,enable
. - name String
- Name.
- object
User StringNsx Id - an identifier for the resource with format {{name}}.
- passwords List<String>
- Password.
- scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - server String
- Server.
- service
Ids List<String> - Service-Id.
- service
Manager StringId - Service-Manager-Id.
- service
Manager NumberRev - Service-Manager-Rev.
- services List<Property Map>
- Service. The structure of
service
block is documented below. - status String
- Status. Valid values:
disable
,enable
. - user String
- User.
Outputs
All input properties are implicitly available as output properties. Additionally, the ObjectUserNsx resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Look up Existing ObjectUserNsx Resource
Get an existing ObjectUserNsx 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?: ObjectUserNsxState, opts?: CustomResourceOptions): ObjectUserNsx
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
adom: Optional[str] = None,
dynamic_sort_subtable: Optional[str] = None,
fmgip: Optional[str] = None,
fmgpasswds: Optional[Sequence[str]] = None,
fmguser: Optional[str] = None,
if_allgroup: Optional[str] = None,
name: Optional[str] = None,
object_user_nsx_id: Optional[str] = None,
passwords: Optional[Sequence[str]] = None,
scopetype: Optional[str] = None,
server: Optional[str] = None,
service_ids: Optional[Sequence[str]] = None,
service_manager_id: Optional[str] = None,
service_manager_rev: Optional[float] = None,
services: Optional[Sequence[ObjectUserNsxServiceArgs]] = None,
status: Optional[str] = None,
user: Optional[str] = None) -> ObjectUserNsx
func GetObjectUserNsx(ctx *Context, name string, id IDInput, state *ObjectUserNsxState, opts ...ResourceOption) (*ObjectUserNsx, error)
public static ObjectUserNsx Get(string name, Input<string> id, ObjectUserNsxState? state, CustomResourceOptions? opts = null)
public static ObjectUserNsx get(String name, Output<String> id, ObjectUserNsxState state, CustomResourceOptions options)
resources: _: type: fortimanager:ObjectUserNsx get: id: ${id}
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - 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.
- Fmgip string
- Fmgip.
- Fmgpasswds List<string>
- Fmgpasswd.
- Fmguser string
- Fmguser.
- If
Allgroup string - If-Allgroup. Valid values:
disable
,enable
. - Name string
- Name.
- Object
User stringNsx Id - an identifier for the resource with format {{name}}.
- Passwords List<string>
- Password.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - Server string
- Server.
- Service
Ids List<string> - Service-Id.
- Service
Manager stringId - Service-Manager-Id.
- Service
Manager doubleRev - Service-Manager-Rev.
- Services
List<Object
User Nsx Service> - Service. The structure of
service
block is documented below. - Status string
- Status. Valid values:
disable
,enable
. - User string
- User.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - 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.
- Fmgip string
- Fmgip.
- Fmgpasswds []string
- Fmgpasswd.
- Fmguser string
- Fmguser.
- If
Allgroup string - If-Allgroup. Valid values:
disable
,enable
. - Name string
- Name.
- Object
User stringNsx Id - an identifier for the resource with format {{name}}.
- Passwords []string
- Password.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - Server string
- Server.
- Service
Ids []string - Service-Id.
- Service
Manager stringId - Service-Manager-Id.
- Service
Manager float64Rev - Service-Manager-Rev.
- Services
[]Object
User Nsx Service Type Args - Service. The structure of
service
block is documented below. - Status string
- Status. Valid values:
disable
,enable
. - User string
- User.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - 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.
- fmgip String
- Fmgip.
- fmgpasswds List<String>
- Fmgpasswd.
- fmguser String
- Fmguser.
- if
Allgroup String - If-Allgroup. Valid values:
disable
,enable
. - name String
- Name.
- object
User StringNsx Id - an identifier for the resource with format {{name}}.
- passwords List<String>
- Password.
- scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - server String
- Server.
- service
Ids List<String> - Service-Id.
- service
Manager StringId - Service-Manager-Id.
- service
Manager DoubleRev - Service-Manager-Rev.
- services
List<Object
User Nsx Service> - Service. The structure of
service
block is documented below. - status String
- Status. Valid values:
disable
,enable
. - user String
- User.
- adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - 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.
- fmgip string
- Fmgip.
- fmgpasswds string[]
- Fmgpasswd.
- fmguser string
- Fmguser.
- if
Allgroup string - If-Allgroup. Valid values:
disable
,enable
. - name string
- Name.
- object
User stringNsx Id - an identifier for the resource with format {{name}}.
- passwords string[]
- Password.
- scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - server string
- Server.
- service
Ids string[] - Service-Id.
- service
Manager stringId - Service-Manager-Id.
- service
Manager numberRev - Service-Manager-Rev.
- services
Object
User Nsx Service[] - Service. The structure of
service
block is documented below. - status string
- Status. Valid values:
disable
,enable
. - user string
- User.
- adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - 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.
- fmgip str
- Fmgip.
- fmgpasswds Sequence[str]
- Fmgpasswd.
- fmguser str
- Fmguser.
- if_
allgroup str - If-Allgroup. Valid values:
disable
,enable
. - name str
- Name.
- object_
user_ strnsx_ id - an identifier for the resource with format {{name}}.
- passwords Sequence[str]
- Password.
- scopetype str
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - server str
- Server.
- service_
ids Sequence[str] - Service-Id.
- service_
manager_ strid - Service-Manager-Id.
- service_
manager_ floatrev - Service-Manager-Rev.
- services
Sequence[Object
User Nsx Service Args] - Service. The structure of
service
block is documented below. - status str
- Status. Valid values:
disable
,enable
. - user str
- User.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - 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.
- fmgip String
- Fmgip.
- fmgpasswds List<String>
- Fmgpasswd.
- fmguser String
- Fmguser.
- if
Allgroup String - If-Allgroup. Valid values:
disable
,enable
. - name String
- Name.
- object
User StringNsx Id - an identifier for the resource with format {{name}}.
- passwords List<String>
- Password.
- scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - server String
- Server.
- service
Ids List<String> - Service-Id.
- service
Manager StringId - Service-Manager-Id.
- service
Manager NumberRev - Service-Manager-Rev.
- services List<Property Map>
- Service. The structure of
service
block is documented below. - status String
- Status. Valid values:
disable
,enable
. - user String
- User.
Supporting Types
ObjectUserNsxService, ObjectUserNsxServiceArgs
- Id string
- Id.
- Integration string
- Integration. Valid values:
east-west
,north-south
. - Name string
- Name.
- Ref
Id string - Ref-Id.
- Id string
- Id.
- Integration string
- Integration. Valid values:
east-west
,north-south
. - Name string
- Name.
- Ref
Id string - Ref-Id.
- id String
- Id.
- integration String
- Integration. Valid values:
east-west
,north-south
. - name String
- Name.
- ref
Id String - Ref-Id.
- id string
- Id.
- integration string
- Integration. Valid values:
east-west
,north-south
. - name string
- Name.
- ref
Id string - Ref-Id.
- id str
- Id.
- integration str
- Integration. Valid values:
east-west
,north-south
. - name str
- Name.
- ref_
id str - Ref-Id.
- id String
- Id.
- integration String
- Integration. Valid values:
east-west
,north-south
. - name String
- Name.
- ref
Id String - Ref-Id.
Import
ObjectUser Nsx can be imported using any of these accepted formats:
$ export “FORTIMANAGER_IMPORT_TABLE”=“true”
$ pulumi import fortimanager:index/objectUserNsx:ObjectUserNsx 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.