mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 20:37:46 +00:00
1.3 KiB
1.3 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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| campaign-all-of-machine-account-campaign-info | CampaignAllOfMachineAccountCampaignInfo | CampaignAllOfMachineAccountCampaignInfo | CampaignAllOfMachineAccountCampaignInfo | powershellsdk |
|
/tools/sdk/powershell/v3/models/campaign-all-of-machine-account-campaign-info |
|
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
$CampaignAllOfMachineAccountCampaignInfo = Initialize-PSSailpoint.V3CampaignAllOfMachineAccountCampaignInfo -SourceIds [0fbe863c063c4c88a35fd7f17e8a3df5] `
-ReviewerType ACCOUNT_OWNER
- Convert the resource to JSON
$CampaignAllOfMachineAccountCampaignInfo | ConvertTo-JSON