fortimanager.ObjectVpnSslWebPortalLandingpageFormdata
Explore with Pulumi AI
Form data.
This resource is a sub resource for variable
form_data
of resourcefortimanager.ObjectVpnSslWebPortalLandingpage
. Conflict and overwrite may occur if use both of them.
Create ObjectVpnSslWebPortalLandingpageFormdata Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ObjectVpnSslWebPortalLandingpageFormdata(name: string, args: ObjectVpnSslWebPortalLandingpageFormdataArgs, opts?: CustomResourceOptions);
@overload
def ObjectVpnSslWebPortalLandingpageFormdata(resource_name: str,
args: ObjectVpnSslWebPortalLandingpageFormdataArgs,
opts: Optional[ResourceOptions] = None)
@overload
def ObjectVpnSslWebPortalLandingpageFormdata(resource_name: str,
opts: Optional[ResourceOptions] = None,
portal: Optional[str] = None,
adom: Optional[str] = None,
name: Optional[str] = None,
object_vpn_ssl_web_portal_landingpage_formdata_id: Optional[str] = None,
scopetype: Optional[str] = None,
value: Optional[str] = None)
func NewObjectVpnSslWebPortalLandingpageFormdata(ctx *Context, name string, args ObjectVpnSslWebPortalLandingpageFormdataArgs, opts ...ResourceOption) (*ObjectVpnSslWebPortalLandingpageFormdata, error)
public ObjectVpnSslWebPortalLandingpageFormdata(string name, ObjectVpnSslWebPortalLandingpageFormdataArgs args, CustomResourceOptions? opts = null)
public ObjectVpnSslWebPortalLandingpageFormdata(String name, ObjectVpnSslWebPortalLandingpageFormdataArgs args)
public ObjectVpnSslWebPortalLandingpageFormdata(String name, ObjectVpnSslWebPortalLandingpageFormdataArgs args, CustomResourceOptions options)
type: fortimanager:ObjectVpnSslWebPortalLandingpageFormdata
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 ObjectVpnSslWebPortalLandingpageFormdataArgs
- 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 ObjectVpnSslWebPortalLandingpageFormdataArgs
- 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 ObjectVpnSslWebPortalLandingpageFormdataArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ObjectVpnSslWebPortalLandingpageFormdataArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ObjectVpnSslWebPortalLandingpageFormdataArgs
- 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 objectVpnSslWebPortalLandingpageFormdataResource = new Fortimanager.ObjectVpnSslWebPortalLandingpageFormdata("objectVpnSslWebPortalLandingpageFormdataResource", new()
{
Portal = "string",
Adom = "string",
Name = "string",
ObjectVpnSslWebPortalLandingpageFormdataId = "string",
Scopetype = "string",
Value = "string",
});
example, err := fortimanager.NewObjectVpnSslWebPortalLandingpageFormdata(ctx, "objectVpnSslWebPortalLandingpageFormdataResource", &fortimanager.ObjectVpnSslWebPortalLandingpageFormdataArgs{
Portal: pulumi.String("string"),
Adom: pulumi.String("string"),
Name: pulumi.String("string"),
ObjectVpnSslWebPortalLandingpageFormdataId: pulumi.String("string"),
Scopetype: pulumi.String("string"),
Value: pulumi.String("string"),
})
var objectVpnSslWebPortalLandingpageFormdataResource = new ObjectVpnSslWebPortalLandingpageFormdata("objectVpnSslWebPortalLandingpageFormdataResource", ObjectVpnSslWebPortalLandingpageFormdataArgs.builder()
.portal("string")
.adom("string")
.name("string")
.objectVpnSslWebPortalLandingpageFormdataId("string")
.scopetype("string")
.value("string")
.build());
object_vpn_ssl_web_portal_landingpage_formdata_resource = fortimanager.ObjectVpnSslWebPortalLandingpageFormdata("objectVpnSslWebPortalLandingpageFormdataResource",
portal="string",
adom="string",
name="string",
object_vpn_ssl_web_portal_landingpage_formdata_id="string",
scopetype="string",
value="string")
const objectVpnSslWebPortalLandingpageFormdataResource = new fortimanager.ObjectVpnSslWebPortalLandingpageFormdata("objectVpnSslWebPortalLandingpageFormdataResource", {
portal: "string",
adom: "string",
name: "string",
objectVpnSslWebPortalLandingpageFormdataId: "string",
scopetype: "string",
value: "string",
});
type: fortimanager:ObjectVpnSslWebPortalLandingpageFormdata
properties:
adom: string
name: string
objectVpnSslWebPortalLandingpageFormdataId: string
portal: string
scopetype: string
value: string
ObjectVpnSslWebPortalLandingpageFormdata 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 ObjectVpnSslWebPortalLandingpageFormdata resource accepts the following input properties:
- Portal string
- Portal.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Name string
- Name.
- Object
Vpn stringSsl Web Portal Landingpage Formdata Id - an identifier for the resource with format {{name}}.
- 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
. - Value string
- Value.
- Portal string
- Portal.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Name string
- Name.
- Object
Vpn stringSsl Web Portal Landingpage Formdata Id - an identifier for the resource with format {{name}}.
- 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
. - Value string
- Value.
- portal String
- Portal.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - name String
- Name.
- object
Vpn StringSsl Web Portal Landingpage Formdata Id - an identifier for the resource with format {{name}}.
- 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
. - value String
- Value.
- portal string
- Portal.
- adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - name string
- Name.
- object
Vpn stringSsl Web Portal Landingpage Formdata Id - an identifier for the resource with format {{name}}.
- 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
. - value string
- Value.
- portal str
- Portal.
- adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - name str
- Name.
- object_
vpn_ strssl_ web_ portal_ landingpage_ formdata_ id - an identifier for the resource with format {{name}}.
- 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
. - value str
- Value.
- portal String
- Portal.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - name String
- Name.
- object
Vpn StringSsl Web Portal Landingpage Formdata Id - an identifier for the resource with format {{name}}.
- 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
. - value String
- Value.
Outputs
All input properties are implicitly available as output properties. Additionally, the ObjectVpnSslWebPortalLandingpageFormdata 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 ObjectVpnSslWebPortalLandingpageFormdata Resource
Get an existing ObjectVpnSslWebPortalLandingpageFormdata 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?: ObjectVpnSslWebPortalLandingpageFormdataState, opts?: CustomResourceOptions): ObjectVpnSslWebPortalLandingpageFormdata
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
adom: Optional[str] = None,
name: Optional[str] = None,
object_vpn_ssl_web_portal_landingpage_formdata_id: Optional[str] = None,
portal: Optional[str] = None,
scopetype: Optional[str] = None,
value: Optional[str] = None) -> ObjectVpnSslWebPortalLandingpageFormdata
func GetObjectVpnSslWebPortalLandingpageFormdata(ctx *Context, name string, id IDInput, state *ObjectVpnSslWebPortalLandingpageFormdataState, opts ...ResourceOption) (*ObjectVpnSslWebPortalLandingpageFormdata, error)
public static ObjectVpnSslWebPortalLandingpageFormdata Get(string name, Input<string> id, ObjectVpnSslWebPortalLandingpageFormdataState? state, CustomResourceOptions? opts = null)
public static ObjectVpnSslWebPortalLandingpageFormdata get(String name, Output<String> id, ObjectVpnSslWebPortalLandingpageFormdataState state, CustomResourceOptions options)
resources: _: type: fortimanager:ObjectVpnSslWebPortalLandingpageFormdata 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. - Name string
- Name.
- Object
Vpn stringSsl Web Portal Landingpage Formdata Id - an identifier for the resource with format {{name}}.
- Portal string
- Portal.
- 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
. - Value string
- Value.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Name string
- Name.
- Object
Vpn stringSsl Web Portal Landingpage Formdata Id - an identifier for the resource with format {{name}}.
- Portal string
- Portal.
- 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
. - Value string
- Value.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - name String
- Name.
- object
Vpn StringSsl Web Portal Landingpage Formdata Id - an identifier for the resource with format {{name}}.
- portal String
- Portal.
- 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
. - value String
- Value.
- adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - name string
- Name.
- object
Vpn stringSsl Web Portal Landingpage Formdata Id - an identifier for the resource with format {{name}}.
- portal string
- Portal.
- 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
. - value string
- Value.
- adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - name str
- Name.
- object_
vpn_ strssl_ web_ portal_ landingpage_ formdata_ id - an identifier for the resource with format {{name}}.
- portal str
- Portal.
- 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
. - value str
- Value.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - name String
- Name.
- object
Vpn StringSsl Web Portal Landingpage Formdata Id - an identifier for the resource with format {{name}}.
- portal String
- Portal.
- 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
. - value String
- Value.
Import
ObjectVpn SslWebPortalLandingPageFormData can be imported using any of these accepted formats:
Set import_options = [“portal=YOUR_VALUE”] in the provider section.
$ export “FORTIMANAGER_IMPORT_TABLE”=“true”
$ pulumi import fortimanager:index/objectVpnSslWebPortalLandingpageFormdata:ObjectVpnSslWebPortalLandingpageFormdata 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.