Skip to main content

FullcampaignAllOfMachineAccountCampaignInfo

Properties

NameTypeDescriptionNotes
SourceIds[]StringThe list of sources to be included in the campaign.[optional]
ReviewerTypeEnum [ "ACCOUNT_OWNER" ]The reviewer's type.[optional]

Examples

  • Prepare the resource
$FullcampaignAllOfMachineAccountCampaignInfo = Initialize-PSSailpoint.BetaFullcampaignAllOfMachineAccountCampaignInfo  -SourceIds [0fbe863c063c4c88a35fd7f17e8a3df5] `
-ReviewerType ACCOUNT_OWNER
  • Convert the resource to JSON
$FullcampaignAllOfMachineAccountCampaignInfo | ConvertTo-JSON

[Back to top]