mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 12:27:47 +00:00
1.3 KiB
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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2025-campaign-activated-campaign-campaign-owner | CampaignActivatedCampaignCampaignOwner | CampaignActivatedCampaignCampaignOwner | CampaignActivatedCampaignCampaignOwner | powershellsdk |
|
/tools/sdk/powershell/v2025/models/campaign-activated-campaign-campaign-owner |
|
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] |
| String | The primary email address of the identity. | [required] |
Examples
- Prepare the resource
$CampaignActivatedCampaignCampaignOwner = Initialize-V2025CampaignActivatedCampaignCampaignOwner -Id 37f080867702c1910177031320c40n27 `
-DisplayName John Snow `
-Email john.snow@example.com
- Convert the resource to JSON
$CampaignActivatedCampaignCampaignOwner | ConvertTo-JSON