adding all powershell doc versions back

This commit is contained in:
darrell-thobe-sp
2025-01-28 09:59:02 -05:00
parent ca4e98517f
commit f71193e0d5
1823 changed files with 130757 additions and 0 deletions

View File

@@ -0,0 +1,37 @@
---
id: v2024-campaign-all-of-machine-account-campaign-info
title: CampaignAllOfMachineAccountCampaignInfo
pagination_label: CampaignAllOfMachineAccountCampaignInfo
sidebar_label: CampaignAllOfMachineAccountCampaignInfo
sidebar_class_name: powershellsdk
keywords: ['powershell', 'PowerShell', 'sdk', 'CampaignAllOfMachineAccountCampaignInfo']
slug: /tools/sdk/powershell/v2024/models/campaign-all-of-machine-account-campaign-info
tags: ['SDK', 'Software Development Kit', 'CampaignAllOfMachineAccountCampaignInfo']
---
# CampaignAllOfMachineAccountCampaignInfo
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**SourceIds** | Pointer to **[]String** | The list of sources to be included in the campaign. | [optional]
**ReviewerType** | Pointer to **Enum** [ "ACCOUNT_OWNER" ] | The reviewer's type. | [optional]
## Examples
- Prepare the resource
```powershell
$CampaignAllOfMachineAccountCampaignInfo = Initialize-PSSailpoint.V2024CampaignAllOfMachineAccountCampaignInfo -SourceIds [0fbe863c063c4c88a35fd7f17e8a3df5] `
-ReviewerType ACCOUNT_OWNER
```
- Convert the resource to JSON
```powershell
$CampaignAllOfMachineAccountCampaignInfo | ConvertTo-JSON
```
[[Back to top]](#)