mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 20:37:46 +00:00
871 B
871 B
id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_class_name | keywords | slug | tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2025-saved-search-name | SavedSearchName | SavedSearchName | SavedSearchName | pythonsdk |
|
/tools/sdk/python/v2025/models/saved-search-name |
|
SavedSearchName
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| name | str | The name of the saved search. | [optional] |
| description | str | The description of the saved search. | [optional] |
| } |
Example
from sailpoint.v2025.models.saved_search_name import SavedSearchName
saved_search_name = SavedSearchName(
name='Disabled accounts',
description='Disabled accounts'
)