Configure ztna web-portal bookmark.
The following variables have sub resource. Avoid using them together, otherwise conflicts and overwrites may occur.
bookmarks:fortimanager.ObjectZtnaWebportalbookmarkBookmarks
Create ObjectZtnaWebportalbookmark Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ObjectZtnaWebportalbookmark(name: string, args?: ObjectZtnaWebportalbookmarkArgs, opts?: CustomResourceOptions);@overload
def ObjectZtnaWebportalbookmark(resource_name: str,
args: Optional[ObjectZtnaWebportalbookmarkArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def ObjectZtnaWebportalbookmark(resource_name: str,
opts: Optional[ResourceOptions] = None,
adom: Optional[str] = None,
bookmarks: Optional[Sequence[ObjectZtnaWebportalbookmarkBookmarkArgs]] = None,
dynamic_sort_subtable: Optional[str] = None,
groups: Optional[Sequence[str]] = None,
name: Optional[str] = None,
object_ztna_webportalbookmark_id: Optional[str] = None,
scopetype: Optional[str] = None,
users: Optional[Sequence[str]] = None)func NewObjectZtnaWebportalbookmark(ctx *Context, name string, args *ObjectZtnaWebportalbookmarkArgs, opts ...ResourceOption) (*ObjectZtnaWebportalbookmark, error)public ObjectZtnaWebportalbookmark(string name, ObjectZtnaWebportalbookmarkArgs? args = null, CustomResourceOptions? opts = null)
public ObjectZtnaWebportalbookmark(String name, ObjectZtnaWebportalbookmarkArgs args)
public ObjectZtnaWebportalbookmark(String name, ObjectZtnaWebportalbookmarkArgs args, CustomResourceOptions options)
type: fortimanager:ObjectZtnaWebportalbookmark
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 ObjectZtnaWebportalbookmarkArgs
- 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 ObjectZtnaWebportalbookmarkArgs
- 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 ObjectZtnaWebportalbookmarkArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ObjectZtnaWebportalbookmarkArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ObjectZtnaWebportalbookmarkArgs
- 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 objectZtnaWebportalbookmarkResource = new Fortimanager.ObjectZtnaWebportalbookmark("objectZtnaWebportalbookmarkResource", new()
{
Adom = "string",
Bookmarks = new[]
{
new Fortimanager.Inputs.ObjectZtnaWebportalbookmarkBookmarkArgs
{
Apptype = "string",
ColorDepth = "string",
Description = "string",
Domain = "string",
Folder = "string",
Height = 0,
Host = "string",
KeyboardLayout = "string",
LoadBalancingInfo = "string",
LogonPasswords = new[]
{
"string",
},
LogonUser = "string",
Name = "string",
Port = 0,
PreconnectionBlob = "string",
PreconnectionId = 0,
RestrictedAdmin = "string",
Security = "string",
SendPreconnectionId = "string",
Sso = "string",
Url = "string",
VncKeyboardLayout = "string",
Width = 0,
},
},
DynamicSortSubtable = "string",
Groups = new[]
{
"string",
},
Name = "string",
ObjectZtnaWebportalbookmarkId = "string",
Scopetype = "string",
Users = new[]
{
"string",
},
});
example, err := fortimanager.NewObjectZtnaWebportalbookmark(ctx, "objectZtnaWebportalbookmarkResource", &fortimanager.ObjectZtnaWebportalbookmarkArgs{
Adom: pulumi.String("string"),
Bookmarks: fortimanager.ObjectZtnaWebportalbookmarkBookmarkArray{
&fortimanager.ObjectZtnaWebportalbookmarkBookmarkArgs{
Apptype: pulumi.String("string"),
ColorDepth: pulumi.String("string"),
Description: pulumi.String("string"),
Domain: pulumi.String("string"),
Folder: pulumi.String("string"),
Height: pulumi.Float64(0),
Host: pulumi.String("string"),
KeyboardLayout: pulumi.String("string"),
LoadBalancingInfo: pulumi.String("string"),
LogonPasswords: pulumi.StringArray{
pulumi.String("string"),
},
LogonUser: pulumi.String("string"),
Name: pulumi.String("string"),
Port: pulumi.Float64(0),
PreconnectionBlob: pulumi.String("string"),
PreconnectionId: pulumi.Float64(0),
RestrictedAdmin: pulumi.String("string"),
Security: pulumi.String("string"),
SendPreconnectionId: pulumi.String("string"),
Sso: pulumi.String("string"),
Url: pulumi.String("string"),
VncKeyboardLayout: pulumi.String("string"),
Width: pulumi.Float64(0),
},
},
DynamicSortSubtable: pulumi.String("string"),
Groups: pulumi.StringArray{
pulumi.String("string"),
},
Name: pulumi.String("string"),
ObjectZtnaWebportalbookmarkId: pulumi.String("string"),
Scopetype: pulumi.String("string"),
Users: pulumi.StringArray{
pulumi.String("string"),
},
})
var objectZtnaWebportalbookmarkResource = new ObjectZtnaWebportalbookmark("objectZtnaWebportalbookmarkResource", ObjectZtnaWebportalbookmarkArgs.builder()
.adom("string")
.bookmarks(ObjectZtnaWebportalbookmarkBookmarkArgs.builder()
.apptype("string")
.colorDepth("string")
.description("string")
.domain("string")
.folder("string")
.height(0.0)
.host("string")
.keyboardLayout("string")
.loadBalancingInfo("string")
.logonPasswords("string")
.logonUser("string")
.name("string")
.port(0.0)
.preconnectionBlob("string")
.preconnectionId(0.0)
.restrictedAdmin("string")
.security("string")
.sendPreconnectionId("string")
.sso("string")
.url("string")
.vncKeyboardLayout("string")
.width(0.0)
.build())
.dynamicSortSubtable("string")
.groups("string")
.name("string")
.objectZtnaWebportalbookmarkId("string")
.scopetype("string")
.users("string")
.build());
object_ztna_webportalbookmark_resource = fortimanager.ObjectZtnaWebportalbookmark("objectZtnaWebportalbookmarkResource",
adom="string",
bookmarks=[{
"apptype": "string",
"color_depth": "string",
"description": "string",
"domain": "string",
"folder": "string",
"height": 0,
"host": "string",
"keyboard_layout": "string",
"load_balancing_info": "string",
"logon_passwords": ["string"],
"logon_user": "string",
"name": "string",
"port": 0,
"preconnection_blob": "string",
"preconnection_id": 0,
"restricted_admin": "string",
"security": "string",
"send_preconnection_id": "string",
"sso": "string",
"url": "string",
"vnc_keyboard_layout": "string",
"width": 0,
}],
dynamic_sort_subtable="string",
groups=["string"],
name="string",
object_ztna_webportalbookmark_id="string",
scopetype="string",
users=["string"])
const objectZtnaWebportalbookmarkResource = new fortimanager.ObjectZtnaWebportalbookmark("objectZtnaWebportalbookmarkResource", {
adom: "string",
bookmarks: [{
apptype: "string",
colorDepth: "string",
description: "string",
domain: "string",
folder: "string",
height: 0,
host: "string",
keyboardLayout: "string",
loadBalancingInfo: "string",
logonPasswords: ["string"],
logonUser: "string",
name: "string",
port: 0,
preconnectionBlob: "string",
preconnectionId: 0,
restrictedAdmin: "string",
security: "string",
sendPreconnectionId: "string",
sso: "string",
url: "string",
vncKeyboardLayout: "string",
width: 0,
}],
dynamicSortSubtable: "string",
groups: ["string"],
name: "string",
objectZtnaWebportalbookmarkId: "string",
scopetype: "string",
users: ["string"],
});
type: fortimanager:ObjectZtnaWebportalbookmark
properties:
adom: string
bookmarks:
- apptype: string
colorDepth: string
description: string
domain: string
folder: string
height: 0
host: string
keyboardLayout: string
loadBalancingInfo: string
logonPasswords:
- string
logonUser: string
name: string
port: 0
preconnectionBlob: string
preconnectionId: 0
restrictedAdmin: string
security: string
sendPreconnectionId: string
sso: string
url: string
vncKeyboardLayout: string
width: 0
dynamicSortSubtable: string
groups:
- string
name: string
objectZtnaWebportalbookmarkId: string
scopetype: string
users:
- string
ObjectZtnaWebportalbookmark 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 ObjectZtnaWebportalbookmark resource accepts the following input properties:
- Adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - Bookmarks
List<Object
Ztna Webportalbookmark Bookmark> - Bookmarks. The structure of
bookmarksblock is documented below. - 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.
- Groups List<string>
- User groups.
- Name string
- Bookmark name.
- Object
Ztna stringWebportalbookmark Id - an identifier for the resource with format {{name}}.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - Users List<string>
- User name.
- Adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - Bookmarks
[]Object
Ztna Webportalbookmark Bookmark Args - Bookmarks. The structure of
bookmarksblock is documented below. - 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.
- Groups []string
- User groups.
- Name string
- Bookmark name.
- Object
Ztna stringWebportalbookmark Id - an identifier for the resource with format {{name}}.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - Users []string
- User name.
- adom String
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - bookmarks
List<Object
Ztna Webportalbookmark Bookmark> - Bookmarks. The structure of
bookmarksblock is documented below. - 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.
- groups List<String>
- User groups.
- name String
- Bookmark name.
- object
Ztna StringWebportalbookmark Id - an identifier for the resource with format {{name}}.
- scopetype String
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - users List<String>
- User name.
- adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - bookmarks
Object
Ztna Webportalbookmark Bookmark[] - Bookmarks. The structure of
bookmarksblock is documented below. - 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.
- groups string[]
- User groups.
- name string
- Bookmark name.
- object
Ztna stringWebportalbookmark Id - an identifier for the resource with format {{name}}.
- scopetype string
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - users string[]
- User name.
- adom str
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - bookmarks
Sequence[Object
Ztna Webportalbookmark Bookmark Args] - Bookmarks. The structure of
bookmarksblock is documented below. - 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.
- groups Sequence[str]
- User groups.
- name str
- Bookmark name.
- object_
ztna_ strwebportalbookmark_ id - an identifier for the resource with format {{name}}.
- scopetype str
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - users Sequence[str]
- User name.
- adom String
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - bookmarks List<Property Map>
- Bookmarks. The structure of
bookmarksblock is documented below. - 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.
- groups List<String>
- User groups.
- name String
- Bookmark name.
- object
Ztna StringWebportalbookmark Id - an identifier for the resource with format {{name}}.
- scopetype String
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - users List<String>
- User name.
Outputs
All input properties are implicitly available as output properties. Additionally, the ObjectZtnaWebportalbookmark 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 ObjectZtnaWebportalbookmark Resource
Get an existing ObjectZtnaWebportalbookmark 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?: ObjectZtnaWebportalbookmarkState, opts?: CustomResourceOptions): ObjectZtnaWebportalbookmark@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
adom: Optional[str] = None,
bookmarks: Optional[Sequence[ObjectZtnaWebportalbookmarkBookmarkArgs]] = None,
dynamic_sort_subtable: Optional[str] = None,
groups: Optional[Sequence[str]] = None,
name: Optional[str] = None,
object_ztna_webportalbookmark_id: Optional[str] = None,
scopetype: Optional[str] = None,
users: Optional[Sequence[str]] = None) -> ObjectZtnaWebportalbookmarkfunc GetObjectZtnaWebportalbookmark(ctx *Context, name string, id IDInput, state *ObjectZtnaWebportalbookmarkState, opts ...ResourceOption) (*ObjectZtnaWebportalbookmark, error)public static ObjectZtnaWebportalbookmark Get(string name, Input<string> id, ObjectZtnaWebportalbookmarkState? state, CustomResourceOptions? opts = null)public static ObjectZtnaWebportalbookmark get(String name, Output<String> id, ObjectZtnaWebportalbookmarkState state, CustomResourceOptions options)resources: _: type: fortimanager:ObjectZtnaWebportalbookmark 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
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - Bookmarks
List<Object
Ztna Webportalbookmark Bookmark> - Bookmarks. The structure of
bookmarksblock is documented below. - 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.
- Groups List<string>
- User groups.
- Name string
- Bookmark name.
- Object
Ztna stringWebportalbookmark Id - an identifier for the resource with format {{name}}.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - Users List<string>
- User name.
- Adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - Bookmarks
[]Object
Ztna Webportalbookmark Bookmark Args - Bookmarks. The structure of
bookmarksblock is documented below. - 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.
- Groups []string
- User groups.
- Name string
- Bookmark name.
- Object
Ztna stringWebportalbookmark Id - an identifier for the resource with format {{name}}.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - Users []string
- User name.
- adom String
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - bookmarks
List<Object
Ztna Webportalbookmark Bookmark> - Bookmarks. The structure of
bookmarksblock is documented below. - 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.
- groups List<String>
- User groups.
- name String
- Bookmark name.
- object
Ztna StringWebportalbookmark Id - an identifier for the resource with format {{name}}.
- scopetype String
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - users List<String>
- User name.
- adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - bookmarks
Object
Ztna Webportalbookmark Bookmark[] - Bookmarks. The structure of
bookmarksblock is documented below. - 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.
- groups string[]
- User groups.
- name string
- Bookmark name.
- object
Ztna stringWebportalbookmark Id - an identifier for the resource with format {{name}}.
- scopetype string
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - users string[]
- User name.
- adom str
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - bookmarks
Sequence[Object
Ztna Webportalbookmark Bookmark Args] - Bookmarks. The structure of
bookmarksblock is documented below. - 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.
- groups Sequence[str]
- User groups.
- name str
- Bookmark name.
- object_
ztna_ strwebportalbookmark_ id - an identifier for the resource with format {{name}}.
- scopetype str
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - users Sequence[str]
- User name.
- adom String
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - bookmarks List<Property Map>
- Bookmarks. The structure of
bookmarksblock is documented below. - 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.
- groups List<String>
- User groups.
- name String
- Bookmark name.
- object
Ztna StringWebportalbookmark Id - an identifier for the resource with format {{name}}.
- scopetype String
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - users List<String>
- User name.
Supporting Types
ObjectZtnaWebportalbookmarkBookmark, ObjectZtnaWebportalbookmarkBookmarkArgs
- Apptype string
- Application type. Valid values:
web,telnet,ssh,ftp,smb,vnc,rdp,sftp. - Color
Depth string - Color depth per pixel. Valid values:
8,16,32. - Description string
- Description.
- Domain string
- Login domain.
- Folder string
- Network shared file folder parameter.
- Height double
- Screen height (range from 0 - 65535, default = 0).
- Host string
- Host name/IP parameter.
- Keyboard
Layout string - Keyboard layout. Valid values:
da,de,de-ch,en-uk,en-us,es,fi,fr,fr-be,fr-ca,fr-ch,hr,hu,it,ja,lt,mk,no,pt,pt-br,ru,sl,sv,ar-101,ar-102,ar-102-azerty,can-mul,cz,cz-qwerty,cz-pr,nl,de-ibm,en-uk-ext,en-us-dvorak,es-var,fi-sami,hu-101,it-142,ko,lt-ibm,lt-std,lav-std,lav-leg,mk-std,no-sami,pol-214,pol-pr,pt-br-abnt2,ru-mne,ru-t,sv-sami,tuk,tur-f,tur-q,zh-sym-sg-us,zh-sym-us,zh-tr-hk,zh-tr-mo,zh-tr-us,fr-apple,la-am,ja-106. - Load
Balancing stringInfo - The load balancing information or cookie which should be provided to the connection broker.
- Logon
Passwords List<string> - Logon password.
- Logon
User string - Logon user.
- Name string
- Bookmark name.
- Port double
- Remote port.
- Preconnection
Blob string - An arbitrary string which identifies the RDP source.
- Preconnection
Id double - The numeric ID of the RDP source (0-4294967295).
- Restricted
Admin string - Enable/disable restricted admin mode for RDP. Valid values:
disable,enable. - Security string
- Security mode for RDP connection (default = any). Valid values:
rdp,nla,tls,any. - Send
Preconnection stringId - Enable/disable sending of preconnection ID. Valid values:
disable,enable. - Sso string
- Single sign-on. Valid values:
disable,enable. - Url string
- URL parameter.
- Vnc
Keyboard stringLayout - Keyboard layout. Valid values:
da,de,de-ch,en-uk,es,fi,fr,fr-be,it,no,pt,sv,nl,en-uk-ext,it-142,pt-br-abnt2,default,fr-ca-mul,gd,us-intl. - Width double
- Screen width (range from 0 - 65535, default = 0).
- Apptype string
- Application type. Valid values:
web,telnet,ssh,ftp,smb,vnc,rdp,sftp. - Color
Depth string - Color depth per pixel. Valid values:
8,16,32. - Description string
- Description.
- Domain string
- Login domain.
- Folder string
- Network shared file folder parameter.
- Height float64
- Screen height (range from 0 - 65535, default = 0).
- Host string
- Host name/IP parameter.
- Keyboard
Layout string - Keyboard layout. Valid values:
da,de,de-ch,en-uk,en-us,es,fi,fr,fr-be,fr-ca,fr-ch,hr,hu,it,ja,lt,mk,no,pt,pt-br,ru,sl,sv,ar-101,ar-102,ar-102-azerty,can-mul,cz,cz-qwerty,cz-pr,nl,de-ibm,en-uk-ext,en-us-dvorak,es-var,fi-sami,hu-101,it-142,ko,lt-ibm,lt-std,lav-std,lav-leg,mk-std,no-sami,pol-214,pol-pr,pt-br-abnt2,ru-mne,ru-t,sv-sami,tuk,tur-f,tur-q,zh-sym-sg-us,zh-sym-us,zh-tr-hk,zh-tr-mo,zh-tr-us,fr-apple,la-am,ja-106. - Load
Balancing stringInfo - The load balancing information or cookie which should be provided to the connection broker.
- Logon
Passwords []string - Logon password.
- Logon
User string - Logon user.
- Name string
- Bookmark name.
- Port float64
- Remote port.
- Preconnection
Blob string - An arbitrary string which identifies the RDP source.
- Preconnection
Id float64 - The numeric ID of the RDP source (0-4294967295).
- Restricted
Admin string - Enable/disable restricted admin mode for RDP. Valid values:
disable,enable. - Security string
- Security mode for RDP connection (default = any). Valid values:
rdp,nla,tls,any. - Send
Preconnection stringId - Enable/disable sending of preconnection ID. Valid values:
disable,enable. - Sso string
- Single sign-on. Valid values:
disable,enable. - Url string
- URL parameter.
- Vnc
Keyboard stringLayout - Keyboard layout. Valid values:
da,de,de-ch,en-uk,es,fi,fr,fr-be,it,no,pt,sv,nl,en-uk-ext,it-142,pt-br-abnt2,default,fr-ca-mul,gd,us-intl. - Width float64
- Screen width (range from 0 - 65535, default = 0).
- apptype String
- Application type. Valid values:
web,telnet,ssh,ftp,smb,vnc,rdp,sftp. - color
Depth String - Color depth per pixel. Valid values:
8,16,32. - description String
- Description.
- domain String
- Login domain.
- folder String
- Network shared file folder parameter.
- height Double
- Screen height (range from 0 - 65535, default = 0).
- host String
- Host name/IP parameter.
- keyboard
Layout String - Keyboard layout. Valid values:
da,de,de-ch,en-uk,en-us,es,fi,fr,fr-be,fr-ca,fr-ch,hr,hu,it,ja,lt,mk,no,pt,pt-br,ru,sl,sv,ar-101,ar-102,ar-102-azerty,can-mul,cz,cz-qwerty,cz-pr,nl,de-ibm,en-uk-ext,en-us-dvorak,es-var,fi-sami,hu-101,it-142,ko,lt-ibm,lt-std,lav-std,lav-leg,mk-std,no-sami,pol-214,pol-pr,pt-br-abnt2,ru-mne,ru-t,sv-sami,tuk,tur-f,tur-q,zh-sym-sg-us,zh-sym-us,zh-tr-hk,zh-tr-mo,zh-tr-us,fr-apple,la-am,ja-106. - load
Balancing StringInfo - The load balancing information or cookie which should be provided to the connection broker.
- logon
Passwords List<String> - Logon password.
- logon
User String - Logon user.
- name String
- Bookmark name.
- port Double
- Remote port.
- preconnection
Blob String - An arbitrary string which identifies the RDP source.
- preconnection
Id Double - The numeric ID of the RDP source (0-4294967295).
- restricted
Admin String - Enable/disable restricted admin mode for RDP. Valid values:
disable,enable. - security String
- Security mode for RDP connection (default = any). Valid values:
rdp,nla,tls,any. - send
Preconnection StringId - Enable/disable sending of preconnection ID. Valid values:
disable,enable. - sso String
- Single sign-on. Valid values:
disable,enable. - url String
- URL parameter.
- vnc
Keyboard StringLayout - Keyboard layout. Valid values:
da,de,de-ch,en-uk,es,fi,fr,fr-be,it,no,pt,sv,nl,en-uk-ext,it-142,pt-br-abnt2,default,fr-ca-mul,gd,us-intl. - width Double
- Screen width (range from 0 - 65535, default = 0).
- apptype string
- Application type. Valid values:
web,telnet,ssh,ftp,smb,vnc,rdp,sftp. - color
Depth string - Color depth per pixel. Valid values:
8,16,32. - description string
- Description.
- domain string
- Login domain.
- folder string
- Network shared file folder parameter.
- height number
- Screen height (range from 0 - 65535, default = 0).
- host string
- Host name/IP parameter.
- keyboard
Layout string - Keyboard layout. Valid values:
da,de,de-ch,en-uk,en-us,es,fi,fr,fr-be,fr-ca,fr-ch,hr,hu,it,ja,lt,mk,no,pt,pt-br,ru,sl,sv,ar-101,ar-102,ar-102-azerty,can-mul,cz,cz-qwerty,cz-pr,nl,de-ibm,en-uk-ext,en-us-dvorak,es-var,fi-sami,hu-101,it-142,ko,lt-ibm,lt-std,lav-std,lav-leg,mk-std,no-sami,pol-214,pol-pr,pt-br-abnt2,ru-mne,ru-t,sv-sami,tuk,tur-f,tur-q,zh-sym-sg-us,zh-sym-us,zh-tr-hk,zh-tr-mo,zh-tr-us,fr-apple,la-am,ja-106. - load
Balancing stringInfo - The load balancing information or cookie which should be provided to the connection broker.
- logon
Passwords string[] - Logon password.
- logon
User string - Logon user.
- name string
- Bookmark name.
- port number
- Remote port.
- preconnection
Blob string - An arbitrary string which identifies the RDP source.
- preconnection
Id number - The numeric ID of the RDP source (0-4294967295).
- restricted
Admin string - Enable/disable restricted admin mode for RDP. Valid values:
disable,enable. - security string
- Security mode for RDP connection (default = any). Valid values:
rdp,nla,tls,any. - send
Preconnection stringId - Enable/disable sending of preconnection ID. Valid values:
disable,enable. - sso string
- Single sign-on. Valid values:
disable,enable. - url string
- URL parameter.
- vnc
Keyboard stringLayout - Keyboard layout. Valid values:
da,de,de-ch,en-uk,es,fi,fr,fr-be,it,no,pt,sv,nl,en-uk-ext,it-142,pt-br-abnt2,default,fr-ca-mul,gd,us-intl. - width number
- Screen width (range from 0 - 65535, default = 0).
- apptype str
- Application type. Valid values:
web,telnet,ssh,ftp,smb,vnc,rdp,sftp. - color_
depth str - Color depth per pixel. Valid values:
8,16,32. - description str
- Description.
- domain str
- Login domain.
- folder str
- Network shared file folder parameter.
- height float
- Screen height (range from 0 - 65535, default = 0).
- host str
- Host name/IP parameter.
- keyboard_
layout str - Keyboard layout. Valid values:
da,de,de-ch,en-uk,en-us,es,fi,fr,fr-be,fr-ca,fr-ch,hr,hu,it,ja,lt,mk,no,pt,pt-br,ru,sl,sv,ar-101,ar-102,ar-102-azerty,can-mul,cz,cz-qwerty,cz-pr,nl,de-ibm,en-uk-ext,en-us-dvorak,es-var,fi-sami,hu-101,it-142,ko,lt-ibm,lt-std,lav-std,lav-leg,mk-std,no-sami,pol-214,pol-pr,pt-br-abnt2,ru-mne,ru-t,sv-sami,tuk,tur-f,tur-q,zh-sym-sg-us,zh-sym-us,zh-tr-hk,zh-tr-mo,zh-tr-us,fr-apple,la-am,ja-106. - load_
balancing_ strinfo - The load balancing information or cookie which should be provided to the connection broker.
- logon_
passwords Sequence[str] - Logon password.
- logon_
user str - Logon user.
- name str
- Bookmark name.
- port float
- Remote port.
- preconnection_
blob str - An arbitrary string which identifies the RDP source.
- preconnection_
id float - The numeric ID of the RDP source (0-4294967295).
- restricted_
admin str - Enable/disable restricted admin mode for RDP. Valid values:
disable,enable. - security str
- Security mode for RDP connection (default = any). Valid values:
rdp,nla,tls,any. - send_
preconnection_ strid - Enable/disable sending of preconnection ID. Valid values:
disable,enable. - sso str
- Single sign-on. Valid values:
disable,enable. - url str
- URL parameter.
- vnc_
keyboard_ strlayout - Keyboard layout. Valid values:
da,de,de-ch,en-uk,es,fi,fr,fr-be,it,no,pt,sv,nl,en-uk-ext,it-142,pt-br-abnt2,default,fr-ca-mul,gd,us-intl. - width float
- Screen width (range from 0 - 65535, default = 0).
- apptype String
- Application type. Valid values:
web,telnet,ssh,ftp,smb,vnc,rdp,sftp. - color
Depth String - Color depth per pixel. Valid values:
8,16,32. - description String
- Description.
- domain String
- Login domain.
- folder String
- Network shared file folder parameter.
- height Number
- Screen height (range from 0 - 65535, default = 0).
- host String
- Host name/IP parameter.
- keyboard
Layout String - Keyboard layout. Valid values:
da,de,de-ch,en-uk,en-us,es,fi,fr,fr-be,fr-ca,fr-ch,hr,hu,it,ja,lt,mk,no,pt,pt-br,ru,sl,sv,ar-101,ar-102,ar-102-azerty,can-mul,cz,cz-qwerty,cz-pr,nl,de-ibm,en-uk-ext,en-us-dvorak,es-var,fi-sami,hu-101,it-142,ko,lt-ibm,lt-std,lav-std,lav-leg,mk-std,no-sami,pol-214,pol-pr,pt-br-abnt2,ru-mne,ru-t,sv-sami,tuk,tur-f,tur-q,zh-sym-sg-us,zh-sym-us,zh-tr-hk,zh-tr-mo,zh-tr-us,fr-apple,la-am,ja-106. - load
Balancing StringInfo - The load balancing information or cookie which should be provided to the connection broker.
- logon
Passwords List<String> - Logon password.
- logon
User String - Logon user.
- name String
- Bookmark name.
- port Number
- Remote port.
- preconnection
Blob String - An arbitrary string which identifies the RDP source.
- preconnection
Id Number - The numeric ID of the RDP source (0-4294967295).
- restricted
Admin String - Enable/disable restricted admin mode for RDP. Valid values:
disable,enable. - security String
- Security mode for RDP connection (default = any). Valid values:
rdp,nla,tls,any. - send
Preconnection StringId - Enable/disable sending of preconnection ID. Valid values:
disable,enable. - sso String
- Single sign-on. Valid values:
disable,enable. - url String
- URL parameter.
- vnc
Keyboard StringLayout - Keyboard layout. Valid values:
da,de,de-ch,en-uk,es,fi,fr,fr-be,it,no,pt,sv,nl,en-uk-ext,it-142,pt-br-abnt2,default,fr-ca-mul,gd,us-intl. - width Number
- Screen width (range from 0 - 65535, default = 0).
Import
ObjectZtna WebPortalBookmark can be imported using any of these accepted formats:
$ export “FORTIMANAGER_IMPORT_TABLE”=“true”
$ pulumi import fortimanager:index/objectZtnaWebportalbookmark:ObjectZtnaWebportalbookmark 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
fortimanagerTerraform Provider.
