SavedSearchCompleteSearchResultsIdentity
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
$SavedSearchCompleteSearchResultsIdentity = Initialize-PSSailpoint.V2024SavedSearchCompleteSearchResultsIdentity -Count 2 `
-Noun identities `
-Preview null
- Convert the resource to JSON
$SavedSearchCompleteSearchResultsIdentity | ConvertTo-JSON