mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 12:27:47 +00:00
starting point for adding python sdk docs
This commit is contained in:
@@ -0,0 +1,40 @@
|
||||
---
|
||||
id: beta-saved-search-complete-search-results-account
|
||||
title: SavedSearchCompleteSearchResultsAccount
|
||||
pagination_label: SavedSearchCompleteSearchResultsAccount
|
||||
sidebar_label: SavedSearchCompleteSearchResultsAccount
|
||||
sidebar_class_name: pythonsdk
|
||||
keywords: ['python', 'Python', 'sdk', 'SavedSearchCompleteSearchResultsAccount', 'BetaSavedSearchCompleteSearchResultsAccount']
|
||||
slug: /tools/sdk/python/beta/models/saved-search-complete-search-results-account
|
||||
tags: ['SDK', 'Software Development Kit', 'SavedSearchCompleteSearchResultsAccount', 'BetaSavedSearchCompleteSearchResultsAccount']
|
||||
---
|
||||
|
||||
# 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
|
||||
|
||||
```python
|
||||
from sailpoint.beta.models.saved_search_complete_search_results_account import SavedSearchCompleteSearchResultsAccount
|
||||
|
||||
saved_search_complete_search_results_account = SavedSearchCompleteSearchResultsAccount(
|
||||
count='3',
|
||||
noun='accounts',
|
||||
preview=[
|
||||
[]
|
||||
]
|
||||
)
|
||||
|
||||
```
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user