paws.security.identity (version 0.1.0)

shield_update_emergency_contact_settings: Updates the details of the list of email addresses that the DRT can use to contact you during a suspected attack

Description

Updates the details of the list of email addresses that the DRT can use to contact you during a suspected attack.

Usage

shield_update_emergency_contact_settings(EmergencyContactList)

Arguments

EmergencyContactList

A list of email addresses that the DRT can use to contact you during a suspected attack.

Request syntax

svc$update_emergency_contact_settings(
  EmergencyContactList = list(
    list(
      EmailAddress = "string"
    )
  )
)