fortimanager.ObjectVpnSslWebPortalLandingpage
Explore with Pulumi AI
Landing page options.
This resource is a sub resource for variable
landing_page
of resourcefortimanager.ObjectVpnSslWebPortal
. Conflict and overwrite may occur if use both of them. The following variables have sub resource. Avoid using them together, otherwise conflicts and overwrites may occur.
form_data
:fortimanager.ObjectVpnSslWebPortalLandingpageFormdata
Create ObjectVpnSslWebPortalLandingpage Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ObjectVpnSslWebPortalLandingpage(name: string, args: ObjectVpnSslWebPortalLandingpageArgs, opts?: CustomResourceOptions);
@overload
def ObjectVpnSslWebPortalLandingpage(resource_name: str,
args: ObjectVpnSslWebPortalLandingpageArgs,
opts: Optional[ResourceOptions] = None)
@overload
def ObjectVpnSslWebPortalLandingpage(resource_name: str,
opts: Optional[ResourceOptions] = None,
portal: Optional[str] = None,
adom: Optional[str] = None,
dynamic_sort_subtable: Optional[str] = None,
form_datas: Optional[Sequence[ObjectVpnSslWebPortalLandingpageFormDataArgs]] = None,
logout_url: Optional[str] = None,
object_vpn_ssl_web_portal_landingpage_id: Optional[str] = None,
scopetype: Optional[str] = None,
sso: Optional[str] = None,
sso_credential: Optional[str] = None,
sso_passwords: Optional[Sequence[str]] = None,
sso_username: Optional[str] = None,
url: Optional[str] = None)
func NewObjectVpnSslWebPortalLandingpage(ctx *Context, name string, args ObjectVpnSslWebPortalLandingpageArgs, opts ...ResourceOption) (*ObjectVpnSslWebPortalLandingpage, error)
public ObjectVpnSslWebPortalLandingpage(string name, ObjectVpnSslWebPortalLandingpageArgs args, CustomResourceOptions? opts = null)
public ObjectVpnSslWebPortalLandingpage(String name, ObjectVpnSslWebPortalLandingpageArgs args)
public ObjectVpnSslWebPortalLandingpage(String name, ObjectVpnSslWebPortalLandingpageArgs args, CustomResourceOptions options)
type: fortimanager:ObjectVpnSslWebPortalLandingpage
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 ObjectVpnSslWebPortalLandingpageArgs
- 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 ObjectVpnSslWebPortalLandingpageArgs
- 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 ObjectVpnSslWebPortalLandingpageArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ObjectVpnSslWebPortalLandingpageArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ObjectVpnSslWebPortalLandingpageArgs
- 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 objectVpnSslWebPortalLandingpageResource = new Fortimanager.ObjectVpnSslWebPortalLandingpage("objectVpnSslWebPortalLandingpageResource", new()
{
Portal = "string",
Adom = "string",
DynamicSortSubtable = "string",
FormDatas = new[]
{
new Fortimanager.Inputs.ObjectVpnSslWebPortalLandingpageFormDataArgs
{
Name = "string",
Value = "string",
},
},
LogoutUrl = "string",
ObjectVpnSslWebPortalLandingpageId = "string",
Scopetype = "string",
Sso = "string",
SsoCredential = "string",
SsoPasswords = new[]
{
"string",
},
SsoUsername = "string",
Url = "string",
});
example, err := fortimanager.NewObjectVpnSslWebPortalLandingpage(ctx, "objectVpnSslWebPortalLandingpageResource", &fortimanager.ObjectVpnSslWebPortalLandingpageArgs{
Portal: pulumi.String("string"),
Adom: pulumi.String("string"),
DynamicSortSubtable: pulumi.String("string"),
FormDatas: .ObjectVpnSslWebPortalLandingpageFormDataTypeArray{
&.ObjectVpnSslWebPortalLandingpageFormDataTypeArgs{
Name: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
LogoutUrl: pulumi.String("string"),
ObjectVpnSslWebPortalLandingpageId: pulumi.String("string"),
Scopetype: pulumi.String("string"),
Sso: pulumi.String("string"),
SsoCredential: pulumi.String("string"),
SsoPasswords: pulumi.StringArray{
pulumi.String("string"),
},
SsoUsername: pulumi.String("string"),
Url: pulumi.String("string"),
})
var objectVpnSslWebPortalLandingpageResource = new ObjectVpnSslWebPortalLandingpage("objectVpnSslWebPortalLandingpageResource", ObjectVpnSslWebPortalLandingpageArgs.builder()
.portal("string")
.adom("string")
.dynamicSortSubtable("string")
.formDatas(ObjectVpnSslWebPortalLandingpageFormDataArgs.builder()
.name("string")
.value("string")
.build())
.logoutUrl("string")
.objectVpnSslWebPortalLandingpageId("string")
.scopetype("string")
.sso("string")
.ssoCredential("string")
.ssoPasswords("string")
.ssoUsername("string")
.url("string")
.build());
object_vpn_ssl_web_portal_landingpage_resource = fortimanager.ObjectVpnSslWebPortalLandingpage("objectVpnSslWebPortalLandingpageResource",
portal="string",
adom="string",
dynamic_sort_subtable="string",
form_datas=[{
"name": "string",
"value": "string",
}],
logout_url="string",
object_vpn_ssl_web_portal_landingpage_id="string",
scopetype="string",
sso="string",
sso_credential="string",
sso_passwords=["string"],
sso_username="string",
url="string")
const objectVpnSslWebPortalLandingpageResource = new fortimanager.ObjectVpnSslWebPortalLandingpage("objectVpnSslWebPortalLandingpageResource", {
portal: "string",
adom: "string",
dynamicSortSubtable: "string",
formDatas: [{
name: "string",
value: "string",
}],
logoutUrl: "string",
objectVpnSslWebPortalLandingpageId: "string",
scopetype: "string",
sso: "string",
ssoCredential: "string",
ssoPasswords: ["string"],
ssoUsername: "string",
url: "string",
});
type: fortimanager:ObjectVpnSslWebPortalLandingpage
properties:
adom: string
dynamicSortSubtable: string
formDatas:
- name: string
value: string
logoutUrl: string
objectVpnSslWebPortalLandingpageId: string
portal: string
scopetype: string
sso: string
ssoCredential: string
ssoPasswords:
- string
ssoUsername: string
url: string
ObjectVpnSslWebPortalLandingpage 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 ObjectVpnSslWebPortalLandingpage 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. - 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.
- Form
Datas List<ObjectVpn Ssl Web Portal Landingpage Form Data> - Form-Data. The structure of
form_data
block is documented below. - Logout
Url string - Landing page log out URL.
- Object
Vpn stringSsl Web Portal Landingpage Id - an identifier for the 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
. - Sso string
- Single sign-on. Valid values:
disable
,static
,auto
. - Sso
Credential string - Single sign-on credentials. Valid values:
sslvpn-login
,alternative
. - Sso
Passwords List<string> - SSO password.
- Sso
Username string - SSO user name.
- Url string
- Landing page URL.
- 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. - 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.
- Form
Datas []ObjectVpn Ssl Web Portal Landingpage Form Data Type Args - Form-Data. The structure of
form_data
block is documented below. - Logout
Url string - Landing page log out URL.
- Object
Vpn stringSsl Web Portal Landingpage Id - an identifier for the 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
. - Sso string
- Single sign-on. Valid values:
disable
,static
,auto
. - Sso
Credential string - Single sign-on credentials. Valid values:
sslvpn-login
,alternative
. - Sso
Passwords []string - SSO password.
- Sso
Username string - SSO user name.
- Url string
- Landing page URL.
- 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. - 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.
- form
Datas List<ObjectVpn Ssl Web Portal Landingpage Form Data> - Form-Data. The structure of
form_data
block is documented below. - logout
Url String - Landing page log out URL.
- object
Vpn StringSsl Web Portal Landingpage Id - an identifier for the 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
. - sso String
- Single sign-on. Valid values:
disable
,static
,auto
. - sso
Credential String - Single sign-on credentials. Valid values:
sslvpn-login
,alternative
. - sso
Passwords List<String> - SSO password.
- sso
Username String - SSO user name.
- url String
- Landing page URL.
- 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. - 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.
- form
Datas ObjectVpn Ssl Web Portal Landingpage Form Data[] - Form-Data. The structure of
form_data
block is documented below. - logout
Url string - Landing page log out URL.
- object
Vpn stringSsl Web Portal Landingpage Id - an identifier for the 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
. - sso string
- Single sign-on. Valid values:
disable
,static
,auto
. - sso
Credential string - Single sign-on credentials. Valid values:
sslvpn-login
,alternative
. - sso
Passwords string[] - SSO password.
- sso
Username string - SSO user name.
- url string
- Landing page URL.
- 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. - 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.
- form_
datas Sequence[ObjectVpn Ssl Web Portal Landingpage Form Data Args] - Form-Data. The structure of
form_data
block is documented below. - logout_
url str - Landing page log out URL.
- object_
vpn_ strssl_ web_ portal_ landingpage_ id - an identifier for the 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
. - sso str
- Single sign-on. Valid values:
disable
,static
,auto
. - sso_
credential str - Single sign-on credentials. Valid values:
sslvpn-login
,alternative
. - sso_
passwords Sequence[str] - SSO password.
- sso_
username str - SSO user name.
- url str
- Landing page URL.
- 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. - 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.
- form
Datas List<Property Map> - Form-Data. The structure of
form_data
block is documented below. - logout
Url String - Landing page log out URL.
- object
Vpn StringSsl Web Portal Landingpage Id - an identifier for the 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
. - sso String
- Single sign-on. Valid values:
disable
,static
,auto
. - sso
Credential String - Single sign-on credentials. Valid values:
sslvpn-login
,alternative
. - sso
Passwords List<String> - SSO password.
- sso
Username String - SSO user name.
- url String
- Landing page URL.
Outputs
All input properties are implicitly available as output properties. Additionally, the ObjectVpnSslWebPortalLandingpage 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 ObjectVpnSslWebPortalLandingpage Resource
Get an existing ObjectVpnSslWebPortalLandingpage 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?: ObjectVpnSslWebPortalLandingpageState, opts?: CustomResourceOptions): ObjectVpnSslWebPortalLandingpage
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
adom: Optional[str] = None,
dynamic_sort_subtable: Optional[str] = None,
form_datas: Optional[Sequence[ObjectVpnSslWebPortalLandingpageFormDataArgs]] = None,
logout_url: Optional[str] = None,
object_vpn_ssl_web_portal_landingpage_id: Optional[str] = None,
portal: Optional[str] = None,
scopetype: Optional[str] = None,
sso: Optional[str] = None,
sso_credential: Optional[str] = None,
sso_passwords: Optional[Sequence[str]] = None,
sso_username: Optional[str] = None,
url: Optional[str] = None) -> ObjectVpnSslWebPortalLandingpage
func GetObjectVpnSslWebPortalLandingpage(ctx *Context, name string, id IDInput, state *ObjectVpnSslWebPortalLandingpageState, opts ...ResourceOption) (*ObjectVpnSslWebPortalLandingpage, error)
public static ObjectVpnSslWebPortalLandingpage Get(string name, Input<string> id, ObjectVpnSslWebPortalLandingpageState? state, CustomResourceOptions? opts = null)
public static ObjectVpnSslWebPortalLandingpage get(String name, Output<String> id, ObjectVpnSslWebPortalLandingpageState state, CustomResourceOptions options)
resources: _: type: fortimanager:ObjectVpnSslWebPortalLandingpage 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.
- Form
Datas List<ObjectVpn Ssl Web Portal Landingpage Form Data> - Form-Data. The structure of
form_data
block is documented below. - Logout
Url string - Landing page log out URL.
- Object
Vpn stringSsl Web Portal Landingpage Id - an identifier for the resource.
- 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
. - Sso string
- Single sign-on. Valid values:
disable
,static
,auto
. - Sso
Credential string - Single sign-on credentials. Valid values:
sslvpn-login
,alternative
. - Sso
Passwords List<string> - SSO password.
- Sso
Username string - SSO user name.
- Url string
- Landing page URL.
- 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.
- Form
Datas []ObjectVpn Ssl Web Portal Landingpage Form Data Type Args - Form-Data. The structure of
form_data
block is documented below. - Logout
Url string - Landing page log out URL.
- Object
Vpn stringSsl Web Portal Landingpage Id - an identifier for the resource.
- 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
. - Sso string
- Single sign-on. Valid values:
disable
,static
,auto
. - Sso
Credential string - Single sign-on credentials. Valid values:
sslvpn-login
,alternative
. - Sso
Passwords []string - SSO password.
- Sso
Username string - SSO user name.
- Url string
- Landing page URL.
- 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.
- form
Datas List<ObjectVpn Ssl Web Portal Landingpage Form Data> - Form-Data. The structure of
form_data
block is documented below. - logout
Url String - Landing page log out URL.
- object
Vpn StringSsl Web Portal Landingpage Id - an identifier for the resource.
- 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
. - sso String
- Single sign-on. Valid values:
disable
,static
,auto
. - sso
Credential String - Single sign-on credentials. Valid values:
sslvpn-login
,alternative
. - sso
Passwords List<String> - SSO password.
- sso
Username String - SSO user name.
- url String
- Landing page URL.
- 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.
- form
Datas ObjectVpn Ssl Web Portal Landingpage Form Data[] - Form-Data. The structure of
form_data
block is documented below. - logout
Url string - Landing page log out URL.
- object
Vpn stringSsl Web Portal Landingpage Id - an identifier for the resource.
- 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
. - sso string
- Single sign-on. Valid values:
disable
,static
,auto
. - sso
Credential string - Single sign-on credentials. Valid values:
sslvpn-login
,alternative
. - sso
Passwords string[] - SSO password.
- sso
Username string - SSO user name.
- url string
- Landing page URL.
- 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.
- form_
datas Sequence[ObjectVpn Ssl Web Portal Landingpage Form Data Args] - Form-Data. The structure of
form_data
block is documented below. - logout_
url str - Landing page log out URL.
- object_
vpn_ strssl_ web_ portal_ landingpage_ id - an identifier for the resource.
- 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
. - sso str
- Single sign-on. Valid values:
disable
,static
,auto
. - sso_
credential str - Single sign-on credentials. Valid values:
sslvpn-login
,alternative
. - sso_
passwords Sequence[str] - SSO password.
- sso_
username str - SSO user name.
- url str
- Landing page URL.
- 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.
- form
Datas List<Property Map> - Form-Data. The structure of
form_data
block is documented below. - logout
Url String - Landing page log out URL.
- object
Vpn StringSsl Web Portal Landingpage Id - an identifier for the resource.
- 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
. - sso String
- Single sign-on. Valid values:
disable
,static
,auto
. - sso
Credential String - Single sign-on credentials. Valid values:
sslvpn-login
,alternative
. - sso
Passwords List<String> - SSO password.
- sso
Username String - SSO user name.
- url String
- Landing page URL.
Supporting Types
ObjectVpnSslWebPortalLandingpageFormData, ObjectVpnSslWebPortalLandingpageFormDataArgs
Import
ObjectVpn SslWebPortalLandingPage 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/objectVpnSslWebPortalLandingpage:ObjectVpnSslWebPortalLandingpage labelname ObjectVpnSslWebPortalLandingPage
$ 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.