Skip to content
Start here

Bookmarks

List Bookmark applications
Deprecated
zero_trust.access.bookmarks.list(BookmarkListParams**kwargs) -> SyncSinglePage[Bookmark]
GET/accounts/{account_id}/access/bookmarks
Get a Bookmark application
Deprecated
zero_trust.access.bookmarks.get(strbookmark_id, BookmarkGetParams**kwargs) -> Bookmark
GET/accounts/{account_id}/access/bookmarks/{bookmark_id}
Create a Bookmark application
Deprecated
zero_trust.access.bookmarks.create(strbookmark_id, BookmarkCreateParams**kwargs) -> Bookmark
POST/accounts/{account_id}/access/bookmarks/{bookmark_id}
Update a Bookmark application
Deprecated
zero_trust.access.bookmarks.update(strbookmark_id, BookmarkUpdateParams**kwargs) -> Bookmark
PUT/accounts/{account_id}/access/bookmarks/{bookmark_id}
Delete a Bookmark application
Deprecated
zero_trust.access.bookmarks.delete(strbookmark_id, BookmarkDeleteParams**kwargs) -> BookmarkDeleteResponse
DELETE/accounts/{account_id}/access/bookmarks/{bookmark_id}
ModelsExpand Collapse
class Bookmark:
id: Optional[str]

The unique identifier for the Bookmark application.

app_launcher_visible: Optional[bool]

Displays the application in the App Launcher.

domain: Optional[str]

The domain of the Bookmark application.

logo_url: Optional[str]

The image URL for the logo shown in the App Launcher dashboard.

name: Optional[str]

The name of the Bookmark application.

class BookmarkDeleteResponse:
id: Optional[str]

UUID.

maxLength36