1. Packages
  2. Okta
  3. API Docs
  4. app
  5. Bookmark
Okta v4.6.2 published on Thursday, Nov 30, 2023 by Pulumi

okta.app.Bookmark

Explore with Pulumi AI

okta logo
Okta v4.6.2 published on Thursday, Nov 30, 2023 by Pulumi

    Create Bookmark Resource

    new Bookmark(name: string, args: BookmarkArgs, opts?: CustomResourceOptions);
    @overload
    def Bookmark(resource_name: str,
                 opts: Optional[ResourceOptions] = None,
                 accessibility_error_redirect_url: Optional[str] = None,
                 accessibility_login_redirect_url: Optional[str] = None,
                 accessibility_self_service: Optional[bool] = None,
                 admin_note: Optional[str] = None,
                 app_links_json: Optional[str] = None,
                 authentication_policy: Optional[str] = None,
                 auto_submit_toolbar: Optional[bool] = None,
                 enduser_note: Optional[str] = None,
                 hide_ios: Optional[bool] = None,
                 hide_web: Optional[bool] = None,
                 label: Optional[str] = None,
                 logo: Optional[str] = None,
                 request_integration: Optional[bool] = None,
                 status: Optional[str] = None,
                 url: Optional[str] = None)
    @overload
    def Bookmark(resource_name: str,
                 args: BookmarkArgs,
                 opts: Optional[ResourceOptions] = None)
    func NewBookmark(ctx *Context, name string, args BookmarkArgs, opts ...ResourceOption) (*Bookmark, error)
    public Bookmark(string name, BookmarkArgs args, CustomResourceOptions? opts = null)
    public Bookmark(String name, BookmarkArgs args)
    public Bookmark(String name, BookmarkArgs args, CustomResourceOptions options)
    
    type: okta:app:Bookmark
    properties: # The arguments to resource properties.
    options: # 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.
    resource_name str
    The unique name of the resource.
    args BookmarkArgs
    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 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.
    name String
    The unique name of the resource.
    args BookmarkArgs
    The arguments to resource properties.
    options 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 Architecture and Concepts docs.

    Inputs

    The Bookmark resource accepts the following input properties:

    Label string

    Pretty name of app.

    Url string
    AccessibilityErrorRedirectUrl string

    Custom error page URL

    AccessibilityLoginRedirectUrl string

    Custom login page URL

    AccessibilitySelfService bool

    Enable self service

    AdminNote string

    Application notes for admins.

    AppLinksJson string

    Displays specific appLinks for the app

    AuthenticationPolicy string

    Id of this apps authentication policy

    AutoSubmitToolbar bool

    Display auto submit toolbar

    EnduserNote string

    Application notes for end users.

    HideIos bool

    Do not display application icon on mobile app

    HideWeb bool

    Do not display application icon to users

    Logo string

    Local path to logo of the application.

    RequestIntegration bool

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

    Status string

    Status of application.

    Label string

    Pretty name of app.

    Url string
    AccessibilityErrorRedirectUrl string

    Custom error page URL

    AccessibilityLoginRedirectUrl string

    Custom login page URL

    AccessibilitySelfService bool

    Enable self service

    AdminNote string

    Application notes for admins.

    AppLinksJson string

    Displays specific appLinks for the app

    AuthenticationPolicy string

    Id of this apps authentication policy

    AutoSubmitToolbar bool

    Display auto submit toolbar

    EnduserNote string

    Application notes for end users.

    HideIos bool

    Do not display application icon on mobile app

    HideWeb bool

    Do not display application icon to users

    Logo string

    Local path to logo of the application.

    RequestIntegration bool

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

    Status string

    Status of application.

    label String

    Pretty name of app.

    url String
    accessibilityErrorRedirectUrl String

    Custom error page URL

    accessibilityLoginRedirectUrl String

    Custom login page URL

    accessibilitySelfService Boolean

    Enable self service

    adminNote String

    Application notes for admins.

    appLinksJson String

    Displays specific appLinks for the app

    authenticationPolicy String

    Id of this apps authentication policy

    autoSubmitToolbar Boolean

    Display auto submit toolbar

    enduserNote String

    Application notes for end users.

    hideIos Boolean

    Do not display application icon on mobile app

    hideWeb Boolean

    Do not display application icon to users

    logo String

    Local path to logo of the application.

    requestIntegration Boolean

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

    status String

    Status of application.

    label string

    Pretty name of app.

    url string
    accessibilityErrorRedirectUrl string

    Custom error page URL

    accessibilityLoginRedirectUrl string

    Custom login page URL

    accessibilitySelfService boolean

    Enable self service

    adminNote string

    Application notes for admins.

    appLinksJson string

    Displays specific appLinks for the app

    authenticationPolicy string

    Id of this apps authentication policy

    autoSubmitToolbar boolean

    Display auto submit toolbar

    enduserNote string

    Application notes for end users.

    hideIos boolean

    Do not display application icon on mobile app

    hideWeb boolean

    Do not display application icon to users

    logo string

    Local path to logo of the application.

    requestIntegration boolean

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

    status string

    Status of application.

    label str

    Pretty name of app.

    url str
    accessibility_error_redirect_url str

    Custom error page URL

    accessibility_login_redirect_url str

    Custom login page URL

    accessibility_self_service bool

    Enable self service

    admin_note str

    Application notes for admins.

    app_links_json str

    Displays specific appLinks for the app

    authentication_policy str

    Id of this apps authentication policy

    auto_submit_toolbar bool

    Display auto submit toolbar

    enduser_note str

    Application notes for end users.

    hide_ios bool

    Do not display application icon on mobile app

    hide_web bool

    Do not display application icon to users

    logo str

    Local path to logo of the application.

    request_integration bool

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

    status str

    Status of application.

    label String

    Pretty name of app.

    url String
    accessibilityErrorRedirectUrl String

    Custom error page URL

    accessibilityLoginRedirectUrl String

    Custom login page URL

    accessibilitySelfService Boolean

    Enable self service

    adminNote String

    Application notes for admins.

    appLinksJson String

    Displays specific appLinks for the app

    authenticationPolicy String

    Id of this apps authentication policy

    autoSubmitToolbar Boolean

    Display auto submit toolbar

    enduserNote String

    Application notes for end users.

    hideIos Boolean

    Do not display application icon on mobile app

    hideWeb Boolean

    Do not display application icon to users

    logo String

    Local path to logo of the application.

    requestIntegration Boolean

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

    status String

    Status of 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.

    LogoUrl string

    URL of the application's logo

    Name string

    Name of the app.

    SignOnMode string

    Sign on mode of application.

    Id string

    The provider-assigned unique ID for this managed resource.

    LogoUrl string

    URL of the application's logo

    Name string

    Name of the app.

    SignOnMode string

    Sign on mode of application.

    id String

    The provider-assigned unique ID for this managed resource.

    logoUrl String

    URL of the application's logo

    name String

    Name of the app.

    signOnMode String

    Sign on mode of application.

    id string

    The provider-assigned unique ID for this managed resource.

    logoUrl string

    URL of the application's logo

    name string

    Name of the app.

    signOnMode string

    Sign on mode of application.

    id str

    The provider-assigned unique ID for this managed resource.

    logo_url str

    URL of the application's logo

    name str

    Name of the app.

    sign_on_mode str

    Sign on mode of application.

    id String

    The provider-assigned unique ID for this managed resource.

    logoUrl String

    URL of the application's logo

    name String

    Name of the app.

    signOnMode String

    Sign on mode of application.

    Look up 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
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            accessibility_error_redirect_url: Optional[str] = None,
            accessibility_login_redirect_url: Optional[str] = None,
            accessibility_self_service: Optional[bool] = None,
            admin_note: Optional[str] = None,
            app_links_json: Optional[str] = None,
            authentication_policy: Optional[str] = None,
            auto_submit_toolbar: Optional[bool] = None,
            enduser_note: Optional[str] = None,
            hide_ios: Optional[bool] = None,
            hide_web: Optional[bool] = None,
            label: Optional[str] = None,
            logo: Optional[str] = None,
            logo_url: Optional[str] = None,
            name: Optional[str] = None,
            request_integration: Optional[bool] = None,
            sign_on_mode: Optional[str] = None,
            status: Optional[str] = None,
            url: Optional[str] = None) -> Bookmark
    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)
    public static Bookmark get(String name, Output<String> id, BookmarkState state, CustomResourceOptions options)
    Resource lookup is not supported in YAML
    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.
    The following state arguments are supported:
    AccessibilityErrorRedirectUrl string

    Custom error page URL

    AccessibilityLoginRedirectUrl string

    Custom login page URL

    AccessibilitySelfService bool

    Enable self service

    AdminNote string

    Application notes for admins.

    AppLinksJson string

    Displays specific appLinks for the app

    AuthenticationPolicy string

    Id of this apps authentication policy

    AutoSubmitToolbar bool

    Display auto submit toolbar

    EnduserNote string

    Application notes for end users.

    HideIos bool

    Do not display application icon on mobile app

    HideWeb bool

    Do not display application icon to users

    Label string

    Pretty name of app.

    Logo string

    Local path to logo of the application.

    LogoUrl string

    URL of the application's logo

    Name string

    Name of the 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
    AccessibilityErrorRedirectUrl string

    Custom error page URL

    AccessibilityLoginRedirectUrl string

    Custom login page URL

    AccessibilitySelfService bool

    Enable self service

    AdminNote string

    Application notes for admins.

    AppLinksJson string

    Displays specific appLinks for the app

    AuthenticationPolicy string

    Id of this apps authentication policy

    AutoSubmitToolbar bool

    Display auto submit toolbar

    EnduserNote string

    Application notes for end users.

    HideIos bool

    Do not display application icon on mobile app

    HideWeb bool

    Do not display application icon to users

    Label string

    Pretty name of app.

    Logo string

    Local path to logo of the application.

    LogoUrl string

    URL of the application's logo

    Name string

    Name of the 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
    accessibilityErrorRedirectUrl String

    Custom error page URL

    accessibilityLoginRedirectUrl String

    Custom login page URL

    accessibilitySelfService Boolean

    Enable self service

    adminNote String

    Application notes for admins.

    appLinksJson String

    Displays specific appLinks for the app

    authenticationPolicy String

    Id of this apps authentication policy

    autoSubmitToolbar Boolean

    Display auto submit toolbar

    enduserNote String

    Application notes for end users.

    hideIos Boolean

    Do not display application icon on mobile app

    hideWeb Boolean

    Do not display application icon to users

    label String

    Pretty name of app.

    logo String

    Local path to logo of the application.

    logoUrl String

    URL of the application's logo

    name String

    Name of the 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
    accessibilityErrorRedirectUrl string

    Custom error page URL

    accessibilityLoginRedirectUrl string

    Custom login page URL

    accessibilitySelfService boolean

    Enable self service

    adminNote string

    Application notes for admins.

    appLinksJson string

    Displays specific appLinks for the app

    authenticationPolicy string

    Id of this apps authentication policy

    autoSubmitToolbar boolean

    Display auto submit toolbar

    enduserNote string

    Application notes for end users.

    hideIos boolean

    Do not display application icon on mobile app

    hideWeb boolean

    Do not display application icon to users

    label string

    Pretty name of app.

    logo string

    Local path to logo of the application.

    logoUrl string

    URL of the application's logo

    name string

    Name of the 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
    accessibility_error_redirect_url str

    Custom error page URL

    accessibility_login_redirect_url str

    Custom login page URL

    accessibility_self_service bool

    Enable self service

    admin_note str

    Application notes for admins.

    app_links_json str

    Displays specific appLinks for the app

    authentication_policy str

    Id of this apps authentication policy

    auto_submit_toolbar bool

    Display auto submit toolbar

    enduser_note str

    Application notes for end users.

    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.

    logo str

    Local path to logo of the application.

    logo_url str

    URL of the application's logo

    name str

    Name of the 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
    accessibilityErrorRedirectUrl String

    Custom error page URL

    accessibilityLoginRedirectUrl String

    Custom login page URL

    accessibilitySelfService Boolean

    Enable self service

    adminNote String

    Application notes for admins.

    appLinksJson String

    Displays specific appLinks for the app

    authenticationPolicy String

    Id of this apps authentication policy

    autoSubmitToolbar Boolean

    Display auto submit toolbar

    enduserNote String

    Application notes for end users.

    hideIos Boolean

    Do not display application icon on mobile app

    hideWeb Boolean

    Do not display application icon to users

    label String

    Pretty name of app.

    logo String

    Local path to logo of the application.

    logoUrl String

    URL of the application's logo

    name String

    Name of the 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

    Package Details

    Repository
    Okta pulumi/pulumi-okta
    License
    Apache-2.0
    Notes

    This Pulumi package is based on the okta Terraform Provider.

    okta logo
    Okta v4.6.2 published on Thursday, Nov 30, 2023 by Pulumi