mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 20:37:46 +00:00
adding powershell sdk docs back
This commit is contained in:
37
docs/tools/sdk/powershell/Reference/V3/Models/InnerHit.md
Normal file
37
docs/tools/sdk/powershell/Reference/V3/Models/InnerHit.md
Normal file
@@ -0,0 +1,37 @@
|
||||
---
|
||||
id: inner-hit
|
||||
title: InnerHit
|
||||
pagination_label: InnerHit
|
||||
sidebar_label: InnerHit
|
||||
sidebar_class_name: powershellsdk
|
||||
keywords: ['powershell', 'PowerShell', 'sdk', 'InnerHit', 'InnerHit']
|
||||
slug: /tools/sdk/powershell/v3/models/inner-hit
|
||||
tags: ['SDK', 'Software Development Kit', 'InnerHit', 'InnerHit']
|
||||
---
|
||||
|
||||
|
||||
# InnerHit
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Query** | **String** | The search query using the Elasticsearch [Query String Query](https://www.elastic.co/guide/en/elasticsearch/reference/5.2/query-dsl-query-string-query.html#query-string) 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](https://www.elastic.co/guide/en/elasticsearch/reference/current/nested.html) 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
|
||||
```powershell
|
||||
$InnerHit = Initialize-PSSailpoint.V3InnerHit -Query source.name:\"Active Directory\" `
|
||||
-Type access
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
```powershell
|
||||
$InnerHit | ConvertTo-JSON
|
||||
```
|
||||
|
||||
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user