Skip to main content

CompleteCampaignOptions

Properties

NameTypeDescriptionNotes
AutoCompleteActionEnum [ "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-PSSailpoint.BetaCompleteCampaignOptions  -AutoCompleteAction REVOKE
  • Convert the resource to JSON
$CompleteCampaignOptions | ConvertTo-JSON

[Back to top]