okta.deprecated.BookmarkApp
Deprecated:
Deprecated. Use app.Bookmark instead. This resource will be removed in version 4.0 of this provider.
Create BookmarkApp Resource
new BookmarkApp(name: string, args: BookmarkAppArgs, opts?: CustomResourceOptions);
@overload
def BookmarkApp(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,
groups: Optional[Sequence[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,
skip_groups: Optional[bool] = None,
skip_users: Optional[bool] = None,
status: Optional[str] = None,
url: Optional[str] = None,
users: Optional[Sequence[BookmarkAppUserArgs]] = None)
@overload
def BookmarkApp(resource_name: str,
args: BookmarkAppArgs,
opts: Optional[ResourceOptions] = None)
func NewBookmarkApp(ctx *Context, name string, args BookmarkAppArgs, opts ...ResourceOption) (*BookmarkApp, error)
public BookmarkApp(string name, BookmarkAppArgs args, CustomResourceOptions? opts = null)
public BookmarkApp(String name, BookmarkAppArgs args)
public BookmarkApp(String name, BookmarkAppArgs args, CustomResourceOptions options)
type: okta:deprecated:BookmarkApp
properties: # The arguments to resource properties.
options: # 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.
- resource_name str
- The unique name of the resource.
- args BookmarkAppArgs
- 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 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.
- name String
- The unique name of the resource.
- args BookmarkAppArgs
- The arguments to resource properties.
- options 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 Architecture and Concepts docs.
Inputs
The BookmarkApp resource accepts the following input properties:
- Label string
Pretty name of app.
- Url string
- Accessibility
Error stringRedirect Url Custom error page URL
- Accessibility
Login stringRedirect Url Custom login page URL
- Accessibility
Self boolService Enable self service
- Admin
Note string Application notes for admins.
- App
Links stringJson Displays specific appLinks for the app
- Authentication
Policy string Id of this apps authentication policy
- Auto
Submit boolToolbar Display auto submit toolbar
- Enduser
Note string Application notes for end users.
- Groups List<string>
Groups associated with the application
The direct configuration of groups in this app resource is deprecated, please ensure you use the resource
okta_app_group_assignments
for this functionality.- Hide
Ios bool Do not display application icon on mobile app
- Hide
Web bool Do not display application icon to users
- Logo string
Local path to logo of the application.
- Request
Integration bool - Skip
Groups bool Ignore groups sync. This is a temporary solution until 'groups' field is supported in all the app-like resources
- Skip
Users bool Ignore users sync. This is a temporary solution until 'users' field is supported in all the app-like resources
- Status string
Status of application.
- Users
List<Bookmark
App User Args> Users associated with the application
The direct configuration of users in this app resource is deprecated, please ensure you use the resource
okta_app_user
for this functionality.
- Label string
Pretty name of app.
- Url string
- Accessibility
Error stringRedirect Url Custom error page URL
- Accessibility
Login stringRedirect Url Custom login page URL
- Accessibility
Self boolService Enable self service
- Admin
Note string Application notes for admins.
- App
Links stringJson Displays specific appLinks for the app
- Authentication
Policy string Id of this apps authentication policy
- Auto
Submit boolToolbar Display auto submit toolbar
- Enduser
Note string Application notes for end users.
- Groups []string
Groups associated with the application
The direct configuration of groups in this app resource is deprecated, please ensure you use the resource
okta_app_group_assignments
for this functionality.- Hide
Ios bool Do not display application icon on mobile app
- Hide
Web bool Do not display application icon to users
- Logo string
Local path to logo of the application.
- Request
Integration bool - Skip
Groups bool Ignore groups sync. This is a temporary solution until 'groups' field is supported in all the app-like resources
- Skip
Users bool Ignore users sync. This is a temporary solution until 'users' field is supported in all the app-like resources
- Status string
Status of application.
- Users
[]Bookmark
App User Args Users associated with the application
The direct configuration of users in this app resource is deprecated, please ensure you use the resource
okta_app_user
for this functionality.
- label String
Pretty name of app.
- url String
- accessibility
Error StringRedirect Url Custom error page URL
- accessibility
Login StringRedirect Url Custom login page URL
- accessibility
Self BooleanService Enable self service
- admin
Note String Application notes for admins.
- app
Links StringJson Displays specific appLinks for the app
- authentication
Policy String Id of this apps authentication policy
- auto
Submit BooleanToolbar Display auto submit toolbar
- enduser
Note String Application notes for end users.
- groups List<String>
Groups associated with the application
The direct configuration of groups in this app resource is deprecated, please ensure you use the resource
okta_app_group_assignments
for this functionality.- hide
Ios Boolean Do not display application icon on mobile app
- hide
Web Boolean Do not display application icon to users
- logo String
Local path to logo of the application.
- request
Integration Boolean - skip
Groups Boolean Ignore groups sync. This is a temporary solution until 'groups' field is supported in all the app-like resources
- skip
Users Boolean Ignore users sync. This is a temporary solution until 'users' field is supported in all the app-like resources
- status String
Status of application.
- users
List<Bookmark
App User Args> Users associated with the application
The direct configuration of users in this app resource is deprecated, please ensure you use the resource
okta_app_user
for this functionality.
- label string
Pretty name of app.
- url string
- accessibility
Error stringRedirect Url Custom error page URL
- accessibility
Login stringRedirect Url Custom login page URL
- accessibility
Self booleanService Enable self service
- admin
Note string Application notes for admins.
- app
Links stringJson Displays specific appLinks for the app
- authentication
Policy string Id of this apps authentication policy
- auto
Submit booleanToolbar Display auto submit toolbar
- enduser
Note string Application notes for end users.
- groups string[]
Groups associated with the application
The direct configuration of groups in this app resource is deprecated, please ensure you use the resource
okta_app_group_assignments
for this functionality.- hide
Ios boolean Do not display application icon on mobile app
- hide
Web boolean Do not display application icon to users
- logo string
Local path to logo of the application.
- request
Integration boolean - skip
Groups boolean Ignore groups sync. This is a temporary solution until 'groups' field is supported in all the app-like resources
- skip
Users boolean Ignore users sync. This is a temporary solution until 'users' field is supported in all the app-like resources
- status string
Status of application.
- users
Bookmark
App User Args[] Users associated with the application
The direct configuration of users in this app resource is deprecated, please ensure you use the resource
okta_app_user
for this functionality.
- label str
Pretty name of app.
- url str
- accessibility_
error_ strredirect_ url Custom error page URL
- accessibility_
login_ strredirect_ url Custom login page URL
- accessibility_
self_ boolservice Enable self service
- admin_
note str Application notes for admins.
- app_
links_ strjson Displays specific appLinks for the app
- authentication_
policy str Id of this apps authentication policy
- auto_
submit_ booltoolbar Display auto submit toolbar
- enduser_
note str Application notes for end users.
- groups Sequence[str]
Groups associated with the application
The direct configuration of groups in this app resource is deprecated, please ensure you use the resource
okta_app_group_assignments
for this functionality.- 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 - skip_
groups bool Ignore groups sync. This is a temporary solution until 'groups' field is supported in all the app-like resources
- skip_
users bool Ignore users sync. This is a temporary solution until 'users' field is supported in all the app-like resources
- status str
Status of application.
- users
Sequence[Bookmark
App User Args] Users associated with the application
The direct configuration of users in this app resource is deprecated, please ensure you use the resource
okta_app_user
for this functionality.
- label String
Pretty name of app.
- url String
- accessibility
Error StringRedirect Url Custom error page URL
- accessibility
Login StringRedirect Url Custom login page URL
- accessibility
Self BooleanService Enable self service
- admin
Note String Application notes for admins.
- app
Links StringJson Displays specific appLinks for the app
- authentication
Policy String Id of this apps authentication policy
- auto
Submit BooleanToolbar Display auto submit toolbar
- enduser
Note String Application notes for end users.
- groups List<String>
Groups associated with the application
The direct configuration of groups in this app resource is deprecated, please ensure you use the resource
okta_app_group_assignments
for this functionality.- hide
Ios Boolean Do not display application icon on mobile app
- hide
Web Boolean Do not display application icon to users
- logo String
Local path to logo of the application.
- request
Integration Boolean - skip
Groups Boolean Ignore groups sync. This is a temporary solution until 'groups' field is supported in all the app-like resources
- skip
Users Boolean Ignore users sync. This is a temporary solution until 'users' field is supported in all the app-like resources
- status String
Status of application.
- users List<Property Map>
Users associated with the application
The direct configuration of users in this app resource is deprecated, please ensure you use the resource
okta_app_user
for this functionality.
Outputs
All input properties are implicitly available as output properties. Additionally, the BookmarkApp resource produces the following output properties:
- Id string
The provider-assigned unique ID for this managed resource.
- Logo
Url string URL of the application's logo
- Name string
Name of the app.
- Sign
On stringMode Sign on mode of application.
- Id string
The provider-assigned unique ID for this managed resource.
- Logo
Url string URL of the application's logo
- Name string
Name of the app.
- Sign
On stringMode Sign on mode of application.
- id String
The provider-assigned unique ID for this managed resource.
- logo
Url String URL of the application's logo
- name String
Name of the app.
- sign
On StringMode Sign on mode of application.
- id string
The provider-assigned unique ID for this managed resource.
- logo
Url string URL of the application's logo
- name string
Name of the app.
- sign
On stringMode 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_ strmode Sign on mode of application.
- id String
The provider-assigned unique ID for this managed resource.
- logo
Url String URL of the application's logo
- name String
Name of the app.
- sign
On StringMode Sign on mode of application.
Look up 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): BookmarkApp
@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,
groups: Optional[Sequence[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,
skip_groups: Optional[bool] = None,
skip_users: Optional[bool] = None,
status: Optional[str] = None,
url: Optional[str] = None,
users: Optional[Sequence[BookmarkAppUserArgs]] = None) -> BookmarkApp
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)
public static BookmarkApp get(String name, Output<String> id, BookmarkAppState 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.
- Accessibility
Error stringRedirect Url Custom error page URL
- Accessibility
Login stringRedirect Url Custom login page URL
- Accessibility
Self boolService Enable self service
- Admin
Note string Application notes for admins.
- App
Links stringJson Displays specific appLinks for the app
- Authentication
Policy string Id of this apps authentication policy
- Auto
Submit boolToolbar Display auto submit toolbar
- Enduser
Note string Application notes for end users.
- Groups List<string>
Groups associated with the application
The direct configuration of groups in this app resource is deprecated, please ensure you use the resource
okta_app_group_assignments
for this functionality.- 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.
- Logo string
Local path to logo of the application.
- Logo
Url string URL of the application's logo
- Name string
Name of the app.
- Request
Integration bool - Sign
On stringMode Sign on mode of application.
- Skip
Groups bool Ignore groups sync. This is a temporary solution until 'groups' field is supported in all the app-like resources
- Skip
Users bool Ignore users sync. This is a temporary solution until 'users' field is supported in all the app-like resources
- Status string
Status of application.
- Url string
- Users
List<Bookmark
App User Args> Users associated with the application
The direct configuration of users in this app resource is deprecated, please ensure you use the resource
okta_app_user
for this functionality.
- Accessibility
Error stringRedirect Url Custom error page URL
- Accessibility
Login stringRedirect Url Custom login page URL
- Accessibility
Self boolService Enable self service
- Admin
Note string Application notes for admins.
- App
Links stringJson Displays specific appLinks for the app
- Authentication
Policy string Id of this apps authentication policy
- Auto
Submit boolToolbar Display auto submit toolbar
- Enduser
Note string Application notes for end users.
- Groups []string
Groups associated with the application
The direct configuration of groups in this app resource is deprecated, please ensure you use the resource
okta_app_group_assignments
for this functionality.- 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.
- Logo string
Local path to logo of the application.
- Logo
Url string URL of the application's logo
- Name string
Name of the app.
- Request
Integration bool - Sign
On stringMode Sign on mode of application.
- Skip
Groups bool Ignore groups sync. This is a temporary solution until 'groups' field is supported in all the app-like resources
- Skip
Users bool Ignore users sync. This is a temporary solution until 'users' field is supported in all the app-like resources
- Status string
Status of application.
- Url string
- Users
[]Bookmark
App User Args Users associated with the application
The direct configuration of users in this app resource is deprecated, please ensure you use the resource
okta_app_user
for this functionality.
- accessibility
Error StringRedirect Url Custom error page URL
- accessibility
Login StringRedirect Url Custom login page URL
- accessibility
Self BooleanService Enable self service
- admin
Note String Application notes for admins.
- app
Links StringJson Displays specific appLinks for the app
- authentication
Policy String Id of this apps authentication policy
- auto
Submit BooleanToolbar Display auto submit toolbar
- enduser
Note String Application notes for end users.
- groups List<String>
Groups associated with the application
The direct configuration of groups in this app resource is deprecated, please ensure you use the resource
okta_app_group_assignments
for this functionality.- 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.
- logo String
Local path to logo of the application.
- logo
Url String URL of the application's logo
- name String
Name of the app.
- request
Integration Boolean - sign
On StringMode Sign on mode of application.
- skip
Groups Boolean Ignore groups sync. This is a temporary solution until 'groups' field is supported in all the app-like resources
- skip
Users Boolean Ignore users sync. This is a temporary solution until 'users' field is supported in all the app-like resources
- status String
Status of application.
- url String
- users
List<Bookmark
App User Args> Users associated with the application
The direct configuration of users in this app resource is deprecated, please ensure you use the resource
okta_app_user
for this functionality.
- accessibility
Error stringRedirect Url Custom error page URL
- accessibility
Login stringRedirect Url Custom login page URL
- accessibility
Self booleanService Enable self service
- admin
Note string Application notes for admins.
- app
Links stringJson Displays specific appLinks for the app
- authentication
Policy string Id of this apps authentication policy
- auto
Submit booleanToolbar Display auto submit toolbar
- enduser
Note string Application notes for end users.
- groups string[]
Groups associated with the application
The direct configuration of groups in this app resource is deprecated, please ensure you use the resource
okta_app_group_assignments
for this functionality.- 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.
- logo string
Local path to logo of the application.
- logo
Url string URL of the application's logo
- name string
Name of the app.
- request
Integration boolean - sign
On stringMode Sign on mode of application.
- skip
Groups boolean Ignore groups sync. This is a temporary solution until 'groups' field is supported in all the app-like resources
- skip
Users boolean Ignore users sync. This is a temporary solution until 'users' field is supported in all the app-like resources
- status string
Status of application.
- url string
- users
Bookmark
App User Args[] Users associated with the application
The direct configuration of users in this app resource is deprecated, please ensure you use the resource
okta_app_user
for this functionality.
- accessibility_
error_ strredirect_ url Custom error page URL
- accessibility_
login_ strredirect_ url Custom login page URL
- accessibility_
self_ boolservice Enable self service
- admin_
note str Application notes for admins.
- app_
links_ strjson Displays specific appLinks for the app
- authentication_
policy str Id of this apps authentication policy
- auto_
submit_ booltoolbar Display auto submit toolbar
- enduser_
note str Application notes for end users.
- groups Sequence[str]
Groups associated with the application
The direct configuration of groups in this app resource is deprecated, please ensure you use the resource
okta_app_group_assignments
for this functionality.- 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 - sign_
on_ strmode Sign on mode of application.
- skip_
groups bool Ignore groups sync. This is a temporary solution until 'groups' field is supported in all the app-like resources
- skip_
users bool Ignore users sync. This is a temporary solution until 'users' field is supported in all the app-like resources
- status str
Status of application.
- url str
- users
Sequence[Bookmark
App User Args] Users associated with the application
The direct configuration of users in this app resource is deprecated, please ensure you use the resource
okta_app_user
for this functionality.
- accessibility
Error StringRedirect Url Custom error page URL
- accessibility
Login StringRedirect Url Custom login page URL
- accessibility
Self BooleanService Enable self service
- admin
Note String Application notes for admins.
- app
Links StringJson Displays specific appLinks for the app
- authentication
Policy String Id of this apps authentication policy
- auto
Submit BooleanToolbar Display auto submit toolbar
- enduser
Note String Application notes for end users.
- groups List<String>
Groups associated with the application
The direct configuration of groups in this app resource is deprecated, please ensure you use the resource
okta_app_group_assignments
for this functionality.- 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.
- logo String
Local path to logo of the application.
- logo
Url String URL of the application's logo
- name String
Name of the app.
- request
Integration Boolean - sign
On StringMode Sign on mode of application.
- skip
Groups Boolean Ignore groups sync. This is a temporary solution until 'groups' field is supported in all the app-like resources
- skip
Users Boolean Ignore users sync. This is a temporary solution until 'users' field is supported in all the app-like resources
- status String
Status of application.
- url String
- users List<Property Map>
Users associated with the application
The direct configuration of users in this app resource is deprecated, please ensure you use the resource
okta_app_user
for this functionality.
Supporting Types
BookmarkAppUser
Package Details
- Repository
- Okta pulumi/pulumi-okta
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
okta
Terraform Provider.