mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
1.0 KiB
1.0 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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| beta-complete-campaign-options | CompleteCampaignOptions | CompleteCampaignOptions | CompleteCampaignOptions | powershellsdk |
|
/tools/sdk/powershell/beta/models/complete-campaign-options |
|
CompleteCampaignOptions
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| AutoCompleteAction | Enum [ "APPROVE", "REVOKE" ] | Determines whether to auto-approve(APPROVE) or auto-revoke(REVOKE) upon campaign completion. | [optional] [default to "APPROVE"] |
Examples
- Prepare the resource
$CompleteCampaignOptions = Initialize-BetaCompleteCampaignOptions -AutoCompleteAction REVOKE
- Convert the resource to JSON
$CompleteCampaignOptions | ConvertTo-JSON