fortios.cifs.Domaincontroller
Explore with Pulumi AI
Define known domain controller servers. Applies to FortiOS Version 6.2.4,6.2.6,6.4.0,6.4.1
.
Create Domaincontroller Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Domaincontroller(name: string, args?: DomaincontrollerArgs, opts?: CustomResourceOptions);
@overload
def Domaincontroller(resource_name: str,
args: Optional[DomaincontrollerArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def Domaincontroller(resource_name: str,
opts: Optional[ResourceOptions] = None,
domain_name: Optional[str] = None,
ip: Optional[str] = None,
ip6: Optional[str] = None,
password: Optional[str] = None,
port: Optional[int] = None,
server_name: Optional[str] = None,
username: Optional[str] = None,
vdomparam: Optional[str] = None)
func NewDomaincontroller(ctx *Context, name string, args *DomaincontrollerArgs, opts ...ResourceOption) (*Domaincontroller, error)
public Domaincontroller(string name, DomaincontrollerArgs? args = null, CustomResourceOptions? opts = null)
public Domaincontroller(String name, DomaincontrollerArgs args)
public Domaincontroller(String name, DomaincontrollerArgs args, CustomResourceOptions options)
type: fortios:cifs:Domaincontroller
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 DomaincontrollerArgs
- 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 DomaincontrollerArgs
- 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 DomaincontrollerArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args DomaincontrollerArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args DomaincontrollerArgs
- 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 domaincontrollerResource = new Fortios.Cifs.Domaincontroller("domaincontrollerResource", new()
{
DomainName = "string",
Ip = "string",
Ip6 = "string",
Password = "string",
Port = 0,
ServerName = "string",
Username = "string",
Vdomparam = "string",
});
example, err := cifs.NewDomaincontroller(ctx, "domaincontrollerResource", &cifs.DomaincontrollerArgs{
DomainName: pulumi.String("string"),
Ip: pulumi.String("string"),
Ip6: pulumi.String("string"),
Password: pulumi.String("string"),
Port: pulumi.Int(0),
ServerName: pulumi.String("string"),
Username: pulumi.String("string"),
Vdomparam: pulumi.String("string"),
})
var domaincontrollerResource = new Domaincontroller("domaincontrollerResource", DomaincontrollerArgs.builder()
.domainName("string")
.ip("string")
.ip6("string")
.password("string")
.port(0)
.serverName("string")
.username("string")
.vdomparam("string")
.build());
domaincontroller_resource = fortios.cifs.Domaincontroller("domaincontrollerResource",
domain_name="string",
ip="string",
ip6="string",
password="string",
port=0,
server_name="string",
username="string",
vdomparam="string")
const domaincontrollerResource = new fortios.cifs.Domaincontroller("domaincontrollerResource", {
domainName: "string",
ip: "string",
ip6: "string",
password: "string",
port: 0,
serverName: "string",
username: "string",
vdomparam: "string",
});
type: fortios:cifs:Domaincontroller
properties:
domainName: string
ip: string
ip6: string
password: string
port: 0
serverName: string
username: string
vdomparam: string
Domaincontroller Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The Domaincontroller resource accepts the following input properties:
- Domain
Name string - Fully qualified domain name (FQDN). E.g. 'EXAMPLE.COM'.
- Ip string
- IPv4 server address.
- Ip6 string
- IPv6 server address.
- Password string
- Password for specified username.
- Port int
- Port number of service. Port number 0 indicates automatic discovery.
- Server
Name string - Name of the server to connect to.
- Username string
- User name to sign in with. Must have proper permissions for service.
- Vdomparam string
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- Domain
Name string - Fully qualified domain name (FQDN). E.g. 'EXAMPLE.COM'.
- Ip string
- IPv4 server address.
- Ip6 string
- IPv6 server address.
- Password string
- Password for specified username.
- Port int
- Port number of service. Port number 0 indicates automatic discovery.
- Server
Name string - Name of the server to connect to.
- Username string
- User name to sign in with. Must have proper permissions for service.
- Vdomparam string
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- domain
Name String - Fully qualified domain name (FQDN). E.g. 'EXAMPLE.COM'.
- ip String
- IPv4 server address.
- ip6 String
- IPv6 server address.
- password String
- Password for specified username.
- port Integer
- Port number of service. Port number 0 indicates automatic discovery.
- server
Name String - Name of the server to connect to.
- username String
- User name to sign in with. Must have proper permissions for service.
- vdomparam String
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- domain
Name string - Fully qualified domain name (FQDN). E.g. 'EXAMPLE.COM'.
- ip string
- IPv4 server address.
- ip6 string
- IPv6 server address.
- password string
- Password for specified username.
- port number
- Port number of service. Port number 0 indicates automatic discovery.
- server
Name string - Name of the server to connect to.
- username string
- User name to sign in with. Must have proper permissions for service.
- vdomparam string
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- domain_
name str - Fully qualified domain name (FQDN). E.g. 'EXAMPLE.COM'.
- ip str
- IPv4 server address.
- ip6 str
- IPv6 server address.
- password str
- Password for specified username.
- port int
- Port number of service. Port number 0 indicates automatic discovery.
- server_
name str - Name of the server to connect to.
- username str
- User name to sign in with. Must have proper permissions for service.
- vdomparam str
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- domain
Name String - Fully qualified domain name (FQDN). E.g. 'EXAMPLE.COM'.
- ip String
- IPv4 server address.
- ip6 String
- IPv6 server address.
- password String
- Password for specified username.
- port Number
- Port number of service. Port number 0 indicates automatic discovery.
- server
Name String - Name of the server to connect to.
- username String
- User name to sign in with. Must have proper permissions for service.
- vdomparam String
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
Outputs
All input properties are implicitly available as output properties. Additionally, the Domaincontroller 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 Domaincontroller Resource
Get an existing Domaincontroller 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?: DomaincontrollerState, opts?: CustomResourceOptions): Domaincontroller
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
domain_name: Optional[str] = None,
ip: Optional[str] = None,
ip6: Optional[str] = None,
password: Optional[str] = None,
port: Optional[int] = None,
server_name: Optional[str] = None,
username: Optional[str] = None,
vdomparam: Optional[str] = None) -> Domaincontroller
func GetDomaincontroller(ctx *Context, name string, id IDInput, state *DomaincontrollerState, opts ...ResourceOption) (*Domaincontroller, error)
public static Domaincontroller Get(string name, Input<string> id, DomaincontrollerState? state, CustomResourceOptions? opts = null)
public static Domaincontroller get(String name, Output<String> id, DomaincontrollerState state, CustomResourceOptions options)
Resource lookup is not supported in YAML
- 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.
- Domain
Name string - Fully qualified domain name (FQDN). E.g. 'EXAMPLE.COM'.
- Ip string
- IPv4 server address.
- Ip6 string
- IPv6 server address.
- Password string
- Password for specified username.
- Port int
- Port number of service. Port number 0 indicates automatic discovery.
- Server
Name string - Name of the server to connect to.
- Username string
- User name to sign in with. Must have proper permissions for service.
- Vdomparam string
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- Domain
Name string - Fully qualified domain name (FQDN). E.g. 'EXAMPLE.COM'.
- Ip string
- IPv4 server address.
- Ip6 string
- IPv6 server address.
- Password string
- Password for specified username.
- Port int
- Port number of service. Port number 0 indicates automatic discovery.
- Server
Name string - Name of the server to connect to.
- Username string
- User name to sign in with. Must have proper permissions for service.
- Vdomparam string
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- domain
Name String - Fully qualified domain name (FQDN). E.g. 'EXAMPLE.COM'.
- ip String
- IPv4 server address.
- ip6 String
- IPv6 server address.
- password String
- Password for specified username.
- port Integer
- Port number of service. Port number 0 indicates automatic discovery.
- server
Name String - Name of the server to connect to.
- username String
- User name to sign in with. Must have proper permissions for service.
- vdomparam String
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- domain
Name string - Fully qualified domain name (FQDN). E.g. 'EXAMPLE.COM'.
- ip string
- IPv4 server address.
- ip6 string
- IPv6 server address.
- password string
- Password for specified username.
- port number
- Port number of service. Port number 0 indicates automatic discovery.
- server
Name string - Name of the server to connect to.
- username string
- User name to sign in with. Must have proper permissions for service.
- vdomparam string
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- domain_
name str - Fully qualified domain name (FQDN). E.g. 'EXAMPLE.COM'.
- ip str
- IPv4 server address.
- ip6 str
- IPv6 server address.
- password str
- Password for specified username.
- port int
- Port number of service. Port number 0 indicates automatic discovery.
- server_
name str - Name of the server to connect to.
- username str
- User name to sign in with. Must have proper permissions for service.
- vdomparam str
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- domain
Name String - Fully qualified domain name (FQDN). E.g. 'EXAMPLE.COM'.
- ip String
- IPv4 server address.
- ip6 String
- IPv6 server address.
- password String
- Password for specified username.
- port Number
- Port number of service. Port number 0 indicates automatic discovery.
- server
Name String - Name of the server to connect to.
- username String
- User name to sign in with. Must have proper permissions for service.
- vdomparam String
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
Import
Cifs DomainController can be imported using any of these accepted formats:
$ pulumi import fortios:cifs/domaincontroller:Domaincontroller labelname {{server_name}}
If you do not want to import arguments of block:
$ export “FORTIOS_IMPORT_TABLE”=“false”
$ pulumi import fortios:cifs/domaincontroller:Domaincontroller labelname {{server_name}}
$ unset “FORTIOS_IMPORT_TABLE”
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- fortios pulumiverse/pulumi-fortios
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
fortios
Terraform Provider.