mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 20:37:47 +00:00
Update to powershell SDK docs: 13123805130
This commit is contained in:
@@ -16,14 +16,14 @@ tags: ['SDK', 'Software Development Kit', 'SearchSchedule', 'V2024SearchSchedule
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**SavedSearchId** | **String** | The ID of the saved search that will be executed. | [required]
|
||||
**Created** | Pointer to **System.DateTime** | The date the scheduled search was initially created. | [optional] [readonly]
|
||||
**Modified** | Pointer to **System.DateTime** | The last date the scheduled search was modified. | [optional] [readonly]
|
||||
**Schedule** | [**Schedule2**](schedule2) | | [required]
|
||||
**Recipients** | [**[]SearchScheduleRecipientsInner**](search-schedule-recipients-inner) | A list of identities that should receive the scheduled search report via email. | [required]
|
||||
**Enabled** | Pointer to **Boolean** | Indicates if the scheduled search is enabled. | [optional] [default to $false]
|
||||
**EmailEmptyResults** | Pointer to **Boolean** | Indicates if email generation should occur when search returns no results. | [optional] [default to $false]
|
||||
**DisplayQueryDetails** | Pointer to **Boolean** | Indicates if the generated email should include the query and search results preview (which could include PII). | [optional] [default to $false]
|
||||
**SavedSearchId** | **String** | The ID of the saved search that will be executed. | [required]
|
||||
**Created** | **System.DateTime** | The date the scheduled search was initially created. | [optional] [readonly]
|
||||
**Modified** | **System.DateTime** | The last date the scheduled search was modified. | [optional] [readonly]
|
||||
**Schedule** | [**Schedule2**](schedule2) | | [required]
|
||||
**Recipients** | [**[]SearchScheduleRecipientsInner**](search-schedule-recipients-inner) | A list of identities that should receive the scheduled search report via email. | [required]
|
||||
**Enabled** | **Boolean** | Indicates if the scheduled search is enabled. | [optional] [default to $false]
|
||||
**EmailEmptyResults** | **Boolean** | Indicates if email generation should occur when search returns no results. | [optional] [default to $false]
|
||||
**DisplayQueryDetails** | **Boolean** | Indicates if the generated email should include the query and search results preview (which could include PII). | [optional] [default to $false]
|
||||
|
||||
## Examples
|
||||
|
||||
|
||||
Reference in New Issue
Block a user