fortimanager.ObjectSystemExternalresource
Explore with Pulumi AI
Configure external resource.
Example Usage
Coming soon!
Coming soon!
Coming soon!
Coming soon!
Coming soon!
resources:
trname:
type: fortimanager:ObjectSystemExternalresource
properties:
category: 192
comment: This is a Terraform example
Create ObjectSystemExternalresource Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ObjectSystemExternalresource(name: string, args?: ObjectSystemExternalresourceArgs, opts?: CustomResourceOptions);
@overload
def ObjectSystemExternalresource(resource_name: str,
args: Optional[ObjectSystemExternalresourceArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def ObjectSystemExternalresource(resource_name: str,
opts: Optional[ResourceOptions] = None,
adom: Optional[str] = None,
category: Optional[float] = None,
comments: Optional[str] = None,
interface: Optional[str] = None,
interface_select_method: Optional[str] = None,
name: Optional[str] = None,
object_system_externalresource_id: Optional[str] = None,
passwords: Optional[Sequence[str]] = None,
refresh_rate: Optional[float] = None,
resource: Optional[str] = None,
scopetype: Optional[str] = None,
server_identity_check: Optional[str] = None,
source_ip: Optional[str] = None,
status: Optional[str] = None,
type: Optional[str] = None,
update_method: Optional[str] = None,
user_agent: Optional[str] = None,
username: Optional[str] = None,
uuid: Optional[str] = None)
func NewObjectSystemExternalresource(ctx *Context, name string, args *ObjectSystemExternalresourceArgs, opts ...ResourceOption) (*ObjectSystemExternalresource, error)
public ObjectSystemExternalresource(string name, ObjectSystemExternalresourceArgs? args = null, CustomResourceOptions? opts = null)
public ObjectSystemExternalresource(String name, ObjectSystemExternalresourceArgs args)
public ObjectSystemExternalresource(String name, ObjectSystemExternalresourceArgs args, CustomResourceOptions options)
type: fortimanager:ObjectSystemExternalresource
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 ObjectSystemExternalresourceArgs
- 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 ObjectSystemExternalresourceArgs
- 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 ObjectSystemExternalresourceArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ObjectSystemExternalresourceArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ObjectSystemExternalresourceArgs
- 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 objectSystemExternalresourceResource = new Fortimanager.ObjectSystemExternalresource("objectSystemExternalresourceResource", new()
{
Adom = "string",
Category = 0,
Comments = "string",
Interface = "string",
InterfaceSelectMethod = "string",
Name = "string",
ObjectSystemExternalresourceId = "string",
Passwords = new[]
{
"string",
},
RefreshRate = 0,
Resource = "string",
Scopetype = "string",
ServerIdentityCheck = "string",
SourceIp = "string",
Status = "string",
Type = "string",
UpdateMethod = "string",
UserAgent = "string",
Username = "string",
Uuid = "string",
});
example, err := fortimanager.NewObjectSystemExternalresource(ctx, "objectSystemExternalresourceResource", &fortimanager.ObjectSystemExternalresourceArgs{
Adom: pulumi.String("string"),
Category: pulumi.Float64(0),
Comments: pulumi.String("string"),
Interface: pulumi.String("string"),
InterfaceSelectMethod: pulumi.String("string"),
Name: pulumi.String("string"),
ObjectSystemExternalresourceId: pulumi.String("string"),
Passwords: pulumi.StringArray{
pulumi.String("string"),
},
RefreshRate: pulumi.Float64(0),
Resource: pulumi.String("string"),
Scopetype: pulumi.String("string"),
ServerIdentityCheck: pulumi.String("string"),
SourceIp: pulumi.String("string"),
Status: pulumi.String("string"),
Type: pulumi.String("string"),
UpdateMethod: pulumi.String("string"),
UserAgent: pulumi.String("string"),
Username: pulumi.String("string"),
Uuid: pulumi.String("string"),
})
var objectSystemExternalresourceResource = new ObjectSystemExternalresource("objectSystemExternalresourceResource", ObjectSystemExternalresourceArgs.builder()
.adom("string")
.category(0)
.comments("string")
.interface_("string")
.interfaceSelectMethod("string")
.name("string")
.objectSystemExternalresourceId("string")
.passwords("string")
.refreshRate(0)
.resource("string")
.scopetype("string")
.serverIdentityCheck("string")
.sourceIp("string")
.status("string")
.type("string")
.updateMethod("string")
.userAgent("string")
.username("string")
.uuid("string")
.build());
object_system_externalresource_resource = fortimanager.ObjectSystemExternalresource("objectSystemExternalresourceResource",
adom="string",
category=0,
comments="string",
interface="string",
interface_select_method="string",
name="string",
object_system_externalresource_id="string",
passwords=["string"],
refresh_rate=0,
resource="string",
scopetype="string",
server_identity_check="string",
source_ip="string",
status="string",
type="string",
update_method="string",
user_agent="string",
username="string",
uuid="string")
const objectSystemExternalresourceResource = new fortimanager.ObjectSystemExternalresource("objectSystemExternalresourceResource", {
adom: "string",
category: 0,
comments: "string",
"interface": "string",
interfaceSelectMethod: "string",
name: "string",
objectSystemExternalresourceId: "string",
passwords: ["string"],
refreshRate: 0,
resource: "string",
scopetype: "string",
serverIdentityCheck: "string",
sourceIp: "string",
status: "string",
type: "string",
updateMethod: "string",
userAgent: "string",
username: "string",
uuid: "string",
});
type: fortimanager:ObjectSystemExternalresource
properties:
adom: string
category: 0
comments: string
interface: string
interfaceSelectMethod: string
name: string
objectSystemExternalresourceId: string
passwords:
- string
refreshRate: 0
resource: string
scopetype: string
serverIdentityCheck: string
sourceIp: string
status: string
type: string
updateMethod: string
userAgent: string
username: string
uuid: string
ObjectSystemExternalresource 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 ObjectSystemExternalresource 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. - Category double
- User resource category.
- Comments string
- Comment.
- Interface string
- Specify outgoing interface to reach server.
- Interface
Select stringMethod - Specify how to select outgoing interface to reach server. Valid values:
auto
,sdwan
,specify
. - Name string
- External resource name.
- Object
System stringExternalresource Id - an identifier for the resource with format {{name}}.
- Passwords List<string>
- HTTP basic authentication password.
- Refresh
Rate double - Time interval to refresh external resource (1 - 43200 min, default = 5 min).
- Resource string
- URI of external resource.
- 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
Identity stringCheck - Certificate verification option. Valid values:
none
,basic
,full
. - Source
Ip string - Source IPv4 address used to communicate with server.
- Status string
- Enable/disable user resource. Valid values:
disable
,enable
. - Type string
- User resource type. Valid values:
category
,address
,domain
,malware
. - Update
Method string - External resource update method. Valid values:
feed
,push
. - User
Agent string - Override HTTP User-Agent header used when retrieving this external resource.
- Username string
- HTTP basic authentication user name.
- Uuid string
- Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Category float64
- User resource category.
- Comments string
- Comment.
- Interface string
- Specify outgoing interface to reach server.
- Interface
Select stringMethod - Specify how to select outgoing interface to reach server. Valid values:
auto
,sdwan
,specify
. - Name string
- External resource name.
- Object
System stringExternalresource Id - an identifier for the resource with format {{name}}.
- Passwords []string
- HTTP basic authentication password.
- Refresh
Rate float64 - Time interval to refresh external resource (1 - 43200 min, default = 5 min).
- Resource string
- URI of external resource.
- 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
Identity stringCheck - Certificate verification option. Valid values:
none
,basic
,full
. - Source
Ip string - Source IPv4 address used to communicate with server.
- Status string
- Enable/disable user resource. Valid values:
disable
,enable
. - Type string
- User resource type. Valid values:
category
,address
,domain
,malware
. - Update
Method string - External resource update method. Valid values:
feed
,push
. - User
Agent string - Override HTTP User-Agent header used when retrieving this external resource.
- Username string
- HTTP basic authentication user name.
- Uuid string
- Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - category Double
- User resource category.
- comments String
- Comment.
- interface
Select StringMethod - Specify how to select outgoing interface to reach server. Valid values:
auto
,sdwan
,specify
. - interface_ String
- Specify outgoing interface to reach server.
- name String
- External resource name.
- object
System StringExternalresource Id - an identifier for the resource with format {{name}}.
- passwords List<String>
- HTTP basic authentication password.
- refresh
Rate Double - Time interval to refresh external resource (1 - 43200 min, default = 5 min).
- resource String
- URI of external resource.
- 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
Identity StringCheck - Certificate verification option. Valid values:
none
,basic
,full
. - source
Ip String - Source IPv4 address used to communicate with server.
- status String
- Enable/disable user resource. Valid values:
disable
,enable
. - type String
- User resource type. Valid values:
category
,address
,domain
,malware
. - update
Method String - External resource update method. Valid values:
feed
,push
. - user
Agent String - Override HTTP User-Agent header used when retrieving this external resource.
- username String
- HTTP basic authentication user name.
- uuid String
- Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
- adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - category number
- User resource category.
- comments string
- Comment.
- interface string
- Specify outgoing interface to reach server.
- interface
Select stringMethod - Specify how to select outgoing interface to reach server. Valid values:
auto
,sdwan
,specify
. - name string
- External resource name.
- object
System stringExternalresource Id - an identifier for the resource with format {{name}}.
- passwords string[]
- HTTP basic authentication password.
- refresh
Rate number - Time interval to refresh external resource (1 - 43200 min, default = 5 min).
- resource string
- URI of external resource.
- 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
Identity stringCheck - Certificate verification option. Valid values:
none
,basic
,full
. - source
Ip string - Source IPv4 address used to communicate with server.
- status string
- Enable/disable user resource. Valid values:
disable
,enable
. - type string
- User resource type. Valid values:
category
,address
,domain
,malware
. - update
Method string - External resource update method. Valid values:
feed
,push
. - user
Agent string - Override HTTP User-Agent header used when retrieving this external resource.
- username string
- HTTP basic authentication user name.
- uuid string
- Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
- adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - category float
- User resource category.
- comments str
- Comment.
- interface str
- Specify outgoing interface to reach server.
- interface_
select_ strmethod - Specify how to select outgoing interface to reach server. Valid values:
auto
,sdwan
,specify
. - name str
- External resource name.
- object_
system_ strexternalresource_ id - an identifier for the resource with format {{name}}.
- passwords Sequence[str]
- HTTP basic authentication password.
- refresh_
rate float - Time interval to refresh external resource (1 - 43200 min, default = 5 min).
- resource str
- URI of external resource.
- 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_
identity_ strcheck - Certificate verification option. Valid values:
none
,basic
,full
. - source_
ip str - Source IPv4 address used to communicate with server.
- status str
- Enable/disable user resource. Valid values:
disable
,enable
. - type str
- User resource type. Valid values:
category
,address
,domain
,malware
. - update_
method str - External resource update method. Valid values:
feed
,push
. - user_
agent str - Override HTTP User-Agent header used when retrieving this external resource.
- username str
- HTTP basic authentication user name.
- uuid str
- Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - category Number
- User resource category.
- comments String
- Comment.
- interface String
- Specify outgoing interface to reach server.
- interface
Select StringMethod - Specify how to select outgoing interface to reach server. Valid values:
auto
,sdwan
,specify
. - name String
- External resource name.
- object
System StringExternalresource Id - an identifier for the resource with format {{name}}.
- passwords List<String>
- HTTP basic authentication password.
- refresh
Rate Number - Time interval to refresh external resource (1 - 43200 min, default = 5 min).
- resource String
- URI of external resource.
- 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
Identity StringCheck - Certificate verification option. Valid values:
none
,basic
,full
. - source
Ip String - Source IPv4 address used to communicate with server.
- status String
- Enable/disable user resource. Valid values:
disable
,enable
. - type String
- User resource type. Valid values:
category
,address
,domain
,malware
. - update
Method String - External resource update method. Valid values:
feed
,push
. - user
Agent String - Override HTTP User-Agent header used when retrieving this external resource.
- username String
- HTTP basic authentication user name.
- uuid String
- Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
Outputs
All input properties are implicitly available as output properties. Additionally, the ObjectSystemExternalresource 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 ObjectSystemExternalresource Resource
Get an existing ObjectSystemExternalresource 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?: ObjectSystemExternalresourceState, opts?: CustomResourceOptions): ObjectSystemExternalresource
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
adom: Optional[str] = None,
category: Optional[float] = None,
comments: Optional[str] = None,
interface: Optional[str] = None,
interface_select_method: Optional[str] = None,
name: Optional[str] = None,
object_system_externalresource_id: Optional[str] = None,
passwords: Optional[Sequence[str]] = None,
refresh_rate: Optional[float] = None,
resource: Optional[str] = None,
scopetype: Optional[str] = None,
server_identity_check: Optional[str] = None,
source_ip: Optional[str] = None,
status: Optional[str] = None,
type: Optional[str] = None,
update_method: Optional[str] = None,
user_agent: Optional[str] = None,
username: Optional[str] = None,
uuid: Optional[str] = None) -> ObjectSystemExternalresource
func GetObjectSystemExternalresource(ctx *Context, name string, id IDInput, state *ObjectSystemExternalresourceState, opts ...ResourceOption) (*ObjectSystemExternalresource, error)
public static ObjectSystemExternalresource Get(string name, Input<string> id, ObjectSystemExternalresourceState? state, CustomResourceOptions? opts = null)
public static ObjectSystemExternalresource get(String name, Output<String> id, ObjectSystemExternalresourceState state, CustomResourceOptions options)
resources: _: type: fortimanager:ObjectSystemExternalresource 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. - Category double
- User resource category.
- Comments string
- Comment.
- Interface string
- Specify outgoing interface to reach server.
- Interface
Select stringMethod - Specify how to select outgoing interface to reach server. Valid values:
auto
,sdwan
,specify
. - Name string
- External resource name.
- Object
System stringExternalresource Id - an identifier for the resource with format {{name}}.
- Passwords List<string>
- HTTP basic authentication password.
- Refresh
Rate double - Time interval to refresh external resource (1 - 43200 min, default = 5 min).
- Resource string
- URI of external resource.
- 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
Identity stringCheck - Certificate verification option. Valid values:
none
,basic
,full
. - Source
Ip string - Source IPv4 address used to communicate with server.
- Status string
- Enable/disable user resource. Valid values:
disable
,enable
. - Type string
- User resource type. Valid values:
category
,address
,domain
,malware
. - Update
Method string - External resource update method. Valid values:
feed
,push
. - User
Agent string - Override HTTP User-Agent header used when retrieving this external resource.
- Username string
- HTTP basic authentication user name.
- Uuid string
- Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Category float64
- User resource category.
- Comments string
- Comment.
- Interface string
- Specify outgoing interface to reach server.
- Interface
Select stringMethod - Specify how to select outgoing interface to reach server. Valid values:
auto
,sdwan
,specify
. - Name string
- External resource name.
- Object
System stringExternalresource Id - an identifier for the resource with format {{name}}.
- Passwords []string
- HTTP basic authentication password.
- Refresh
Rate float64 - Time interval to refresh external resource (1 - 43200 min, default = 5 min).
- Resource string
- URI of external resource.
- 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
Identity stringCheck - Certificate verification option. Valid values:
none
,basic
,full
. - Source
Ip string - Source IPv4 address used to communicate with server.
- Status string
- Enable/disable user resource. Valid values:
disable
,enable
. - Type string
- User resource type. Valid values:
category
,address
,domain
,malware
. - Update
Method string - External resource update method. Valid values:
feed
,push
. - User
Agent string - Override HTTP User-Agent header used when retrieving this external resource.
- Username string
- HTTP basic authentication user name.
- Uuid string
- Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - category Double
- User resource category.
- comments String
- Comment.
- interface
Select StringMethod - Specify how to select outgoing interface to reach server. Valid values:
auto
,sdwan
,specify
. - interface_ String
- Specify outgoing interface to reach server.
- name String
- External resource name.
- object
System StringExternalresource Id - an identifier for the resource with format {{name}}.
- passwords List<String>
- HTTP basic authentication password.
- refresh
Rate Double - Time interval to refresh external resource (1 - 43200 min, default = 5 min).
- resource String
- URI of external resource.
- 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
Identity StringCheck - Certificate verification option. Valid values:
none
,basic
,full
. - source
Ip String - Source IPv4 address used to communicate with server.
- status String
- Enable/disable user resource. Valid values:
disable
,enable
. - type String
- User resource type. Valid values:
category
,address
,domain
,malware
. - update
Method String - External resource update method. Valid values:
feed
,push
. - user
Agent String - Override HTTP User-Agent header used when retrieving this external resource.
- username String
- HTTP basic authentication user name.
- uuid String
- Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
- adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - category number
- User resource category.
- comments string
- Comment.
- interface string
- Specify outgoing interface to reach server.
- interface
Select stringMethod - Specify how to select outgoing interface to reach server. Valid values:
auto
,sdwan
,specify
. - name string
- External resource name.
- object
System stringExternalresource Id - an identifier for the resource with format {{name}}.
- passwords string[]
- HTTP basic authentication password.
- refresh
Rate number - Time interval to refresh external resource (1 - 43200 min, default = 5 min).
- resource string
- URI of external resource.
- 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
Identity stringCheck - Certificate verification option. Valid values:
none
,basic
,full
. - source
Ip string - Source IPv4 address used to communicate with server.
- status string
- Enable/disable user resource. Valid values:
disable
,enable
. - type string
- User resource type. Valid values:
category
,address
,domain
,malware
. - update
Method string - External resource update method. Valid values:
feed
,push
. - user
Agent string - Override HTTP User-Agent header used when retrieving this external resource.
- username string
- HTTP basic authentication user name.
- uuid string
- Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
- adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - category float
- User resource category.
- comments str
- Comment.
- interface str
- Specify outgoing interface to reach server.
- interface_
select_ strmethod - Specify how to select outgoing interface to reach server. Valid values:
auto
,sdwan
,specify
. - name str
- External resource name.
- object_
system_ strexternalresource_ id - an identifier for the resource with format {{name}}.
- passwords Sequence[str]
- HTTP basic authentication password.
- refresh_
rate float - Time interval to refresh external resource (1 - 43200 min, default = 5 min).
- resource str
- URI of external resource.
- 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_
identity_ strcheck - Certificate verification option. Valid values:
none
,basic
,full
. - source_
ip str - Source IPv4 address used to communicate with server.
- status str
- Enable/disable user resource. Valid values:
disable
,enable
. - type str
- User resource type. Valid values:
category
,address
,domain
,malware
. - update_
method str - External resource update method. Valid values:
feed
,push
. - user_
agent str - Override HTTP User-Agent header used when retrieving this external resource.
- username str
- HTTP basic authentication user name.
- uuid str
- Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - category Number
- User resource category.
- comments String
- Comment.
- interface String
- Specify outgoing interface to reach server.
- interface
Select StringMethod - Specify how to select outgoing interface to reach server. Valid values:
auto
,sdwan
,specify
. - name String
- External resource name.
- object
System StringExternalresource Id - an identifier for the resource with format {{name}}.
- passwords List<String>
- HTTP basic authentication password.
- refresh
Rate Number - Time interval to refresh external resource (1 - 43200 min, default = 5 min).
- resource String
- URI of external resource.
- 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
Identity StringCheck - Certificate verification option. Valid values:
none
,basic
,full
. - source
Ip String - Source IPv4 address used to communicate with server.
- status String
- Enable/disable user resource. Valid values:
disable
,enable
. - type String
- User resource type. Valid values:
category
,address
,domain
,malware
. - update
Method String - External resource update method. Valid values:
feed
,push
. - user
Agent String - Override HTTP User-Agent header used when retrieving this external resource.
- username String
- HTTP basic authentication user name.
- uuid String
- Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
Import
ObjectSystem ExternalResource can be imported using any of these accepted formats:
$ export “FORTIMANAGER_IMPORT_TABLE”=“true”
$ pulumi import fortimanager:index/objectSystemExternalresource:ObjectSystemExternalresource 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.