Skip to main content

SavedSearchCompleteSearchResultsEntitlement

Table of entitlements matching the search criteria.

Properties

NameTypeDescriptionNotes
countstrNumber of rows in the table.[required]
nounstrType of object represented in the table.[required]
preview[]List[str]Sample of table data.[required]
}

Example

from sailpoint.beta.models.saved_search_complete_search_results_entitlement import SavedSearchCompleteSearchResultsEntitlement

saved_search_complete_search_results_entitlement = SavedSearchCompleteSearchResultsEntitlement(
count='2',
noun='entitlements',
preview=[
[]
]
)

[Back to top]