Class: Google::Cloud::ManagedIdentities::V1::ResetAdminPasswordResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/managedidentities/v1/managed_identities_service.rb

Overview

Response message for [ResetAdminPassword][google.cloud.managedidentities.v1.ResetAdminPassword]

Instance Attribute Summary collapse

Instance Attribute Details

#password::String

Returns A random password. See admin for more information.

Returns:

  • (::String)

    A random password. See admin for more information.



95
96
97
98
# File 'proto_docs/google/cloud/managedidentities/v1/managed_identities_service.rb', line 95

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