BookmarkApp
Create a BookmarkApp Resource
new BookmarkApp(name: string, args: BookmarkAppArgs, opts?: CustomResourceOptions);def BookmarkApp(resource_name, opts=None, auto_submit_toolbar=None, groups=None, hide_ios=None, hide_web=None, label=None, request_integration=None, status=None, url=None, users=None, __props__=None);func NewBookmarkApp(ctx *Context, name string, args BookmarkAppArgs, opts ...ResourceOption) (*BookmarkApp, error)public BookmarkApp(string name, BookmarkAppArgs args, CustomResourceOptions? opts = null)- name string
- The unique name of the resource.
- args BookmarkAppArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- opts ResourceOptions
- A bag of options that control this resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args BookmarkAppArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args BookmarkAppArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
BookmarkApp Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Programming Model docs.
Inputs
The BookmarkApp resource accepts the following input properties:
- Label string
Pretty name of app.
- Url string
- Auto
Submit boolToolbar Display auto submit toolbar
- Groups List<string>
Groups associated with the application
- Hide
Ios bool Do not display application icon on mobile app
- Hide
Web bool Do not display application icon to users
- Request
Integration bool - Status string
Status of application.
- Users
List<Bookmark
App User Args> Users associated with the application
- Label string
Pretty name of app.
- Url string
- Auto
Submit boolToolbar Display auto submit toolbar
- Groups []string
Groups associated with the application
- Hide
Ios bool Do not display application icon on mobile app
- Hide
Web bool Do not display application icon to users
- Request
Integration bool - Status string
Status of application.
- Users
[]Bookmark
App User Users associated with the application
- label string
Pretty name of app.
- url string
- auto
Submit booleanToolbar Display auto submit toolbar
- groups string[]
Groups associated with the application
- hide
Ios boolean Do not display application icon on mobile app
- hide
Web boolean Do not display application icon to users
- request
Integration boolean - status string
Status of application.
- users
Bookmark
App User[] Users associated with the application
- label str
Pretty name of app.
- url str
- auto_
submit_ booltoolbar Display auto submit toolbar
- groups List[str]
Groups associated with the application
- hide_
ios bool Do not display application icon on mobile app
- hide_
web bool Do not display application icon to users
- request_
integration bool - status str
Status of application.
- users
List[Bookmark
App User] Users associated with the application
Outputs
All input properties are implicitly available as output properties. Additionally, the BookmarkApp resource produces the following output properties:
Look up an Existing BookmarkApp Resource
Get an existing BookmarkApp 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?: BookmarkAppState, opts?: CustomResourceOptions): BookmarkAppstatic get(resource_name, id, opts=None, auto_submit_toolbar=None, groups=None, hide_ios=None, hide_web=None, label=None, name=None, request_integration=None, sign_on_mode=None, status=None, url=None, users=None, __props__=None);func GetBookmarkApp(ctx *Context, name string, id IDInput, state *BookmarkAppState, opts ...ResourceOption) (*BookmarkApp, error)public static BookmarkApp Get(string name, Input<string> id, BookmarkAppState? state, CustomResourceOptions? opts = null)- 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.
The following state arguments are supported:
- Auto
Submit boolToolbar Display auto submit toolbar
- Groups List<string>
Groups associated with the application
- Hide
Ios bool Do not display application icon on mobile app
- Hide
Web bool Do not display application icon to users
- Label string
Pretty name of app.
- Name string
name of app.
- Request
Integration bool - Sign
On stringMode Sign on mode of application.
- Status string
Status of application.
- Url string
- Users
List<Bookmark
App User Args> Users associated with the application
- Auto
Submit boolToolbar Display auto submit toolbar
- Groups []string
Groups associated with the application
- Hide
Ios bool Do not display application icon on mobile app
- Hide
Web bool Do not display application icon to users
- Label string
Pretty name of app.
- Name string
name of app.
- Request
Integration bool - Sign
On stringMode Sign on mode of application.
- Status string
Status of application.
- Url string
- Users
[]Bookmark
App User Users associated with the application
- auto
Submit booleanToolbar Display auto submit toolbar
- groups string[]
Groups associated with the application
- hide
Ios boolean Do not display application icon on mobile app
- hide
Web boolean Do not display application icon to users
- label string
Pretty name of app.
- name string
name of app.
- request
Integration boolean - sign
On stringMode Sign on mode of application.
- status string
Status of application.
- url string
- users
Bookmark
App User[] Users associated with the application
- auto_
submit_ booltoolbar Display auto submit toolbar
- groups List[str]
Groups associated with the application
- hide_
ios bool Do not display application icon on mobile app
- hide_
web bool Do not display application icon to users
- label str
Pretty name of app.
- name str
name of app.
- request_
integration bool - sign_
on_ strmode Sign on mode of application.
- status str
Status of application.
- url str
- users
List[Bookmark
App User] Users associated with the application
Supporting Types
BookmarkAppUser
Package Details
- Repository
- https://github.com/pulumi/pulumi-okta
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oktaTerraform Provider.