public enum ValidationStateReference documentation and code samples for the Essential Contacts v1 API enum ValidationState.
A contact's validation state indicates whether or not it is the correct contact to be receiving notifications for a particular resource.
Namespace
Google.Cloud.EssentialContacts.V1Assembly
Google.Cloud.EssentialContacts.V1.dll
Fields |
|
|---|---|
| Name | Description |
Invalid |
The contact is considered invalid. This may become the state if the contact's email is found to be unreachable. |
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. |