class Google::Apis::ManagedidentitiesV1alpha1::ResetAdminPasswordResponse

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_v1alpha1/classes.rb, line 1705
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_v1alpha1/classes.rb, line 1710
def update!(**args)
  @password = args[:password] if args.key?(:password)
end