Bookmark

Creates a Bookmark Application.

This resource allows you to create and configure a Bookmark Application.

Example Usage

using Pulumi;
using Okta = Pulumi.Okta;

class MyStack : Stack
{
    public MyStack()
    {
        var example = new Okta.App.Bookmark("example", new Okta.App.BookmarkArgs
        {
            Label = "Example",
            Url = "https://example.com",
        });
    }

}

Coming soon!

import pulumi
import pulumi_okta as okta

example = okta.app.Bookmark("example",
    label="Example",
    url="https://example.com")
import * as pulumi from "@pulumi/pulumi";
import * as okta from "@pulumi/okta";

const example = new okta.app.Bookmark("example", {
    label: "Example",
    url: "https://example.com",
});

Create a Bookmark Resource

def Bookmark(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 NewBookmark(ctx *Context, name string, args BookmarkArgs, opts ...ResourceOption) (*Bookmark, error)
public Bookmark(string name, BookmarkArgs args, CustomResourceOptions? opts = null)
name string
The unique name of the resource.
args BookmarkArgs
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 BookmarkArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name string
The unique name of the resource.
args BookmarkArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.

Bookmark Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Programming Model docs.

Inputs

The Bookmark resource accepts the following input properties:

Label string

The Application’s display name.

Url string

The URL of the bookmark.

AutoSubmitToolbar bool

Display auto submit toolbar

Groups List<string>

Groups associated with the application

HideIos bool

Do not display application icon on mobile app

HideWeb bool

Do not display application icon to users

RequestIntegration bool

Would you like Okta to add an integration for this app?

Status string

Status of application.

Users List<BookmarkUserArgs>

Users associated with the application

Label string

The Application’s display name.

Url string

The URL of the bookmark.

AutoSubmitToolbar bool

Display auto submit toolbar

Groups []string

Groups associated with the application

HideIos bool

Do not display application icon on mobile app

HideWeb bool

Do not display application icon to users

RequestIntegration bool

Would you like Okta to add an integration for this app?

Status string

Status of application.

Users []BookmarkUser

Users associated with the application

label string

The Application’s display name.

url string

The URL of the bookmark.

autoSubmitToolbar boolean

Display auto submit toolbar

groups string[]

Groups associated with the application

hideIos boolean

Do not display application icon on mobile app

hideWeb boolean

Do not display application icon to users

requestIntegration boolean

Would you like Okta to add an integration for this app?

status string

Status of application.

users BookmarkUser[]

Users associated with the application

label str

The Application’s display name.

url str

The URL of the bookmark.

auto_submit_toolbar bool

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

Would you like Okta to add an integration for this app?

status str

Status of application.

users List[BookmarkUser]

Users associated with the application

Outputs

All input properties are implicitly available as output properties. Additionally, the Bookmark resource produces the following output properties:

Id string
The provider-assigned unique ID for this managed resource.
Name string

name of app.

SignOnMode string

Sign on mode of application.

Id string
The provider-assigned unique ID for this managed resource.
Name string

name of app.

SignOnMode string

Sign on mode of application.

id string
The provider-assigned unique ID for this managed resource.
name string

name of app.

signOnMode string

Sign on mode of application.

id str
The provider-assigned unique ID for this managed resource.
name str

name of app.

sign_on_mode str

Sign on mode of application.

Look up an Existing Bookmark Resource

Get an existing Bookmark 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?: BookmarkState, opts?: CustomResourceOptions): Bookmark
static 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 GetBookmark(ctx *Context, name string, id IDInput, state *BookmarkState, opts ...ResourceOption) (*Bookmark, error)
public static Bookmark Get(string name, Input<string> id, BookmarkState? 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:

AutoSubmitToolbar bool

Display auto submit toolbar

Groups List<string>

Groups associated with the application

HideIos bool

Do not display application icon on mobile app

HideWeb bool

Do not display application icon to users

Label string

The Application’s display name.

Name string

name of app.

RequestIntegration bool

Would you like Okta to add an integration for this app?

SignOnMode string

Sign on mode of application.

Status string

Status of application.

Url string

The URL of the bookmark.

Users List<BookmarkUserArgs>

Users associated with the application

AutoSubmitToolbar bool

Display auto submit toolbar

Groups []string

Groups associated with the application

HideIos bool

Do not display application icon on mobile app

HideWeb bool

Do not display application icon to users

Label string

The Application’s display name.

Name string

name of app.

RequestIntegration bool

Would you like Okta to add an integration for this app?

SignOnMode string

Sign on mode of application.

Status string

Status of application.

Url string

The URL of the bookmark.

Users []BookmarkUser

Users associated with the application

autoSubmitToolbar boolean

Display auto submit toolbar

groups string[]

Groups associated with the application

hideIos boolean

Do not display application icon on mobile app

hideWeb boolean

Do not display application icon to users

label string

The Application’s display name.

name string

name of app.

requestIntegration boolean

Would you like Okta to add an integration for this app?

signOnMode string

Sign on mode of application.

status string

Status of application.

url string

The URL of the bookmark.

users BookmarkUser[]

Users associated with the application

auto_submit_toolbar bool

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

The Application’s display name.

name str

name of app.

request_integration bool

Would you like Okta to add an integration for this app?

sign_on_mode str

Sign on mode of application.

status str

Status of application.

url str

The URL of the bookmark.

users List[BookmarkUser]

Users associated with the application

Supporting Types

BookmarkUser

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Id string

ID of the Application.

Password string
Scope string
Username string
Id string

ID of the Application.

Password string
Scope string
Username string
id string

ID of the Application.

password string
scope string
username string
id str

ID of the Application.

password str
scope str
username str

Package Details

Repository
https://github.com/pulumi/pulumi-okta
License
Apache-2.0
Notes
This Pulumi package is based on the okta Terraform Provider.