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,15 +16,15 @@ tags: ['SDK', 'Software Development Kit', 'CampaignGeneratedCampaign', 'BetaCamp
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Id** | **String** | The unique ID of the campaign. | [required]
|
||||
**Name** | **String** | Human friendly name of the campaign. | [required]
|
||||
**Description** | **String** | Extended description of the campaign. | [required]
|
||||
**Created** | **System.DateTime** | The date and time the campaign was created. | [required]
|
||||
**Modified** | Pointer to **String** | The date and time the campaign was last modified. | [optional]
|
||||
**Deadline** | Pointer to **String** | The date and time when the campaign must be finished by. | [optional]
|
||||
**Type** | **Enum** [ "MANAGER", "SOURCE_OWNER", "SEARCH", "ROLE_COMPOSITION" ] | The type of campaign that was generated. | [required]
|
||||
**CampaignOwner** | [**CampaignGeneratedCampaignCampaignOwner**](campaign-generated-campaign-campaign-owner) | | [required]
|
||||
**Status** | **Enum** [ "STAGED", "ACTIVATING", "ACTIVE" ] | The current status of the campaign. | [required]
|
||||
**Id** | **String** | The unique ID of the campaign. | [required]
|
||||
**Name** | **String** | Human friendly name of the campaign. | [required]
|
||||
**Description** | **String** | Extended description of the campaign. | [required]
|
||||
**Created** | **System.DateTime** | The date and time the campaign was created. | [required]
|
||||
**Modified** | **String** | The date and time the campaign was last modified. | [optional]
|
||||
**Deadline** | **String** | The date and time when the campaign must be finished by. | [optional]
|
||||
**Type** | **Enum** [ "MANAGER", "SOURCE_OWNER", "SEARCH", "ROLE_COMPOSITION" ] | The type of campaign that was generated. | [required]
|
||||
**CampaignOwner** | [**CampaignGeneratedCampaignCampaignOwner**](campaign-generated-campaign-campaign-owner) | | [required]
|
||||
**Status** | **Enum** [ "STAGED", "ACTIVATING", "ACTIVE" ] | The current status of the campaign. | [required]
|
||||
|
||||
## Examples
|
||||
|
||||
|
||||
Reference in New Issue
Block a user