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-PSSailpoint.V2024InnerHit -Query source.name:\"Active Directory\" `
-Type access
- Convert the resource to JSON
$InnerHit | ConvertTo-JSON