Class: Google::Apis::ThreatintelligenceV1beta::GetPasswordResponse
- Inherits:
-
Object
- Object
- Google::Apis::ThreatintelligenceV1beta::GetPasswordResponse
- 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
-
#password ⇒ String
The decrypted cleartext password for the compromised credential.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GetPasswordResponse
constructor
A new instance of GetPasswordResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
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
#password ⇒ String
The decrypted cleartext password for the compromised credential.
Corresponds to the JSON property password
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 |