Reference documentation and code samples for the Google Cloud Monitoring v3 API enum NotificationChannel.Types.VerificationStatus.
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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The latest version of the Google Cloud Monitoring v3 API is 3.15.0, with multiple previous versions available, ranging back to version 2.3.0."],["This documentation provides details on the `VerificationStatus` enum within the `NotificationChannel.Types` namespace of the Google Cloud Monitoring v3 API."],["The `VerificationStatus` enum indicates whether a notification channel has been verified, with possible values of `Unspecified`, `Unverified`, and `Verified`."],["It is not permitted to set the `VerificationStatus` field when creating or updating a notification channel."],["The `VerificationStatus` helps determine if a notification channel requires verification to work properly, and that the project has access to its messages."]]],[]]