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: |
NotificationCategory
The notification categories that an essential contact can be subscribed to. Each notification will be categorized by the sender into one of the following categories. All contacts that are subscribed to that category will receive the notification.
Enums | |
---|---|
NOTIFICATION_CATEGORY_UNSPECIFIED |
Notification category is unrecognized or unspecified. |
ALL |
All notifications related to the resource, including notifications pertaining to categories added in the future. |
SUSPENSION |
Notifications related to imminent account suspension. |
SECURITY |
Notifications related to security/privacy incidents, notifications, and vulnerabilities. |
TECHNICAL |
Notifications related to technical events and issues such as outages, errors, or bugs. |
BILLING |
Notifications related to billing and payments notifications, price updates, errors, or credits. |
LEGAL |
Notifications related to enforcement actions, regulatory compliance, or government notices. |
PRODUCT_UPDATES |
Notifications related to new versions, product terms updates, or deprecations. |
TECHNICAL_INCIDENTS |
Child category of TECHNICAL. If assigned, technical incident notifications will go to these contacts instead of TECHNICAL. |
ValidationState
A contact's validation state indicates whether or not it is the correct contact to be receiving notifications for a particular resource.
Enums | |
---|---|
VALIDATION_STATE_UNSPECIFIED |
The validation state is unknown or unspecified. |
VALID |
The contact is marked as valid. This is usually done manually by the contact admin. All new contacts begin in the valid state. |
INVALID |
The contact is considered invalid. This may become the state if the contact's email is found to be unreachable. |
Methods |
|
---|---|
|
The method google.cloud.essentialcontacts.v1beta1.EssentialContactsService.ComputeContacts is not available in Trusted Cloud by S3NS. |
|
The method google.cloud.essentialcontacts.v1beta1.EssentialContactsService.CreateContact is not available in Trusted Cloud by S3NS. |
|
The method google.cloud.essentialcontacts.v1beta1.EssentialContactsService.DeleteContact is not available in Trusted Cloud by S3NS. |
|
The method google.cloud.essentialcontacts.v1beta1.EssentialContactsService.GetContact is not available in Trusted Cloud by S3NS. |
|
The method google.cloud.essentialcontacts.v1beta1.EssentialContactsService.ListContacts is not available in Trusted Cloud by S3NS. |
|
The method google.cloud.essentialcontacts.v1beta1.EssentialContactsService.UpdateContact is not available in Trusted Cloud by S3NS. |
|
The method google.cloud.essentialcontacts.v1beta1.EssentialContactsService.SendTestMessage is not available in Trusted Cloud by S3NS. |