Class: Google::Monitoring::V3::GetNotificationChannelVerificationCodeResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/notification_service.rb

Overview

The +GetNotificationChannelVerificationCode+ request.

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

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).



195
# File 'lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/notification_service.rb', line 195

class GetNotificationChannelVerificationCodeResponse; end

#expire_timeGoogle::Protobuf::Timestamp

Returns The expiration time associated with the code that was returned. If an expiration was provided in the request, this is the minimum of the requested expiration in the request and the max permitted expiration.

Returns:

  • (Google::Protobuf::Timestamp)

    The expiration time associated with the code that was returned. If an expiration was provided in the request, this is the minimum of the requested expiration in the request and the max permitted expiration.



195
# File 'lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/notification_service.rb', line 195

class GetNotificationChannelVerificationCodeResponse; end