Contact(mapping=None, *, ignore_unknown_fields=False, **kwargs)
A contact that will receive notifications from Google Cloud.
Attributes
Name | Description |
name |
str
The identifier for the contact. Format: {resource_type}/{resource_id}/contacts/{contact_id} |
email |
str
Required. The email address to send notifications to. This does not need to be a Google account. |
notification_category_subscriptions |
MutableSequence[google.cloud.essential_contacts_v1.types.NotificationCategory]
The categories of notifications that the contact will receive communications for. |
language_tag |
str
The preferred language for notifications, as a ISO 639-1 language code. See `Supported languages |
validation_state |
google.cloud.essential_contacts_v1.types.ValidationState
The validity of the contact. A contact is considered valid if it is the correct recipient for notifications for a particular resource. |
validate_time |
google.protobuf.timestamp_pb2.Timestamp
The last time the validation_state was updated, either manually or automatically. A contact is considered stale if its validation state was updated more than 1 year ago. |