Skip to main content

SavedsearchcompleteSearchResultsIdentity

A table of identities 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.triggers.models.savedsearchcomplete_search_results_identity import SavedsearchcompleteSearchResultsIdentity

savedsearchcomplete_search_results_identity = SavedsearchcompleteSearchResultsIdentity(
count='2',
noun='identities',
preview=[
[]
]
)

[Back to top]