CampaignTemplateOwnerRef
The owner of this template, and the owner of campaigns generated from this template via a schedule. This field is automatically populated at creation time with the current user.
Properties
Name | Type | Description | Notes |
---|---|---|---|
id | str | Id of the owner | [optional] |
type | Enum [ 'IDENTITY' ] | Type of the owner | [optional] |
name | str | Name of the owner | [optional] |
str | Email of the owner | [optional] | |
} |
Example
from sailpoint.beta.models.campaign_template_owner_ref import CampaignTemplateOwnerRef
campaign_template_owner_ref = CampaignTemplateOwnerRef(
id='2c918086676d3e0601677611dbde220f',
type='IDENTITY',
name='Mister Manager',
email='[email protected]'
)