Class GoogleAppsCloudidentityDevicesV1WipeDeviceRequest
Request message for wiping all data on the device.
Implements
Inherited Members
Namespace: Google.Apis.CloudIdentity.v1.Data
Assembly: Google.Apis.CloudIdentity.v1.dll
Syntax
public class GoogleAppsCloudidentityDevicesV1WipeDeviceRequest : IDirectResponseSchema
Properties
Customer
Optional. Resource name of the customer. If you're
using this API for your own organization, use customers/my_customer
If you're using this API to manage
another organization, use customers/{customer}
, where customer is the customer to whom the device belongs.
Declaration
[JsonProperty("customer")]
public virtual string Customer { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
RemoveResetLock
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.
Declaration
[JsonProperty("removeResetLock")]
public virtual bool? RemoveResetLock { get; set; }
Property Value
Type | Description |
---|---|
bool? |