Skip to main content

CampaignGeneratedCampaignCampaignOwner

Properties

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

Examples

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

[Back to top]