Resource: Contact
A contact that will receive notifications from Trusted Cloud.
JSON representation |
---|
{ "name": string, "email": string, "notificationCategorySubscriptions": [ enum ( |
Fields | |
---|---|
name |
Output only. The identifier for the contact. Format: {resourceType}/{resource_id}/contacts/{contact_id} |
email |
Required. The email address to send notifications to. The email address does not need to be a Trusted Cloud Account. |
notificationCategorySubscriptions[] |
Required. The categories of notifications that the contact will receive communications for. |
languageTag |
Required. The preferred language for notifications, as a ISO 639-1 language code. See Supported languages for a list of supported languages. |
validationState |
Output only. The validity of the contact. A contact is considered valid if it is the correct recipient for notifications for a particular resource. |
validateTime |
Output only. The last time the validationState was updated, either manually or automatically. A contact is considered stale if its validation state was updated more than 1 year ago. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
Methods |
|
---|---|
|
IAM fallback, Billing Admin fallback, and TECHNICAL_INCIDENTS category are not supported. Lists all contacts for the resource that are subscribed to the specified notification categories, including contacts inherited from any parent resources. |
|
IAM fallback, Billing Admin fallback, and TECHNICAL_INCIDENTS category are not supported. Adds a new contact for a resource. |
|
IAM fallback, Billing Admin fallback, and TECHNICAL_INCIDENTS category are not supported. Deletes a contact. |
|
IAM fallback, Billing Admin fallback, and TECHNICAL_INCIDENTS category are not supported. Gets a single contact. |
|
IAM fallback, Billing Admin fallback, and TECHNICAL_INCIDENTS category are not supported. Lists the contacts that have been set on a resource. |
|
IAM fallback, Billing Admin fallback, and TECHNICAL_INCIDENTS category are not supported. Updates a contact. |
|
IAM fallback, Billing Admin fallback, and TECHNICAL_INCIDENTS category are not supported. Allows a contact admin to send a test message to contact to verify that it has been configured correctly. |