Describe Emergency Contact Settings
shield_describe_emergency_contact_settings | R Documentation |
A list of email addresses and phone numbers that the Shield Response Team (SRT) can use to contact you if you have proactive engagement enabled, for escalations to the SRT and to initiate proactive customer support¶
Description¶
A list of email addresses and phone numbers that the Shield Response Team (SRT) can use to contact you if you have proactive engagement enabled, for escalations to the SRT and to initiate proactive customer support.
Usage¶
Value¶
A list with the following syntax:
list(
EmergencyContactList = list(
list(
EmailAddress = "string",
PhoneNumber = "string",
ContactNotes = "string"
)
)
)