mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 12:27:47 +00:00
adding docs back with new ids
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
---
|
||||
id: campaign-activated
|
||||
title: CampaignActivated
|
||||
pagination_label: CampaignActivated
|
||||
sidebar_label: CampaignActivated
|
||||
sidebar_class_name: powershellsdk
|
||||
keywords: ['powershell', 'PowerShell', 'sdk', 'CampaignActivated']
|
||||
slug: /tools/sdk/powershell/v2024/models/campaign-activated
|
||||
tags: ['SDK', 'Software Development Kit', 'CampaignActivated']
|
||||
---
|
||||
|
||||
|
||||
# CampaignActivated
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Campaign** | [**CampaignActivatedCampaign**](campaign-activated-campaign) | | [required]
|
||||
|
||||
## Examples
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$CampaignActivated = Initialize-PSSailpoint.V2024CampaignActivated -Campaign null
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
```powershell
|
||||
$CampaignActivated | ConvertTo-JSON
|
||||
```
|
||||
|
||||
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user