mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
1.2 KiB
1.2 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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2024-campaign-template-owner-ref | CampaignTemplateOwnerRef | CampaignTemplateOwnerRef | CampaignTemplateOwnerRef | powershellsdk |
|
/tools/sdk/powershell/v2024/models/campaign-template-owner-ref |
|
CampaignTemplateOwnerRef
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Id | String | Id of the owner | [optional] |
| Type | Enum [ "IDENTITY" ] | Type of the owner | [optional] |
| Name | String | Name of the owner | [optional] |
| String | Email of the owner | [optional] |
Examples
- Prepare the resource
$CampaignTemplateOwnerRef = Initialize-V2024CampaignTemplateOwnerRef -Id 2c918086676d3e0601677611dbde220f `
-Type IDENTITY `
-Name Mister Manager `
-Email mr.manager@example.com
- Convert the resource to JSON
$CampaignTemplateOwnerRef | ConvertTo-JSON