ScheduledSearch
Import this model from the entry point of its package:
import { ScheduledSearch } from '@sailpoint/angular-sdk/scheduled_search';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| name | (optional) string | The name of the scheduled search. | [default to undefined] |
| description | (optional) string | The description of the scheduled search. | [default to undefined] |
| savedSearchId | string | The ID of the saved search that will be executed. | [default to undefined] |
| created | (optional) string | The date the scheduled search was initially created. | [readonly] [default to undefined] |
| modified | (optional) string | The last date the scheduled search was modified. | [readonly] [default to undefined] |
| schedule | Schedule | [default to undefined] | |
| recipients | Array<SearchScheduleRecipientsInner> | A list of identities that should receive the scheduled search report via email. | [default to undefined] |
| enabled | (optional) boolean | Indicates if the scheduled search is enabled. | [default to false] |
| emailEmptyResults | (optional) boolean | Indicates if email generation should occur when search returns no results. | [default to false] |
| displayQueryDetails | (optional) boolean | Indicates if the generated email should include the query and search results preview (which could include PII). | [default to false] |
| id | string | The scheduled search ID. | [readonly] [default to undefined] |
| owner | ScheduledSearchAllOfOwner | [default to undefined] | |
| ownerId | string | The ID of the scheduled search owner. Please use the id in the owner object instead. | [readonly] [default to undefined] |