contacts property

Map<String, ContactDetails>? contacts
getter/setter pair

Map containing the points of contact for the given finding.

The key represents the type of contact, while the value contains a list of all the contacts that pertain. Please refer to: https://cloud.google.com/resource-manager/docs/managing-notification-contacts#notification-categories { "security": { "contacts": [ { "email": "[email protected]" }, { "email": "[email protected]" } ] } }

Output only.

Implementation

core.Map<core.String, ContactDetails>? contacts;