class Google::Apis::ManagedidentitiesV1beta1::ResetAdminPasswordResponse

Response message for ResetAdminPassword

Attributes

password[RW]

A random password. See admin for more information. Corresponds to the JSON property `password` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/managedidentities_v1beta1/classes.rb, line 1698
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/managedidentities_v1beta1/classes.rb, line 1703
def update!(**args)
  @password = args[:password] if args.key?(:password)
end