mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
1.3 KiB
1.3 KiB
id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_class_name | keywords | slug | tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2024-saved-search-complete-search-results-account | SavedSearchCompleteSearchResultsAccount | SavedSearchCompleteSearchResultsAccount | SavedSearchCompleteSearchResultsAccount | powershellsdk |
|
/tools/sdk/powershell/v2024/models/saved-search-complete-search-results-account |
|
SavedSearchCompleteSearchResultsAccount
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Count | String | The number of rows in the table. | [required] |
| Noun | String | The type of object represented in the table. | [required] |
| Preview | []String[] | A sample of the data in the table. | [required] |
Examples
- Prepare the resource
$SavedSearchCompleteSearchResultsAccount = Initialize-V2024SavedSearchCompleteSearchResultsAccount -Count 3 `
-Noun accounts `
-Preview null
- Convert the resource to JSON
$SavedSearchCompleteSearchResultsAccount | ConvertTo-JSON