mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 20:37:47 +00:00
add method and model docs for powershell and python v2025
This commit is contained in:
@@ -0,0 +1,40 @@
|
||||
---
|
||||
id: v2025-saved-search-complete-search-results-entitlement
|
||||
title: SavedSearchCompleteSearchResultsEntitlement
|
||||
pagination_label: SavedSearchCompleteSearchResultsEntitlement
|
||||
sidebar_label: SavedSearchCompleteSearchResultsEntitlement
|
||||
sidebar_class_name: pythonsdk
|
||||
keywords: ['python', 'Python', 'sdk', 'SavedSearchCompleteSearchResultsEntitlement', 'V2025SavedSearchCompleteSearchResultsEntitlement']
|
||||
slug: /tools/sdk/python/v2025/models/saved-search-complete-search-results-entitlement
|
||||
tags: ['SDK', 'Software Development Kit', 'SavedSearchCompleteSearchResultsEntitlement', 'V2025SavedSearchCompleteSearchResultsEntitlement']
|
||||
---
|
||||
|
||||
# SavedSearchCompleteSearchResultsEntitlement
|
||||
|
||||
A table of entitlements 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.v2025.models.saved_search_complete_search_results_entitlement import SavedSearchCompleteSearchResultsEntitlement
|
||||
|
||||
saved_search_complete_search_results_entitlement = SavedSearchCompleteSearchResultsEntitlement(
|
||||
count='2',
|
||||
noun='entitlements',
|
||||
preview=[
|
||||
[]
|
||||
]
|
||||
)
|
||||
|
||||
```
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user