Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/Beta/Models/CampaignActivatedCampaignCampaignOwner.md
2025-02-03 22:09:17 +00:00

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
beta-campaign-activated-campaign-campaign-owner CampaignActivatedCampaignCampaignOwner CampaignActivatedCampaignCampaignOwner CampaignActivatedCampaignCampaignOwner powershellsdk
powershell
PowerShell
sdk
CampaignActivatedCampaignCampaignOwner
BetaCampaignActivatedCampaignCampaignOwner
/tools/sdk/powershell/beta/models/campaign-activated-campaign-campaign-owner
SDK
Software Development Kit
CampaignActivatedCampaignCampaignOwner
BetaCampaignActivatedCampaignCampaignOwner

CampaignActivatedCampaignCampaignOwner

Properties

Name Type Description Notes
Id String The unique ID of the identity. [required]
DisplayName String The human friendly name of the identity. [required]
Email String The 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]