removing beta docs

This commit is contained in:
darrell-thobe-sp
2025-01-23 23:30:59 -05:00
parent 7194b934e8
commit befdd82384
999 changed files with 0 additions and 70946 deletions

View File

@@ -1,35 +0,0 @@
---
id: complete-campaign-options
title: CompleteCampaignOptions
pagination_label: CompleteCampaignOptions
sidebar_label: CompleteCampaignOptions
sidebar_class_name: powershellsdk
keywords: ['powershell', 'PowerShell', 'sdk', 'CompleteCampaignOptions']
slug: /tools/sdk/powershell/beta/models/complete-campaign-options
tags: ['SDK', 'Software Development Kit', 'CompleteCampaignOptions']
---
# CompleteCampaignOptions
## 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
```powershell
$CompleteCampaignOptions = Initialize-PSSailpoint.BetaCompleteCampaignOptions -AutoCompleteAction REVOKE
```
- Convert the resource to JSON
```powershell
$CompleteCampaignOptions | ConvertTo-JSON
```
[[Back to top]](#)