Resource: Contact
A contact that will receive notifications from Google Cloud.
JSON representation | |
---|---|
{
"name": string,
"email": string,
"notificationCategorySubscriptions": [
enum ( |
Fields | |
---|---|
name |
The identifier for the contact. Format: {resourceType}/{resource_id}/contacts/{contact_id} |
email |
Required. The email address to send notifications to. This does not need to be a Google account. |
notificationCategorySubscriptions[] |
The categories of notifications that the contact will receive communications for. |
languageTag |
The preferred language for notifications, as a ISO 639-1 language code. See Supported languages for a list of supported languages. |
Methods |
|
---|---|
|
Lists all contacts for the resource that are subscribed to the specified notification categories, including contacts inherited from any parent resources. |
|
Adds a new contact for a resource. |
|
Deletes a contact. |
|
Gets a single contact. |
|
Lists the contacts that have been set on a resource. |
|
Updates a contact. |