Skip to main content

CampaignActivatedCampaignCampaignOwner

Properties

NameTypeDescriptionNotes
IdStringThe unique ID of the identity.[required]
DisplayNameStringThe human friendly name of the identity.[required]
EmailStringThe primary email address of the identity.[required]

Examples

  • Prepare the resource
$CampaignActivatedCampaignCampaignOwner = Initialize-PSSailpoint.BetaCampaignActivatedCampaignCampaignOwner  -Id 37f080867702c1910177031320c40n27 `
-DisplayName John Snow `
-Email john.snow@example.com
  • Convert the resource to JSON
$CampaignActivatedCampaignCampaignOwner | ConvertTo-JSON

[Back to top]