CampaignGeneratedCampaign
Import this model from the entry point of its package:
import { CampaignGeneratedCampaign } from '@sailpoint/angular-sdk/triggers';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | string | The unique ID of the campaign. | [default to undefined] |
| name | string | Human friendly name of the campaign. | [default to undefined] |
| description | string | Extended description of the campaign. | [default to undefined] |
| created | string | The date and time the campaign was created. | [default to undefined] |
| modified | (optional) string | The date and time the campaign was last modified. | [default to undefined] |
| deadline | (optional) string | The date and time when the campaign must be finished by. | [default to undefined] |
| type | string | The type of campaign that was generated. | [default to undefined] |
| campaignOwner | CampaignGeneratedCampaignCampaignOwner | [default to undefined] | |
| status | string | The current status of the campaign. | [default to undefined] |