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-inner-hit | InnerHit | InnerHit | InnerHit | powershellsdk |
|
/tools/sdk/powershell/v2024/models/inner-hit |
|
InnerHit
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Query | String | The search query using the Elasticsearch Query String Query syntax from the Query DSL extended by SailPoint to support Nested queries. | [required] |
| Type | String | The nested type to use in the inner hits query. The nested type Nested Type refers to a document ""nested"" within another document. For example, an identity can have nested documents for access, accounts, and apps. | [required] |
Examples
- Prepare the resource
$InnerHit = Initialize-V2024InnerHit -Query source.name:\"Active Directory\" `
-Type access
- Convert the resource to JSON
$InnerHit | ConvertTo-JSON