Skip to content

Commit

Permalink
Automated build 'Automated commit 'Merge pull request #1540 from sail…
Browse files Browse the repository at this point in the history
…point/devrel-1361

Devrel 1361' by github action: 7631648510' powershell sdk: 7631652638
  • Loading branch information
developer-relations-sp committed Jan 23, 2024
1 parent 6ec0a37 commit 782b44f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PSSailpoint/v3/docs/SearchApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ $ModelFilter = Initialize-ModelFilter -Type "EXISTS" -Range $Range -Terms "accou
$Search = Initialize-Search -Indices "accessprofiles" -QueryType "DSL" -QueryVersion $String -Query $Query -QueryDsl -TextQuery $TextQuery -TypeAheadQuery $TypeAheadQuery -IncludeNested $true -QueryResultFilter $QueryResultFilter -AggregationType "DSL" -AggregationsVersion $String -AggregationsDsl -Aggregations $SearchAggregationSpecification -Sort "MySort" -SearchAfter "MySearchAfter" -Filters @{ key_example = $ModelFilter } # Search |
$Offset = 0 # Int32 | Offset into the full result set. Usually specified with *limit* to paginate through the results. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information. (optional) (default to 0)
$Limit = 250 # Int32 | Max number of results to return. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information. (optional) (default to 250)
$Limit = 10000 # Int32 | Max number of results to return. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information. (optional) (default to 10000)
$Count = $true # Boolean | If *true* it will populate the *X-Total-Count* response header with the number of results that would be returned if *limit* and *offset* were ignored. Since requesting a total count can have a performance impact, it is recommended not to send **count=true** if that value will not be used. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information. (optional) (default to $false)
# Perform Search
Expand All @@ -286,7 +286,7 @@ Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**Search** | [**Search**](Search.md)| |
**Offset** | **Int32**| Offset into the full result set. Usually specified with *limit* to paginate through the results. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information. | [optional] [default to 0]
**Limit** | **Int32**| Max number of results to return. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information. | [optional] [default to 250]
**Limit** | **Int32**| Max number of results to return. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information. | [optional] [default to 10000]
**Count** | **Boolean**| If *true* it will populate the *X-Total-Count* response header with the number of results that would be returned if *limit* and *offset* were ignored. Since requesting a total count can have a performance impact, it is recommended not to send **count=true** if that value will not be used. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information. | [optional] [default to $false]

### Return type
Expand Down

0 comments on commit 782b44f

Please sign in to comment.