Bookmark table.
This resource is a sub resource for variable
bookmarksof resourcefortimanager.ObjectZtnaWebportalbookmark. Conflict and overwrite may occur if use both of them.
Create ObjectZtnaWebportalbookmarkBookmarks Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ObjectZtnaWebportalbookmarkBookmarks(name: string, args: ObjectZtnaWebportalbookmarkBookmarksArgs, opts?: CustomResourceOptions);@overload
def ObjectZtnaWebportalbookmarkBookmarks(resource_name: str,
args: ObjectZtnaWebportalbookmarkBookmarksArgs,
opts: Optional[ResourceOptions] = None)
@overload
def ObjectZtnaWebportalbookmarkBookmarks(resource_name: str,
opts: Optional[ResourceOptions] = None,
web_portal_bookmark: Optional[str] = None,
name: Optional[str] = None,
url: Optional[str] = None,
description: Optional[str] = None,
domain: Optional[str] = None,
folder: Optional[str] = None,
height: Optional[float] = None,
host: Optional[str] = None,
keyboard_layout: Optional[str] = None,
load_balancing_info: Optional[str] = None,
logon_passwords: Optional[Sequence[str]] = None,
logon_user: Optional[str] = None,
adom: Optional[str] = None,
color_depth: Optional[str] = None,
preconnection_blob: Optional[str] = None,
object_ztna_webportalbookmark_bookmarks_id: Optional[str] = None,
preconnection_id: Optional[float] = None,
restricted_admin: Optional[str] = None,
scopetype: Optional[str] = None,
security: Optional[str] = None,
send_preconnection_id: Optional[str] = None,
sso: Optional[str] = None,
port: Optional[float] = None,
vnc_keyboard_layout: Optional[str] = None,
apptype: Optional[str] = None,
width: Optional[float] = None)func NewObjectZtnaWebportalbookmarkBookmarks(ctx *Context, name string, args ObjectZtnaWebportalbookmarkBookmarksArgs, opts ...ResourceOption) (*ObjectZtnaWebportalbookmarkBookmarks, error)public ObjectZtnaWebportalbookmarkBookmarks(string name, ObjectZtnaWebportalbookmarkBookmarksArgs args, CustomResourceOptions? opts = null)
public ObjectZtnaWebportalbookmarkBookmarks(String name, ObjectZtnaWebportalbookmarkBookmarksArgs args)
public ObjectZtnaWebportalbookmarkBookmarks(String name, ObjectZtnaWebportalbookmarkBookmarksArgs args, CustomResourceOptions options)
type: fortimanager:ObjectZtnaWebportalbookmarkBookmarks
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 ObjectZtnaWebportalbookmarkBookmarksArgs
- 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 ObjectZtnaWebportalbookmarkBookmarksArgs
- 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 ObjectZtnaWebportalbookmarkBookmarksArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ObjectZtnaWebportalbookmarkBookmarksArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ObjectZtnaWebportalbookmarkBookmarksArgs
- 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 objectZtnaWebportalbookmarkBookmarksResource = new Fortimanager.ObjectZtnaWebportalbookmarkBookmarks("objectZtnaWebportalbookmarkBookmarksResource", new()
{
WebPortalBookmark = "string",
Name = "string",
Url = "string",
Description = "string",
Domain = "string",
Folder = "string",
Height = 0,
Host = "string",
KeyboardLayout = "string",
LoadBalancingInfo = "string",
LogonPasswords = new[]
{
"string",
},
LogonUser = "string",
Adom = "string",
ColorDepth = "string",
PreconnectionBlob = "string",
ObjectZtnaWebportalbookmarkBookmarksId = "string",
PreconnectionId = 0,
RestrictedAdmin = "string",
Scopetype = "string",
Security = "string",
SendPreconnectionId = "string",
Sso = "string",
Port = 0,
VncKeyboardLayout = "string",
Apptype = "string",
Width = 0,
});
example, err := fortimanager.NewObjectZtnaWebportalbookmarkBookmarks(ctx, "objectZtnaWebportalbookmarkBookmarksResource", &fortimanager.ObjectZtnaWebportalbookmarkBookmarksArgs{
WebPortalBookmark: pulumi.String("string"),
Name: pulumi.String("string"),
Url: 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"),
Adom: pulumi.String("string"),
ColorDepth: pulumi.String("string"),
PreconnectionBlob: pulumi.String("string"),
ObjectZtnaWebportalbookmarkBookmarksId: pulumi.String("string"),
PreconnectionId: pulumi.Float64(0),
RestrictedAdmin: pulumi.String("string"),
Scopetype: pulumi.String("string"),
Security: pulumi.String("string"),
SendPreconnectionId: pulumi.String("string"),
Sso: pulumi.String("string"),
Port: pulumi.Float64(0),
VncKeyboardLayout: pulumi.String("string"),
Apptype: pulumi.String("string"),
Width: pulumi.Float64(0),
})
var objectZtnaWebportalbookmarkBookmarksResource = new ObjectZtnaWebportalbookmarkBookmarks("objectZtnaWebportalbookmarkBookmarksResource", ObjectZtnaWebportalbookmarkBookmarksArgs.builder()
.webPortalBookmark("string")
.name("string")
.url("string")
.description("string")
.domain("string")
.folder("string")
.height(0.0)
.host("string")
.keyboardLayout("string")
.loadBalancingInfo("string")
.logonPasswords("string")
.logonUser("string")
.adom("string")
.colorDepth("string")
.preconnectionBlob("string")
.objectZtnaWebportalbookmarkBookmarksId("string")
.preconnectionId(0.0)
.restrictedAdmin("string")
.scopetype("string")
.security("string")
.sendPreconnectionId("string")
.sso("string")
.port(0.0)
.vncKeyboardLayout("string")
.apptype("string")
.width(0.0)
.build());
object_ztna_webportalbookmark_bookmarks_resource = fortimanager.ObjectZtnaWebportalbookmarkBookmarks("objectZtnaWebportalbookmarkBookmarksResource",
web_portal_bookmark="string",
name="string",
url="string",
description="string",
domain="string",
folder="string",
height=0,
host="string",
keyboard_layout="string",
load_balancing_info="string",
logon_passwords=["string"],
logon_user="string",
adom="string",
color_depth="string",
preconnection_blob="string",
object_ztna_webportalbookmark_bookmarks_id="string",
preconnection_id=0,
restricted_admin="string",
scopetype="string",
security="string",
send_preconnection_id="string",
sso="string",
port=0,
vnc_keyboard_layout="string",
apptype="string",
width=0)
const objectZtnaWebportalbookmarkBookmarksResource = new fortimanager.ObjectZtnaWebportalbookmarkBookmarks("objectZtnaWebportalbookmarkBookmarksResource", {
webPortalBookmark: "string",
name: "string",
url: "string",
description: "string",
domain: "string",
folder: "string",
height: 0,
host: "string",
keyboardLayout: "string",
loadBalancingInfo: "string",
logonPasswords: ["string"],
logonUser: "string",
adom: "string",
colorDepth: "string",
preconnectionBlob: "string",
objectZtnaWebportalbookmarkBookmarksId: "string",
preconnectionId: 0,
restrictedAdmin: "string",
scopetype: "string",
security: "string",
sendPreconnectionId: "string",
sso: "string",
port: 0,
vncKeyboardLayout: "string",
apptype: "string",
width: 0,
});
type: fortimanager:ObjectZtnaWebportalbookmarkBookmarks
properties:
adom: string
apptype: string
colorDepth: string
description: string
domain: string
folder: string
height: 0
host: string
keyboardLayout: string
loadBalancingInfo: string
logonPasswords:
- string
logonUser: string
name: string
objectZtnaWebportalbookmarkBookmarksId: string
port: 0
preconnectionBlob: string
preconnectionId: 0
restrictedAdmin: string
scopetype: string
security: string
sendPreconnectionId: string
sso: string
url: string
vncKeyboardLayout: string
webPortalBookmark: string
width: 0
ObjectZtnaWebportalbookmarkBookmarks 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 ObjectZtnaWebportalbookmarkBookmarks resource accepts the following input properties:
- Web
Portal stringBookmark - Web Portal Bookmark.
- Adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - 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.
- Object
Ztna stringWebportalbookmark Bookmarks Id - an identifier for the resource with format {{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. - 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. - 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).
- Web
Portal stringBookmark - Web Portal Bookmark.
- Adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - 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.
- Object
Ztna stringWebportalbookmark Bookmarks Id - an identifier for the resource with format {{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. - 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. - 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).
- web
Portal StringBookmark - Web Portal Bookmark.
- adom String
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - 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.
- object
Ztna StringWebportalbookmark Bookmarks Id - an identifier for the resource with format {{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. - 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. - 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).
- web
Portal stringBookmark - Web Portal Bookmark.
- adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - 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.
- object
Ztna stringWebportalbookmark Bookmarks Id - an identifier for the resource with format {{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. - 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. - 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).
- web_
portal_ strbookmark - Web Portal Bookmark.
- adom str
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - 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.
- object_
ztna_ strwebportalbookmark_ bookmarks_ id - an identifier for the resource with format {{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. - 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. - 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).
- web
Portal StringBookmark - Web Portal Bookmark.
- adom String
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - 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.
- object
Ztna StringWebportalbookmark Bookmarks Id - an identifier for the resource with format {{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. - 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. - 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).
Outputs
All input properties are implicitly available as output properties. Additionally, the ObjectZtnaWebportalbookmarkBookmarks 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 ObjectZtnaWebportalbookmarkBookmarks Resource
Get an existing ObjectZtnaWebportalbookmarkBookmarks 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?: ObjectZtnaWebportalbookmarkBookmarksState, opts?: CustomResourceOptions): ObjectZtnaWebportalbookmarkBookmarks@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
adom: Optional[str] = None,
apptype: Optional[str] = None,
color_depth: Optional[str] = None,
description: Optional[str] = None,
domain: Optional[str] = None,
folder: Optional[str] = None,
height: Optional[float] = None,
host: Optional[str] = None,
keyboard_layout: Optional[str] = None,
load_balancing_info: Optional[str] = None,
logon_passwords: Optional[Sequence[str]] = None,
logon_user: Optional[str] = None,
name: Optional[str] = None,
object_ztna_webportalbookmark_bookmarks_id: Optional[str] = None,
port: Optional[float] = None,
preconnection_blob: Optional[str] = None,
preconnection_id: Optional[float] = None,
restricted_admin: Optional[str] = None,
scopetype: Optional[str] = None,
security: Optional[str] = None,
send_preconnection_id: Optional[str] = None,
sso: Optional[str] = None,
url: Optional[str] = None,
vnc_keyboard_layout: Optional[str] = None,
web_portal_bookmark: Optional[str] = None,
width: Optional[float] = None) -> ObjectZtnaWebportalbookmarkBookmarksfunc GetObjectZtnaWebportalbookmarkBookmarks(ctx *Context, name string, id IDInput, state *ObjectZtnaWebportalbookmarkBookmarksState, opts ...ResourceOption) (*ObjectZtnaWebportalbookmarkBookmarks, error)public static ObjectZtnaWebportalbookmarkBookmarks Get(string name, Input<string> id, ObjectZtnaWebportalbookmarkBookmarksState? state, CustomResourceOptions? opts = null)public static ObjectZtnaWebportalbookmarkBookmarks get(String name, Output<String> id, ObjectZtnaWebportalbookmarkBookmarksState state, CustomResourceOptions options)resources: _: type: fortimanager:ObjectZtnaWebportalbookmarkBookmarks 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. - 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.
- Object
Ztna stringWebportalbookmark Bookmarks Id - an identifier for the resource with format {{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. - 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. - 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. - Web
Portal stringBookmark - Web Portal Bookmark.
- Width double
- Screen width (range from 0 - 65535, default = 0).
- Adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - 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.
- Object
Ztna stringWebportalbookmark Bookmarks Id - an identifier for the resource with format {{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. - 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. - 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. - Web
Portal stringBookmark - Web Portal Bookmark.
- Width float64
- Screen width (range from 0 - 65535, default = 0).
- adom String
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - 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.
- object
Ztna StringWebportalbookmark Bookmarks Id - an identifier for the resource with format {{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. - 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. - 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. - web
Portal StringBookmark - Web Portal Bookmark.
- width Double
- Screen width (range from 0 - 65535, default = 0).
- adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - 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.
- object
Ztna stringWebportalbookmark Bookmarks Id - an identifier for the resource with format {{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. - 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. - 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. - web
Portal stringBookmark - Web Portal Bookmark.
- width number
- Screen width (range from 0 - 65535, default = 0).
- adom str
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - 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.
- object_
ztna_ strwebportalbookmark_ bookmarks_ id - an identifier for the resource with format {{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. - 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. - 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. - web_
portal_ strbookmark - Web Portal Bookmark.
- width float
- Screen width (range from 0 - 65535, default = 0).
- adom String
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - 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.
- object
Ztna StringWebportalbookmark Bookmarks Id - an identifier for the resource with format {{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. - 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. - 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. - web
Portal StringBookmark - Web Portal Bookmark.
- width Number
- Screen width (range from 0 - 65535, default = 0).
Import
ObjectZtna WebPortalBookmarkBookmarks can be imported using any of these accepted formats:
Set import_options = [“web_portal_bookmark=YOUR_VALUE”] in the provider section.
$ export “FORTIMANAGER_IMPORT_TABLE”=“true”
$ pulumi import fortimanager:index/objectZtnaWebportalbookmarkBookmarks:ObjectZtnaWebportalbookmarkBookmarks 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.
