Reference documentation and code samples for the Google Cloud Essential Contacts V1 Client class ValidationState.
A contact's validation state indicates whether or not it is the correct contact to be receiving notifications for a particular resource.
Protobuf type google.cloud.essentialcontacts.v1.ValidationState
Namespace
Google \ Cloud \ EssentialContacts \ V1Methods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
VALIDATION_STATE_UNSPECIFIED
Value: 0
The validation state is unknown or unspecified.
Generated from protobuf enum VALIDATION_STATE_UNSPECIFIED = 0;
VALID
Value: 1
The contact is marked as valid. This is usually done manually by the contact admin. All new contacts begin in the valid state.
Generated from protobuf enum VALID = 1;
INVALID
Value: 2
The contact is considered invalid. This may become the state if the contact's email is found to be unreachable.
Generated from protobuf enum INVALID = 2;