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-CampaignTemplateOwnerRef -Id 2c918086676d3e0601677611dbde220f `
-Type IDENTITY `
-Name Mister Manager `
-Email mr.manager@example.com
- Convert the resource to JSON
$CampaignTemplateOwnerRef | ConvertTo-JSON