SavedSearchCompleteSearchResultsIdentity
Properties
Name | Type | Description | Notes |
---|---|---|---|
Count | String | Number of rows in the table. | [required] |
Noun | String | Type of object represented in the table. | [required] |
Preview | []String[] | Sample of the table data. | [required] |
Examples
- Prepare the resource
$SavedSearchCompleteSearchResultsIdentity = Initialize-PSSailpoint.BetaSavedSearchCompleteSearchResultsIdentity -Count 2 `
-Noun identities `
-Preview null
- Convert the resource to JSON
$SavedSearchCompleteSearchResultsIdentity | ConvertTo-JSON