Module: Google::Cloud::EssentialContacts::V1::ValidationState

Defined in:
proto_docs/google/cloud/essentialcontacts/v1/enums.rb

Overview

A contact's validation state indicates whether or not it is the correct contact to be receiving notifications for a particular resource.

Constant Summary collapse

VALIDATION_STATE_UNSPECIFIED =

The validation state is unknown or unspecified.

0
VALID =

The contact is marked as valid. This is usually done manually by the contact admin. All new contacts begin in the valid state.

1
INVALID =

The contact is considered invalid. This may become the state if the contact's email is found to be unreachable.

2