Skip to main content

InnerHit

Properties

NameTypeDescriptionNotes
QueryStringThe search query using the Elasticsearch Query String Query syntax from the Query DSL extended by SailPoint to support Nested queries.[required]
TypeStringThe 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

[Back to top]