mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 04:19:34 +00:00
1.1 KiB
1.1 KiB
id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_class_name | keywords | slug | tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2024-campaign-complete-options | CampaignCompleteOptions | CampaignCompleteOptions | CampaignCompleteOptions | powershellsdk |
|
/tools/sdk/powershell/v2024/models/campaign-complete-options |
|
CampaignCompleteOptions
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| AutoCompleteAction | Pointer to Enum [ "APPROVE", "REVOKE" ] | Determines whether to auto-approve(APPROVE) or auto-revoke(REVOKE) upon campaign completion. | [optional] [default to "APPROVE"] |
Examples
- Prepare the resource
$CampaignCompleteOptions = Initialize-PSSailpoint.V2024CampaignCompleteOptions -AutoCompleteAction REVOKE
- Convert the resource to JSON
$CampaignCompleteOptions | ConvertTo-JSON