Class: Google::Apis::ManagedidentitiesV1::ResetAdminPasswordResponse
- Inherits:
-
Object
- Object
- Google::Apis::ManagedidentitiesV1::ResetAdminPasswordResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/managedidentities_v1/classes.rb,
generated/google/apis/managedidentities_v1/representations.rb,
generated/google/apis/managedidentities_v1/representations.rb
Overview
Response message for ResetAdminPassword
Instance Attribute Summary collapse
-
#password ⇒ String
A random password.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ResetAdminPasswordResponse
constructor
A new instance of ResetAdminPasswordResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ResetAdminPasswordResponse
Returns a new instance of ResetAdminPasswordResponse.
1467 1468 1469 |
# File 'generated/google/apis/managedidentities_v1/classes.rb', line 1467 def initialize(**args) update!(**args) end |
Instance Attribute Details
#password ⇒ String
A random password. See admin for more information.
Corresponds to the JSON property password
1465 1466 1467 |
# File 'generated/google/apis/managedidentities_v1/classes.rb', line 1465 def password @password end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1472 1473 1474 |
# File 'generated/google/apis/managedidentities_v1/classes.rb', line 1472 def update!(**args) @password = args[:password] if args.key?(:password) end |