SodPolicySchedule
Import this model from the entry point of its package:
import { SodPolicySchedule } from '@sailpoint/angular-sdk/sod_policies';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| name | (optional) string | SOD Policy schedule name | [default to undefined] |
| created | (optional) string | The time when this SOD policy schedule is created. | [readonly] [default to undefined] |
| modified | (optional) string | The time when this SOD policy schedule is modified. | [readonly] [default to undefined] |
| description | (optional) string | SOD Policy schedule description | [default to undefined] |
| schedule | (optional) Schedule | [default to undefined] | |
| recipients | (optional) Array<SodRecipient> | [default to undefined] | |
| emailEmptyResults | (optional) boolean | Indicates if empty results need to be emailed | [default to false] |
| creatorId | (optional) string | Policy's creator ID | [readonly] [default to undefined] |
| modifierId | (optional) string | Policy's modifier ID | [readonly] [default to undefined] |