Method: Google::Cloud::Monitoring::V3::GetNotificationChannelVerificationCodeResponse#code

Defined in:
proto_docs/google/monitoring/v3/notification_service.rb

#code::String

Returns The verification code, which may be used to verify other channels that have an equivalent identity (i.e. other channels of the same type with the same fingerprint such as other email channels with the same email address or other sms channels with the same number).

Returns:

  • (::String)

    The verification code, which may be used to verify other channels that have an equivalent identity (i.e. other channels of the same type with the same fingerprint such as other email channels with the same email address or other sms channels with the same number).

[View source]

249
250
251
252
# File 'proto_docs/google/monitoring/v3/notification_service.rb', line 249

class GetNotificationChannelVerificationCodeResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end