class Google::Apis::CloudidentityV1beta1::WipeDeviceRequest

Request message for wiping all data on the device.

Attributes

remove_reset_lock[RW]

Optional. Specifies if a user is able to factory reset a device after a Device Wipe. On iOS, this is called “Activation Lock”, while on Android, this is known as “Factory Reset Protection”. If true, this protection will be removed from the device, so that a user can successfully factory reset. If false, the setting is untouched on the device. Corresponds to the JSON property `removeResetLock` @return [Boolean]

remove_reset_lock?[RW]

Optional. Specifies if a user is able to factory reset a device after a Device Wipe. On iOS, this is called “Activation Lock”, while on Android, this is known as “Factory Reset Protection”. If true, this protection will be removed from the device, so that a user can successfully factory reset. If false, the setting is untouched on the device. Corresponds to the JSON property `removeResetLock` @return [Boolean]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

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