Skip to main content

SavedSearchCompleteSearchResultsEntitlement

A table of entitlements that match the search criteria.

Properties

NameTypeDescriptionNotes
countstrThe number of rows in the table.[required]
nounstrThe type of object represented in the table.[required]
preview[]List[str]A sample of the data in the table.[required]
}

Example

from sailpoint.v2024.models.saved_search_complete_search_results_entitlement import SavedSearchCompleteSearchResultsEntitlement

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

[Back to top]