Class: Google::Apis::ThreatintelligenceV1beta::GetPasswordResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/threatintelligence_v1beta/classes.rb,
lib/google/apis/threatintelligence_v1beta/representations.rb,
lib/google/apis/threatintelligence_v1beta/representations.rb

Overview

Response message for GetPassword.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GetPasswordResponse

Returns a new instance of GetPasswordResponse.



1401
1402
1403
# File 'lib/google/apis/threatintelligence_v1beta/classes.rb', line 1401

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#passwordString

The decrypted cleartext password for the compromised credential. Corresponds to the JSON property password

Returns:

  • (String)


1399
1400
1401
# File 'lib/google/apis/threatintelligence_v1beta/classes.rb', line 1399

def password
  @password
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1406
1407
1408
# File 'lib/google/apis/threatintelligence_v1beta/classes.rb', line 1406

def update!(**args)
  @password = args[:password] if args.key?(:password)
end