mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 12:27:47 +00:00
Update to powershell SDK docs: 13123805130
This commit is contained in:
@@ -16,15 +16,15 @@ tags: ['SDK', 'Software Development Kit', 'CampaignTemplate', 'BetaCampaignTempl
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Id** | Pointer to **String** | Id of the campaign template | [optional]
|
||||
**Name** | **String** | This template's name. Has no bearing on generated campaigns' names. | [required]
|
||||
**Description** | **String** | This template's description. Has no bearing on generated campaigns' descriptions. | [required]
|
||||
**Created** | **System.DateTime** | Creation date of Campaign Template | [required][readonly]
|
||||
**Modified** | **System.DateTime** | Modification date of Campaign Template | [required][readonly]
|
||||
**Scheduled** | Pointer to **Boolean** | Indicates if this campaign template has been scheduled. | [optional] [readonly] [default to $false]
|
||||
**OwnerRef** | Pointer to [**CampaignTemplateOwnerRef**](campaign-template-owner-ref) | | [optional]
|
||||
**DeadlineDuration** | Pointer to **String** | The time period during which the campaign should be completed, formatted as an ISO-8601 Duration. When this template generates a campaign, the campaign's deadline will be the current date plus this duration. For example, if generation occurred on 2020-01-01 and this field was ""P2W"" (two weeks), the resulting campaign's deadline would be 2020-01-15 (the current date plus 14 days). | [optional]
|
||||
**Campaign** | [**Campaign**](campaign) | | [required]
|
||||
**Id** | **String** | Id of the campaign template | [optional]
|
||||
**Name** | **String** | This template's name. Has no bearing on generated campaigns' names. | [required]
|
||||
**Description** | **String** | This template's description. Has no bearing on generated campaigns' descriptions. | [required]
|
||||
**Created** | **System.DateTime** | Creation date of Campaign Template | [required][readonly]
|
||||
**Modified** | **System.DateTime** | Modification date of Campaign Template | [required][readonly]
|
||||
**Scheduled** | **Boolean** | Indicates if this campaign template has been scheduled. | [optional] [readonly] [default to $false]
|
||||
**OwnerRef** | [**CampaignTemplateOwnerRef**](campaign-template-owner-ref) | | [optional]
|
||||
**DeadlineDuration** | **String** | The time period during which the campaign should be completed, formatted as an ISO-8601 Duration. When this template generates a campaign, the campaign's deadline will be the current date plus this duration. For example, if generation occurred on 2020-01-01 and this field was ""P2W"" (two weeks), the resulting campaign's deadline would be 2020-01-15 (the current date plus 14 days). | [optional]
|
||||
**Campaign** | [**Campaign**](campaign) | | [required]
|
||||
|
||||
## Examples
|
||||
|
||||
|
||||
Reference in New Issue
Block a user