Skip to main content

CampaignTemplateOwnerRef

Properties

NameTypeDescriptionNotes
IdStringId of the owner[optional]
TypeEnum [ "IDENTITY" ]Type of the owner[optional]
NameStringName of the owner[optional]
EmailStringEmail of the owner[optional]

Examples

  • Prepare the resource
$CampaignTemplateOwnerRef = Initialize-PSSailpoint.V3CampaignTemplateOwnerRef  -Id 2c918086676d3e0601677611dbde220f `
-Type IDENTITY `
-Name Mister Manager `
-Email mr.manager@example.com
  • Convert the resource to JSON
$CampaignTemplateOwnerRef | ConvertTo-JSON

[Back to top]