Show / Hide Table of Contents

Class WipeAction

An action to reset a company owned device or delete a work profile. Note: blockAction must also be specified.

Inheritance
object
WipeAction
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX