Class WipeAction
An action to reset a company owned device or delete a work profile. Note: blockAction must also be specified.
Implements
Inherited Members
Namespace: Google.Apis.AndroidManagement.v1.Data
Assembly: Google.Apis.AndroidManagement.v1.dll
Syntax
public class WipeAction : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PreserveFrp
Whether the factory-reset protection data is preserved on the device. This setting doesn’t apply to work profiles.
Declaration
[JsonProperty("preserveFrp")]
public virtual bool? PreserveFrp { get; set; }
Property Value
Type | Description |
---|---|
bool? |
WipeAfterDays
Number of days the policy is non-compliant before the device or work profile is wiped. wipeAfterDays must be greater than blockAfterDays.
Declaration
[JsonProperty("wipeAfterDays")]
public virtual int? WipeAfterDays { get; set; }
Property Value
Type | Description |
---|---|
int? |