mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 12:27:47 +00:00
1.3 KiB
1.3 KiB
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-complete-search-results-account | SavedSearchCompleteSearchResultsAccount | SavedSearchCompleteSearchResultsAccount | SavedSearchCompleteSearchResultsAccount | pythonsdk |
|
/tools/sdk/python/v2025/models/saved-search-complete-search-results-account |
|
SavedSearchCompleteSearchResultsAccount
A table of accounts that match the search criteria.
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| count | str | The number of rows in the table. | [required] |
| noun | str | The type of object represented in the table. | [required] |
| preview | []List[str] | A sample of the data in the table. | [required] |
| } |
Example
from sailpoint.v2025.models.saved_search_complete_search_results_account import SavedSearchCompleteSearchResultsAccount
saved_search_complete_search_results_account = SavedSearchCompleteSearchResultsAccount(
count='3',
noun='accounts',
preview=[
[]
]
)