Indicates whether the channel has been verified or not. It is illegal
to specify this field in a
[CreateNotificationChannel][google.monitoring.v3.NotificationChannelService.CreateNotificationChannel]
or an
[UpdateNotificationChannel][google.monitoring.v3.NotificationChannelService.UpdateNotificationChannel]
operation.
Sentinel value used to indicate that the state is unknown, omitted, or
is not applicable (as in the case of channels that neither support
nor require verification in order to function).
Unverified
The channel has yet to be verified and requires verification to function.
Note that this state also applies to the case where the verification
process has been initiated by sending a verification code but where
the verification code has not been submitted to complete the process.
Verified
It has been proven that notifications can be received on this
notification channel and that someone on the project has access
to messages that are delivered to that channel.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["Version 3.15.0 is the latest version available for the `Google.Cloud.Monitoring.V3.NotificationChannel.Types.VerificationStatus` resource."],["The `VerificationStatus` enum within the `Google.Cloud.Monitoring.V3` namespace indicates whether a notification channel has been verified."],["There are three possible field values for `VerificationStatus`: `Unspecified`, `Unverified`, and `Verified`, each with its own meaning regarding the channel's verification status."],["The verification status cannot be directly modified during the creation or update of a notification channel, meaning it is not a modifiable field when using `CreateNotificationChannel` or `UpdateNotificationChannel` operation."],["The available versions range from 2.3.0 all the way up to the latest 3.15.0, all pertaining to the `VerificationStatus` resource."]]],[]]