Name: NotificationEmailConfig

Entity representing the email notification configuration associated with a notification policy.

Data Structure
{
   "typeId": "com.tintri.api.rest.v310.dto.domain.beans.NotificationEmailConfig",
   "ccAddresses": <String>,
   "enabled": <Boolean>,
   "subject": <String>,
   "toAddresses": <String>,
}

Attributes
NameTypeDescription
ccAddressesxsd:list[xsd:string]List of email addresses that will appear in the 'Cc' field of the email notification.
enabledxsd:booleanBoolean indicating if email notification should be enabled or disabled.
subjectxsd:stringSubject of the email notification.
toAddressesxsd:list[xsd:string]List of email addresses that will appear in the 'To' field of the email notification.