GetProactiveEngagementResult

data class GetProactiveEngagementResult(val accountId: String? = null, val emergencyContactList: List<ProactiveEngagementEmergencyContact>? = null, val proactiveEngagementStatus: ProactiveEngagementStatus? = null)

Constructors

Link copied to clipboard
constructor(accountId: String? = null, emergencyContactList: List<ProactiveEngagementEmergencyContact>? = null, proactiveEngagementStatus: ProactiveEngagementStatus? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val accountId: String? = null

The ID of the account that submitted the template.

Link copied to clipboard

A list of email addresses and phone numbers that the Shield Response Team (SRT) can use to contact you for escalations to the SRT and to initiate proactive customer support. To enable proactive engagement, the contact list must include at least one phone number.

Link copied to clipboard

If ENABLED, the Shield Response Team (SRT) will use email and phone to notify contacts about escalations to the SRT and to initiate proactive customer support. If DISABLED, the SRT will not proactively notify contacts about escalations or to initiate proactive customer support.